1
1.01 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
2
0.18 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
3
0.26 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.23 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.56 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.69 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
"noch-lieferbar-ML-02.05.2022/75039 "
"noch-lieferbar-ML-02.05.2022/75039/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xF8395072C9774E6C96B534B504D6D073 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'noch-lieferbar-ML-02.05.2022/75039' OR seo_path_info = 'noch-lieferbar-ML-02.05.2022/75039/' ));
Copy
7
0.27 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.26 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.14 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
"WPT5hn6r6MrdjYqSCk3aJqxvan3iuNdC "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xF8395072C9774E6C96B534B504D6D073 ) AND (token = 'WPT5hn6r6MrdjYqSCk3aJqxvan3iuNdC' ) LIMIT 1 ;
Copy
10
0.25 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"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
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 = 0xF8395072C9774E6C96B534B504D6D073
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
0.43 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0xF8395072C9774E6C96B534B504D6D073 );
Copy
12
0.16 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"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
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 (0xF8395072C9774E6C96B534B504D6D073 ));
Copy
13
0.27 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0xF8395072C9774E6C96B534B504D6D073 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
14
0.35 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
15
0.28 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
16
0.26 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Q\x11 Å%ØÎAó▒\x0E 0õØtà( "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x51118F259DD741A2B10E30E49D748528 );
Copy
17
0.24 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
18
0.14 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
19
0.29 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.42 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b":®êò¨nNû╗Øça▒\x11 VH "
b"GžºÃ¸_@¥¿“\x16 ‚\f ¨ò "
b"""
™k¡xŒ¯Obª.\x08 P\n
aŠð
"""
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x3AA98895F96E4E96BB9D8761B1115648 , 0x479EBAC3B85F40A5BF9316820CADA8F2 , 0x996BA1788CAF4F62AA2E08500A618AF0 ));
Copy
21
0.47 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ôeh\x06 ®\x16 Lç°\x1C\x1E Îddd¬ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xF4656806AE164CE7B01C1ECE646464AC );
Copy
22
0.45 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"?oˆm»®Cª·I(\e î–\x13 Ì "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x3F6F886DBBAE43AAB749281BEE9613CC );
Copy
23
0.14 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"Q\x11 Å%ØÎAó▒\x0E 0õØtà( "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x51118F259DD741A2B10E30E49D748528 ) LIMIT 1 ;
Copy
24
0.12 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"WPT5hn6r6MrdjYqSCk3aJqxvan3iuNdC "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'WPT5hn6r6MrdjYqSCk3aJqxvan3iuNdC' ;
Copy
25
1.22 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
1.49 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"\x00\x01\x19 D2´FoªE4TÕ²±\x11 "
b"\x00\t ß½\-BÇŠ'…ƒ¯›\x00 ô "
b"\x00 ,öè@\x10 C\x14 •ƈ©\x7F æèÔ "
b"\x00 L$DÌ"H│¥Øàñ\x12 ı\x00\x08 "
b"\x00 ^?¾¢·AȘ7]ÈyùÐÝ "
b"\x00 ^Âu\x14 £L}«òØEo)$“ "
b"\x00 tN\n ú\x18 J$ Zë<\x07 A\x10 ° "
b"\x00 zÚþ¶ÜA?¶Ý_Cc]úÙ "
b"\x00 …óº4íCì‚\x10 ì<ñW™\x10 "
b"\x00 ŒëQ\x0F íNp«\4ýççË: "
b"\x00 öâÉÓ\x15 CäÄGÒ;Ê┴J "
b"\x00 ´H¹½ýAZ¨\x1C LÇ/ˆ\ñ "
b"\x00 ┴ÅÓ%ìK░ѱeàÛS§ "
b"\x00 ÌŒÍ\e\x1D OGºç‰ÈŸÛ™\x00 "
b"\x00 ÐÈøSOÃŒ,3"%„%‡ "
b"\x00 ÑŸI^A@0“}Fíî¥ô\x04 "
b"\x00 ãå…Â@@b¾ä¦_ž\x01 ©c "
b"\x00 ÕËÏ&\r LÅ▓■È~æ·×\x0E "
b"\x00 ì\x10 &›zOÿ†×Mt›\x0F 3 "
b"\x00 ó\x11 ¾s[N\x05 ƒß£R™œƒe "
b"\x00 ■¾cÁkANüR4┘Yt▓Å "
b"\x01\x17 2ß8»DæÅ/W°ı┐º├ "
b"\x01\x1D ¯Üº\x11 Ms¡fãÌÐÏG^ "
b"\x01 !®ØØ½Nêà\x01 ╠¹┼Ë‗à "
b"\x01 '\x12\x10 ß\x11 OØÇ█EM7j7c "
b"\x01 /v\x11 ȵNÚ¢Dó0OáŒÚ "
b"\x01 3Æ£Ù¸M¤–ˆ\x1D\v vž†T "
b"\x01 LXÄ-BEض\x02 JjœæËã "
b"\x01 Q²`MþC빪Œ3žà\x0E\x17 "
b"\x01 \Î&ÎkDv˜SF\x15 d:B„ "
b"\x01 ^p1ØÐI ô┘Þ·¤C╣õ "
b"\x01 a¼\x7F\x13 ZH³¸T\x1C ÝØm\x16 û "
b"\x01 ‚ç%ÿèL8®]"VR\x12 Ñ› "
b"\x01 à\x00 ØÖÙHvàbÊe.╠à* "
b"\x01 µ/&?uLw§\x01 7flY\x14 á "
b"\x01 Ð-Q<™O¥™\r K@3]e+ "
b"\x01 ó/Çå×Mʃ\v €Q\f õ\x15 Ü "
b"\x01 ÷<ø^û@ºÿ╩▀Ø\r ¨FÈ "
b"\x01 ú\x15 ü\x08 tKǵ\f\x10 #³x¨R "
b"\x02\x10 Ëdª4E\x1F ”îÿÜ÷ŒbÛ "
b"\x02\x11 r\x7F kbMß…_WV~6üÇ "
b"\x02\x18 L8hÅO+ˆ6$Ó\x15 F¯\ "
b"\x02\x19 WÝÔ:K\x15 ÏÄ\x17 ®\x1D ç@ "
b"\x02\x1C q\x1D\t ^C\x10 ¥“o-!Åñm "
b"\x02 "§¢¨WB‡‡ì{\f mÑ\x00 . "
b"\x02 Baµ#ŒGµ¶”q|Œ°„† "
b"\x02 LF7Ò.FcÅòÚ\x06 ìÀ » "
b"\x02 Tjí/»H\x1D ««_˜ÍÚFŽ "
b"\x02 _z\x07 s¶OC© \x1F ¤§\x0F E\x01 "
b"\x02 i)ð0xJý’\x1A ‘\t ²´+C "
b"\x02 jªiGØB4é\x1D $¨v\x06 8¹ "
b"\x02 {ßTxJFσ)q¼¡\x7F %\ "
b"\x02 †Tä\x1F ñLíµOïo\x06\f ©\x15 "
b"\x02 ‡C¬p\x00 D+½ù)p—\x01\x13 c "
b"\x02 ëS╗╗\x10 E\x19 ║╚ÅGz:'│ "
b"\x02 ôwãÑ_IÑÂ÷ìç[\r 2° "
b"\x02 ¬[vôTGDÜß_ìrıân "
b"\x02 │;î!\x19 G8«oÄØ\x10 úçu "
b"\x02 ¾Þ\x11 BqC"´êÝÂn\x06 *{ "
b"\x02 ÚWc%ëL▒¢╦etUÇØe "
b"\x02 Ýý¡pÃK╣ç;▓\x13 ìaýê "
b"\x02 ûp¢tòG§®»D\x11 \x02 v× "
b"\x02 ²\x1D oàéG7Ĺzµì┼@² "
b"""
\x03 \n
nPxñD—ŒË\x02 6ÿæw
"""
b"\x03\v þ\f E³AçÖj\x1E ÅQCQ\x08 "
b"\x03\x15 €\x06 ܺN‰€ZüwÆÎäÕ "
b"\x03 A\x02 ^OyL\x03 ¾"÷Õ¬\x1D «) "
b"\x03 KS×1ÓD\x02 “‡G\x00 hcÉÓ "
b"\x03 z;ñG\x05 C%Œ¼H1÷ÜV– "
b"\x03 {‚J*ªNq˜U`1ðÜÓ5 "
b"\x03 ¤\x13 š) H%žJz#^âÕZ "
b"\x03 ²YWX\x0F Hü„“fh®hO\x17 "
b"\x03 Ú½o\e ¤KäµÈê=8ð:´ "
b"""
\x03 þQôõÿC\x1D ½‘\x02 \n
irà\x19
"""
b"\x04 ¸█öóB-å{'÷^ØÍ| "
b"\x04 )q0ó.Kƒ¾BA ÉTÁê "
b"\x04 8…j…“O¡š*náUz\x0F Ø "
b"\x04 N~\x17\x00 <D\x10 ¼rƒ:=ö£$ "
b"\x04 RæAÅbC├ï\r ┼╣Æ8╩\x1A "
b"\x04 \"˜+%Al‹ˆMÔ±ÂØò "
b"\x04 a\x1C Aç(D¥‹Õ¢F\x03 ò4O "
b"\x04 oÞf\x1F _N‘—{ m_©(| "
b"\x04 u/ý8¡DŒ™º\t\f Ò\f Ê‘ "
b"\x04 |õ\x7F ~0Cß½Ð:¦N\x13 ·ø "
b"\x04 “\x16 E.ÞC‘„¥\v ¿ž:ÄÚ "
b"\x04 ¬_~áÚO\x05 Æ\x7F ªÀìuQ\x17 "
b"\x04 ºZ‘W¤A\x19 ¸Ôj¡'\x06 Ç… "
b"\x05\x02 åDG¿E²°ÈÚ\x06\x1E 45^ "
b"\x05\x06 ðf¿²E®·ð`Ýœd\x08 ¾ "
b"\x05\x08 “\x12\x7F uK;´\x18 Ïv]ü\x08 ² "
b"\x05 ¿´+/CljRûR\x05 ¢öÓ "
b"\x05 :&wPbOAìO█]pµtù "
b"\x05 <Î_þ\x02 J]†TÒ¼øö\x06 î "
b"\x05 G|·À%G\½a\x05\x14 ð§sE "
b"\x05 bÙ\x10\x00 ÑAA»öÕ\x1D .Öœ† "
b"\x05 t\x1F Äë¸OÅ¿:6f¾W‚è "
b"\x05 ²ÛgÓG\r Ž|SÄ"À‰Ø "
b"\x05 ¸ ïX\x04 @\x1A ¥<#¿•i\e ‹ "
b"\x05 ¸³iž\x1D Iº—&¹í_tèö "
b"\x05 ║¼É\r õHZŸ░║│ý\x1E n "
b"\x05 ¿ÉÀæ‹En¾|u²Mœ„× "
b"\x05 ÃÃÇ-OAp¹\x1C AŠ¾Ð‹Å "
b"\x05 ─f9í9D¬¿\x0F ù²└\x16 hÉ "
b"\x05 Û/\x18 TÙI\x16 ¾‰TCv2‹¶ "
b"\x05 ▀Æ<¼╩L`É»ù÷}ò>\x12 "
b"\x05 ãÏÍ¿\x14 N(ˆxà’¨”êN "
b"\x05 Õ\x14 ¤t7J3Å8òÏı\x18 ñû "
b"\x05 éR±KóAf°Oò;°èŒ' "
b"\x05 Ýù9«\e L]╝éìkN,\x16 ¸ "
b"\x06\x0E\x1E N]'BØè¯╩╠Ì╝┬\x01 "
b"\x06 5aj>cF6·Z³öˆú¸\x12 "
b"\x06 Mt8ÅÊI´æÀ\x1C\x1E\x19 ÿû# "
b"\x06 Tn\x12 }ÎMäà¬þ?9ÉØð "
b"\x06 Wfý\x11\x16 E¾…’!g±*3U "
b"\x06 Y€¹Ú[Hö·g\x12 Î\x07 ´åÚ "
b"\x06 d[¨╬«H²ä┘°Å.│}\n "
b"\x06 {ªì:NAm®Ó9&\x10 eƒÀ "
b"\x06 }LàõVMÚ²¸˜Æ–ôõm "
b"\x06 ’ߊ].ÎAë2ò¶\x00 åzý "
b"\x06 ›_t<;D’^Uk8ô«ª "
b"\x06 œìöNBt“\f ‡¬%}'± "
b"\x06 °ëd±dC…žÃ]qÜú# "
b"\x06 µÞA’ôN‰®\x05\x11 ‚œÙ‘\x04 "
b"\x06 ¶ø\x0E\x12 ?@‚¹\x18 ß\x04 ¹\x08 _ÿ "
b"\x06 À"Ø60@·¢╚ýj²n\v ê "
b"\x06 À\x00 }”§A8«v¸¦ý²\x08\x05 "
b"\x06 Ä\x14 ô@pC®œÄ«à‡Fdê "
b"\x06 ╬▄¸¿dE├Øvëc╝Øi¡ "
b"\x06 ÒèNZôF†Œ¹ä\x00 öZhä "
b"\x06 ç)c\x07 CNÓ¢ã0ð5\x1F ò4 "
b"\x06 ø£Ÿ¼sK\x15 ‰XVUb£¬E "
b"\x06 øä\v ²\x04 Hï¼ûÕ\x0F Øä\x17 C "
b"\x07\x02 1mß]O‡®`Þ2>“ᯠ"
b"\x07\x1A ¤=áŽD‹µ\x08 Nö1t\x10 è "
b"\x07 $\x10\f ÊJi€-!€+&ÓëŽ "
b"\x07 ;v(ê\x07 @!¡Ûñ╦ÑÉ©\x1A "
b"\x07 >âBï6DØó°³DtW╗ð "
b"\x07 Lé_ašAǨ5ÎZD¿u` "
b"""
\x07 ZM\x07 ɨBzµ¦[¤ï\n
Üq
"""
b"\x07 híkì~N\´É(ÚžeŽ3 "
b"\x07 y└ÖÕ‗C¬Ø\x03 ä├$qí\x15 "
b"\x07 ¢–;\#K,…[#îIõ±\x1E "
b"""
\x07 ¥4!dO\n
б3ó> @à
"""
b"\x07 ®¢dfMO\v •§õh@›äÉ "
b"\x07 ░òj\x02 ╩M\v ¥P\f îspü\x1C "
b"\x07 ▒\x1E @ú\x18 Fáì׺_T'ª "
b"\x07 ±NxxfA\x05 ¤Uªsn4>ƒ "
b"\x07 ¶\x12\x00 dñE¡¨À[¸ÀWÁ: "
b"\x07 ¿Ý\x7F J0CÍŸ8\e ·‹GŽˆ "
b"\x07 Èñ¾BèC‹×áì…\x06 1, "
b"\x07 Ù²|¤ßGоS\x00\x04 t\\x02 ² "
b"\x07 ôI\x13 CÄI¬8\x04 rjf-‹ "
b"\x07 ╚\x1E J¸@░îÛóÉò0^Û "
b"\x08\x17 ¡h=2B¼ˆÕöiK—•Œ "
b"""
\x08\x19 \n
\x1E ÚéBߣžÂß»–å\x04
"""
b"\x08\x1C .\\x18\x19 A`¨Y…¥ý’Áe "
b"\x08\x1E\x1C ~B7M\f ¤(\x00 Ún1‹\x17 "
b"\x08 XµÿÓ>G‹eɆ×{·< "
b"\x08 !/4Aì"Ycøó?\x03 ³æ\t "
b"\x08 <yU\x17 «Dsú"ì3Â3òJ "
b"\x08 GÝ`\x0F ìDÒ┤\f PqÍ▄7Ù "
b"\x08 H¢šYçDã±ZR¿Þ÷\x11 l "
b"\x08 h‘3>¨J—žè_ŽíÙú© "
b"\x08 y1{5ýH┴ñ-ߨALôò "
b"\x08 zÜ\x11 °²GAÉ┌\t ┌┤:5/ "
b"\x08 –ÿ\x0E ð\x07 DÉš;ŽzÐ\x00 ¬1 "
b"\x08 ×▒ædc@Wâ\x04 É4}Ö·¡ "
b"\x08 ÂcZÒºL\x1C ’ôB\r aÞ¥\x08 "
b"\x08 Üx’\r ØFø„Uíñ“¢‘ý "
b"\x08 µ╚tusN£É\BvFË├· "
b"\t\x01 KðUEAÿŸnäƒ\e à\x0E ^ "
b"\t\x08 ³`"AAmÅþ§╝`\x7F ®à "
b"\t\x11 aǸ\x12 C\x11 Œ\x1E _›J™XF "
b"\t\x1E\x15 ├═¯O7Å÷\x03 À;è¦- "
b"""
\t AÓ?\n
oEä®ìv1fâÑè
"""
b"\t M±¸ÍòØc¥æ¨÷HÁ_\x1E "
b"\t P>oö\x11 GU¶@æN™Âó\f "
b"\t Rr\x1D\x11 ùLiÅÄ─s\x01 fÜ7 "
b"\t VKKÕ´Æ0-P!ÿ° "
b"\t Z\x12 ³ÿ²D†Œuïo®¿Ê„ "
b"\t Z×\x03 \IC2¡G²\x15 Ê\x19\x11 K "
b"\t ÉC|ðQE╩▒\e rÌ,5\x14 r "
b"\t •z\x05 þ\x02 E›»Y‰“«ø’K "
b"\t ÃÈ7ëWHK¢+}ÒX«[" "
b"\t ╩\r \x16 Ú;B±Å\x1F :ûËS»· "
b"\t Ð}øE`D\x01 «½Ò÷ÿ×v "
b"\t Ösøn\x06 N7¶\x14 µüDÆí‡ "
b"\t Ú┬Þg´Kà«┬\x06 É0¾¸\x0E "
b"\t óÑ0\x14 VMùž~í©6^„× "
b"\t ·W┌,_JØ┐¾m\x19 ┌┘MÙ "
b"""
\n
\x0E è\n
1‚Eš¢2\x14 ÅÅ=Ïç
"""
b"""
\n
\x1D òõï¶AÈ‹9ëgt0)Š
"""
b"""
\n
"<b\x18 &A ³\x13 GðM\x10\x16 ê
"""
b"""
\n
)„•veM#„Ì™Æz(ÜÆ
"""
b"""
\n
0ÊŽ■@÷ø\x01 ü╣!U5¢
"""
b"""
\n
IRØÄ,Bıí;┴9YÕ\x08 Ü
"""
b"""
\n
Uh×g\BÊÅÜ®Áßû─Ä
"""
b"""
\n
[Û’Ö\x7F K‹¾ì\x1D ø=g›æ
"""
b"""
\n
`„/1!B$´µ-ø2Èfé
"""
b"""
\n
sú\x1F ©”I½°\x17\x11 CÔ¾Wó
"""
b"""
\n
‚áa\x1D :BƘØÇ…ç\x13 Êr
"""
b"""
\n
ù§ÅFßE\x0F ¥Ô{╚¤┤Æ\v
"""
b"""
\n
šƒb6×L+¡7j\x1C Ó‡³š
"""
b"""
\n
¤\x0F žˆÕJ"ˆü"¸ÚGû
"""
b"""
\n
³}ÁÒŽFɆNïÐ\x7F †KW
"""
b"""
\n
´sáÉ\x08 MëçN§Ù╩×5G
"""
b"\v\x03 MOš\x06 O~ž½uÈøQ_$ "
b"""
\v\x04 n g\n
FıÅ\x03 QRȯB└
"""
b"\v\x10 ¹2÷\x16 F窀\x00\e G@´Ø "
b"\v ;,×[ºH¾‚\x7F\x1D G$†î7 "
b"\v J@Zðº@±–z¨œ_eóc "
b"\v Løtç¢JÕ„-å†ô:aô "
b"\v Pg"ª8@‘£Z.ùy)d“ "
b"\v T£ôÿèL\x18 š>…ü–Aª' "
b"\v Y\x04\x18\x19 §NWŒë1*zׯÁ "
b"\v hÄ\x1C Š)L\x01 ²\x15\x03 ‚‹©Jk "
b"\v }\x1D Ĩˆ@yšBó…ŠT\x13 q "
b"\v à¼x&\x04 Cðö\x18 └ìæO\x1A - "
b"\v Äš¨´`OÛ¯tÄO\x10 &¸\x07 "
b"\v åÏ~…ýE¶§oDxfÌy… "
b"\v ôN"˜ÜEl¶U„K\x0F ãæ "
b"""
\f\v öem\n
JèÛ´\\x1D íÍâ
"""
b"\f\x1C ÉÔ©\x12 D\x18 ╝Áæeq)"è "
b"\f 5ì@!U\x01 ê²,WòªÑ\x05 O "
b"\f LÍYmÃI\f ¿\x1F ýÔµ\e äp "
b"\f eÇm¬ŒE}³(Ù}°!ð€ "
b"\f w\x1F ˜‹OO¡©`'\x0E äù\% "
b"\f w^╗Ç╣E=ñçu┬É\x03 ÷v "
b"\f y\x08 ¬ûYM\x10 ™:“Âø7é» "
b"\f {8fí•O·“0¨e(Všñ "
b"\f €è\x04 H\x1D M…¼Û½#\t ³Œñ "
b"\f ì<®J\t LEîæ\x1C ɧ\x02 ┘ "
b"\f žFÂYaCñ¿\x19 è\x13 Šíð= "
b"\f ½ØëôÈKb¥\x11 ¥¥ê^ªZ "
b"\f ┴\x13 ï╩6HÚÅ\x10\x1D W¬\x7F ¬\x1A "
b"\f Å\x1F é–‡H\x02 ¤Ò\x1C !¢Ïi "
b"\f ÅÒ׎ÒDƹWÀ\x1C Îî¨~ "
b"\f Ο\x1C žƒFv±\t è\x0E °á³ "
b"\f ÏNÂ\x1C EFG®ÏAM§‡¹Ê "
b"\f ãÿ~U\My–˜Þ\x06 ‹¾"” "
b"\f äÄV]\f AéŠØ\x15 …& hí "
b"\f þ¤˜ºSMÖ¶¨E»õÇËí "
b"\r \x02 ªÎ¹qC┼Å\x17 ´‗@ó\x19 Á "
b"\r \t ÒhbªE·®¥ÊF\x17 ‘ˆ\x13 "
b"\r \x11 A ò\x00 CäQa«)Ë\x1F æ "
b"\r .\x12 ÒX®G\x1E ºH7íÇ\x0F é\ "
b"\r .zÜë6@–ŸŽ©+dÍ+\x18 "
b"\r J\bîWCT»Ëq}ˆÞB\x04 "
b"\r ddĨŒHø¶ÅœQÉù+… "
b"\r ‚2·š¼Iƒ¡o»Z)g\n "
b"\r Åv╣Z¹G=ïº\x06 Ø¥┤U9 "
b"\r úp┌ü5D═àCp█\x14 Ë\x1A l "
b"""
\r ¸Ò‹\x18 \n
BÜ–œ€ÙÚ_е
"""
b"\r º6mµ?K½¸}{\x17 !f‡± "
b"\r âNÑ\x19 ‘J褹$@÷‰ \x17 "
b"""
\r Ô▄╩é╠O\n
åödÜÉ_▒Ï
"""
b"\r ãÖ€”•II£\€†\x1D\x19 ,² "
b"\r ¶~p■5JÖ©dW¯Å®\x06\x7F "
b"\x0E\x08 ¢ãñcC@º’e.\x1E 3[¼ "
b"\x0E\x18\x01 —&‰HÜ»\x15 ÉøŒ„" "
b"\x0E\x19 €Ø\x00 wE6ªW LÖÉ<# "
b"\x0E\x1C A«ØFGhÇ,«ı\x1A ^X/ "
b"\x0E .▒¾!2Aêæı\v ØT┤ÖË "
b"\x0E 2å:.ºB7¾\x1A 5´_8’B "
b"\x0E XËHÈ\x1A M¤…‰îÛ®Œ„ "
b"\x0E i'ñ\x01 BK\x0F §ÄŸy˜eHi "
b"\x0E jõ,èžFO¯Bg`\x01 >™V "
b"\x0E q.€@ÂBe•î»ñ%Gc” "
b"\x0E ~Œ×Õ–E ½A“õ¾\x12 âY "
b"\x0E ëWØnÐOÇ▓XÙ*▄├r├ "
b"\x0E ¥¶,ÈÿJý¡.\x04 ð2Ô( "
b"\x0E ³$\t àRA\e ‹âvÞà\r › "
b"\x0E ¹i&öNAß’“ÊÛ\v Ãg] "
b"\x0E ¼‹Wáå@·Š¢Î×â\x1A ÷~ "
b"\x0E ÁíÛR\x07 F¶² >>h\e\x10 ¦ "
b"\x0E î§ÔT®B\x06 …èpŒ_b‹= "
b"\x0F\x00 Æ\x16 ·/E\x1C ”°fòLF±\x08 "
b"\x0F $1ys8J¸cè±uR,= "
b"\x0F ;═ÿÁ4D█ün\x0E Ó\x05 ê@Ä "
b"\x0F <w\x18 £©L-¶¬²\x1A Ù^Æ] "
b"\x0F ~Uÿ\x15\f N&Ø╝L\x02 4:°ç "
b"\x0F Ž\ù¦ Fö€ Ë-\x1A n5§ "
b"\x0F öïØ\x15 ÁO7é‗¨åHLöñ "
b"\x0F á°*7┤HG¼E\x14 Éch·v "
b"\x0F £ÿ\x05 z"B)¢9<ÁZe\x15 » "
b"\x0F ñC~îgJ²êØÚãi¶Ê╗ "
b"\x0F ·—0\x0E\x15 F µ@øìcéÑÔ "
b"\x0F »ü'û¹J!½åŸ£´?P" "
b"\x0F Ç#\x1E Ò|J^šàkÙM(bÐ "
b"\x0F ×g\x02 nŠKŒ€J\x0E\x16 Hø0 "
b"\x0F â\f $EzF\x01 »ç$\f A'›O "
b"\x0F ñ\x1A\x1D ;\x1E Kz‘€I\x07 .3†k "
b"\x0F ôZnyïKT‚yåcU:G¢ "
b"\x10\x0F vï£LFs¦*‡íœ`ÒË "
b"\x10 ++ç\x07 IJ[™ðëà Yèè "
b"\x10 6\x7F LJ2M/ºûÜ\x05 eoS» "
b"\x10 <\x0F\x06 ûvJã¦Ã÷_aÆ•\x1C "
b"\x10 =6&§\r A¶Šõ–.â\x0F\x18 g "
b"\x10 =¹f©\x03 G¤ enÓ¦»Îy "
b"\x10 y\x00 Ë\x06 SH\x05 –3\x17 æ4}×\t "
b"\x10 Ç\x18 ╩\x1C\x00 Aíüå~╗\x18 ┴©\x11 "
b"""
\x10 ç┼\n
ç¾Isï®Üðã\x7F Nü
"""
b"\x10 ïNdOrGɺò\e ݺƒ┐î "
b"""
\x10 Å~t¨┘O\x1E »ì³■\n
§│h
"""
b"\x10 ’\x19 Ò$“A»´…Ù/Ë€)c "
b"\x10 ú\x17 q\x0E M*¸sq+ïédc "
b"\x10 ª¶…Ç@E\x18 ÊÄi)`[Æ "
b"\x10 Îj¸µ\f K‡µ]õîöRp! "
b"\x10 ÙbÔÍ\x15 AE–5…ÆzÏ\x15\x00 "
b"\x10 Ô¦ò NOÉÇ©┘¤Ï╗╦Ç "
b"\x10 kÍ#╣I┤▒(█■P]ìh "
b"\x10 ±!È>█M£╣=^æ\x1F\t ‗É "
b"\x10 óLcl•HɧxlÆyb2Œ "
b"\x11\x07\x1F è¹ÑC═ÉÒ\x0F «┴ê\x00 , "
b"\x11\x13\x05 „#õCש‚Só\f\x12 )\x1C "
b"\x11 C‰BWÙA\x14 ›ÒÚ]«Ÿ˜ü "
b"\x11 F┤│ö\x0E NwÂÇ[║sü\x01 █ "
b"\x11 HšD§$H\x1C µ´\v ª¼WÚ\x13 "
b"\x11 Ka\x7F ¼ÏLYÖlž; Ù¾ "
b"\x11 N\x03 ▓ÒàIª½ÉJ┴~¬òÉ "
b"\x11 N\x15 Ë—xFº‹ÁfDÚI_\x1C "
b"\x11 lÔìüªM$ÂðÍ╦òó╝? "
b"\x11 pϨPtDz¯CTèµÎ.% "
b"\x11 ‡ÄúBiJºŸa7’/J®Ñ "
b"\x11 Ž…Áä±@\x16 »[ìºÌq\x0E É "
b"\x11 \f FJ¦H\x06 €˜ìçñHçü "
b"\x11 £\v ³\x05 8K\x19 ¾:o—\x05 ÕaW "
b"\x11 ¶àÇÙ+O•¹gZÐņWù "
b"\x11 ÆÚ\x05\x19\x13 N2 o|¼¶ãìÊ "
b"\x11 æÁs"CMŽ ×\x15 ¼¡¡Ú0 "
b"\x11 þ1ÐöË@xØ\t *mE5\x0E Þ "
b"\x11 í\t ÄÌsI\x08 ‡±’µsA\x1F õ "
b"\x12\x15 6_¹êHkª×ê‰aÐéƒ "
b"\x12 )¶–÷@Ÿ”—yOÕάÜà "
b"\x12 S%©\x17 .Bj°gŸ/ðÕ^ë "
b"\x12 W¶ä1/BxšfÅ\x18 ´ÒK\v "
b"\x12 dôáæîÐ\x12 í\x18 Ä\φ¼\x01 "
b"\x12 j═┌®\x16 Jú¥\x12 ¥(û·É║ "
b"\x12 n\x04 Ø(üIéŒã"ƒ;x\x01 m "
b"\x12 |{i»hDI¼C\x0F LúM-Þ "
b"\x12 ~ºÂM\x05 GÚŒ‚S\x1A (¬d "
b"\x12\x7F Â\x12\x15 ‡N*¯‡1ÇìA²K "
b"\x12 Šˆõp†Mè‰{`\x17\x7F Lˆ\t "
b"""
\x12 ž‘ø¯/O‚£\n
bæ\x08 ÷›À
"""
b"\x12 ¡TÃJ+Nö²j-•1¸fx "
b"\x12 Á¦\x19 äRNT€/›IÔ©×ç "
b"\x12 Å?–dZKÓ«\x01 µ#\t !†÷ "
b"\x12 ã”ŇÂKf’È¥!yv?f "
b"\x12 é\x1C *†•æ³ÜÅy®cœº "
b"\x12 ìÿÅW‡GgŒ\x1C µHEÈ\x0F Þ "
b"\x12 î\x12 +IúO¢½\x05 *q˜·óB "
b"\x13\x07 ¨»▒\LØ¿GxýúÛ¶└ "
b"\x13 $LÓo\x1A JϽ\x14 ÞD„ónL "
b"\x13 2Éa±;Iaè║┘×\x05 úìâ "
b"\x13 6;ÃOKO½¨ºIDC\x7F + "
b"\x13 FÊó,ôEÿæ┌▒Éuh\2 "
b"\x13 J¨dš\x17 Am¿2ô‘\x14\x05 Œ! "
b"\x13 ]VÁdÃL5£‚\e [)õ‘R "
b"\x13\x7F €•IäC\x10 œâT˜\x0F x\x03 Ù "
b"\x13 ‹¡R–Ú\x16 7 Ÿ„p0%\r œ "
b"\x13 ˜žžö"I‰¸&\x0E ÑbÂŒæ "
b"\x13 Ÿg\x1A ÐÇxÜÇÙ€»}F_ý "
b"\x13 ·\x16 SÃXIÖ–O°b\x11\x06 öõ "
b"""
\x13 ã\'he@Z”\x7F õ ür\n
•
"""
b"""
\x14 \n
äìïsFš©º/žÅP—A
"""
b"\x14\x17 ‚èÊ\x08 JÄŠµQZ?'ŸÛ "
b"\x14\x18 êÛº\x14 H%°’jé\x08 À‘\x1D "
b"\x14\x19 UNF\x12 Gª«ÀP\r pX!Õ "
b"\x14 !üz($I\x1C ¿ž'÷æ|À¨ "
b"""
\x14 &©¾‗ƒDyëÌɤ\n
×)\x13
"""
b"\x14 @k(\x16 H_£ÊÀÿ'v‚L "
b"\x14 MÄà?zL‰¤@SÐ0ªšr "
b"\x14 b[°TöKc‡ä—‹wÜm~ "
b"\x14 ªƒËK╣N}£ÉñÙ*ã┐4 "
b"\x14 ³ˆ=h>EÇ€zÀ\x7F 6€ëÿ "
b"\x14 ÀÊ\t ─B#üBÇA4Î\x13\x05 "
b"\x14 ╠ü█ÿ╔N┴¿ÏV\x04\f\x1D áÿ "
b"\x14 Ó:û;\e L˜¼\x1E Î\t\x19 Òo\f "
b"\x14 ä‡Þ#QB\x07 ›WY¾A…œq "
b"\x14 ¹\x01 Ì┼KO|║╝d¡ÅLeÁ "
b"\x15\x08\x15\x7F UÙAf–ËŠ"å™;, "
b"\x15\x10\x16 ÔúN ªšZÔ\f\x07 o~ "
b"\x15\x1F ´Ð\x16 oòN\¾Ø±X\x19\x06\x15 "
b"\x15 (¢Hº©A\x01 ¿ÂwU\x1F Ë÷ä "
b"\x15 7\x1D #mKG\x14 ¬~ü╔\x14 Yó? "
b"\x15 ?¼þÙ0Lž’ò»ü¶;>7 "
b"\x15 H ²9ÊJ¿ê\x0E ûØ\x0E Ì¡3 "
b"\x15 Z©Xß1AZ—ÔHôÀùÅ "
b"\x15 h£ºïì@>ª`åù^K0ï "
b"\x15 wÝ\x06 ÔÿASšáËÖºÔmÎ "
b"\x15 –/\x1A €áK\f Š£U+ü›¾\x15 "
b"\x15 §î\x1F W°F§ˆ²ŠYuN‘ô "
b"\x15 °KõI\x1E NXªƒ0\x19 ’δ "
b"\x15 Ã═¼ñ)B█× bSp·ØÐ "
b"""
\x15 ═C\n
á\x1D E#¼▒éï6¦É!
"""
b"\x15 ÍO‚ñ¡G4ˆF#àÛpäà "
b"\x15 ðLx/ÞB„˜‡ûž“}›§ "
b"\x15 òC‰œ\x05 In‘ÁL½d·¡$ "
b"\x15 ôQ·\r äFh€½g.K\x1E K^ "
b"\x16\x0E -ì\f «AS¡\e Ç\r \x19 ûÇ■ "
b"\x16 ,¾º\x1A ‘DÖ«í¦ûR®ñL "
b"\x16 ,Ø’‹*Lð°ø\x7F Õõ¼ˆ} "
b"\x16 /\x06 æùÕJ\x1F Ù\x1A Á±9 "
b"\x16 1»\p\@ÿ…z[3ïD“ "
b"\x16 8\x06 ›0'B\x19 ®¾J¼|õa "
b"\x16 8\x19 3ø\x14 NT´ÂN¦UDzÓ "
b"\x16 d\x15 à╝CBÑùì*¨t\x13 ý, "
b"\x16 mÔ½j·G!¬(Ø.╗õ‗å "
b"\x16 ‚@\r \x1E ýGö“®+P ºlÚ "
b"""
\x16 à\x1D \n
\x11 ºD£ÅÉåü¯\x10 ®ø
"""
b"\x16 ‹uXâ\x1A F£”M)1\t þ@” "
b"""
\x16 ’Z\n
ç6J^…Ä‹=™\x0F Ãõ
"""
b"\x16 ®XCpHݯ1™\x02 Yg®B "
b"\x16 µD‰°êDA•ãº\x12 ï\x11 ÉÄ "
b"\x16 ßÊœÛ<Añƒ®o\x1F ®C‰\x03 "
b"\x16 ï“Z^\x19 N¦Še›üÜ+_~ "
b"\x17 &œ ¨.Jx¶p:¾‘†¯Q "
b"\x17 <D&àÛOÉàÖ·´\x18\x00 h\x07 "
b"\x17 PzÙï7Nßçð└e╩ü_K "
b"\x17 Œ[ueWM~›“¤N`‰š "
b"\x17 Áܬ\x06\x14 AÁÉ┌Il\v ÜOf "
b"\x17 ¼`RôeMl¢ýG\3¹¾Q "
b"\x17 ÀãN&TN:¬ˆ˜ä)\x06 `™ "
b"\x17 Ê$òôU@h»,ÇÑéY]Â "
b"\x17 ═ŵ½ÃGxäl├öí@ç\x1A "
b"\x17 ÐÖ¡”¨G•´ZÃ6~Oµ… "
b"\x17 ÔÃ\i)N\x08 ‰ZÖÒ~¯Ï "
b"\x17 ì+žÁãD€›](2ÆÛù2 "
b"\x17 §\x11 qxìJƒÇ▓ý\x04 Ñ█Ò\x19 "
b"\x17 ·L5I╬NØÂ`ææ5Ñ\x13 "
b"\x17 úö)ê\t FÒ“*Ê\x03 Οü\x0E "
b"\x17 ûát®sGS†G\x1F\x1A ŒD2{ "
b"\x18\x0E ý[þOy°9Üöc²êS "
b"\x18 ³HPDÍØÜ:Çæ}¸\x08 "
b"\x18 1hÖ×ÛA‘ª\x13 ˆ\x13 >DÌç "
b"""
\x18 K©\ì-Bzùh:ô\n
\x13 -┌
"""
b"\x18 V†Ãå·M÷«À\x15 Õ\x14 ®›8 "
b"\x18 \©Q€2IS–Ÿ¦ôÈ—.h "
b"\x18 s=1ã7@\x1E ìg?\x17\x07 »ÅÜ "
b"\x18 ‰M\x00 ¡\x06 D\…mãí›”(E "
b"\x18 û%áâ°L5╗Ø■Y{╩Nî "
b"\x18 šî q\x00 J3ªê\x03 É`ñ;) "
b"\x18 ›“žžhFnµ\x13 /áË\x03 È´ "
b"\x18 ©EÚ„¤Cœ¹òΰá>þü "
b"\x18 ÒzÄ\x1C ÀLÜ¡2ѽUU;w "
b"\x18 áê¤Ú:¯ê7rþx„,Ð "
b"\x18 åž\x1E î¸@\x7F ¾\x1D @ôTyT‘ "
b"\x19\x05 ß}Îò@À¿9\x03 â‰uú\x03 "
b"""
\x19 \n
³¤1ÞDµî\n
äòknØd
"""
b"\x19\x0E\e r<VM\x1D êɬÐ┴D^\r "
b"\x19 @\e ÏØ┼@©Á\x00 `yþW\x05 Æ "
b"\x19 Y{\x11 É$Fƒö│ı?mÎ)¶ "
b"\x19 j\r aSDOê»,Œñ]¸, "
b"\x19 k$q¾€Dq‰Ö³€xGg "
b"\x19 ü\r ×├\x02 I3öð¨¶j¦oÜ "
b"\x19 š'“)æI>¦¿å·²È›z "
b"\x19 žR\x00 'ACdˆ•¢/Õ\x06 Ea "
b"\x19 ¯}G±\x0F Cˆ¦(mËá\x0E ¿b "
b"\x19 ÆÑŽÚ\x02 OB»|üÊÓºý¹ "
b"\x19 Þä{\x19 HG¤¨©•ZØ\x00 Õ› "
b"\x19 äôž\x17 îE2»è©ô§G” "
b"\x1A\v ìÕú┼JSà{\x7F t¥>┬ò "
b"""
\x1A\x16 ëæÄÞD\n
Ÿ@åð8·\t ç
"""
b"""
\x1A i╬│è\n
DÜ│Ö\®│É\x0F [
"""
b"\x1A ‚kÕIÉGÙ‰žÐ\x1E ³Ê:\x1A "
b"\x1A Å)êU¼K░Â║^zh▒ù¹ "
b"\x1A ’±ëËÎ@Æ‚ÜÝv§q)\x03 "
b"\x1A £ï¥\x18 ûHa¼Ttþ\x17 Eº\x16 "
b"\x1A ¬rÙÅ|J«¢¬ ª\n\x06 » "
b"\x1A ¯GÞcpDm˜žêu\x01 Šï¤ "
b"\x1A ¾ÅßI‡DÔ¾\x16 zªßÖù´ "
b"\x1A ä+VöAO¥©E–\x17 ¿J@— "
b"\x1A Ùûp╚©L\x18 ØÅúwh»¶\x06 "
b"\x1A öšÖ\r ÑEn€[dz¢t˜ "
b"\x1A úèC¦sA‡´€oöý£œ_ "
b"\x1A ■F]Én@]ë§╝\x02\x7F ´¸─ "
b"\e\v Œÿ\x04 åFž¥\t „’x\x10 Q• "
b"\e 7ÐÍÈæBÆØ\x17 ╗\x17 ╩x\x1C ƒ "
b"\e 9ÔÅÞ…Ak¯†y»k\x06 åè "
b"\e ^6ü†[OV»«br\x11 ƒÕ@ "
b"\e eˆ±íßHÒ¶TtÝ—ó G "
b"\e pÛ•mXK\x17 ºQ‚§¡]Á÷ "
b"\e z(\x07 £[N\x12 …ß\x1D i¦ùæI "
b"\e Äy│Çu@nÀÐ\x03 7üjÇ\x00 "
b"\e ƒjÇkAB[¢ÞGØP\x1E ╬\x1F "
b"\e ÊìhMðEÂéo╦8\x04 -ƒñ "
b"\e Ó§ÂÜ…A…‘}w=û¶æÒ "
b"\e ÓÌ=däL¿»„ûè3h+¦ "
b"\e ÖìÝ"ÿïýEphÁÎø0j "
b"\e òÃ\x1E ÔKI`Œâ±-®v9x "
b"\x1C\x02 ï\x00 _\x10 I•\r :õÛÆãA "
b"\x1C\x05 JºM'LÚ½'}Á(ÕÏ\x07 "
b"""
\x1C W¿úX²E ¥\n
\x03 ¨Wq~K
"""
b"\x1C \n›\x1D bOï¿[Ý Ñùo± "
b"\x1C k'Â7KM┐åE2▀H4Ø0 "
b"\x1C my¼a›Nb³vÂÉîP´J "
b"\x1C oÀž8eJf…þt\x1F »ž\x00 É "
b"\x1C …r{¬aO4œ‘\x1E oWÆ\f ú "
b"\x1C Å˳¢█OùÇZ\x02 Ϻ╩║x "
b"\x1C ╬ic]üB\x14 ë█qn¸▒ÿ¿ "
]
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 (0x0001194432B4466FAA453454D5B2B111 , 0x0009DFBD5C2D42C78A278583AF9B00F4 , 0x002CF6E84010431495C688A97FE6E8D4 , 0x004C2444DE2248B3BE9D85A412D50008 , 0x005E3FBEA2B741C898375DC879F9D0DD , 0x005EC27514A34C7DABF2D8456F292493 , 0x00744E0AFA184A24A05AEB3C074110B0 , 0x007ADAFEB6DC413FB6DD5F43635DFAD9 , 0x0085F3BA34ED43EC8210EC3CF1579910 , 0x008CEB510FED4E70AB5C34FDE7E7CB3A , 0x00948390E01543F0848E47E33BD2C14A , 0x00B448B9BDFD415AA81C4CC72F885CF1 , 0x00C18FE0258D4BB08F9FF16585EA53F5 , 0x00CC8CCD1B1D4F47BAE789C89FDB9900 , 0x00D0C8ADF8534FC38C2C332225842587 , 0x00D19F495E414030937D46EDEEA5F404 , 0x00E3E585C2404062BEE4A65F9E01A963 , 0x00E5D3D8260D4C8FB2FED47E91FA9E0E , 0x00EC10269B7A4FFF86D74D749BAD0F33 , 0x00F311BE735B4E0583DFA352999C8365 , 0x00FEF363B56B414E815234D95974B28F , 0x011732E138AF44918F2F57F8D5BFA7C3 , 0x011DAFDCBA114D73A166E3CCD0CF475E , 0x0121A99D9DAB4E888501CCFBC5D3F285 , 0x01271210E1114F9D80DB454D376A3763 , 0x012F7611C8B54EDAA244F3304FE18CDA , 0x0133C6A3D9B84DA496881D0B769E8654 , 0x014C58C42D4245D8B6024A6A9CE6CBE3 , 0x0151B2604DFE43EBB9AA8C339EE00E17 , 0x015CCE26CE6B447698534615643A4284 , 0x015E70319DD149FF93D9E8FACF43B9E4 , 0x0161BC7F135A48B3B8541CDDD86D16FB , 0x0182E725FFE84C38AE5D22565212D19B , 0x0185009D99EB48768562D2652ECC852A , 0x01B52F263F754C77A70137666C5914E1 , 0x01D02D513C994FA5990D4B40335D652B , 0x01F32FC7E5D74DCA830B80510CF515DC , 0x01F63C9B5E9640A798CADF9D0DF946D4 , 0x01FA15FC08744BC7B50C1023B378A852 , 0x0210CB64AA34451F94EEFFDCF78C62DB , 0x0211727F6B624DDF855F57567E36FCC7 , 0x02184C3868C54F2B883624D31546AF5C , 0x021957DDD43A4B15A0CFC417AE1DE740 , 0x021C711D095E4310A5936F2D21C5F16D , 0x0222A7A2A857428787EC7B0C6DD1002E , 0x024261B5238C47B5B694717C8CB08486 , 0x024C4637E32E46638F95E9068DB720AF , 0x02546AED2FBB481DABAB5F98CDDA468E , 0x025F7A0773B64F43A9201FA4A70F4501 , 0x026929F030784AFD921A9109B2B42B43 , 0x026AA669479D4234821D24F9760638FB , 0x027BDF54784A46CF832971BCA17F255C , 0x028654E41FF14CEDB54FEF6F060CA915 , 0x028743AC7000442BBDF9297097011363 , 0x028953BBBB104519BAC88F477A3A27B3 , 0x029377C6A55F49A5B6F68D875B0D32F8 , 0x02AA5B76935447449AE15F8D72D5836E , 0x02B33B8C21194738AE6F8E9D10A38775 , 0x02BEDE1142714322B4EADDC26E062A7B , 0x02E9576325894CB1BDCB657455809D65 , 0x02EDECAD70C74BB9873BB2138D61EC88 , 0x02FB70A274F247A7AEBB4411AD0276D7 , 0x02FD1D6F858247378EFB7AE68DC540FD , 0x030A6E5078F144978CCB0236FFADE677 , 0x030BE70C45FC4187996A1E8F51435108 , 0x03158006DCBA4E89805AFC77C6CEE4D5 , 0x0341025E4F794C03BE22F7D5AC1DAB29 , 0x034B53D731D34402938747006863C9D3 , 0x037A3BF1470543258CBC4831F7DC5696 , 0x037B824A2AAA4E7198556031F0DCD335 , 0x03A4139A29A048259E4A7A235EE2D55A , 0x03B25957580F48FC84936668AE684F17 , 0x03DABD6F1BA44BE4B5C8EA3D38F03AB4 , 0x03FE51F4F5FF431DBD91020A6972E019 , 0x0420F7DB94A2422D867B27F65E9DD67C , 0x04297130F32E4B83BE424120C954C1EA , 0x0438856A85934FA19A2A6EE1557A0FD8 , 0x044E7E17003C4410BC72833A3DF6A324 , 0x045291418F6243C38B0DC5B99238CA1A , 0x045C22982B25416C8B884DD4B1C2D8F2 , 0x04611C41E72844A58BD5A24603F2344F , 0x046FDE661F5F4E91977B206D5FA9287C , 0x04752FFD38A1448C99BA090CD20CCA91 , 0x047CF57F7E3043DFBDD03AA64E13B7F8 , 0x049316452EDE439184A50BBF9E3AC4DA , 0x04AA5F7EA0E94F05927FA6B78D755117 , 0x04BA5A9157A44119B8D46AA12706C785 , 0x0502E54447BF45B2B0C8DA061E34355E , 0x0506F066BFB245AEB7F060DD9C6408BE , 0x050893127F754B3BB418CF765DFC08B2 , 0x0520BFB42B2F43C78952FB5205A2F6D3 , 0x053A267750624F418D4FDB5D70E67497 , 0x053CCE5FFE024A5D8654D2BCF8F606EE , 0x05477CB7C025475CBD610514F0A77345 , 0x0562D91000D14141BBF6D51D2ED69C86 , 0x05741FC4EBB84FC5BF3A3666BE5782E8 , 0x05A0B2DB67D3470D8E7C53C422C089D8 , 0x05B820EF5804401AA53C23BF95691B8B , 0x05B8B3699E1D49BA9726B9ED5F74E8F6 , 0x05BAAC900DE4485A8FF7B0BAB3EC1E6E , 0x05BFC9C0E68B456EBE7C75B24D9C84D7 , 0x05C3C3C72D4F4170B91C418ABED08BC5 , 0x05C46639A13944AAA80F97FDC0166890 , 0x05DB2F1854D94916BE89544376328BB6 , 0x05DF923CACCA4C6090AF97F67D953E12 , 0x05E3CFCDBF144E288878E092A894EA4E , 0x05E514CF74374A338F3895D8D518A496 , 0x05E952B14BF34166B04FF23BB0E88C27 , 0x05ED9739AE1B4C5DBC828D6B4E2C16F7 , 0x060E1E4E5D27429D8AEECACCDEBCC201 , 0x0635616A3E634636B75AB3F688FAB812 , 0x064D74388FD249EF91B71C1E19989623 , 0x06546E127DD74D8485AAE73F39909DD0 , 0x065766FD111645BE85922167B12A3355 , 0x065980B9DA5B48F6B76712CE07B4E5DA , 0x06645BF9CEAE48FD84D9F88F2EB37D0A , 0x067BA68D3A4E416DA9E0392610659FB7 , 0x067D4CE0F5564DDAB2B898C696F4F56D , 0x0692DF8A5D2ECE41EB32F2B600E57AFD , 0x069B5F743C3B44AD925E556B38F4ABAA , 0x069CECC3B64E4274930C87AC257D27B1 , 0x06B0EB64B16443859EC35D71DCADFA23 , 0x06B5DE4192F44E89AE0511829CD99104 , 0x06B6F80E123F4082B918DF04B9085FFF , 0x06B7229D363040FABDC8EC6AFD6E0B88 , 0x06C0007D94A74138AB76B8A6FDB20805 , 0x06C414F4407043AE9CC4ABE0874664EA , 0x06CEDCF7A86445C39D768963BC9D69AD , 0x06D2E84E5AF446868CB9E400F65A68E4 , 0x06E7296307434ED3A2E330F0351FF234 , 0x06F8A39FBC734B158958565562A3AC45 , 0x06F8E40BB20448EFBCFBD50FD8E41743 , 0x0702316DDF5D4F87AE60DE323E93E1AF , 0x071AA43DE18E448BB5084EF6317410E8 , 0x0724100CCA4A69802D21802B26D3EB8E , 0x073B762888074021ADEAA4CBA590B81A , 0x073E83428B36449DA2F8FC447457BBD0 , 0x074CE95F619A41C7A835CE5A44BF7560 , 0x075A4D07C9A8427AB5A65BA4EF0ADC71 , 0x0768ED6BEC7E4E5CB4C928DA9E658E33 , 0x0779C099E5F243AA9D0384C32471A115 , 0x07A2963B5C234B2C855B23EE49F5B11E , 0x07AC953421644F0A8AB133F33E2040E0 , 0x07AEA264664D4F0B95A7F568409BE4C9 , 0x07B0956A02CA4D0BBE500C8C7370811C , 0x07B11E40A31846A08D9EA75F5427B6A6 , 0x07B14E7878664105A455AA736E343E83 , 0x07B6120064F145A1A8C05BB8C057C13A , 0x07BFDD7F4A3043CD9F381BB78B478E88 , 0x07C8F1BE42E843AD8BD7E1EC8506312C , 0x07D9B27CA4DF47D0BE530004745C02B2 , 0x07F4491343C449C2AC3804726A662D8B , 0x07FFC81E4AF740B08CEAA29095305EEA , 0x0817A1683D3242BC88D5F6694B97958C , 0x08190A1EDAE942DFA39EC2DFBB96E504 , 0x081C2E5C18194160A85985A5FD92C165 , 0x081E1C7E42374D0CA42800DA6E318B17 , 0x082058B5FFD33E478B65C986D77BB73C , 0x08212F3441EC225963F8F33F03B3E609 , 0x083C795517AE4473A3228D33B633954A , 0x0847ED600F8D44E3B40C5071D6DC37EB , 0x0848A29A59E744E3B15A52BFDEF7116C , 0x086891333EA84A979EE85F8EEDD9FAA9 , 0x0879317B35EC48C1A42DE19D414C9395 , 0x087A9A11F8FD474190DA09DAB43A352F , 0x0896FF0EF00744C99A3B8E7AD000AC31 , 0x089EB19164634057830490347D99FAAD , 0x08C2635AD2BA4C1C92F4420D61DEA508 , 0x08DC78920DD846F88455EDF193A291FD , 0x08E6C87475734E9C905C427646D3C3FA , 0x09014BF0554541FF9F6EE4831BE00E5E , 0x0908FC602241416D8FE7F5BC607FA985 , 0x091161C7B81243118C1E5F9B4A995846 , 0x091E15C3CDEE4F378FF603B73B8ADD2D , 0x0941E03F0A6F4584A98D76316683A58A , 0x094DB1B8CDF2D863A5E6A8F748C15F1E , 0x09503E6FF6114755B640E64E99C2F30C , 0x0952721D11974C698F8EC47301669A37 , 0x09564BEFA3874BD5B4C6302D5021FFB0 , 0x095A12B3FFB244868C75EF6FAEBFCA84 , 0x095AD7035C494332A147B215CA19114B , 0x0990437CD05145CAB11B72DE2C351472 , 0x09957A05FE02459BBB598993ABF8924B , 0x09C3C837EB57484BA22B7DD258AB5B22 , 0x09CA0D16E93B42F18F1F3A96D353AFFA , 0x09D07DF845604401ABBDD2ADF7FFD776 , 0x09D673F86E064E37B614B5FC44C6ED87 , 0x09E9C2E867EF4B85AEC2069030F3F70E , 0x09F3D13014564DF99E7EEDA9365E84D7 , 0x09FA57DA2C5F4A9DBFF36D19DAD94DEB , 0x0A0EE80A3182459AA23214C5C53DCFE7 , 0x0A1DF2F5EFB641C88B39EB677430298A , 0x0A223C62182641A0B31347F04D1016EA , 0x0A29849576654D2384CC99C67A28DCC6 , 0x0A30D28FABFE40F69B0181B9215535BD , 0x0A49529D8E2C42D5A13BC13959E5089A , 0x0A55689E675C42D28F9AA9B5E196C48E , 0x0A5BDB92D67F4B8BBEEC1DF83D679BE6 , 0x0A60842F31214224B4B52DF832C866E9 , 0x0A73FA1FA99449BDB0171143D4BE57F3 , 0x0A82E1611D3A42C698D8C785E713CA72 , 0x0A97F58F46E1450FBEE27BC8CFB4920B , 0x0A9A836236D74C2BA1376A1CD387B39A , 0x0AA40F9E88D54A2288ADFC22B8DA47FB , 0x0AB37DC1D28E46C9864EEFD07F864B57 , 0x0AEF73A090084D89874EF5EBCA9E3547 , 0x0B034D4F9A064F7E9EBD75C8F8515F24 , 0x0B046E20670A46D58F035152D4EE42C0 , 0x0B10B932F71646E7AA80001B4740B4D8 , 0x0B3B2CD75BBA48BE827F1D472486EE37 , 0x0B4A405AF0BA40B1967AA89C5F65F363 , 0x0B4CF874E7A24AD5842DE586F43A61F4 , 0x0B506722AA384091A35A2EF979296493 , 0x0B54A3F4FFE84C189A3E85FC9641AA27 , 0x0B59041819A74E578CEB312A7AD7AFC1 , 0x0B68C41C8A294C01B21503828BA94A6B , 0x0B7D1DC4A88840799A42F3858A541371 , 0x0B85AC78260443D09418C08D914F1A2D , 0x0BC49AA8B4604FDBAF74C44F1026B807 , 0x0BE5CF7E85FD45B6A76F447866CC7985 , 0x0BF44E2298DC456CB655844B0FE3E620 , 0x0C0BF6656D0A4AE8ADDBB45C1DEDCDE2 , 0x0C1C90E2B8124418BCB591657129228A , 0x0C358D4021550188FD2C5795A6A5054F , 0x0C4CCD596DC3490CBF1FFDD4B51BE470 , 0x0C65C76DAC8C457DB328D97DB021F080 , 0x0C771F988B4F4FA1A960270EE4F95C25 , 0x0C775EBB80B9453DA48775C29003F676 , 0x0C7908ACFB594D10993A93C2F837E9BB , 0x0C7B3866ED954FB79330A86528569AF1 , 0x0C80E804481D4D85BCDBBD2309B38CF1 , 0x0C8D3CA94A094C458C911C90F502D920 , 0x0C9E46C2596143F1BF19E8138AEDF03D , 0x0CBDD8EBF4C84B62A511A5A5EA5EAA5A , 0x0CC1138BCA3648E98F101D57AA7FAA1A , 0x0CC51FE996874802A4D21CAD21A2CF69 , 0x0CC5D2D78ED244C6B957C01CCEEEA87E , 0x0CCE9F1C9E834676B10920E80EB0E1B3 , 0x0CCF4EC21C454647AECF414DA787B9CA , 0x0CE3FF7E555C4D799698DE068BBE2294 , 0x0CE4C4565D0C41E98AD8158526A068ED , 0x0CFEA498BA534DD6B6A845BBF5C7CBED , 0x0D02A6D7FB7143C58F17EFF240A219B5 , 0x0D09D26862AA45B7AEA5CA4617918813 , 0x0D1141A0F20043E4AD5161AB29CB1FE6 , 0x0D2E12D258AE471EBA4837EDC70FE95C , 0x0D2E7ADCEB3640969F8EA92B64CD2B18 , 0x0D4A5C62EE574354BBCB717D88DE4204 , 0x0D6464C4A88C48F8B6C59C51C9F92B85 , 0x0D8232B79ABC49AD83A16FBB5A29670A , 0x0D8F76B95AFB473D8BA7069DBEB45539 , 0x0DA370DA813544CD854370DB14D31A6C , 0x0DB8D28B180A42DC969C80D9DA5FD0B5 , 0x0DBA366DB53F4BBDB87D7B17216687B1 , 0x0DE24ED119914AE8A4B92440F789A017 , 0x0DE2DCCA82CC4F0A8694649A905FB1D8 , 0x0DE3D68094954949A35C80861D192CB2 , 0x0DF47E70FE354A99B86457EE8FA9067F , 0x0E08A2E3F1634340BA92652E1E335BBC , 0x0E180197268948DCBB15ADC9F88C8422 , 0x0E1980D800774536AA57204CD6C93C23 , 0x0E1C41AE9D464768802CAED51A5E582F , 0x0E2EB1F32132418891D50B9D54B499D3 , 0x0E32E53A2EBA4237BE1A35B45F389242 , 0x0E58CB48C81A4DA485AD89EEDBAE8C84 , 0x0E6927F101424B0FA7C49F7998654869 , 0x0E6AF52CE89E464FAF426760013E9956 , 0x0E712E8040C2426595EEBBF125476394 , 0x0E7E8CD7D5964520BD4193F5BE12E259 , 0x0E89579D6ED14F80B258EB2ADCC372C3 , 0x0EA5B62CC8FF4AFDA12E04F032C39428 , 0x0EB32409E052411B8BE276DEE00DC29B , 0x0EB96926F64E41DF9293CADB0BC3675D , 0x0EBC8B57E1E540B78AA2CED7E21AF77E , 0x0EC1EDDB520746B6B2203E3E681B10A6 , 0x0EEEA7D454AE420685E8708C5F628B3D , 0x0F00C616B72F451C94B066F24C46B108 , 0x0F24317973384AC2B863E8B175522C3D , 0x0F3BCD98B53444DB816E0EE00588408E , 0x0F3C7718A3A94C2DB6ACB21AD95EC65D , 0x0F7E5598150C4E269DBC4C02343AF887 , 0x0F8E5CF9A62046F68020CB2D1A6E35A7 , 0x0F948B9D15B54F3782F2F986484C94A4 , 0x0FA0F82A37B44847AC4514906368FA76 , 0x0FA3FF057A224229A2393CC15A6515BB , 0x0FA4437E8C674AFD889DE9C669F4D2BB , 0x0FB797300E1546A0B540F8EC63E9D1D4 , 0x0FBBFC27FBB94A21BDE59FA3B43F5022 , 0x0FC7231ED27C4A5E9AE06BD94D2862D0 , 0x0FD767026E8A4B8C804A0E16AD48F830 , 0x0FE20C24457A4601BBE7240C41279B4F , 0x0FF11A1D3B1E4B7A918049072E33866B , 0x0FF45A6E79EF4B548279E563553A47A2 , 0x100F76EFA34C4673A62A87ED9C60D2CB , 0x102B2BE707494A5B99F0EBC3A059E8E8 , 0x10367FC787324D2FBAFBDC05656F53BB , 0x103C0F06FB764AE3A6C3F75F61C6951C , 0x103D3626A70D41B68AF5962EE20F1867 , 0x103DB966A90347A4A0656ED3A6BBCE79 , 0x107900CB06534805963317E6347DD709 , 0x108018CA1C0041A181867EBB18C1B811 , 0x1087C50A87F349738BA99AD0C67F4E81 , 0x108B4E644F724790A7951BEDA79FBF8C , 0x108F7E74F9D94F1EAF8DFCFE0AF5B368 , 0x109219D2249341BBB485D92FCB802963 , 0x10A0FA17710E4D2AB873712BEFE96463 , 0x10AAB685C7404518ADCAC46929605BC6 , 0x10CE6AB8B50C4B87B55DF5EEF6527021 , 0x10D962D4CD154145963585C67ACF1500 , 0x10E2DD95FF4E4F9080B8D9CFD8BBCB80 , 0x10F06BD623B949B4B128DBFE505D8D68 , 0x10F121D43EDB4D9CB93D5E911F09F290 , 0x10F34C636C9548C9A7786CC67962328C , 0x11071F8AFBA543CD90E30FAEC188002C , 0x1113058423F543D7A98253F30C12291C , 0x1143894257D941149BD2DA5DAB9F98FC , 0x1146B4B3940E4E77B6805BBA738101DB , 0x11489A44A724481CB5B40BAABC57DA13 , 0x114B617FACD84C59996C8FF33BFFEBF3 , 0x114E03B2E38549A6AB904AC17EAA9590 , 0x114E15CB977846BA8BC16644DA495F1C , 0x116CE28D81A64D24B6D0D6CB95A2BC3F , 0x1170CFA85074447AAF4354E8B5CE2E25 , 0x1187C4FA42694ABA9F6137922F4AAED1 , 0x118E85C1E4B14016BB5BECBACC710EC9 , 0x11A00C464AA648068098ECE7F148E7FC , 0x11A30BB305384B19BE3A6F9705D56157 , 0x11B6E0C7D92B4F95B9675AD0C58657F9 , 0x11C6DA0519134E32A06F7CBCB6E3ECCA , 0x11E6C17322434D8EA0D715BCA1A1DA30 , 0x11E731D194D340789D092A6D45350EE8 , 0x11ED09C4CC73490887B192B573411FF5 , 0x1215365FB9EA486BAAD7EA8961D0E983 , 0x1229B696F7409F9497794FD5CEACDCE0 , 0x125325A9172E426AB0679F2FF0D55EEB , 0x1257B6E4312F42789A66C518B4D24B0B , 0x1264F4E1E6EED012ED18C45CCF86BC01 , 0x126ACDDAA9164AA3BE12BE2896FA90BA , 0x126E04D828FC49E98CE322833B78016D , 0x127C7B69BB684449BC430F4CFA4D2DDE , 0x127EBAC24D0547DA8C82531A2028AC64 , 0x127FC21215874E2AAF8731C7EC41B24B , 0x128A88F570864DE8897B60177F4C8809 , 0x129E91F8AF2F4F82A30A62E608F79BC0 , 0x12A154C34A2B4EF6B26A2D9531B86678 , 0x12C1A619E4524E54802F9B49D4A9D7E7 , 0x12C53F96645A4BD3AB01B523092186F7 , 0x12E394C587C24B6692C8A52179763F66 , 0x12E9AD1C2A8695E6B3DCC579AE639CBA , 0x12ECFFC5578747678C1CB54845C80FDE , 0x12EE122B49FA4FA2BD052A7198B7F342 , 0x1307F9AFB15C4C9DA84778ECA3EAF4C0 , 0x13244CD36F1A4ACFBD14DE4484F36E4C , 0x13329061F13B49618ABAD99E05A38D83 , 0x13363BADC34F4B4FBDA8BA4944437F2B , 0x1346D2A22C93459891DAB19075685C32 , 0x134AA8649A17416DBF32F49114058C21 , 0x135D56C164C34C35A3821B5B29F59152 , 0x137F809549E443109CE254980F7803D9 , 0x138BA15296DA1637209F847030250D9C , 0x13989E9EF6224989B8260ED162C28CE6 , 0x139F671AD0C778DCC7D980BB7D465FFD , 0x13B71653C35849D6964FB0621106F6F5 , 0x13E35C276865405A947FF5A0FC720A95 , 0x140AE4ECEF73469AA9BA2F9EC5509741 , 0x141782E8CA084AC48AB5515A3F279FDB , 0x1418EADBBA144825B0926AE908C0911D , 0x1419554E461247AAABC0500D705821D5 , 0x1421FC7A2824491CBF9E27F7E67CC0A8 , 0x1426B8F3F29F447989DE90CF0A9E2913 , 0x14406B2816A0485FA3CAC0FF2776824C , 0x144DC4E03F7A4C89A44053D030AA9A72 , 0x14625BB054F64B6387E4978B77DC6D7E , 0x14A69FD34BB94E7D9C90A4EB2AC6BF34 , 0x14B3883D683E45C7807AC07F3680EBFF , 0x14B7F0D209C442238142804134D71305 , 0x14CC81DB98C94EC1A8D856040C1DA098 , 0x14D33AFB3B1B4C98BC1ECE0919D26F0C , 0x14E487DE235142079B5759BE41859C71 , 0x14FB01DEC54B4F7CBABC64AD8F4C65B5 , 0x1508157F55D9416696CB8A22E5993B2C , 0x151016A0D4FA4EA0AA9A5AD40C076F7E , 0x151FB4D0166FF24E5CBED8B158190615 , 0x1528A248BAA94101BFC277551FCBF7E4 , 0x15371D236D4B4714AA7E81C91459A23F , 0x153FBCFED9304C9E92F2BBFCB63B3E37 , 0x154820FD39D24AA8880E969D0EDEAD33 , 0x155AA958DF31415AAD97D448F4C0F9C5 , 0x15689CA78B8D403EA66086975E4B308B , 0x1577DD06D4FF41539AE1CBD6BAD46DCE , 0x15962F1A80E14B0C8AA3552BFC9BBE15 , 0x15A7EE1F57B046A788B28A59754E91F4 , 0x15B04BF5491E4E58AA83301992CEB420 , 0x15C7CDACA42942DB9EFF625370FA9DD1 , 0x15CD430AA01D4523ACB1828B36DD9021 , 0x15CD4F82F1A14734884623E0DB70E4C3 , 0x15F04C782FDE42849887FB9E937D9BA7 , 0x15F243899C05496E91C14CBD64B7A124 , 0x15F451B70DE4466880BD672E4B1E4B5E , 0x160E2D8D0CAE4153AD1B800D199680FE , 0x162CBEBA1A9144D6ABEDA6FB52AEF14C , 0x162CD8928B2A4CF0B0F87FD5F5BC887D , 0x162F06E6F9D54AEEAC801FD91AC1B139 , 0x1631BB5C705C40FF857A5B33EF449320 , 0x1638069B30274219AEBE4ABC7CF5AD61 , 0x16381933F8144E54B4C24EA655447AD3 , 0x16641585BC4342A5978D2AF97413EC2C , 0x166DE2AB6AFA4721AA289D2EBBE4F286 , 0x1682400D1EFD47F693AE2B5020BA6CDA , 0x16851D0A11A7449C8F908681EE10A99B , 0x168B7558E21A46A3944D293109FE4094 , 0x16925A0AE7364A5E85C48B3D990FC3F5 , 0x16AE58AD437048DDAF3199025967AE42 , 0x16B54489B0EA444195E3BA12EF11C9C4 , 0x16DFCA9CDB3C41F183AE6F1FAE438903 , 0x16EF935A5E194EA68A659BFCDC2B5F7E , 0x17269C20A82E4A78B6703ABE9186AF51 , 0x173C442685EA4F908599FAEF18006807 , 0x17507AEB8B374EE187D0C065CA815F4B , 0x178C5B7565574D7E9B93A44E60C2899A , 0x17B59AAA061441B590DA496C0B9A4F66 , 0x17BC6052F4654D6CA2FD475C33B9BE51 , 0x17C0E34E26544E3AAC8898E429066099 , 0x17CA24F2F4554068BB2CC7D1E9595DC2 , 0x17CD8FE6ABC74778846CC394A140871A , 0x17D0D6A194A84795B45AC3367E4FB585 , 0x17D4C35C69294E08895AD6D27EADAFCF , 0x17EC2B9EC1E344809B5D2832C6DBF932 , 0x17F51171788D4A9F80B2EC04A5DBE319 , 0x17FA4C3549CE4E9DB660C7DD9135A513 , 0x17FAF629EA0946D2932ACA03CE9FFC0E , 0x17FBE174AE73475386471F1A8C44327B , 0x180EA0FD5BFE4F79B039DCF663B2EA53 , 0x1820F0FC485044D69D9A3A80917DF708 , 0x183168D6D7DB4191AA1388133E44CCE7 , 0x184BB85C8D2D427A97683A930A132DDA , 0x185686C3E5B74DF7ABC015D514AE9B38 , 0x185CA95180324953969FA6F4C8972E68 , 0x18733D31C637401E8D673F1707AF8F9A , 0x18894D00A106445C856DE3ED9B942845 , 0x189625A083F84C35BB9DFE597BCA4E8C , 0x189AEEA071004A33AAEA03C960F13B29 , 0x189B939E9E68466EB5132FE1CB03C8B4 , 0x18A945DA84A4439CB9F2CEB0E13EFEFC , 0x18D27AC41CC04CDCA132D1BD55553B77 , 0x18E1EAA4DA3AAFEA3772ADFE78842CD0 , 0x18E59E1EEEB8407FBE1D40F454795491 , 0x1905DF7DCEF240C0BF3903E28975FA03 , 0x190AFCCF31E844E68C0A84956B6E9D64 , 0x190E1B723C564D1D8890AAD1C1445E0D , 0x19401BD89DC540B8B5006079E7570592 , 0x19597B119024469F94B3D53F6DD729F4 , 0x196A0D6153444FEABB2C8CF15DB82CAD , 0x196B2471BE80447189D6B380AD784767 , 0x19810D9EC302493394D0F9F46ADD6F9A , 0x199A279329E6493EA6BFE5B7B2C89B7A , 0x199E5200274143648895A22FD5064561 , 0x19AF7D47B10F4388A6286DCBE10EBF62 , 0x19C6D18EDA024F42BB7CFCCAD3BAFDB9 , 0x19DEE47B194847A4A8A9955AD800D59B , 0x19E4F49E17EE4532BBE8A9F4A7AD4794 , 0x1A0B8DE5A3C54A53857B7F74BE3EC295 , 0x1A16EBE6C4DE440A9F40E5F038B709E7 , 0x1A69CEB38A0A449AB3995CA9B3900F5B , 0x1A826BD549C947D9899ED01EB3CA3A1A , 0x1A8F298855AC4BB0B6BA5E7A68B197FB , 0x1A92B1EBCBCE40C682DCDD76A7712903 , 0x1AA3EFA518FB4861BC5474FE1745BA16 , 0x1AAA72EB8F7C4AAEBDAAFFA65C6E06AF , 0x1AAF47DE6370446D989EEA75018AEFA4 , 0x1ABEC5DF498744D4BE167AAADFD6F9B4 , 0x1AE42B56F6414FA5A9459617BF4A4097 , 0x1AEB9670C8B84C189D8FA37768AFF406 , 0x1AF69AD60DD1456E80AD5B647AA27498 , 0x1AFAE843A6734187B4806FF6FDA39C5F , 0x1AFE465D906E405D89F5BC027FEFF7C4 , 0x1B0B8CFF04E5469EA509849278105195 , 0x1B37D1D6D49142929D17BB17CA781C9F , 0x1B39D4C5DE85416BAF8679BB6B06E5E8 , 0x1B5E36FC865B4F56BBAB62721183D540 , 0x1B6588B1EDDF48D2B65474DD97F32047 , 0x1B70DB956D584B17BA5182A7A15DC1F7 , 0x1B7A2807A35B4E1285DF1D69A6F9E649 , 0x1B8E79B38075406EB7D10337816A8000 , 0x1B9F6A806B41425BBDE8479D501ECE1F , 0x1BD28D684DD045B6826FCB38042D9FA4 , 0x1BD3A7C2DC854185917D773DFBB6E6D2 , 0x1BD3CC3D64E44CBFBB84FBE833682BA6 , 0x1BD6ECDD22FFEFFD457068C1CEF8306A , 0x1BF2C31ED44B49608CE2B12DAE763978 , 0x1C02EF005F104995AD0D3AF5DBC6E341 , 0x1C054ABA4D274CDABD277DC128D5CF07 , 0x1C57BFFA58B24520A50A03A857717E4B , 0x1C5C6E9B1D624FEFBF5BDDA0D1F96FB1 , 0x1C6B27B6374B4DBF864532DF48349D30 , 0x1C6D79BC619B4E62B376C2C9EE50B44A , 0x1C6FC09E38654A6685FE741FBB9E00C9 , 0x1C85727BAC614F349C911E6F57C60CFA , 0x1C8FD3FCBDDB4F97805A02D8A7CABA78 , 0x1CCE69635D81421489DB716EF7B198A8 );
Copy
27
0.37 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"\x02 _z\x07 s¶OC© \x1F ¤§\x0F E\x01 "
b"\x04 oÞf\x1F _N‘—{ m_©(| "
b"\x05 ²ÛgÓG\r Ž|SÄ"À‰Ø "
b"\f ãÿ~U\My–˜Þ\x06 ‹¾"” "
b"\x12 ã”ŇÂKf’È¥!yv?f "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0x025F7A0773B64F43A9201FA4A70F4501 , 0x046FDE661F5F4E91977B206D5FA9287C , 0x05A0B2DB67D3470D8E7C53C422C089D8 , 0x0CE3FF7E555C4D799698DE068BBE2294 , 0x12E394C587C24B6692C8A52179763F66 )
ORDER BY rc . rule_id , rc . position ;
Copy
28
1.39 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
29
1.70 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"\x1C Ð_¥RÇN\r ¼z7pg\x02\x1D / "
b"\x1C ØËÌécOuœ4#µ¾¤æØ "
b"\x1C Ù8Y├¨Eyü╬¥▓ëDPZ "
b"\x1D\x04 xÿ½;GÓ‹„\x02 Óq\x04 <\e "
b"\x1D ,\x0E TX¸J!¤\t\x10 é-«Ö\x1E "
b"\x1D .J\v ½\x05 A3¢\x05 y╚ü*³( "
b"\x1D 0èR^6Iª’磌JsÍw "
b"\x1D 7¿:\x01 öL\v ™\x05 LÞºe\x13 ¡ "
b"\x1D @\x07\x07 ÑeLIˆ\x01 Ÿñ³DXL "
b"\x1D TLæ+\x18 L)û÷|Rº©èØ "
b"\x1D X4€EìE¸¡}>-Ü\x11 ‡G "
b"\x1D \OõnîEÔ¢®¨ðÕû” "
b"""
\x1D jš÷§ÜF=°\n
\x16 'l.¹N
"""
b"\x1D s\x14 Äí˜O:—þ\x1F åHUt\x1C "
b"\x1D y–L¢îJ´„2$\x19 [>C\x08 "
b"\x1D ‘ÉQ6ÎA³¤±?Œd¹\x1C ~ "
b"\x1D ÚP\x12 I╗I\v ÿöTØ\v _ä+ "
b"\x1D ê\x13 z\f |L‡Š´«wM\x1D +å "
b"\x1D ì-ÐÈÆ@››áýk8\v šƒ "
b"\x1D î\x1A Ò˜>E\x00 •\x02 ÆGŠCê¥ "
b"\x1D îè—ù'L¿¼7½WÝ\x05 Ñö "
b"\x1E\x00 N±│ÂA\f ä\x12 ;ƒØ4\x11 X "
b"\x1E\x08 (r[4Iiæ¸ÿŵȨ$ "
b"\x1E &&┤à\x16 Cáü\x04 m╠w\x13 g\x11 "
b"\x1E 8ıØvóB7Ö»£S‗ïí╩ "
b"\x1E M-\x0F p\x7F Oð©œJÑz\x7F íØ "
b"\x1E V¾l[\x05 M░®ANüd‗\x05\t "
b"\x1E ]¨xÏÏA㵑\x06 µ‹õ»\x15 "
b"\x1E _Ÿp°}L³‡`^¶>“Z“ "
b"\x1E `ê\t └ýAÚü\n \x07 zO\x00\x1A Ç "
b"\x1E cý\x1F IÉGî╣Ãöbì6\x1A\x12 "
b"\x1E e²s?þ@\x14 ‹’ÔTZÅ$\x11 "
b"\x1E p§║║BA·ùÚØ7î©"i "
b"\x1E uÒMØ┴Ceó?\x11 fväÖ× "
b"\x1E y¦üš @ÿ“;Å(™\x13 Ê* "
b"\x1E —\t J:‡Gä‚7Î(‚É3\x00 "
b"\x1E ÿ\x07 5,█HÈÉ╦╦ì¨\t ▓I "
b"\x1E ¡šÏ\t •Hv’éÄhM(§& "
b"\x1E ³—U\x15 ·BYŽ\x12 .°ÀÑ7Œ "
b"\x1E ║\x17 ñ▀EG±®Ø¸\x11 ì!¾¦ "
b"\x1E ÝÚ6BSE¿▓gÅ«\v\x7F ;¢ "
b"\x1E óAÒU\x1A B\t ½\x0F õ\x12 lîàÎ "
b"""
\x1F\v ËSÇ\x15 N\n
¥ä™-\x18 œþn
"""
b"\x1F\x10\e ^6¨A¨·Û\x16 šfà\x7F ? "
b"\x1F 'ÿHÒOO€È\x1F ׺\x02 ?é "
b"\x1F ^®_9¿Aƒ»§òÔTŠ\f h "
b"\x1F äÜ<3xOcéa┴\x02 £"┬É "
b"\x1F É═dnO╦ô\x14 8¤┘\x13 æ¬ "
b"\x1F ‘œWc[I㌄\r ÇÌâ×\x13 "
b"\x1F û┼ä)èO²Àóè]ì┤hû "
b"\x1F ®v\x7F ¸.Oe\x02\x00 ãº,Í’ "
b"\x1F ╝\x04 J\r EBCÅ_ß×k▄╦¤ "
b"\x1F ┬¨-Å\r A\x02 ╝ õ\x1E v\x07\x05 6 "
b"\x1F Ä\x1D ß8~JÁ³Z£ê\x1F\x06 ¿\x15 "
b"\x1F ╚ù░9²Cûö|Éì\x08 k\x15 m "
b"\x1F ̈2‡tIj¹„9&ÆÍ\x0E # "
b"\x1F ܇M=mL&‡°^ä”'^‡ "
b"\x1F çÄ;•ÆF¸›@úßy_\x02 ´ "
b"\x1F ù9\x1E j¢FÓ‘\x03 Ýg´¦|õ "
b" \t\x07 ½#XN¦‹Ý߇r`uâ "
b" \x0E uÁ]<B\x10 ü▓¢\x17 ¤8X "
b" \x11 Ù>Z\x00 þ┐ûÉíd5ô╝Ò "
b" \x1A\x13\x0F YYG\x11 ·7T0n»Æ¯ "
b" )D╦ÁäHÖ░C+ü╚ܦ "
b" >/\x7F —z@Ò“]-)ë Àk "
b" J¬oŠ>O圇\x11 ÃcËø\x19 "
b" KO~ü36bÅ<╣$7%Á┴ "
b"""
Y\x13 ÁMÒ@½¶X%\n
sõW\x1C
"""
b" `R¢^+Oãª3p\x01 Õô³l "
b" e¦OiÈAüêö»oó9C¤ "
b" qÆ\x01\x01 ªA(‘EW\x1E Þ5M¸ "
b" t^K\e VFKØýÛ»┌┴└│ "
b" yñql«K̶F\x04 >_\x7F Úð "
b"""
„\n
†:ßOÖ§\x07 J²ïÝÃ|
"""
b" †°þ;êF:–\x19 ˜ÆôÐ\x04 ’ "
b" ì║±gøKMÖ╣\x1F e58\x01\x05 "
b" —,ZQ%G•©=d#mN\e À "
b" ¯ü°J6K\x12 ‰Ò!C'Ë\x00 ô "
b" ±G“‹‡J)´\x7F ã˜\x0F yA¡ "
b" Ì…ýj\x13 Kõ´‚”\x0E ëºÚY "
b" Ø,KR\x05 O……Gà\x06 _—y\x19 "
b" Ú\x14 ͽªLÈ”\x1E ë|:\x15 ¹þ "
b" øÖeg$K\f Ž#¿KÃ4ñ- "
b"!\x0E XKçpF\f ‹bG\x12 i\x10 gM "
b"!\x16 ÿgLÑDL‰\x15 Ði{¤}Õ "
b"!<í╚¾Ë@¤ì▄NPæ\r ƒ\x08 "
b"!@„\x7F PôJº§åÕ?*D\x19 | "
b"!C€y+?EÓ€ºé“ðr²ÿ "
b"!PBö\v\x01 N¶ë[¨A┌ü.Þ "
b"!UsbØ\x1E @\‡“:¿jkj\x19 "
b"!Uá¨O"@ÕªQQÞC\x15 Ñ. "
b"!fTè\r ®M\x1E ü/·╚ïT¼l "
b"!ié/FÉI\x13 ´#í} .EÈ "
b"!¯╠>'\x02 @áì¥ÎF½│ä "
b"!ü,Õ¢ÍL]–¬ù\e NÄ\x17 4 "
b""\x15 ╦├ýÅHºè÷cþG È. "
b"""
"%\v &\n
▄C▀▀¶\x10 ÅÂ\x0F ü
"""
b""80\x1C A@#´ö\t ]€è׿ "
b""=ìÒÏÚEÓ£˜©°z¡›¸ "
b""Ix"=ØEo×S±i²├´ı "
b""LÿdZƒ@M¸:èý\x02 5ñ— "
b""StP™¤O\x05 •èjØ”–$% "
b""cA\f "1G%Ø,\x19 ¸╦Àéô "
b""d«ë\x02 ÕG\x1A ¢V\x7F ÷ßorß "
b"""
"l\x07 çpeE%³\v 9\n
\x1C pŽ
"""
b""wڹ̌I†¹\v Sk\x08 Á„Œ "
b""|\x16 #B\x12 B‰«Ýæ7L¡à5 "
b""‘û"=•K~¸ü—cQW͇ "
b""¹ZÚ\x02 iFª¨Óì\f è`%È "
b""¼±¶DªIRµû\f úÛ.Vö "
b"""
"ã@ÞF‘H\n
¾2BÇÓp‚
"""
b""µä«ì7N®í½½áç!âþ "
b""ö\x0F ·Ï\v H$—nY^\x02\x0F …2 "
b""¹O§─fEõ¡2Åÿ┘\x16 ç© "
b"#\f .&®ýFi‚wŒhË’6« "
b"#\x13 Ûµj|@f¯¿ ZYä¼\e "
b"#\x16 Ù¹¬èC0·±Ô§ö1\x05 H "
b"#+-À%ËEn˜÷\x04 Ѩ@/ "
b"#5vK\x01 Ö@\x01 ˆ\t ‰±D@ZÒ "
b"#>T¹8nCæØ¢h\x0E õ\x04 ‗^ "
b"#E3ÿÝ^L¤†D)\x12 Ý…&„ "
b"#J\t HmöBT│mì║M!\x13 "
b"#NSN\x08 `O?¸×Š\t Ìø{\x12 "
b"#S%ïÀUBY«WaƒsŒ¥\x0E "
b"#e#È÷ICŸŸNj\x01 5¡4 "
b"#“%û÷~Dg•HÚ“g®_\x14 "
b"#ÖM¬?¡@¹╣¨î\x16 êÂÉÏ "
b"""
#ªR„~¶II…^\n
\x12 ÕÔçX
"""
b"#ªÝvM@«·É\x18 `Ä|è? "
b"""
#¹L-™?@2Ž\n
?¬–‰œj
"""
b"#¤dµkôDت±ôð╬ô8Ü "
b"#Ù\x03 R·RC\r € R\v $Âò/ "
b"#Òâ\x01 ÎÚLf¼¿/®Aü½º "
b"#æÁwD€C\x1D ƒ0þ?Ë\x00 ‘5 "
b"#ìÕ7\x03 ¸E㯰½Î\x17 ݦò "
b"#í‘´Ù?Ghˆ–˜ê€I¾\e "
b"#ï?ƒ¦OGxŸ¾èÅ0\x1C\x1F u "
b"#ü»×͵L<š´8EèAû¸ "
b"$\x12 È"xëHn§À1Ð*\x1A €Ë "
b"$\x15 ˆŽh"Nà³[A\x08 ì?e" "
b"$\x18 ÞoaµBI…q(\e O21r "
b"$+╚Ï55C¹î¶m╣ذɷ "
b"$,¡“~‚L:³{8DL¹ô– "
b"$> 4J\e )Â5\x05 dJº°Ò< "
b"$D=ÞAuAý–(Ö`IÞôC "
b"$QÇ(mL%¹*Œ8@·Z¨ "
b"$WUˆ†<M$Ž·W\r 3_\x16 U "
b"$X\x19 c\x16\x0E Eâ‚ÈÜË‹©Â• "
b"$„-g‚¾D^®<é”Ú\x1E š+ "
b"$í\x7F IñÉMbú¡O,>Xf▀ "
b"$Ó\r \x0F å\x01 KÀ§Ì8>\x16 4Q_ "
b"$å4H\x14 yJÍ ne¥|\f Vô "
b"""
%>½B4{G\x08 ü¯y▓\x12 \n
(H
"""
b"""
%P\n
ÿ“_C ¯ªÞ9°C!4
"""
b"%e\x1C t¿îLÀž\x02 ã>i\x04 ˜† "
b"%hıÜTÅOI╣uìIíA░6 "
b"%zí\x0E OzB~“O#·\x13 `îX "
b"""
%░\n
╝S¯DTì┬´5'Má\x18
"""
b"%Â,O‰ID5¥\x12 r÷U\x1F /¥ "
b"%Å\x1C ¾\x15 ÆHK±\x00 Qq\©\x06 1 "
b"%²?ÛÆ\x0F F\x14 ü═ù¹▄hp "
b"%þ"ê?ªF@‹E&\x1F ¦º_ "
b"&\v ╦©MµH┤½Ön\x1C ì█×┤ "
b"&"Ô╔ôæI(ØYÜ9À#·4 "
b"&(¬$–ž@T†“ƒ§‘(ú} "
b"&,[\x0E 4\x11 ODƒõ:ïvÙ\x1F ) "
b"&/Zh·ÜO\f ‚‰ÐÐw,y& "
b"&/³$ -A{šFÌE]Cco "
b"&3ìT‗òD\e ô\x19 _4\x05 ÆP1 "
b"""
&>ë\n
ÆòFT¥\x14 W\x13 a—Üq
"""
b"&@mÑU¢DȰû\x1A ¥q¸u\x0F "
b"&E║ÇgôIÕïÞ▄\x18 Ø║ö╚ "
b"&J\x1E É`¶¡á¬‗Тr\f º╦ "
b"&J˜ü\x03 ~JL …M™¯P\x11 ^ "
b"&McïºHK·‡»@V¸\x1A Ýá "
b"&^³}\f íOx©wÖpdÄÉ8 "
b"&aÕFÄmM\x02 –0¤´\x1A â\x1C \n "
b"""
&mÄÝ╔\x1F KôìÈ\n
█*‗Z%
"""
b"&ogßzäBÿ·\x13 ä)Éþ\x17 ú "
b"&ä$÷ô5K\x19 Å├I┌5╣ø "
b"&‡÷¿å«C\r ŽFWé~$\x1D ã "
b"&–L<\f\x02 Oö˜[q&\x15\x10 Eo "
b"&ù\e ¯Ø\r E0»ò \x1F JÁ\x1D ß "
b"& |"ÍLGö²þ«’ä\x15 Zn "
b"&±\x12 £mîM{©é©ÛÏK'` "
b"&»µFŽ8J°‹ãÕÄ\x02 B\x00 "
b"&ûBƒ·F³ˆ7ã'ªo7¾ "
b"""
&Ë\x04 I@Q@ò†û„x\n
ž{Í
"""
b"&Ëqþ•ÒEâƒè\x19 ÆCæé‘ "
b"&ÍYØ×ÍE¶ú\x11 ┌ yDfÉ "
b"&Ôq8¼┐L┌ÅM\x08 │ag┐á "
b"&û`ÂØµB'Љëª.\x1E\x14 ô "
b"'\x13 `iƒ■E\x14 Ø│┼¦\x06 ªæk "
b"'\e ›"„ÓA¬œÐd9\v Ì™i "
b"'\x1C ãA/_O*íØBæH½ð\x02 "
b"'\x1F R•ë\x12 A.žºOCcGS\x1A "
b"'Ock\x01 ËMáªT£·Lßïm "
b"'YOÔOÖC¢‹fô™VpxM "
b"'nÇ+\f îKÐ║îjü\e Lwé "
b"'†y2$NAý›†Çg\x1D d{ "
b"'ˆÓ„\íJ…™æhu®\x1F on "
b"'Š3\e [\x02 M»®\x1F ì\r dÞ‘\x04 "
b"'ì4─\x7F öJ▓«to■\x11 ─É■ "
b"'ì·Ó~DM§╗┬8ì\x10 ¶¨¤ "
b"'¢’tA±LÍ·6¥E,¤Í¹ "
b"'¤M\x00 œ)B™ƒ*ø•š¹\n ; "
b"'Â\Å┘|M7û\x0F »\x1D qq░╣ "
b"'·¤=æŠM²‰plܪ~–ï "
b"'¿&\oãI\t ±à\x19 >|„ް "
b"'ÃD┴ÂÓJÅ¿\t «f\x12 2çý "
b"'Ð+ë╠ÀH\r ì╦Ô.┘AZC "
b"'Ô†À§[F‰¦òâ\x11 ½\x1E 9X "
b"'ß\x0E ówK@k¬k\x19\x06\x0E H\x05 J "
b"'ëP…|\x04 B§‡\\x08 ìX©ÈI "
b"(\x00 ˜Ý\x07\x05 DÅ•?z\f ¢T÷ô "
b"(\v *™^Ä@Î÷ÿU°© "
b"(\x16 ~£È°%\x10 m~ìPÝUíG "
b"( EòÊ\x14 @áÅãkD®À»Ð "
b"""
(2Ò\x05 —aKMž\n
¿›õ‹öv
"""
b"(;\x1F )2‘K\t ’ð䮉Mä\x1F "
b"(;*ëÖÇLʼn_d£\x1A I0à "
b"(C.ON<Ev„û:…ù\x1C …3 "
b"(eeÄ▒IwÅ\x16 ┴è;,æ\x19 "
b"(t\x17 e┴BNDìëåG╠▒T╩ "
b"(\x7F ¹Ë_wEV¶a‡Ï\x1F rP¨ "
b"(ŒÜ¡}>@L”,ø²€i\x0F r "
b"(‘ÅÛ\x13 ÊFâ“Õ½^\x19 žÖý "
b"(ƒ\x1C Q\x17 M@Éà║ÂêýäÏ└ "
b"(®Ú¤ÂvN®í═▄³\x06 ╚\x11 Å "
b"(®4ÎŒðGà©ð%,ÝÈC‡ "
b"(²1æõLHYš<tÿçÙöƒ "
b"(Ì6Ó˜SO6¶\x0E\x1C xÖ,UÞ "
b"(ßRíÐ?M:«§f\x0F Ø▓äÜ "
b"(æä•6WE‹‡6JÇœæ¬Ý "
b")<RÝ‹‘Iµµúý”J˜ 8 "
b")dú®─ÅH.Å\x0F Ý\f ஸ8 "
b")h Z£\x13 G0•YÁ6‡\e "q "
b")niÕ(jOrºR¯)?dùÑ "
b")}\x05 ÷\x11 YO┴Å┘ç\x15\x1E █\x06 s "
b")é\x0E iÙúN3ì¡çëHO½4 "
b")„(”«`O\x0E ¬]÷²S=îN "
b")‘‹]˜3I<¾\x1F Wmp+ò\x7F "
b")šžJéN\x00 §}K¨ßJ)r "
b")¹îf|4G™ªR´>Vš«ê "
b")Æ(qŠœLÇ´\x18 È\x1A &‹R7 "
b")ÓÃÓɲAf‰»Àg\x18 /\x08 x "
b")׿\x7F |\f L׈8¯\x07 Ï\x06 ‘ "
b")×Ëz\x17\x06 M£‰¾6:À—@M "
b")Òá~ìÑDI¼█u^^╠,@ "
b")õw:rºAGØÏÐÉ└\x17 sÐ "
b")ðî»rôF\x16 ¢Å©”/\>` "
b")ôdøh|Aý¹.\x1F ›ú\x11 Šo "
b"*\x12 ·gÀ¾J”¢9V¡6‘.p "
b"*\x1C D<I•HJ¿\x1D u\x0F ßy\x05 Õ "
b"*%O{QµB\x16 œÝÀ¦y|\x17 ö "
b"*/c[|\x1C Kt…â~˜e©Þ\x00 "
b"*/ûC=<FwØÚØ\x7F zI█5 "
b"*8j-MÇB~‘N\x17 6µ‡l\x17 "
b"*G•¼„ˆL0¾v¶Z¶=’ý "
b"*M\x05 ø¤$MžŽPÒ–Ú$ZÖ "
b"*U°½▓"I╗ÄüÍ~ø\x05 ã\x06 "
b"*o9´Û\x05 @hžiÊòN.ç "
b"*‚eŸ‰LIσ\x03 ñ™ÔbÛ› "
b"*ƒY0G\f Iw”|Ó\x03 yˆž/ "
b"*Å└;ܤJb¡4üoVV"U "
b"*¤&Œå\x10 MF±’#‚®µä1 "
b"*À\r ╠ÄfKÉ¢\x7F ô:█e%Ü "
b"*Å»%\x1A\v H[«\x01 ž\x17 TË "
b"*╚¨V£║CÔë*üËÝÞÍö "
b"*ÉépÏ@E…ãç+“pq] "
b"*èœZW\x13 MñœsÝ{I¡“\x15 "
b"*òå„«ƒEµ¨Å3…\x04 qG$ "
b"*üi©•\x13 C“›éÒ9"Œ\x00\x02 "
b"*ÿÜ\x17\x08 LNA£ª«š¨\x06 »\x0F "
b"""
+\x04 RÃeûM¼¨¤NâA\n
ï\n
"""
b"+\x12 ·ZÒÔA╦ŵDmƒúÄ\x13 "
b"+!ú¾>îKÅìz▓ƒ÷M\x19 Y "
b"+&)D®•D®“\x06 _ŠD̤\v "
b"++†\x1C á\x0F AÙ¹Dó+ŽÉr¯ "
b"+7.Èþ@EõΩÒ\x10 )]_ "
b"+=É\t ╚¥J1ò¨xB¿n}D "
b"+i\¢üÔEr®\t çÐÜs£t "
b"+m¹\x0E \ÔC\x08 ¦“HJ´áŒ\x17 "
b"+t«"\x07 ╚M0Å@ \x17 ¤▄w█ "
b"+ƒR"~Ùczq›\x18 NŒŠ¢8 "
b"+ú─é©ÕGþì4£¼d=xÚ "
b"+¤4┼§½LÎØ┬■\x0E ÖYVì "
b"""
+ásWÖ°OÇžÀ8Ý\n
í¬e
"""
b"+þ\x1C\x19 U[@¢¸2Ñ\x0E ™\x1F »6 "
b"""
,\n
0¶8░L=Å¡│@Û/î\x02
"""
b",\x1E ÷'$«Lç°6%Þ*?Ü¿ "
b",)\x19 _‰^L~¸å+ƒ¯Ô\r è "
b",)çf`¿HK´*º\e\x15 …÷. "
b",.bó÷║F\x03 Â1ð\x00 ù\TØ "
b",9x3$ÈM1†:X(Þ\x0F ºk "
b",?\x1F │mòFØäAé|¼Óéæ "
b",C7Ò9òGæ´\x18 S>6–HU "
b",g\x1C ü7-D9ƒä┌\x11 ôú\x05 u "
b",pV&Ú\x1F @T¯"c¾X’…y "
b",w³¨¨\x1A M\x7F ‰×Sô\x05 º'\x14 "
b"""
,‡Ã«ë}EA¯’/‘ŒÕ\n
ÿ
"""
b"""
,ë5\n
%ÌK┤ÀP-\x08\x0E Å┴<
"""
b",•æ1íx@€Ÿ\x19 lî·Ü+N "
b",›šÛÃßHǃÑ(\r ¾\r Ñ3 "
b",ªÊñ&$I\x1D ŠŠ\x1F ïž&NÙ "
b",▓x¿É@fƺ5ZÍzÅy "
b",Õ\r Ø~ÇN¥ŠoŸÍC\x1F 5Œ "
b",█[5ÏÙA*ïÕô«h█Éd "
b"-\x03\x0F OÉ┬J%¡zI║H│ÑÝ "
b"-\r \x01\x07\x11 ´I¿š·\x16 9@«7' "
b"-\x15 u£\x12 Ñ@þÅDÖîðãG! "
b"""
-\x1E yC•>GÔž¼¨(¼†\n
™
"""
b"-0²╬EõE\x1C Éú±ÁZâ§# "
b"-<\x16 ±ì\x0F Ci╗■dÒ̾½Ó "
b"""
->ð\x0E í\n
Kñ╝*ÉjvU¨╦
"""
b"-I÷ıÚ\x04 L(øfña§─ØH "
b"-PRÄFI„£x/xS×z\x1C "
b"-\┼¯I\x1F Mbà▄G"═µÅ# "
b"-^ÞùešBίp¨ñ\r wŠ\x11 "
b"-e¯û\t\x18 JNž«½¾öŒ\x1E ™ "
b"-{H\x02 »:J¼¦\x1C »ôy+/Ÿ "
b"-~?y7\x0F C®’\x12 2\\x00 b+Ì "
b"-~b_\x7F §E’®ZVÊsce\f "
b"-‚Ë>‡¢G9–ïŒ%B\r )ë "
b"-‘\x04 ÕheCm:Kl\x19\x15 b¡ "
b"-ùòÊ@õBÆ░┌(wÇv╣Å "
b"-Ÿ\v +ÀTBa†æ@Ëè/A "
b"-¤\x1E ;\x04\x13 K,–9\x04 ’&\x02 Q\x16 "
b"-¤{‹OùKf†«$¾\ˆ×\v "
b"-¼«:t█FÅé┴\x17 i\x1A Ó¢\x17 "
b"-▓\x1D e\x7F ÅDZª╠épû┌´Ô "
b"-µ\r ƤsD‰šœ¡HbÌ\x1A\x04 "
b"-¾C\x02\x12 uHÙ¬³\x05 ‘ž\x11 v? "
b"-ÃakHåH\x0E ¼\x07 Ú÷q/\x05 p "
b"-┼#ì$KÞâÛøÇ~«\Ì "
b"-Çʼn\x19 Ë@̃G\x14 kG®ge "
b"-ÍÑœbLKM¢\x08 ÎÏ÷'\x13 Q "
b"-È;ìÇ=J┐«àø\x0F *K\x0F B "
b"-²ì¦*zI═½█┤!ü¢Ëç "
b".)ë\x03 ´\x06 Nû…\x02 10ÍåÒ) "
b"""
.7T=/bH‹¯¡ŠD\n
R½K
"""
b".K\x15 kÐRDK°Z!Ú¢ÂÌ÷ "
b".MM8N\x1F EŠžS®šæ-54 "
b".i 3,8Eüæ┘u^ıóq2 "
b".y£qŠlN\x12 ˜Ý\v\x08 ÏL\x18 n "
b".{\x15 õßÚJöˆF5xXœUÕ "
b"""
.{\x18 ç\n
?\x11 "$+\x11 ÝÔ\x1C µs
"""
b".}ÑãXÜA-€d¨\x10\x19 €\x10 \n "
b".£×€\x04\x07 G¨¢âæ”!R\f Ù "
b".¹öÓʯI<¸"@Ï1Œ÷¯ "
b".¿¬Þ<ãDP«Ö1SoYÛß "
b".ðxz˜žC–¡S'“•ÏðV "
b".ó¾c)”Hâ¾Á³\x1F ÁZ4Í "
b"/\x1A dÌn\x0F G=ØdPEe╦v\v "
b"/4ó¥\x1E ”HŒž\x01 ]$}Í4¸ "
b"/;´GtaNÕ”¢åбùwü "
b"/C™$iÑ@[ŠKgCÄÿk€ "
b"/gYÅ-▄AÕñê\x0E ¸~j`{ "
b"/k\x19 [ÀpN϶½¤¡1w‰ö "
b"/k^Óð¼K³°Ùø\x17 fÊùó "
b"""
/m\x1A á5\n
M#«Iögt‡Í©
"""
b"/x{ahKL\x04 ¬\x15 O\x13 ¥Î„€ "
b"/|eŒJ\x12 —\x04 ‹\x13 )\v 1\x02\x07\x0E "
b"""
/}ÛKl\n
Kœ¡’\x16\x0E ªylã
"""
b"/…2e¢QBn¸A¾\x0F Ÿy\x04 O "
b"/‹ñ"jwJK‰ÌÆÐ(O¨\f "
b"/’ÑXÁ–Eb³ìÈüÖ=½Ÿ "
b"/”r¤°ùM»³‡`ļ“\f < "
b"/¡nÔõTLê»…³»áá|Š "
b"/¢x\x10\x15 åF¢…¿>O6½Ú‹ "
b"/°Ò´ß‹C\x00 ±]Æ0ZHþ’ "
b"/©Á=£ºG;║UrüÏcWI "
b"/Ûüj;«MT“gS6ðÑ“é "
b"/▄Ê│qjD\x03 ò-$ÍÅöÐ\x1C "
b"/ÞÌ\x18 ¾ùIQ¦¶äÛ#4ýÊ "
b"/î=ƒ‘\v C›…ý›¿\x1C A*R "
b"0Lé$ÉÅNç░ƒµ■|sâ* "
b"0Sïûµ\x15 M+£r\x03 çºËä§ "
b"0bæ´í;@E„o)«\x05 ~…€ "
b"0tþ–‰\K?¾\x1D\t Œ‹óiÿ "
b"0zÿb\x16 ÒMД\x16 èãLþãì "
b"""
0Žæçš\x11 I±”[Ðoï\n
¶‚
"""
b"0šŠâ¼aFƈÚ72\f ¢»E "
b"0ª½/~ACÓ«EŸ\x15 ë\x1D ´¯ "
b"0¸ëã\x03 ÝDq¦7bív¿+A "
b"0╣é вMýíõü\x01 æYû┴ "
b"0ÄŠAêÜO®»Üu\x1D …Hqn "
b"0ÅEQÈÚN¼¼\t 2ÆEˆ\x13 z "
b"0ш{Q\f @ô›Û›\x01 ž×ƒ\x04 "
b"0ÿ–ýä¿CŸ´ß\x18 e¾\x1D í± "
b"1\x16 צJ\x14 C&¬\v ¿\v ÛÏ\t | "
b"1\x19\x1D\x13 ©ED╣òîüôiá■± "
b"1\x19\x1E õ½÷Mݪœ\f uPñ° "
b"1(‰5\x19 »Eû¶Äü cú\x14 _ "
b"1,+Þë«M0³YæÁ\x19 PQ\r "
b"10:YÚØNº¾pÆ’'éõ† "
b"18PßÌzJ~¿€!S»Û±` "
b"1\%-¿DCLƒŸLcýR9\x18 "
b"1\hühÑNıÅÆ¤ö®mÝi "
b"1n╝8\ØO{╗l±Ç¸ñ8ë "
b"1p▀░uH\x05 ®4}:E+üı "
b"1y7\x7F ójN\x04 º\x01 m\x1A\x02\x1D\x1E œ "
b"1âý\x16 zªL¢ïÿfØËÚ> "
b"1…÷f\x10 ÁBû¯¢™´ßØ\x13 Ú "
b"1’8¹QßGí¦\x08 K\f ‚*£b "
b"1’ö;ÊéB\x14 ´Õ¶L³CP¯ "
b"1Øý\x1F Œ5D\x13 ¾Yî¢\x1E\x01 Pé "
b"1ÙöƲ\x00 N\x02 ¦¨Å\x11 ‰Óȳ "
b"1ð5\r YVM^¹>Øî«@ò\e "
b"1õ!Q‚o@$ªÞ\f ‘¥Å%p "
b"1÷e(\x03 rG=¹à0f‡ïÇŽ "
b"1ù##öÉIòžu“\x02 š0C× "
b"1û\v\x17 ‚¦OÕƒ4\x12 ;©—\x08 s "
b"2\x02 ]…ZÕIï \v d\x12 -Ÿj¨ "
b"2$û\x0F\x16 ØLkÇl╣╝$║\x16\x16 "
b"22üpÒï@å╗±¤¡îlÃÐ "
b"2=R•¤ŽGóŒø‘Ý°jÞ9 "
b"2Fn*‚6H9€\x15 £ˆü\x12 hõ "
b"2^·╚\x1E\x07 Bß┤ê¼Å>/&ñ "
b"2aQtÙ\x18 E%®\x14 GàF÷ûŠ "
b"""
2s¸ìÙÈFÓÍ]\n
å\x15\x1E g
"""
b"2}ZG\x15 ÜIUœIÐ…\v V¢µ "
b"2å\x7F\x0F\x18 ñDdüÒËfê\x01 ª\x7F "
b"2†£ï5?Hz±ó«Úr\f œ} "
b"2£\x1F KaÉIñ¡@ì\x06 «°ıõ "
b"2ƒ\x14 aºÀK£Ø\x1D W\x0E × !Ô "
b"2³Òd\x05 ^K\x03 ˜D\x03 oœ¯—Ž "
b"2µu†Á²»I'w\}\x17 QI™ "
b"2¾û\x7F @²I?žëZ7¬Éj\x0F "
b"3\x13 «:rŸAi©wa\x06 îU«> "
b"3\x14 Ö´\t ÅK\x1E ö\x10 ùÑ╦uσ "
b"3\x1C º\x1C ½\x0E J}¨îBòB²1u "
b"3&mŸŽ#Kö¢ÞÅ\x1C ª\x1D =) "
b"3*Ѻ\x07 ¿CB±ÐžVAíÇà "
b"3-ƒÏ\x19 âO\x0E ¡gD‹Z9Œá "
b"3E‚\t ÄúHä§êA¥åÌÉ— "
b"3Pмß\t D§ž3n\x11 Ézù¡ "
b"3QÔà;\t J\x1A ¡™Ï@7!Nf "
b"3^çµØCEıíÎL\x04 ╩¯\x07 ª "
b"3nx\x06\x04 ¶J»¸øoâ‡\x1E რ"
b"""
3qAÊW┌IÅëâ/\n
=¢vÏ
"""
b"3vO\e W\x15 @▒ù7|ØSÄ\x00 Ü "
b"3{@ï.¢L§Ÿ'àÂa¥ÉV "
b"3×ñÅ┤ÅB.░¡(l!Ãß¼ "
b"3áG\x1C Ú©OÁì_\î┬▒¨Í "
b"3Ãe±É\x02 F*¼.¼C\x1C\x1F ¨» "
b"3Ø$ÅʪIöƒ3ôN‹ZYL "
b"3Ü\x04 .üK›±H®ëSbºl "
b"3ⓆÌ3DÄ®0\f "a\x03 θ "
b"3ÕTä°zBÜØ╚îzS08 "
b"3æ™ûK˜CóŸ\f oµ…ªÖî "
b"3÷\x15 Ä\f }F³€ÌeŸƒcþ\x13 "
b"4&\„P7Mž‹ï¦£A9I- "
b"44ÇÙÐ)IóÅ OxÐ:OÛ "
b"4=väêóE§¨NS2\x06 Í÷ê "
b"4@Bî\x16 ╬D\x1A ìÃ\x1A تÈ\x07 ² "
b"4D×Á€ÁFì–/'[ˆ+ÅË "
b"4J\x13 ©±┘J\x15 ƒì╠\x1F <\x04 Èf "
b"4Yó¦EÉN ¿áû\x06 wÚõ: "
b"4_wœ;I@¿„\x17 Üû@F«¾ "
b"4hæŠ|NH\x00 ¿?¢Öú7,³ "
b"4‰ÇÓâóAæž×žÆlc•\x00 "
b"4šöáÁ\x02 Gp¡Š”]&–A¤ "
b"4Ø\x1C K\x00 :DúÖLv▒ñ\x02 -> "
b"4«ü├wçDê©\x06 ú2M\x0F ╣╗ "
b"4ºƒÈ²ÜF+€Ü«fÕ׆Z "
b"""
4½ßˆ½\n
KA¹\x10\x1C qRß\x14 ?
"""
b"4Â:ÆÅÇ@\x18 »F\x00 µõ Ìå "
b"4Ò\x06 SùmCº©\x05 N\x15 "vJË "
b"4ÖY«ÄÝBs’ØC0¥ñXÎ "
b"4µd¾1êA ®îü-└\x00 í\x18 "
b"4Á¦áHXª°ÿ╦ù(Ť "
b"4¶¼òð█K'âñìú╠N1à "
b"4ûA:S*F¬ƒ\x15 Kæ\x02 $ç\x02 "
b"""
5\n
°Ø6F┘ɸ!ÉC■©Ã
"""
b"55åÁT—FN‚Ë2øfê¼U "
b"57v3sÑG‹›õTo§(–% "
b"5YEày}FP´È\x13 rã\x03 $\x01 "
b"5YRæÚ´IŠ”\e ÔÂt\x12 ð’ "
b"5d]E9\x08 J\x0E ¿Hlî’\x1A\x16 ™ "
b"5v┐±Ï/Mßü\x08 í┼'?`à "
b"5™euµhMt¸L\x1E [ÔÞ\x0E P "
b"5šz\x1A Ó"NQŸ\f ËÀó3á§ "
b"5ê\x07 ö[@@‰K\x11 Í\x02 V û "
b"5╚À\x18 <h@\x19 áÓÉÇ]Å̽ "
b"5å\x05 :ä0F9™Mõ鎅cÚ "
b"5ý\x1F ËÓ¸N³üÖÓeì╔▀\x1E "
b"6\x06 KOM«Ga£"±Ì\x02 /³‡ "
b"""
6\n
ÙG\x08 yN_·¹\x07 GU«ãÞ
"""
b"6\e Žs½\x02 Fb޲‘ïOJáý "
b"69ú_˜¥IN®!\x0E ^÷‹Å\x16 "
b"6O\x07 Ê\x0F gN_œ4\x06 ê\x00 3X" "
b"6W¦\x1E\x02 CLØåzCÛ┤░Hs "
b"6d©¯`âCž¢!\x1E œ\x11 Üj] "
b"6h¤-aÈA\x1E ‚G¦k–¿Æl "
b"6{\x1A ¹\x12\f B\v ¡Ø6±\x13 "¢ "
b"6{°cç║G▒¼#û└\v ÅdS "
b"6ˆÒˆ;ÅHé½ì\x19\x16 §ƒ|ô "
b"6®iq{4Cç│Çm°;#ì4 "
b"6½'ÝÔ\x07 Dx·gçQtãÊ "
]
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 (0x1CD05FA552C74E0DBC7A377067021D2F , 0x1CD8CBCCE9634F759C3423B5BEA4E6D8 , 0x1CEB3859C3F9457981CEBEB28944505A , 0x1D0478FFBD3B47D38B8402D371043C1B , 0x1D2C0E5458B84A21A40910E92DABD61E , 0x1D2E4A0BAB054133BD0579C8812AFC28 , 0x1D30E8525E3649AA92E7A38C4A73CD77 , 0x1D37BF3A01F64C0B99054CDEBA6513A1 , 0x1D400707D1654C4988019FF1B344584C , 0x1D544C912B184C2996F67C52A7B88A9D , 0x1D58348045EC45B8A17D3E2DDC118747 , 0x1D5C4FF56EEE45D4A2AEA8F0D5FBAD94 , 0x1D6A9AF7A7DC463DB00A16276C2EB94E , 0x1D7314C4ED984F3A97FE1FE54855741C , 0x1D79964CA2EE4AB4843224195B3E4308 , 0x1D91C95136CE41B3A4B13F8C64B91C7E , 0x1DE9501249BB490B9894549D0B5F842B , 0x1DEA137A0C7C4C878AB4AB774D1D2BE5 , 0x1DEC2DD0C8C6409B9BE1FD6B380B9A83 , 0x1DEE1AD2983E45009502C6478A43EAA5 , 0x1DEEE897F9274CBFBC37BD57DD05D1F6 , 0x1E004EF1B3B6410C84123B9F9D341158 , 0x1E0828725B34496991F7988FE6D4F924 , 0x1E2626B4851643A081046DCC77136711 , 0x1E38D59D76A2423799AF9C53F28BA1CA , 0x1E4D2D0F707F4FF0A99C4AD17A7FEDD8 , 0x1E56F36C5B054DB0A9414E8164F20509 , 0x1E5DA878CFCF41E3B59106B58BF5BB15 , 0x1E5F9F70B07D4CB387605EB63E935A93 , 0x1E608809C0EC41E9810A077A4F001A80 , 0x1E63EC1F4990478CB9C794628D361A12 , 0x1E65B2733FFE40148B92D4545AC52411 , 0x1E70F5BABA4241FA97E99D378CB82269 , 0x1E75E34D9DC14365A23F11667684999E , 0x1E79A6FC9A2040FF933BC5289913CA2A , 0x1E97094A3A8747E48237CE2882C93300 , 0x1E9807352CDB48D490CBCB8DF909B249 , 0x1EA19ACF0995487692E9C4684D28A726 , 0x1EB3975515B742598E122EB0C0D1378C , 0x1EBA17A4DF4547F1A99DF7118D21F3DD , 0x1EEDE936425345A8B2678FAE0B7F3BBD , 0x1EF341D2551A4209BD0FF5126CEEE0CE , 0x1F0BCB53C7154E0AA5E4992D189CFE6E , 0x1F101B5E36A841A8B7DB169A66E07F3F , 0x1F27FF48D24F4FAD80C81FD7BA023FE9 , 0x1F5EAE5F39BF4183BBA7F2D4548A0C68 , 0x1F849A3C33784F638261C1029C22C290 , 0x1F90F0CD646E4FCB931438CFD91391AA , 0x1F919C57635B49E38C840DC7CCE2D713 , 0x1F96C584298A4FFDB7A28A5D8DB46896 , 0x1FAE767FB82E4F65AD0200E3BA2CCD92 , 0x1FBC044A0D4542438F5FE19E6BDCCBCF , 0x1FC2F92D8F0D4102BC20E41E76070536 , 0x1FC41DDF387E4AC1B35AA3EA1F06BF15 , 0x1FC897B039FD4396947C908D086B156D , 0x1FCC88328774496AB9843926C6CD0E23 , 0x1FDC874D3D6D4C2687B05EE494275E87 , 0x1FE7C43B95C646B89B40FADF795F02B4 , 0x1FF9391E6AA246D39103DD67B4A67CF5 , 0x200907BD23584EA68BDDDF87726075E2 , 0x200E75B55D3C421081B2BD17CF385820 , 0x2011EB3E5A00E7BF9690A1643593BCE3 , 0x201A130F59594711B73754306EBBC6AF , 0x202944CBB5844899B043F02B81C89ADD , 0x203E2F7F977A40D2935D2D29EBA0C06B , 0x204AAC6F8A3E4FE59C8711C363CBF819 , 0x204B4F7E813336628F3CB9243725B5C1 , 0x205913C14DD240BDB658250A73F5571C , 0x206052A25E2B4FE3AA337001D5F4B36C , 0x2065DD4F69D441818894AF6FA23943CF , 0x2071C60101AA41289145571EDE354DB8 , 0x20745E4B1B56464B9DECEAAFDAC1C0B3 , 0x2079F1716CAB4BCCB646043E5F7FDAF0 , 0x20840A863ADF4FD6A7074AB2EFDDC37C , 0x2086B0FE3BEA463A961998C6F4D00492 , 0x208DBAF1679B4B4D99B91F6535380105 , 0x20972C5A51254795A93D64236D4E1BC0 , 0x20AFFCB04A364B1289D2214327CB00F4 , 0x20B147938B874A29B47FE3980F7941A1 , 0x20CC85FD6A134BF5B482940EEBBADA59 , 0x20D82C4B52054F858547E0065F977919 , 0x20DA14CDBDAA4CC8941EEB7C3A15B9FE , 0x20F8D66567244B0C8E23BF4BC334F12D , 0x210E584BE770460C8B6247126910674D , 0x2116FF674CD1444C8915D0697BA47DD5 , 0x213CA1C8F3D340CF8DDC4E50910D9F08 , 0x2140847F50F44ABAA7E5D53F2A44197C , 0x214380792B3F45D380BAE993F072B2FF , 0x215042940B014EF4895BF941DA812EE8 , 0x21557362D81E405C87933ABF6A6B6A19 , 0x2155E1A84F2240D5AA5151DE4315D12E , 0x2166548A0DA94D1E812FFAC88B54AC6C , 0x2169E92F46C94913B423ED7D202E45C8 , 0x21EECC3E270240C7AD8DBED746ABB384 , 0x21FC2CD5A2CD4C5D96ACF91B4EC41734 , 0x2215CBC3EC8F48A78AF663E747FFD42E , 0x22250B260ADC43DFDFF4108FF0B60F81 , 0x223830AD1C414023B4F6095D80E8D7E6 , 0x223DECD2CFDA45D3A398A9B07AA19BB8 , 0x224978223D9D456F9E53F169FDC3EFD5 , 0x224CFF645A83404DB83AE8FD0235F197 , 0x2253745099A44F0595E86AD894962425 , 0x2263410C223147259D2C19F7CBB78293 , 0x2264ABEB02D5471AA2567FF7DF6F72DF , 0x226C07E770654525B30B390A1C70ACE9 , 0x2277DAB9CC8C4986B90B536B08C1848C , 0x227C162342124289ABDDE6374CA1E035 , 0x2291FB223D954B7EB8FC97635157CD87 , 0x22B95ADA026946AAA8D3EC0CE86025C8 , 0x22BCB1B644AA4952B5FB0CFADB2E56F6 , 0x22E340DE4691480ABE3242C387D37082 , 0x22E684AE8D374EA9A1ABABA0872183E7 , 0x22F60FB7CF0B4824976E595E020F8532 , 0x22FB4FF5C46645E4AD328F98D91687B8 , 0x230C2E26AEFD466982778C68CB9236AB , 0x2313DBB56A7C4066AFBFA05A59E4BC1B , 0x2316D9B9ACE84330B7B1D4A7F6310548 , 0x232B2DC025CB456E98F704A0D1A8402F , 0x2335764B01D64001880989B144405AD2 , 0x233E54FB386E43919DBD680EE404F25E , 0x234533FFDD5E4CA486442912DD852684 , 0x234A09486D944254B36D8DBAF04D2113 , 0x234E534E08604F3FB8D78A09CCF87B12 , 0x235325EFC0554259AB576183738CA50E , 0x236523C8F74943C5B89F4E6A0135A134 , 0x239325FBF77E44679548DA9367AE5F14 , 0x23994DAA3FAD40FBB9F98C1688B690D8 , 0x23AA52847EB64949855E0A12D5D4E758 , 0x23AADDAD764D40ABB7C91860C47CE83F , 0x23B94C2D993F40328E0A3FAC96899C6A , 0x23CF64E66B93449DA6F193D0CE93389A , 0x23D90352B752430D8020520B24C2F22F , 0x23E38301D7E94C66ACA82FA94181ABA7 , 0x23E6C1774480431D8330FE3FCB009135 , 0x23ECD53703B845E3AFB0BDCE17DDA6F2 , 0x23ED91B4D93F4768889698EA8049BE1B , 0x23EF3F83A64F47789FBEE8C5301C1F75 , 0x23FCBBD7CDB54C3C9AB43845E841FBB8 , 0x2412C82278EB486EA7C031D02A1A80CB , 0x2415888E68224EE0B35B4108EC3F6522 , 0x2418DE6F61B542498571281B4F323172 , 0x242BC8D8353543FB8CF46DB99DF890FA , 0x242CA1937E824C3AB37B38444CB9F496 , 0x243E20344A1B29C23505644ABAB0D23C , 0x24443DDE417541FD9628D66049DEF443 , 0x2451C7AD286D4C25B92A8C3840B75AA8 , 0x24575588863C4D248EB7570D335F1655 , 0x24581963160E45E282C8DCCB8BA9C295 , 0x24842D6782BE445EAE3CE994DA1E9A2B , 0x24A17F49A4904D62A3AD4F2C3E5866DF , 0x24D30D0FE5014BC0A7CC383E1634515F , 0x24E5344814794ACDA06E65A57C0C56F4 , 0x253EAB42347B470881EE79B2120A2848 , 0x25500AFF935F43A0AFAADE39B0432134 , 0x25651C74BFEE4CC09E02E33E69049886 , 0x2568D59A548F4F49B9758D49A141B036 , 0x257AED0E4F7A427E934F23B71360EE58 , 0x25B00ABC53EE44548DC2EF35274DA018 , 0x25C22C4F89494435A51272F7551F2FA5 , 0x25C51CBE15C6484BB10051715CA90631 , 0x25FD3FEA920F461481CD97FBDC6870F0 , 0x25FE22EA3FAA46408B45261FA6BA5FC2 , 0x260BCBB84DE648B4AB996E1C8DDB9EB4 , 0x2622E2C9939149289D599A39B723FA34 , 0x2628AC24969E4054869383A79128FA7D , 0x262C5B0E34114F4483F53AEF76D91F29 , 0x262F5A68B7DC4F0C8289D0D0772C7926 , 0x262FB324A02D417B9A46CC455D43636F , 0x26338D54F295441B93195F3405925031 , 0x263EEB0AC6F24654A51457136197DC71 , 0x26406DD155A244C8B0FB1AA571B8750F , 0x2645BA80679349E58BE8DC189DBA94C8 , 0x264A1E9060F4ADA0AAF2D1BD720CA7CB , 0x264A98FC037E4A4CA0854D99AF50115E , 0x264D63EFBA484BB787BB4056B81ADDE1 , 0x265EFC7D0CA14F78B8779970648E9038 , 0x2661D546C46D4D029630A4B41AE21C0A , 0x266D8EEDC91F4B938DD40ADB2AF25A25 , 0x266F67DF7AE442FFB713E429C9FE17FA , 0x268424F693354B198FF0C349DA35B99B , 0x2687F7BFE5AB430D8E4657E97E241DE3 , 0x26964C3C0C024FF6985B71261510456F , 0x26971BEE9D0D4530AF95201F4AB51DE1 , 0x26A07C22CD4C47F6B2FEAB92E4155A6E , 0x26B112A36DEE4D7BA9E9A9DBCF4B2760 , 0x26BBB5468E384AB08BE3D5C40242AD00 , 0x26C3BB4283B746B38837E327AA6F37BE , 0x26CB0449405140F286FB84780A9E7BCD , 0x26CB71FE95D245E283E819C643E6E991 , 0x26D6599D9ED645F4A311DAFF79446690 , 0x26E27138ACBF4CDA8F4D08B36167BFA0 , 0x26FB60C2D8B542278A89EBAA2E1E14F4 , 0x271360699FFE45149DB3C5DD06A6916B , 0x271B9B2284D341AC9CD064390BCC9969 , 0x271CC6412F5F4F2AA19D429148ABD002 , 0x271F5295EB12412E9EBA4F436347531A , 0x274F636B01CB4DE1AA54A3B74CDFEF6D , 0x27594FD44FD643A28B66F4995670784D , 0x276E802B0C8C4BD1BA8C6A811B4C7782 , 0x27867932244E41FD9B86C7671D647B20 , 0x2788D3845CED4A8599E66875AE1F6F6E , 0x278A331B5B024DBBAE1FEC0D64DE9104 , 0x278D34C47F944AB2AE746FFE11C490FE , 0x278DFAE07E444DF5BBC2388D10F4F9CF , 0x27A2927441B14CCDB736A5452CA4CDB9 , 0x27A44D009C294299832AF8959AB90A3B , 0x27B65C8FD97C4D37960FAF1D7171B0B9 , 0x27B7A43DE68A4DB289706CDCAA7E96EF , 0x27BF265C6FE34909B1E0193E7C848EB0 , 0x27C744C1B6E04A8FA809AE66123287EC , 0x27D12B89CCB7480D8DCBE22ED9415A43 , 0x27D486C0A75B4689A6F2E211BD1E3958 , 0x27DF0EF3774B406BAC6B19060E48054A , 0x27EB50857C0442A7875C08EC58A9C849 , 0x280098DD070544C5953F7A0CA254F7F4 , 0x280B2A995EC440EE9F9FCEF7FF55B0A9 , 0x28167E9CD4F825106D7E8D50ED55A147 , 0x28204595D21440A08FC66B44A9B7AFD1 , 0x2832D20597614B4D9E0ABF9BF58BF676 , 0x283B1F2932914B0992F0E4AE894DE41F , 0x283B2AEBD6C74CC5895F64A31A4930C3 , 0x28432E4F4E3C457684FB3A85F91C8533 , 0x286565F08EB149778F16C18A3B2C9119 , 0x28741765C1424E448D898647CCB154CA , 0x287FB9CB5F774556B66187CF1F7250A8 , 0x288CDCA17D3E404C942CF8B280690F72 , 0x2891C5DB13CA46E293D5BD5E199ED6FD , 0x289F1C51174D409085BAB688EC84D8C0 , 0x28A9E9CFB6764EA9A1CDDCFC06C8118F , 0x28AE34CE8CF047E0A9F0252CDDC84387 , 0x28B231E6F54C48599A3C74FFE7D9F683 , 0x28CC36D398534F36B60E1C78D62C55DE , 0x28E152A1D13F4D3AAEF5660F9DB2849A , 0x28E6E4953657458B87364AC79CE6ACDD , 0x293C52DD8B9149B5B5FAFD944A982038 , 0x2964A3A9C48F482E8F0FED0C85A9F738 , 0x2968205AA31347309559C136871B2271 , 0x296E69D5286A4F72BA52AF293F64F9D1 , 0x297D05F611594FC18FD987151EDB0673 , 0x29820E69EBA34E338DAD8789484FAB34 , 0x29842894AB604F0EAC5DF7B2533DEE4E , 0x29918B5D9833493CBE1F576D702BF27F , 0x299A9E4AADE94E00A77D4BA8DF4A2972 , 0x29B9EE667C344799AA52B43E569AABEA , 0x29C628718A9C4CC7B418C81A268B5237 , 0x29D3C3D3C9B2416689BBC067182F0878 , 0x29D7BF7F7C0C4CD78838AF07CF0691C2 , 0x29D7CB7A17064DA389BE363AC097404D , 0x29E3A07E8DA54449ACDB755E5ECC2C40 , 0x29E4773A72A741479DD8D190C01773D1 , 0x29F0EEBB72F44616A2C5A9942F5C3E60 , 0x29F464F8687C41FDB92E1F9BFA118A6F , 0x2A12B767C0BE4A94A23956A136912E70 , 0x2A1C443C4995484ABF1D750FDF7905D5 , 0x2A254F7B51B542169CDDC0A6797C17F6 , 0x2A2F635B7C1C4B7485E27E9865A9DE00 , 0x2A2F96433D3C46779DE99D7F7A49DB35 , 0x2A386A2D4DC7427E914E1736B5876C17 , 0x2A4795BC84884C30BE76B65AB63D92FD , 0x2A4D05F8A4244D9E8E50D296DA245AD6 , 0x2A55F8ABB22249BB8E81D67E9B05C606 , 0x2A6F39B4DB0540689EAD69CAF24E2EE7 , 0x2A82659F894C49CF8303F199D462DB9B , 0x2A835930470C4977947CD30379889E2F , 0x2A8FC03B9ACF4A62AD34816F56562255 , 0x2AA4268CE5104D46B1922382AEB5E431 , 0x2AB70DCC8E664B90BD7F933ADB65259A , 0x2AC5BB251A0B485BAB019E17A0AD54CB , 0x2AC8F9569CBA43E2892A81D3EDE8D694 , 0x2AC9C3A970CF404585E3E72B9370715D , 0x2AE89C5A57134DF19C73DD7B49A19315 , 0x2AF2E584AB8345B5A8C5338504714724 , 0x2AFC69A9951343939BE9D239228C0002 , 0x2AFFDC17084C4E41A3AAAB9AA806BB0F , 0x2B0452C365FB4DBCA8A44EE2410AEF0A , 0x2B12FA5AE3E241CB8FE6446D9FA38E13 , 0x2B21A3F33E8C4B8F8D7AB29FF64D1959 , 0x2B262944AE9544AE93065F8A44CCA40B , 0x2B2B861CE10F41D9B944F32B8EC972AF , 0x2B372EC8FE4045F5ADCEA9D210295D5F , 0x2B3D9009C8BE4A3195F97842A86E7D44 , 0x2B695CA2FCD44572AE09E7D0DC73A374 , 0x2B6DB90E5CD44308A693484AB4E18C17 , 0x2B74AE2207C84D308F402017CFDC77DB , 0x2B8352227ED9637A719B184E8C8AA238 , 0x2BA3C482B8E547E78D349CAC643D78E9 , 0x2BCF34C5F5AB4CD79DC2FE0E9959568D , 0x2BE17357D6B04FC79EC038DD0AEDAC65 , 0x2BFE1C19555B40A2B832D10E991FBB36 , 0x2C0A30F438B04C3D8FADB340EA2F8C02 , 0x2C1EF72724AB4CE7B03625DE2A3FDCBF , 0x2C29195F895E4C7EB8E52B83AFD40DE8 , 0x2C29E76660BF484BB42ABA1B1585F72E , 0x2C2E62A2F6BA4603B631D000975C549D , 0x2C39783324C84D31863A5828DE0FBA6B , 0x2C3F1FB36D95469D8441827CACE08291 , 0x2C4337D239F247E6B418533E36964855 , 0x2C671C81372D44399F84DA1193A30575 , 0x2C705626DA1F4054AF2263BE58928579 , 0x2C77B3A8A81A4D7F89D753F405BA2714 , 0x2C87C3ABEB7D4541AF922F918CD50AFF , 0x2C89350A25DE4BB4B7502D080E8FC13C , 0x2C95E631ED7840809F196CEEB7DC2B4E , 0x2C9B9ADBC3DF48C783D1280DBE0DD133 , 0x2CAACAF12624491D8A8A1FEF9E264ED9 , 0x2CB278A8F090406692A7355AD67A8F79 , 0x2CD50DD87EC74EA58A6F9FCD431F358C , 0x2CDB5B35D8EB412A8BE593AE68DB9064 , 0x2D030F4F90C24A25AD7A49BA48B3A5ED , 0x2D0D010711B449BF9AB7163940AB3727 , 0x2D15759C12A540E78F44998CD0C64721 , 0x2D1E7943953E47D49EBCA828BC860A99 , 0x2D30FDCE45E4451C90A3F1B55A83F523 , 0x2D3C16F18D0F4369BBFE64E3DEF3ABE0 , 0x2D3ED00EA10A4BA4BC2A906A7655F9CB , 0x2D49F6D5E9044C289B66A461F5C49D48 , 0x2D5052C446AD4984A3782F7853D77A1C , 0x2D5CC5EE491F4D6285DC4722CDE68F23 , 0x2D5EDEF9659A42CEAF70A8F10D778A11 , 0x2D65AFFB09184A4E9EABBDBEF68C1E99 , 0x2D7B4802BB3A4ABCA61CBBF4792B2F9F , 0x2D7E3F79370F43AE9212325C00622BCC , 0x2D7E625F7FA74592AE5A56CA7363650C , 0x2D82CB3E87A2473996EF8C25420D29EB , 0x2D9104D56865436DAD3A4B6C191562A1 , 0x2D9795D240E44292B0DA28778076B98F , 0x2D9F0B2BC054426186E640CBE82F41C2 , 0x2DA41E3B04134B2C9639049226025116 , 0x2DA47B8B4FF94B6686AB24BE5C88D70B , 0x2DACAE3A74DB468F82C117691AE0BD17 , 0x2DB21D657F8F445AA6CC827096DAEFE2 , 0x2DB50DC6A47344899A9CA14862CC1A04 , 0x2DBE4302127548D9ACB305919E11763F , 0x2DC3616B48E5480EBC07DAF7712F0570 , 0x2DC5238D24F04BE883EA9B807EAE5CDE , 0x2DC7C58919CB40CC8347146B47AE6765 , 0x2DCDD19C624C4B4DA208CECFF7271351 , 0x2DD43B8D803D4ABFAE859B0F2A4B0F42 , 0x2DFD8DDD2A7A49CDABDBB42181BDD387 , 0x2E29EB03B4064EFB85023130CDE5D229 , 0x2E37543D2F62488BAFA18A440A52BD4B , 0x2E4B156BD052444BB05A21DAA2C2CCF7 , 0x2E4D4D384E1F458A9E53AE9AE62D3534 , 0x2E69FF332C38458191D9755ED5A27132 , 0x2E79A3718A6C4E1298DD0B08CF4C186E , 0x2E7B15F5DFDA4AF688463578589C55D5 , 0x2E7B18E70A3F1122242B11DDD41CB573 , 0x2E7DD1E358DC412D8064A8101980100A , 0x2EA3D780040747A8A2E2E69421520CD9 , 0x2EB9F6D3CAAF493CB82240CF318CF7AF , 0x2EBFACDE3CE34450ABD631536F59DBDF , 0x2EF0787A989E4396A153279395CFF056 , 0x2EF3BE63299448E2BEC1B31FC15A34CD , 0x2F1A64DE6E0F473D9D64504565CB760B , 0x2F34F3A51E94488C9E015D247DCD34B8 , 0x2F3BB44774614ED594A2E58AB1F977FC , 0x2F43992469D1405B8A4B6743C4FF6B80 , 0x2F67598F2DDC41E5A4880EF77E6A607B , 0x2F6B195BC0704ECFB6BDA4A1317789F6 , 0x2F6B5ED3F0BC4BB3B0D9F81766CAF9F3 , 0x2F6D1AE1350A4D23AB49F6677487CDA9 , 0x2F787B61684B4C04AC154F13A5CE8480 , 0x2F7C658C4A1297048B13290B3102070E , 0x2F7DDB4B6C0A4B9CA192160EAA796CE3 , 0x2F853265A251426EB841BE0F9F79044F , 0x2F8BF1226A774A4B89CCC6D0284FA80C , 0x2F92D158C1964562B3ECC8FCD63DBD9F , 0x2F9472A4B0F94DBBB38760C4BC930C3C , 0x2FA16ED4F5544CEABB85B3BBE1E17C8A , 0x2FA2781015E546A285BF3E4F36BDDA8B , 0x2FB0D2B4DF8B4300B15DC6305A48FE92 , 0x2FB8B53D9CA7473BBA557281D8635749 , 0x2FDBFC6A3BAB4D5493675336F0D193E9 , 0x2FDCD2B3716A4403952D24D68F94D11C , 0x2FDECC18BEF94951A6B6E4DB2334FDCA , 0x2FEE3D83910B439B85FD9BBF1C412A52 , 0x304C8224908F4E87B09FE6FE7C73832A , 0x3053EFFBB5154D2BA37203E7BACBE4A7 , 0x3062E6B4ED3B4045846F29AB057E8580 , 0x3074FE96895C4B3FBE1D098C8BF369FF , 0x307AFF6216D24DD09416E8E34CFEE3EC , 0x308EE6E79A1149B1945BD06FEF0AB682 , 0x309A8AE2BC6146C688DA37320CA2BB45 , 0x30AABD2F7E4143D3AB459F15EB1DB4AF , 0x30B8EBE303DD4471A63762ED76BF2B41 , 0x30B98220D1FD4DECA1E48101915996C1 , 0x30C48A41EADC4FAEBBDC751D8548716E , 0x30C54551C8DA4EBCBC0932C64588137A , 0x30D1887B510C40F49BDB9B019ED78304 , 0x30FF96FDE4BF439FB4DF1865BE1DEDB1 , 0x3116D7A64A144326AC0BBF0BDBCF097C , 0x31191D13B84544B9958C819369A0FEF1 , 0x31191EF5BDF74DDDADAA9C0C7550F1B0 , 0x3128893519BB45FBB6C4FCA063FA145F , 0x312C2BDEEBAB4D30B359E6C11950510D , 0x31303A59DAD84EBABE70C69227E9F586 , 0x313850DFCC7A4A7EBF802153BBDBB160 , 0x315C252DBF44434C839F4C63FD523918 , 0x315C688168A54ED58F92CF94A96DED69 , 0x316EBC385C9D4F7BBB6CF180F7A43889 , 0x3170F0DFB0754805A9347D3A452B81D5 , 0x3179377FF36A4E04BA016D1A021D1E9C , 0x3183EC167AA64CBD8BC7A8669DD3E93E , 0x3185F76610C142FBAFA299B4DFD813DA , 0x319238B951DF47EDA6084B0C822AA362 , 0x3192F63BCAE94214B4D5B64CB34350AF , 0x31D8FD1F8C354413BE59EEA21E0150E9 , 0x31D9F6C6B2004E02A6A8C51189D3C8B3 , 0x31F0350D59564D5EB93ED8EEAB40F21B , 0x31F52151826F4024AADE0C91A5C52570 , 0x31F765280372473DB9E0306687EFC78E , 0x31F92323F6C949F29E7593029A3043D7 , 0x31FB0B1782A64FD58334123BA9970873 , 0x32025D855AD549EFA00B64122D9F6AA8 , 0x3224960F169D4C6B806CB9BC24BA1616 , 0x32328170E38B4086BBF1CFAD8C6CC7D1 , 0x323D5295A48E47F38CF891DDB06ADE39 , 0x32466E2A823648398015A388FC1268F5 , 0x325EFAC81E0742E1B488AC8F3E2F26A4 , 0x32615174D9184525AE1447E046F7FB8A , 0x3273B8ECD9C846C393CD5D0AE5151E67 , 0x327D5A4715DC49559C49D0850B56A2B5 , 0x32867F0F18A4446481E3D3668801A67F , 0x3286A3EF353F487AB1F3ABDA720C9C7D , 0x329C1F4B619049A4AD408D06AEF8D5E4 , 0x329F1461A7B74B9C9D1D570E9E2021E2 , 0x32B3D264055E4B039844036F9CAF978E , 0x32B57586C1B2BB4927775C7D17514999 , 0x32BEFB7F40B2493F9EEB5A37ACC96A0F , 0x3313AB3A729F4169A9776106EE55AB3E , 0x331499EF098F4B1E941097A5CB75D89F , 0x331CBA1CBD0E4A7DA8EE42F242B23175 , 0x33266D9F8E234BF6A2DEC51CAA1D3D29 , 0x332AD1BA07BF4342B1D09E5641EDC7E0 , 0x332D83CF19E24F0EA167448B5A398CE1 , 0x33458209C4FA48E4A7EA41A5E5CCC997 , 0x33508ABCDF0944A79E336E11C97AF9A1 , 0x3351D4E03B094A1AA199CF4037214E66 , 0x335E87E69D4345D5A1D74C04CAEE07A6 , 0x336E780604B64ABBB8F86FE2871EE183 , 0x337141D257DA498F89832F0A3DBD76D8 , 0x33764F1B571540B197377C9D538E009A , 0x337B40EF2EA24CA79F27E0C261A5C956 , 0x339EA48FB48F422EB0AD286C21C7E1AC , 0x33A0471CE9B84FB58D5F5C8CC2B1F9D6 , 0x33C765F19002462AAC2EAC431C1FF9AF , 0x33D824C5CAAA49F68333F44E8B5A594C , 0x33DC042EFCAD4B9BB148AEEB5362BA6C , 0x33E29386CC3344C4AE300C226103CEB8 , 0x33E55484F87A429A9DC88CF07A533038 , 0x33E699FB4B9843F39F0C6FB585AAD6EE , 0x33F715C40C7D46B380CC659F8363FE13 , 0x34265C8450374D9E8BEFA6A34139492D , 0x343480EBD12949A28F204F78D13A4FEA , 0x343D76E4EAF345A7A84E533206CDF7EA , 0x3440428C16CE441A8DC71A9DA6D407FD , 0x3444D7C180C146EC962F275B882BC5CB , 0x344A13B8F1D94A159F8DCC1F3C04D466 , 0x3459A2DD45904EFFA8A0960677E9E43A , 0x345F779C3B4940BF8417DCFB4046ABBE , 0x3468E68A7C4E4800BF3FA2D6FA372CB3 , 0x3489C7D3E2F341E69ED79EC66C639500 , 0x349AF6E1C1024770A18A945D269641A4 , 0x349D1C4B003A44A3994C76B1A4022D3E , 0x34AE81C377874488B806A3324D0FB9BB , 0x34BA83C8B2DC462B80DCAB66D5D7865A , 0x34BDDF88BD0A4B41B9101C7152DF143F , 0x34C23AC6C5C74018BB4600B5F520CCE5 , 0x34D20653F96D43BAA9054E1522764ACB , 0x34D659ABC4DD427392D84330A5F158CE , 0x34E664F3318841FFA98C812DC000A118 , 0x34F0B5DDA0F04858A6F898CB97288FCF , 0x34F4AC95D0DB4B2783A48DA3CC4E31C7 , 0x34FB413A532A46AC83154BE60224E702 , 0x350AB6F89D3646D990F7219043FEB8C7 , 0x3535E5C15497464E82CB32F866EABC55 , 0x3537763373D1478B9BF5546FA7289625 , 0x355945E0797D4650B4C81372E3032401 , 0x355952E6DAB4498A941BD4C27412F092 , 0x35645D4539084A0EBF486CEE921A1699 , 0x3576BFF1D82F4DE18108A1C5273F60C7 , 0x35996575B5684D74B84C1E5BD4DE0E50 , 0x359A7A1AD3224E519F0CCBC0F333E1A7 , 0x35C3AA07F65B4040894B11CD0256A0FB , 0x35C8B7183C684019A0E090805D8FDEAB , 0x35E5053AE4304639994DF5E98E8563DA , 0x35EC1FD3E0F74EFC8199E0658DC9DF1E , 0x36064B4F4DAB4761A322B1CC022FB387 , 0x360AD94708794E5FB7B9074755ABE3DE , 0x361B8E73BD0246628EB291EF4F4AE1FD , 0x3639FA5F98A5494EAE210E5EF78BC516 , 0x364F07CA0F674E5F9C3406EA00335822 , 0x3657DD1E02434C9D867A43EAB4B04873 , 0x3664A9AF60E2439EA2211E9C11DC6A5D , 0x3668A42D61C8411E8247A66B96BFC66C , 0x367B1AB9120C420BA1D836B1AD1322A2 , 0x367BF86387BA47B1AC2396C00B8F6453 , 0x3688D2883BC548E9BDEC1916A7837CF4 , 0x36A969717B344387B3806DF83B238D34 , 0x36BD27DDD4074478B767C3A75174E3CA );
Copy
30
0.47 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"\x1D X4€EìE¸¡}>-Ü\x11 ‡G "
b" Ø,KR\x05 O……Gà\x06 _—y\x19 "
b"&\v ╦©MµH┤½Ön\x1C ì█×┤ "
b"&3ìT‗òD\e ô\x19 _4\x05 ÆP1 "
b"&ä$÷ô5K\x19 Å├I┌5╣ø "
b"4&\„P7Mž‹ï¦£A9I- "
b"4J\x13 ©±┘J\x15 ƒì╠\x1F <\x04 Èf "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0x1D58348045EC45B8A17D3E2DDC118747 , 0x20D82C4B52054F858547E0065F977919 , 0x260BCBB84DE648B4AB996E1C8DDB9EB4 , 0x26338D54F295441B93195F3405925031 , 0x268424F693354B198FF0C349DA35B99B , 0x34265C8450374D9E8BEFA6A34139492D , 0x344A13B8F1D94A159F8DCC1F3C04D466 )
ORDER BY rc . rule_id , rc . position ;
Copy
31
1.44 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 1000
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
32
1.62 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"6É\f ±\x14 ÉCV—\x04 –?ãehÍ "
b"6ö‡\x15 C\x07 H'œT‹¹™ùˆÒ "
b"7\x04 ½YEH÷¤é\x18\x16 NX‚ "
b"7\v @YE J7½C¨äì╗▄~ "
b"7# cÙíBe¨´\r \x13 C^9\x01 "
b"7FÞÿº%G\x08 ¡}s„Š Uý "
b"7Nö»\x13 #IÕ²K\r ìÛÿÕ÷ "
b"7‚£“öfEë•\B!¤Ð¼‰ "
b"7‰\x14 •ßuCç¡B$ÿÿÚÆž "
b"7ìÁ▒Ö®AÊàW\f p\x08 #³è "
b"7Ÿõ\x07 èW@B²\x03 Ö|Ç\x0E fo "
b"7£Ò{ÏüM4©"tÉj1%o "
b"7¤\x13 éÈ•D'¥ÓK2KaZÇ "
b"7°j%èpG³‚6„®àí\x12 ¦ "
b"7±9,·ÞIé–Aí´‰Õn› "
b"7¹\r ¤Ó¸Kþ‚\x19 Ã¥$:\r W "
b"7À5\x15 B}C»–žÏ·¥(\f Ê "
b"7Ó(TBGO\…LRI_âà^ "
b"7ÔÕ§ŸðJ{·\x18 ž<‘pcF "
b"7Û_ê½ÙGk†¨$#f "
b"7Û‚Þ=ãCaœ\x19 \r o\x7F ÷…( "
b"7▄û▀5{L!┤â§Øò└Ú+ "
b"7ü㬫QGÑ·ò\x05 ÈÛ)\x11\x18 "
b"8\x00 4™)\x18 ͦ¤Ç\x03 ¸\x1D È¥ý "
b"85¼Ú}-•e%=\\x03 ogˆ* "
b"87µH7þB’¥b¯œ2“\x1E ï "
b"8:\x0E .%ÆI\x16 ‘\x13 <\x1E ̃\e • "
b"8Pi<¹7Jïª╩¦\É\x12 cÝ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"8f\x12 ■qıM■Æ\x17 ¬"ÄáÉM "
b"8h2wÑìDè╝‗─p┤uµ3 "
b"8\x7F ÉèÖÄDüÀ¯\x12 N£ª└V "
b"8ˆE\x13 g\x05 M¯¿ Ö‹d@g\x7F "
b"8ì╩©sÞ@┼øÅV2f4\x13 E "
b"8šß_õEG›¯\x02 ®\x0E ›[4( "
b"8 ¨•u»ì4—5° d™?± "
b"8¥•;\x11 0K\e €\x0E qùMØ“© "
b"8ªâ=i;LË›‘ïl\x01\x01\v p "
b"""
8þm#}B§¥×MÉ\n
ÚC\t
"""
b"8Þ\x1D ¿àH@_‘7\f ç°Dây "
b"8ãžV8*D7ªe¶æèDc³ "
b"8å\x7F 2\x00 ‰CÅ¥MHy1<_ü "
b"""
9\x1C vj‡¶Dožž\n
<è4®A
"""
b"9*v¨ë\x18 Fä‚Õ49óïÒÅ "
b"9B‗I÷¼HÉôøK'Mg¥┤ "
b"9Pe\x15 kÔKψæüjÔ\;p "
b"9W*òòdA߯ޘaá$rD "
b"9cxU&\x7F @\x11 ¬%"Ö?å¾q "
b"9ç³M\x1A\x1A EÅïº╣ı/ú§ð "
b"9”^Ÿs\x13 L~¨fl\x06 *Í'" "
b"""
9ÃQ›ÐäIDŸ´@./\n
ˆé
"""
b"9Éjî\e\x10 I%´¹bÓ\x04\f œ) "
b"9ËTØ¥õF\x14 ¸O,ú«\x10 ª9 "
b"9Ìéi\x0F ¶F‚¼\x12 a’a.Lz "
b"9Φ,qBޘЫ·~#Á: "
b"9µ\v [└üHµ¥»├ã║ÑĨ "
b"9óz½\x0F uAY€‰ô2×\x1F V‹ "
b"""
9÷½g`\x0F Lï„Ú\n
ï9*—t
"""
b"9·<ÙùxDÐîÉLë`\x00 å▀ "
b":\x0F ÝáFÅEÆ┤G·,ÐÄ˼ "
b":\x10 ╣╠0ÉL■øP#Ç▀\r ]Ü "
b"""
:\x16 à k©@\n
“ËÉje²˜Ë
"""
b":\x18 O\x1D f}M0äàG\v ìHn5 "
b":!o•n²G#‚\f\x0F Û©9\x1D "
b":?f¯\x08 6Jv†÷\x7F bX\x01 ²• "
b":?üɪ\x06 DšŠ\x03 Á¬¾\x11 ©\x1D "
b":@híã‰Gã¦ãít»\x1E ò· "
b":Vò\x19 )ÁB\v ·%\x11 ^\x1F •÷ "
b":W\x02 õgmE«»O\x16 ÷0V^¨ "
b":e¦´é\x06 M‡‚\x18\x02 QÂâSY "
b":y˜Þ’5D ¼ ‡æøPfé "
b":êü®4eD¤ö²äs\x7F\x1E 83 "
b":Š'Nl^NµºU“\x1D ˆ/w "
b":ŸãFR{CΙØ<†–‡ïÅ "
b":Ñ5ìò\x1E Eâ»ÎÜêÍÄ[■ "
b":º\x13 GîÿHZ„?¦ÖŒ\x11 5` "
b":ÂhÍl×M¼‚\x17 -ø\x1E \r *\x05 "
b":Ê&W†ÓA\x1C «3\x19 œ¦a~: "
b":ëøÎî·Gþ¼¥÷î>5‰ò "
b":÷kÿ¯áH\x10 ¿m\x11 `'ˆÖ“ "
b";\x01 ••64J'މÂJŽŒ\x1D\x14 "
b";\x03 ZsèüB1┤¢\x1C\x12\x1F ®Â$ "
b";\f ËU„+Gý¯v4Ê\x05\v\x14 c "
b";\e ÕÄw\x04 D&ˆÃš]áSPï "
b";\x1F çÅ»?Fž»št󛆯A "
b";04°P\t NË»€õ\x15 µûÙ "
b";;\x18 ší’I©¯êç\x14 ¢³€t "
b";;¾\}[@&Š\x13 |¿Ã£Lê "
b";F\x10 0û╚MmúRoBó½)ì "
b"""
;K.ƒc\x18 Aú╗üRƒ³\n
´Ç
"""
b";Tƒäª0CP•ãÆ|Ùkd¸ "
b";hxÞ\x07 ÷L\x1D ´"\r Î\e\x06 Ø9 "
b";hçÛÖï@r‚\x1C d}\x1F ä5Û "
b";qìtjõL)µ\x00 éêiD\x0E \n "
b";£(ŸJ4OÙ¡fˆm\x17\x16 Ž\v "
b";¿\x15 8½üFÊû%>%\x10 ÙV\x06 "
b";Ó}$‰Ló¬\x7F\x15 èÔ[“\x13 "
b";ÍØbàyKeè"øï9\x1E\x12 ═ "
b"<\x07 »Z┤¯C®ì■ƃ¿Ñʪ "
b"<\x10 ̃útFÜüÿO)Ò\Ëê "
b"<\x1A U\x01 ñsOv…û\x0F †’`,¡ "
b"<\x1A â\C\Nõ˜¹#Š&P@S "
b"<*eê8VB¼¾©š\x0E ©Ü<5 "
b"<1éÜ▒®H ü\x13\t ±Yí█ï "
b"<G/ð»OA¼ÉêK´âƒOë "
b"<_0\x0E V\x06 I¡ˆÄ$\x1E\x06\x15 Æ— "
b"<à5Et£K'Çü├/Õ,7Q "
b"<ë¦ÒfóJ;Ø\x05 ▀IÊÖSý "
b"<Ž!½Ñ=A0ŽCN´Éb>\f "
b"<ƒ╩\x7F\x1C ±LíÉ\x0F BÈ▒d▒ƒ "
b"<ñ╔@òÅEO¬¹Nn┴█j6 "
b"<±~ñ\x19\x08 B\x03 Êÿ=©ï¨– "
b"""
<¿BÍ_¸MÜ¡ž8¢Ð\n
Ó
"""
b"<╠ùú¾[Mæùý\x0F tüe,v "
b"<í»\x16 ¤ûNí‹Eêž”d\x11\x1C "
b"=\x03 Ñ fxN©¶¤Ã*'‰— "
b"=\x17 Ôb\x00 ?Kàü9µ´õ■~0 "
b"=\x1C î¢üžAc€øô9§ýf "
b"=K fÍ\x12 GºúÁüHBõcç "
b"=†¤Î¶YK’§\x02\x13 ëÅÃð9 "
b"=î╔¼VBM3áÈe³KHÅV "
b"=▓ÄßÍ"G¤»L╗EjØ3═ "
b"=½â\x03 ^ºI0±|ºì«±wK "
b"=¾a~È}OR‚¬\x1C çï5\x04 Û "
b"=ä.À³ÌC¥®ˆž¦3CD= "
b">\x02 ┤ÿç\BL©ü¶îåSÜÑ "
b">\f >r\t sæFã\x14 '½;èÂ\v "
b">\f a3\x07 <B룟°$¹\x1C µ• "
b">\x11 =ϵt@E“Õç±×(^€ "
b">\x1D Ê┌Q>HÚÅdÞZdò¾> "
b">\x1F <\x04 øJï·Wl0DÛ5Ä "
b">GhP└ÖG¶åÇå\r FTü, "
b"""
>TŸ\n
Ï)E:®/Õ•èˆ.…
"""
b">Y˜oL‰I\x07 ·qkxA\x12 ® "
b">f’Xû<EC—ýGö\x10 cÄÌ "
b">i×C\x10 üN’‡?ˆwíɳï "
b">xÎ³Ž§CÙ¼\x08 ËèSÙ\x0E 2 "
b">Œûµ0^F©\x15 k‚Ññ˜1 "
b">¨ÜA}“Iñ‰5é÷Ñ„\x7F 2 "
b">«Ço% Ló—\x11 ª©ƒifò "
b">Ä›\x19 fCDõ¯Ò\x15 +ÄQ®¨ "
b">÷˜¬ò\t FS¦7Í\x14 •nnd "
b">³┼\Á┤JRØ┘ËÀ:*kU "
b"?\x11 õ©ö\x1D O1ºŒM[¨AÜK "
b"?\x12 ©¿k\x10 M™‡ŸFF\x14 )ù× "
b"?*Ï#2€Añ´."x9Í\t n "
b"?+–QO°Iç¾k¯:ÜD\x11 [ "
b"?K*I\x10 ;M█î─á\x19 ì\x00 D╚ "
b"?V©\x10 _┬EZ®Åçí ‗╝ï "
b"?Yk³2\x07 H¡É╝▀îÙbt┼ "
b"?^äF\x0F ËFz‘Ó\r J¦Ée\t "
b"?akOÄ\x07 MR˜Šbæ\x01 ˜Ó½ "
b"?bq“=7Mî®\x08 Î\x1C qpÁ\t "
b"?d─JdÖD▓ǦvÉ■t\e \n "
b"?vIÇ#uBx¨·º\t\x1F\v Ͱ "
b"?\x7F ÛlËÃC>•¶£®ç\e ¼U "
b"""
?èU\n
§®KËØZ\t └a3Ô╝
"""
b"?‹/6ØÍF¾š\x1F ¡W!ú9Ý "
b"?ùka`K?ûà±Á:Ø(Ò "
b"?˜ñ”\x19 HD¼ÿѧ¹^éË "
b"?¿░i╠\x0E L╠╣.÷Ød\x16 1J "
b"?©é'åˆK0»@ú$ŸÛüÌ "
b"?»#¢£\t L“¯}\x18 B±ÌØ€ "
b"?‗╩Xh+BýéUØ\x08 UÂA░ "
b"?ù-\x02 ]ØCš£+eTœá4³ "
b"@\x05 ö\r †ŸNí¦¾®+Z\x15 À‡ "
b"@\e ðÝt‡J\x02 ·‹1`Î\r äS "
b"@-\x19 $Ñ%D\x16 œhõ\x7F ‰!v\x08 "
b"@:H\r bªEÂüó╗M^Á▓6 "
b"""
@;þ\x18 \n
†ByªG2™½¿‰\x1A
"""
b"@\%¦ZåIP¦±\x11 UZ/e "
b"@]F_wßK%¹=…¶€Ø‰Í "
b"@…\t ×0ÇO\x0E »y‰(ì½V× "
b"@£èæ\e ¡A~ÇÃŧÑ:çø "
b"@«¯Ôºì_âÚ░©ÿFðäà "
b"@Á\x02\x12 Â`Jø│¶Å¬?èb\x17 "
b"@Á\x1E ▀Ë┴GnÉû\x11 È╝┤ªä "
b"@¶ƒ* ”B$‹©ñ\x1E ú'Ñû "
b"@¹r̾ûIZ¦ÊL’žÐaÚ "
b"@├" =ÌD\x1C Ö╠╠Tس_Þ "
b"@ÑîÕÓñIT‘‘ÞÀtîz= "
b"@ìr¸\x03 ŽKe¾Ö0‚‹3ßö "
b"@ôi‹`ÝD\x05 ƒ²À¡\x01 ÑãQ "
b"A\x19 $×lÁB9°b1Díe={ "
b"A8¢_}€J`½m£·ø£Ïü "
b"AJl\x07 ÒÔEe¿èjú\x06 8`¹ "
b"AMf=~GK%˜§õe“`ݸ "
b"""
AQ¡>\n
-KRúü╣¦¼\x1A ±Í
"""
b"AtÔØ±OF´«¢Â¿\x17\x01 ³é "
b"A~¸9ïWN—–üA£\x02 NFw "
b"Aì\x12 É3|H╠▓RõÌ┬‗b "
b"AÉÖ¤ºá@9¼þdÂ{û,- "
b"A´££‡+A9‘åh™\x16 ±œã "
b"A½áâ\x07 ”NÓ—Rá`<N…Ì "
b"A─?îè!H:Áü`]┌Qª¡ "
b"""
AÏ)»:ÀC\n
ìLxþ3'Çï
"""
b"Aí\x1E ¥œBBºªdB&1éÀ: "
b"A°&Åø%E╗À!õS‗┘\x14 ] "
b"A·'«ñÚI\x00 ¥\x07\x02 ûË┬TØ "
b"B\x04 ¯\x01 þ0FZüÎGX3┤┐æ "
b"B$!!‰\x02 D\x02 ·’\x10\x14 ý4$ª "
b"B&è>(CKß»\x19 Ó–:@\x11 S "
b"B8\x1C R\x1E ÂDµ¯‹\x0E N€\x13 œn "
b"B;F\f õ\x05 Mã»Û\x00 ÃþçÐZ "
b"B_°A·yJ2¥—iKvXφ "
b"B’X6ÿóI\x01 ½\x0E\e ¶.•!\x05 "
b"B—©å\x16 åAg¤dX‚ÛS@æ "
b"B™·ÅÒýA\x1A š]½ˆÝüCý "
b"Bص░Þ¨Lÿ©øBT┴|ÿd "
b"B©;ý#\v E\x12 ˆa6•Ë |\x01 "
b"BµI\x18 «\x1E Gσ¹aËÇ×\x13 < "
b"BÉyÄ}êA\x00 ³m¤Ê\x1C £è¨ "
b"BÐê\x0F «k>Oš Üúq\x1D ³r "
b"Bæ~Q¢YF.¶ÿ„´\x7F éìü "
b"C \x03 '│¬LhíÙÝu°3wü "
b"C!?ï–ÌC²³o´‘Ì\f a\r "
b"C"eV\x19 YCÚë┘ÉÂ\x17\x1C í\x01 "
b"C+o™´«G\x1D “rˆoNÔ»‚ "
b"Ck½ã²ÒE\x17 œÆUMˆ*MÍ "
b"Cú^\x07 ì N┌▓¼/×■]\x03\x1C "
b"C£l\x10 ÞùO졬ÝÚ¡¨c\x1E "
b"C¥«”HÌC—¨‚ãÏ_˜š\x7F "
b"C±l\x08\x07 ®E¸£%&z\e ½Eš "
b"C¸gÞ\x06 \K&°R¾@O;n\x00 "
b"CÃ└"cò@WÄC┬ÏÓì\x10 "
b"Cɉ\x16 /âGužb6;ó{Åó "
b"CîÓ¥SóKj•XÌcÃ,C\x11 "
b"""
C÷î\x1A ôeGx™ÿ8É0\n
¿§
"""
b"D\x06 ^╬\t ¨Eì░-\x0F \¶'UÐ "
b"D\x16 šý:XNZ”Ô<–'\x14 wy "
b"D\x1A 'Üs\x12 G¬†PVÉ\x1F BðÜ "
b"D\x1C ɼÐnGn¶Š†«\f ÆKm "
b"D Ð'Ϧ@Ô¤\x05 ó‰ú8‚] "
b"D6F_─2CYÅ┬¥Rg\e N[ "
b"DHìmƒÜB\x0F ’¶~5R[\e\x08 "
b"DQÕµ·²E\x17 ºêÒeeçº{ "
b"Dba)-üI▒Üè×\x01 ▄QãD "
b"DbÂ\x00 -åMàÿó╬\x08 P:ØA "
b"DeÜ|\x1A =N•«Ó83HOÄæ "
b"DfÂ\e ѱLÐöØOÆ╔-G¤ "
b"DôN\x05\v ìLÞî¤Ý\x15 ÛX!Ö "
b"D™Ã¡°™Hw“L‚‘¡\x05 b= "
b"DÌ\x16 ð^ãNçØóbõ#Rjè "
b"Dà\x00 ]\x1C ÑAlŒ»l©:àÆ; "
b"D³kPÕîIyÅ\x10 Z┬m\x02 ' "
b"Dÿ\x16 PUŒGÒ½¢Jâc€·Å "
b"E\x00 J\x16 2~D\x05 »27^*ml~ "
b"E\x13\x1E ƒlÑFzÅ■Ø2Ü!\x06 Q "
b"E\e ù\x0F ØgD!¼RåM\x14 àùs "
b"E\x1E µýÄËAØ¿l;µ┌ÈjL "
b"E8Éc!iG#¾ýÅ6úm”¼ "
b"E_$\x12 ╔ØMÏ▒\x18 K)Vn╩\x16 "
b"EgútÕÿ@ë·èEêùÖVá "
b"E‚()>d@Zš_œJ0ÌȾ "
b"E‹¤\x7F yÕFð¤r[\x1E ¾ž/ý "
b"EŒ\x07 © £C\x04 ¹dCš0\x16 eð "
b"E©Ö\x10 &oDN¢Akö\v ;ƒù "
b"""
E´Ç\n
^\x1F DÚªí6¬¶ñÀ\e
"""
b"EÅHîf(Låµ\x1E cÇï@V\ "
b"EòDЖ6D\x06 ‘¶å^ì\x00 Êr "
b"E‗è]½ØE‗ѨØ\f «\x04 ®\ "
b"E·\x10 ã0\x12 DÅÑ~▀ \x03 ßÃ; "
b"F\e †¸/¸JM°hXG\x1C ©äU "
b"F\x1E ºåâõALž\x16 8VY‹h— "
b"F1¯« UL½”_\x11 ñ§ˆ7û "
b"F2ÿüœ$L\x1C ¨mkEÚx\x10 u "
b"F7ÂÊ.©F\x08 ¢>\x15 Â`\e b\x10 "
b"FP®„´\x17 A;œ\x07 ÷z1¶¨& "
b"FcÉ0À>Bÿ£\x7F ,˜1\x19 Ô? "
b"FkT¹üø@åŸ(<½Ø¤°É "
b"FnÅòn\e GŠóÒ7U%\x18 ¬ "
b"FšþPà\f A\x11 ²Ë\‹þeA÷ "
b"Fœrä_XKCŒú¸\x7F !y\x1E ~ "
b"FíØÞ╚#Dƒ▒çù&º\x01\x05 + "
b"FñÍâ║,Mìè┬─ð_îv© "
b"Fª\x1E K¶╣GuØa\f\x10 Ïä\r ¥ "
b"FÄš©Á\x05 Cz„Í(Ò5‘ÿš "
b"F×÷‡²#A|”`˜#ÿF'Q "
b"Fçoó¼ŽH; ø¦í‘Û¬¾ "
b"Fÿß\f ç’CÛ™\v föU\x1D Yr "
b"G\x00 ô÷¤\x1C Eí¼Âð=\x1E\x0F œ@ "
b"G\x07 \r ¢YE[‰¬/Û‚ÈÆr "
b"G\x13 Öš¼þKQ£Î”[\x19 ~$² "
b"G\x1C ûŽu¼DF¡(-@’[( "
b"G&\x1C ÒÄD¾£’CøŠ?¹} "
b"G=d¦“{H&‰Ôû\x06 ½Ë\x01 â "
b"GCõ\x19 )ÄB\x1D Ž,\x1A óá\e\x0F Å "
b"GRŒß*ÁG£“º>\x01 žÚtJ "
b"GW\x16 845Cµ w‹¾Jêžè "
b"G£òÎB\x16 @0“\x7F JËוÊN "
b"G©¾I?iE…·s;#ä\x17\x15 Ö "
b"G·A¿;fAÆœ'}B\x1E ]ë> "
b"G½«xŒ1Dh°N™¦\x03 fv` "
b"GÈcƒT”K\x12 ˆ\x11 ÷!ÉÿN6 "
b"G¤G§ÃøD│¼b£`Ø‗"U "
b"GÑ6FšÚF³¥/¼!W'JÐ "
b"Gѱ\x1C `\x08 Jå®ê0x›»~R "
b"GÞìQqðIxë¹S)\x07 ×:╗ "
b"GõÝn¯:@!®\x11 !y\x00\x03 Ùö "
b"Gþ·’÷‘I[¾#Â#I,¨E "
b"H\x04\x12 dmı@©ò\x07 ╚Ðñ²üë "
b"H\x1F ▄iØ9F/╣¸=¸ýG¯8 "
b"H7&dm¹Ft²Vo½±C÷è "
b"H<Â%QeK€ºêî²xî\x04 · "
b"H@\x0E <='A\x03 ©ÍÕ¤„ŽÃl "
b"HJu[¬ÙKÚ¯\x04 {\x13 <‹\v\x07 "
b"Hgtm»ÙC\f ‚µ;\x1C ²°‰{ "
b"Hg«ÑW±H= ǽ¶‰Ú”m "
b"Hq“t®\x0F A¤µAi(~Tvã "
b"H‡½ÍºÈK%¿\x06 Ü æ˜°" "
b"HØ=░ ÿH÷│LÎ\M\x19\x19 þ "
b"HººŽ²ÏO\x01 ½î)çø\x12 hz "
b"HĪ+¦ŠB«¶\x12 ýÊêû•¥ "
b"Håž½õÄGt‡›[“žLë\x06 "
b"HøžÜØpL’‰G·RF‡I\x11 "
b"H³\x13 î)nMɪ┬Õ Û©═ü "
b"I\x14 )½║jIØá¼«è╠J \x18 "
b"I\x1A Ö„X«Ai¦^KD\x7F ²DG "
b"I>\x1E ëép½[êñˆè\x03 ÁG‘ "
b"I[\x08 ®õÝDŸ·ôN•á<Â\f "
b"I\×§\x16 œ@m³*j?Ÿ\x14 xô "
b"Is¶Ë@³AMÅ\x7F Î2\x01 ╠┼▓ "
b"I„Ö‡J†J,œ©{™2p\x02 ß "
b"I‘…DžcFæ°\x03 W½‘QÅ* "
b"I–ÙyÄ\Lܹ\x17 €#œ¸¡ "
b"Iš•\x7F $ÓHТ\x08 X"‡Ä4\x1D "
b"I§QX5BGà‘Ï–3I–•ú "
b"""
IÊ\x13 Ø\n
:Kg™Ù)<#¸\x02 "
"""
b"IÕ`hrÿCа€âM9›\¡ "
b"IØkØ@3B»‚7¥\x08 H%ž\x06 "
b"I█óÝ[\x15 @N╣L¼8\\x04 ▒ü "
b"IÞ\x1E ó8äC\e ¢9C\x1E h\x06 º\x15 "
b"IåÂ\x05 ÷\x1F MJ¢ÈÂ\v ¤Ó°= "
b"IåÚ\x1F ,áL9h;`Éø·ø "
b"Iì4õÖ3MG¢\x1E ¨ÄíG” "
b"J\f !؈æEl²º3c&7à\x14 "
b"J\x12 ¿Ž\x07 ÏDY„’/Û\f h²9 "
b"J!5ÐûÑKG°Ñ_œOo\x1E w "
b"J-T\x15 ð„*w\x04 ÛýQaŸ\x05 « "
b"J7e–\x0F wBˆ³<õ\x1A ëöó: "
b"J;ð\x0E Á×@\x0E ·›\x14 ˘+WÐ "
b"J^ŠæÌëI7»ú\f ¥kWA "
b"JiëWnýLQ…]`\Î\x1A É\x7F "
b"JpшSºOØ À\t\x1C ¥À]· "
b"Jw¹å+ G>š\x14 v]]:³/ "
b"J}‡\x13\x18 —I#››¦iÛf¥\x01 "
b"JÇìôI7O÷▒P╦9]Yïm "
b"JƒåîÈÎG—°Å\x01 wðZ>t "
b"JÉÁ9o%I╠Ø'ý■!│3. "
b"J³àG\x01 ÖDt“`l°[£K¼ "
b"JÁî│µ¨Hdìi┌¬7T┬Ù "
b"J·r™¤ÜH_ºÍ¥½\x00 Š»x "
b"Jé}ixšNUœnVÛNkùe "
b"K\x15 ecÌ4Gôš]·c"ˆ…\x1A "
b"KAxmæ!GёգZ,þ£O "
b"KEz\x16 lžHÖª\x10 É&›êSþ "
b"KEã»ófIе›ü\x17 ÍF`´ "
b"K^û╠x¼CÓîE¿Å!\x07\t å "
b"Kdyª0üH*½LTO\x1D\x1C Qç "
b"Kp)MVeL4¾Ió\x1C >“Jm "
b"Ks è\r _FcÿØh~¸║\x1D r "
b"Kxï¨\SK¾Åÿ\e Ëõøö\r "
b"K{"…ú8Nó§.]\x08 Á#m "
b"K¥µTW%AGü\x15 qu³§×\x1F "
b"K┐éb└║L9É!îFQ÷\x14 8 "
b"KÁw&›ÙGà¸\r úUϽ‘% "
b"""
KÆ\½\n
\x1F Nÿ»…íu>Cû¡
"""
b"KÐ| >ÈBÜèʵ)÷ìn "
b"KÕñmÏÒG@Šs²A2¼Š5 "
b"KàÜ-ÜÐC\x10 ™ºÏ@®Hâ\x12 "
b"L\f 7Æ.‹H§½rQü¦Íi¥ "
b"L!Dˆ\x7F $FоRO,ŸG\x1D "
b"L-½V[+H¹™a޵Á ý "
b"L:§\x01 ZL@Ìü%"úlg\x17 è "
b"LA£@V$Fü†\x06 â\x1C `’¬µ "
b"LF£ˆ—˜GÉŸ?\x07\x12 D>#á "
b"La¯Tφ@\e ŠKÊGˆ\x12 9„ "
b"LcŽ(,òE3™:\x1C ÷ä}¶\x02 "
b"""
Ll·┼\x0E\f E/ì³è(─«\n
Ê
"""
b"LpÑŸk,@á¯!:\x1A ,4šñ "
b"L|\x00 ôöÁLˆð\x1C -è\r ïø "
b"L€·+\x19 åI+…‚2»>û\f ; "
b"LÄ╔Ø^äH5¬-å \x18 ╔©D "
b"L•©\x1D ÇžB?šAç¤gni¨ "
b"LòÚÎ╩cDàÉܰý]üÆN "
b"L¥&ßlÔM†„ìB`ÛÉV\ "
b"L½ü7›BJ–žk)=bÇ\x0F \r "
b"L┴\x13 [YlATÉß\x02\x16 ÝY)i "
b"LÈ├DÚ,G7º\x06 ì¥'\x1D -/ "
b"LÞQÖ*òIñÉÖLaç½Ç╩ "
b"Lï‚#j[Nlž¦½\x1E ý•Y2 "
b"Lñ°P÷\x08 I\x00 º…%\r #ôÁ\x00 "
b"Lù¯Ö÷*\x18 æx=;+“\x1E kã "
b"LùëA0|CËإ\3mݹ "
b"M3TZ¿iB‘»ÿD+À›ê\x1C "
b"M_<fÍ.E\v ’¾k¦äÖ£S "
b"M`0E¥·CJ¼\t ê¤)¹\x1D\x0F "
b"Mf\f ®µ\x14 BrŠŠþh\x19 Þfû "
b"MkÞGŸ0Dáµxk»{€Î "
b"Mª\x10 y5òEº§&v³%ùl¹ "
b"M╣╣Jj³@ª¿╗ddiØÎ" "
b"MʤJèåI ½¸kr#ëíg "
b"N\x10 Ç\x1F <ÀIá¡„5D뤢ú "
b"N\x15 qZi#KØšÞ©éc÷"Ã "
b"N\x1A øÌz\x03 KF▓\x07 ô\x1D\x12 .Éç "
b"N,\x19 ‰®<D„ª¤oqy/ì" "
b"N8QZ¹áD\x14 ¢—ωhžO¨ "
b"NC†lÑ\x03 N#•Ï-Iƒ7¥\x16 "
b"NQ¡<KaJ¢¦t.Ouù\t\x17 "
b"NvÎZ■\x03 EgÉx9ñsÍjƒ "
b"NŽ"!1æMC‰ýÒ\x03 _ÉÏi "
b"N”Î2”ãM¨±N¹ghñî\x01 "
b"Ní5)\x14 õIü®ªÖÄù|Ig "
b"NºÆ|ýUO#µj\x1F Ù#89P "
b"""
N¿8–\x1C çIâ»3d\n
oÙŠ\x14
"""
b"NŦ®‰ÄKk‡Z\x1E üǘû "
b"NÈó½t)D˜™\x06\x03 Ø<Ë›E "
b"NݡN÷ŠwQ‰ëÇþé "
b"Nþwâf░DÐ╣‗*Cü\x00 SV "
b"NîÌ–'§N\x1D ¦‚õm“ä`ú "
b"N¸\0\x11\x11 C¾û\x00\x1D Õ©Øb▀ "
b"O\x16 N<¯\x0E N¾³‚`6ÃK`U "
b"O6"¿Á H†¼]ªkY!eG "
b"O:uyK>J1ŒÀg\f PÁ•\e "
b"Of‰\x04 s\x01 L§ªNÂ0uY•Ž "
b"OjÖ\x06 Ÿ×DÚ´"8>þÓ‘A "
b"Ow·ÅÀOGíœÚœ‘õmÙ "
b"Oyå»S²Kõˆ\x05 Ã\\x04 »õ× "
b"O“™Qó\x17 K\f £yÞèÎÙ´“ "
b"O”\x0F 2ˆŸA©¶Øàx\r \x04 K– "
b"OØçì\x07 ÆL¨¿*¯\x06 ñ\x17 ÷╠ "
b"Oñ═¾xSFÅ╝\e ÿË=ß§ "
b"OÌ\x1A ˜³™Mb·mz\t :¦Ï˜ "
b"OÏ\x01 ÁÃHLn¯‡yÇKt0™ "
b"Oð*Ì-\x19 M┼║╣╩&7▓Å* "
b"OÔ/6LÄD>„(‘NQ´\x0E û "
b"OãçV\x00 õI»°?ÞëdÏæ* "
b"Oý"“P£G ±,\x03 Èÿ\x04 zó "
b"P\f ÇJ*\x08 O/¸U×mU\x07\x1E # "
b"P\x0F Öø_à\x04 U,¦ÑÑÇ\x1E üÄ "
b"P\x15 º\x02 GlKð¶x\f »KÆÖå "
b"P\x1D V┘óoDı┤®A¼ÀüÌ\x16 "
b"P\x1F ç\x03 YÄGчقA¦b%g "
b"P+ª\x17 úÞAL´Úîï\v DÞ/ "
b"P=µ\x08 bìCΈ~±™s\x10 pZ "
b"Pm5·×zJe¸@9É2qBë "
b"Pnô!.Ö@\x08 –ìqÙ”ýt^ "
b"P├┴YºÃL躺ÂD╩\x1A Ø? "
b"PÈÛMxtM¢†‘G›^Oc© "
b"P╚Þ¶╗ÅDÙ×\¯Ïö1T§ "
b"PÌ_m‡ãBL¢ºžd\x15 2›Ç "
b"Q\x12 ”?\x10 UG%¤mªÿ¯¨\x1E $ "
b"Q&\ÃôÊ@j½&\x08 ¬‚Ûs "
b"Q6\x18 ,ÄòA‡óS€¡³§¦# "
b"QjIíµ{CøæÆpõèo\x07 ü "
b"Qkœy6ˆA€¥„kµswj "
b"QïHüÚæO\x07 «┘\x07 ò¼\r \x0F\x1D "
b"QÉl\x14 ï\x1C K╬©╝n9\x1A ╩ÄÀ "
b"Qö°×¼ÐEwÅ1─§f?}\x08 "
b"Q│ýÂ6mKñû`oeɸ{\x7F "
b"QÐÛ·94L††–ݹˆ%&/ "
b"QÚð\x12 §ßIö©L‰±À¶d” "
b"Qâtg‡±@'´G)ß5\e P\x1E "
b"Qô\x00 å‹4B\v ƒÚJ‹è0\x16 ^ "
b"R\x04 ║o-RDlÜöÉÇL\x1F\x11\x0E "
b"R\v Â~{ZGE˜\x00 k\v Ëm‹\x17 "
b"R\x11 ʆ\x04 0@3Ž\x15\x14 RÉ\x1A (‹ "
b"R\x14\x1C ñ┬×L'Éá½$ïÛ\x08 o "
b"R\x18 Eqë±J3°ÆŠKéäF\x15 "
b"R \x15\x05 ¬¥H\x06 ˆ`€m\x00 Çn "
b"""
R$\n
ÖŒ1BÊ®ákE*ë¼\x7F
"""
b"R1\x00\x17 ô\e Fü£r½vG~å© "
b"R3ß¡rNN»àuV\x05 ıØ4£ "
b"R;TWPóOî†fabo.`Š "
b"RTœÊB~I#²ú\x1F '\x07 ÑÒ· "
b"Rkú\x1C €3LW»¥3-ÈGÄ× "
b"Rz¨ÓT¨J\x0E ¦]\x03 Ót¹¾Â "
b"""
R’\n
½íx@'‡Ê«¾W/>
"""
b"R˜¶nrzG¡Ÿi\x1D ¼Åu@€ "
b"R®l Ouþì÷\x17 ËëBØFv "
b"RÎ5ªc/@\x02 ª[Ÿ?ŸVÔÀ "
b"RÖ¡Ul‰Ki¤\x1C >Ð\x19 Ù\¨ "
b"RÝDðíæFû§ø‡kž6\x05 ' "
b"RÝÈxl!I%‘ñ\x15 Lˆ\x16 *X "
b"S\x04 °\t Ê0JE½\r Ä>…xat "
b"S\x0E »£êÈCJ£³0_<µÉû "
b"S\x0E ÈX¥j@\x05 ¼ûáEšÄ{f "
b"S,üý\x02 @J╩À┌'À¹©þµ "
b"""
S6¯\n
'®Oô©%«r4öÅ*
"""
b"SUÉÂ\x15 ¤HFº.\e\x13 ║2\x16 Î "
b"SY§íI@\x0E €™ÞsûÝ/} "
b"SZ,57uK\x0F ƒ-š:DAr\x03 "
b"SZ░(g"HÅÑ\x1E pçÛõQ¼ "
b"Sf|*ÆWO"‘¶ÿ˜517¿ "
b"SfÒ;XáD\x19 “,½m\x06 3H÷ "
b"S™\t Yª\x1E L!žZž~«"ب "
b"SdI*\x01 E`€&…\x17 ½Gèp "
b"S¾»…¼¦Lˆ‡\x13\e ÑïwÊ< "
b"SË\jS\x08 Kݤ¥°óá\x13\x02 f "
b"SËàÕ0@A\x18 Ÿ¾\x18 CT3Ûç "
]
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 (0x36C90CB114C943569704963FE36568CD , 0x36F68715430748279C548BB999F988D2 , 0x3704ADBD594548F7A4E918164E58AD82 , 0x370B405945204A37AB43F9848DBBDC7E , 0x3723A063D9ED4265A8B40D13435E3901 , 0x3746DEFFBA254708A17D73848A2055FD , 0x374EF6BB132349D5B24B0DECDBFFD5F7 , 0x3782A393F66645EB955C4221A4D0BC89 , 0x37891495DF7543E7A14224FFFFDAC69E , 0x378DB5B199A941D285570C700823FC8A , 0x379FF507E8574042B203D67CC70E666F , 0x37A3D27BCFFC4D34A92274C96A31256F , 0x37A413E9C8954427A5D34B324B615AC7 , 0x37B06A25E87047B3823684AEE0ED12A6 , 0x37B1392CB7DE49E99641EDB489D56E9B , 0x37B90DA4D3B84BFE8219C3A5243A0D57 , 0x37C03515427D43BB969ECFB7A5280CCA , 0x37D3285442474F5C854C52495FE2E05E , 0x37D4D5A79FF04A7BB7189E3C91706346 , 0x37DB5FEABDD9476B86A824EF9FB62366 , 0x37DB82DE3DE343619C190D6F7FF78528 , 0x37DC96DF357B4C21B483F59D95C0E92B , 0x37FCE3ACAB5147D1B7F205C8DB291118 , 0x380034992918CDA6A4C703B81DC8A5FD , 0x3835BCDA7D2D9565253D5C036F67882A , 0x3837B54837FE4292A562AF9C32931EEF , 0x383A0E2E25C6491691133C1ECC831B95 , 0x3850693CFB374A8BA6CADD5C901263ED , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x386612FE71D54DFE9217AA228EA0904D , 0x38683277A58D448ABCF2C470B475E633 , 0x387F908A998E4481B7EE124E9CA6C056 , 0x3888451367054DAFBFA0D68B6440677F , 0x388DCAB873E840C59B8F563266341345 , 0x389ADF5FF545479BAF02AE0E9B5B3428 , 0x38A0A89575BBEC349735B02064993FB1 , 0x38A5953B11304B1B800E71F94DD893A9 , 0x38AAE23D693B4CCB9B91EF6C01010B70 , 0x38C3BE6D237D42A7A5D74DC90ADA4309 , 0x38DE1DBFE048405F91370CE7B044E279 , 0x38E39E56382A4437AA65B6E6E84463B3 , 0x38E57F32008943C5A54D4879313C5FFC , 0x391C766A87B6446F9E9E0A3CE834AE41 , 0x392A76A8EB1846E482D53439F3EFD2C5 , 0x3942F249F6AC4890939B4B274D67BEB4 , 0x395065156BD44BCF88E6FC6AD45C3B70 , 0x39572AF2F26441DFAFDE9861E1247244 , 0x39637855267F4011AC2522D63FE5BE71 , 0x3987FC4D1A1A458F8BA7B9D52FA3F5D0 , 0x39945E9F73134C7EA8666C062ACD2722 , 0x39C3519BD0E449449FB4402E2F0A88E9 , 0x39C96AEE1B104925B4B962D3040C9C29 , 0x39CB54D8A5F54614B84F2CFAAB10AA39 , 0x39CCE9690FB64682BC126192612E4C7A , 0x39CEA62C71AD42DE98D0ABB77E23C13A , 0x39E60B5BC08148E6BEAFC3C6BAA58EF9 , 0x39F37ABD0F7541598089F432D71F568B , 0x39F7BD67600F4CEF84DA0AEF392A9774 , 0x39FA3CEB977844D18C904C89600086DF , 0x3A0FEDA0468F4592B447FA2CD18ED3AC , 0x3A10B9CC30904CFE9B502380DF0D5D9A , 0x3A16E0A06BA9400A93CBC96A65B298CB , 0x3A184F1D667D4D308485470B8D486E35 , 0x3A216F956EB24723820C0FA0DBA9391D , 0x3A3F66AF08364A7686F77F625801B295 , 0x3A3FFCC9AA06449A8A03C1ACBE11A91D , 0x3A4068EDE38947E3A6E3ED74BB1EF2B7 , 0x3A56F21929C1420BB725115E1FC295F7 , 0x3A5702F5676D45ABBB4F16F730565EA8 , 0x3A65A6B4E9064D8782180251C2E25359 , 0x3A7998DE92354420BCA087E6F85066E9 , 0x3A8881A9346544CF94FD84737F1E3833 , 0x3A8A274E6C5E4EB5BA55931DC2882F77 , 0x3A9FE346527B43CE99D83C869687EFC5 , 0x3AA5358D951E4583AFD79A88D68E5BFE , 0x3ABA1347EEFF485A843FA6D68C113560 , 0x3AC268CD6CD74DBC82172DF81E0D2A05 , 0x3ACA265786D3411CAB33199CA6617E3A , 0x3AEBF8CEEEB747FEBCA5F7EE3E3589F2 , 0x3AF76BFFAFE14810BF6D11602788D693 , 0x3B01959536344A278E89C24A8E8C1D14 , 0x3B035A738A814231B4BD1C121FA9B624 , 0x3B0CCB55842B47FDAF7634CA050B1463 , 0x3B1BD5C47704442688C39A5DE15350EF , 0x3B1FE7C5BB3F469EBB9A74F39B86AF41 , 0x3B3034B050094ECBBBAD80F515B5FBD9 , 0x3B3B189AED9249A9AFEAE714A2B38074 , 0x3B3BBE5C7D5B40268A137CBFC3A34CEA , 0x3B46103096C84D6DA3526F42A2AB298D , 0x3B4B2E9F631841A3BB81529FFC0AEF80 , 0x3B5483E4AA30435095E3C67CD96B64B8 , 0x3B6878DE07F74C1DB4220DCE1B06D839 , 0x3B68E7DBD6EF4072821C647D1FE435DB , 0x3B71EC746AF54C29B500E9EA69440E0A , 0x3BA3289F4A344FD9A166886D17168E0B , 0x3BA81538AB8146D296253E2510EB5606 , 0x3BD37D2489AD4CF3AC7F15E8D45B9313 , 0x3BD69D6285794B658A229B8B391E12CD , 0x3C07AF5AB4EE43A98DFE929FA8A5D2A6 , 0x3C10DE9FA374469A81984F29E35CD388 , 0x3C1A5501F1734F7685FB0F8692602CA1 , 0x3C1AE25C435C4EF598B9238A26504053 , 0x3C2A65EA385642BCBEA99A0EA9DC3C35 , 0x3C31829AB1A94820811309F159A1DB8B , 0x3C472FD0AF4F41AC90884BEF839F4F89 , 0x3C5F300E560649A188C4241E0615C697 , 0x3C853545749C4B278081C32FE52C3751 , 0x3C89DDE366A24A3B9D05DF49D29953EC , 0x3C8E21BDD13D41308E434EB4C9623E0C , 0x3C9FCA7F1CF14CA1900F42D4B164B19F , 0x3CA4C940958F454FAAFB4E6EC1DB6A36 , 0x3CB17EF119084203ADCAFF3DA9EFA896 , 0x3CBF42CD5FB84DDCA19E38A2D00AD320 , 0x3CCC97A3F35B4D9197EC0F7481652C76 , 0x3CEDBB16A4FB4EED8B45EA9E9464111C , 0x3D03D12066784EA9B6A4ADC32A278997 , 0x3D17E262003F4B858139E6EFE4FE7E30 , 0x3D1CEEA2FC9E416380F8F439A7FDAD66 , 0x3D4BFF66D61247A7A3B5814842E46387 , 0x3D86A4CEB6594B92A70213EBC5C3F039 , 0x3D8CC9AC56424D33A0D465FC4B488F56 , 0x3DB28EE1D62247CFAF4CBB456A9D33CD , 0x3DBDE2035EBA4930B17CBAECABB1774B , 0x3DBE617EC87D4F5282AC1CE7EF3504DB , 0x3DE42EC0B3CC43A5AE889EA63343443D , 0x3E02B498875C424CB881F48C86539AA5 , 0x3E0C3E720973E646E31427BD3BE8C20B , 0x3E0C6133073C42EBA39FB024B91CB595 , 0x3E113DCFB574404593D5E7B1D7285E80 , 0x3E1DD2DA513E48E98F64E85A6495F33E , 0x3E1FA03C04F84AEFB7576C3044DB35C4 , 0x3E476850C09947F48680860D4654812C , 0x3E549F0ACF29453AAE2FD595E8882E85 , 0x3E59986F4C894907B771AD6B784112AE , 0x3E669258FB3C454397FD47F61063C4CC , 0x3E69D74310FC4E92873F8877EDC9B3EF , 0x3E78CEB38EA743D9BC08CBE853D90E32 , 0x3E8CFBB5305E46C2A9156B82D1F19831 , 0x3EA8DC417D9349F18935E9F7D1847F32 , 0x3EABC76F25A04CF39711AAA9836966F2 , 0x3EC49B19664344F5AFD2152BC451AEA8 , 0x3EF798ACF2094653A637CD14956E6E64 , 0x3EFCC55CB5B44A529DD9D3B73A2A6B55 , 0x3F11F5A9F61D4F31BA8C4D5BA841DC4B , 0x3F12A9BF6B104D99879F46461429F9D7 , 0x3F2ACF23328041F1B42E227839CD096E , 0x3F2B96514FB049E7BE6BAF3ADC44115B , 0x3F4B2A49103B4DDB8CC4A0198D0044C8 , 0x3F56B8105FC2455AA98F87A120F2BC8B , 0x3F596BFC320748AD90BCDF8CEB6274C5 , 0x3F5EE4460FCB467A91D30D4AA6C96509 , 0x3F616B4FC4074D52988A62E60198D3BD , 0x3F6271933D374DEEAE08CE1C7170C109 , 0x3F64C44A649944B280DD7690FE741B0A , 0x3F7649C723754278A8B7BA091F0BCDB0 , 0x3F7FDB6CCBC3433E95B6A3AEE71BBC55 , 0x3F8A550AF5A94BD39D5A09C06133E2BC , 0x3F8B2F36D8CD46BE9A1FA15721FA39DD , 0x3F976B61F0604B3F9685F1B53A9D28E3 , 0x3F98ADF194194844BCFFD1A7B95EE9CB , 0x3FA8B069CC0E4CCCB92EF69D6416314A , 0x3FA9E927E5884B30BB40FA249FDBFCCC , 0x3FBB23A2A3094C93AF7D1842B1CCD880 , 0x3FF2CA58682B42EC82559D0855B641B0 , 0x3FF92D025DD8439AA32B65549CE134B3 , 0x4005F60D869F4EEDA6BEAE2B5A15C087 , 0x401BF0DD74874A02B78B3160CE0DE453 , 0x402D1924D12544169C68F57F89217608 , 0x403A480D62A645B681A2BB4D5EB5B236 , 0x403BFE180A864279AA473299BDBF891A , 0x405C25A65AE54950A6B111AD555A2F65 , 0x405D465F77DF4B25B93D85B680D889CD , 0x408509D730C74F0EBB798928ECBD56D7 , 0x409C8A911BAD417E80C78FF5A53A879B , 0x40AEEEE2A78D5F83E9B0B89846D08485 , 0x40B50212B6604A9BB3F48FAA3F8A6217 , 0x40B51EDFD3C1476E909611D4BCB4A684 , 0x40B6832AA09442248BA9F11EFA27D1FB , 0x40B972CCBEFB495AA6CA4C929ED061DA , 0x40C322FF3DDE441C99CCCC549DFC5FE8 , 0x40D1EED5D3F149549191DEC074EE7A3D , 0x40EC72B8038E4B65BED630828B33DFF6 , 0x40F4698B60DD440583B2C0A101D1E351 , 0x411924D76CC14239B0623144ED653D7B , 0x4138A25F7D804A60BD6DA3B7F8A3CFFC , 0x414A6C07D2D44565BFE86AFA063860B9 , 0x414D663D7E474B2598A7F5659360DDB8 , 0x4151AD3E0A2D4B52A381B9DDAC1AF1D6 , 0x4174E29DF14F46EFAEBDB6A81701FC82 , 0x417EB839EF574E9796FC41A3024E4677 , 0x418D1290337C48CCB252E4DEC2F262FF , 0x419099CFA7A04039ACE764B67B962C2D , 0x41B4A3A3872B413991E5689916B19CE3 , 0x41BDE1E207944ED39752E1603C4E85CC , 0x41C43F8C8A21483AB581605DDA51A6AD , 0x41D829AF3AB7430A8D4C78E73327808B , 0x41ED1EA59C4242BAAA64422631E9C03A , 0x41F8268F9B2545BBB721E453F2D9145D , 0x41FA27AEA4E94900BE070296D3C2549D , 0x4204EE01E730465A81D7475833B4BF91 , 0x4224212189024402B7921014FD3424AA , 0x4226E83E28434BDFBB19D3963A401153 , 0x42381C521EC244B5AF8B0E4E80139C6E , 0x423B460CF5054DE3BBDB00C3FEE7D05A , 0x425FB041B7794A32A597694B7658CF86 , 0x42925836FFF34901BD0E1BB62E952105 , 0x4297A9E516E54167A4645882DB5340E6 , 0x4299B7C5D2FD411A9A5DBD88DDFC43FD , 0x429DE6B0E8F94C98B89B4254C17C9864 , 0x42A93BFD230B451288613695CB207C01 , 0x42B54918AB1E47CF83B961CBC7D7133C , 0x42C979C47DEA4100B36DA4CA1CA3E8A8 , 0x42D0EA0FAB6B3E4F9A20DCFA711DB372 , 0x42E67E51A259462EB6FF84B47FE9ECFC , 0x43200327B3AA4C68A1EBED75F8337781 , 0x43213FEF96CC43B2B36FB491CC0C610D , 0x43226556195943E989D990B6171CA101 , 0x432B6F99B4AB471D9372886F4ED4BB82 , 0x436BBDE3B2D245179CC6554D882A4DCD , 0x43A35E078D204EDAB2AC2F9EFE5D031C , 0x43A36C10DEF94FECA1ACDDDAA1A8631E , 0x43A5AB9448CC4397A882E3CF5F989A7F , 0x43B16C0807AE45B8A325267A1BBD459A , 0x43B867DE065C4B26B052BE404F3B6E00 , 0x43C7C022639540578E43F0C2D8E08D10 , 0x43C989162FE247759E62363BF37BC5F3 , 0x43EED3A553F34B6A9558CC63C32C4311 , 0x43F7EE1AF465477899FF38C9300ABFA7 , 0x44065ECE09F9458DB02D0F5CF42755D1 , 0x44169AFD3A584E5A94D43C9627147779 , 0x441A27DC731247AC865056C91F42F0DC , 0x441CC9BCD06E476EB68A86AB0CC64B6D , 0x4420D027CFA640D4A405F389FA38825D , 0x4436465FC43243598FC2BE52671B4E5B , 0x4448EC6D83DC420F92B67E35525B1B08 , 0x4451D5B5B7B24517BAEAD26565E7BA7B , 0x446261292D8149B19A8A9E01DC51C644 , 0x4462B6002D864D8598A2CE08503A9D41 , 0x4465DC7C1A3D4E95ABD33833484FC4E6 , 0x4466B61BA5F14CD1949D4F92C92D47CF , 0x44934E050B8D4CE88CCFED15EA582199 , 0x4499C3A1B0994877934C8291A105623D , 0x44DE16D05EC64E879DA262E423526A8A , 0x44E0005D1CD1416C8CBB6CA93AE0C63B , 0x44FC6B50E58C49798F10FF5AC26D0227 , 0x44FF1650558C47D2BDA24AE26380B7C5 , 0x45004A16327E4405BB32375E2A6D6C7E , 0x45131E9F6CA5467A8FFE9D329A210651 , 0x451B970F9D674421AC52864D14859773 , 0x451EE6EC8ED3419DA86C3BE6DAD46A4C , 0x4538C96321694723BEFDC536FA6D94BC , 0x455F2412C99D4DD8B1184B29566ECA16 , 0x4567FA74D5FF40EBB7E845EAF9D656E1 , 0x458228293E64405A9A5F9C4A30CCC8BE , 0x458BA47F79D546F0A4725B1EBE9E2FFD , 0x458C07A920A34304B964439A301665F0 , 0x45A9D610266F444EA2416BF60B3B83F9 , 0x45B4C70A5E1F44DAAAED36ACB6F1C01B , 0x45C548EE66284CE5B51E63C7EF40565C , 0x45F244D09636440691B6E55EEC00CA72 , 0x45F28A5DAB9D45F2A5F99D0CAE04A95C , 0x45FA10C63012448FA57EDFFF03E1C73B , 0x461B86B82FB84A4DB06858471CA9E455 , 0x461EBAE5E2F5414C9E163856598B6897 , 0x4631AFABA0554CBD945F11F1A78837FB , 0x4632FFFC9C244C1CA86D6B45DA781075 , 0x4637C2CA2EA94608A23E15C2601B6210 , 0x4650AE84B417413B9C07F77A31B6A826 , 0x4663C930C03E42FFA37F2C983119D43F , 0x466B54B9FCF840E59F283CBDD8A4B0C9 , 0x466EC5F26E1B47AD8AF3D237552518AC , 0x469AFE50E00C4111B2CB5C8BFE6541F7 , 0x469C72E45F584B438CFAB87F21791E7E , 0x46A19DE8C823449FB1879726A701052B , 0x46A4D683BA2C4D8D8AC2C4D05F8C76B8 , 0x46A61E4BF4B947759D610C10D8840DBE , 0x46C49AA9C105437A84CD28D23591FF9A , 0x46D7F787B223417C94609823FF462751 , 0x46E76FF3BC8E483BA0F8A6ED91DBACBE , 0x46FFDF0CE79243DB990B66F6551D5972 , 0x4700F4F7A41C45EDBCC2F03D1E0F9C40 , 0x4707200DA259455B89AC2FDB82C8C672 , 0x4713D69ABCFE4B51A3CE945B197E24B2 , 0x471CFB8E75BC4446ADA1282D40925B28 , 0x4726AD1CD2C444BEA39243F88A3FB97D , 0x473D64A6937B482689D4FB06BDCB01E2 , 0x4743F51929C4421D8E2C1AF3E11B0FC5 , 0x47528CDF2AC147A393BA3E019EDA744A , 0x47571638343543B5A0778BBE4AEA9EE8 , 0x47A3F2CE42164030937F4ACBD795CA4E , 0x47A9BE493F694585B7733B23E41715D6 , 0x47B741BF3B6641C69C277D421E5DEB3E , 0x47BDAB788C314468B04E99A603667660 , 0x47C8638354944B128811F721C9FF4E36 , 0x47CF47F5C79B44B3AC629C609DF22255 , 0x47D136469ADA46B3A52FBC2157274AD0 , 0x47D1B11C60084AE5AEEA30789BBB7E52 , 0x47E88D5171D0497889FB5329079E3ABB , 0x47F5DD6EAF3A4021AE1121790003D9F6 , 0x47FEB792F791495BBE23C223492CA845 , 0x480412646DD540B89507C8D1A4FD8189 , 0x481FDC699D39462FB9F73DF7EC47EE38 , 0x483726646DB94674B2566FBDB143F7E8 , 0x483CC22551654B80BAEAEEB278EE04B7 , 0x48400E3C3D274103A9CDD5A4848EC36C , 0x484A755BACD94BDAAF047B133C8B0B07 , 0x4867746DBBD9430C82B53B1CB2B0897B , 0x4867ABD157B1483DA0C7BDB689DA946D , 0x48719374AE0F41A4B54169287E5476E3 , 0x4887BDCDBAC84B25BF06DCA0E698B022 , 0x489D3DB0209848F6B34CD75C4D1919E7 , 0x48BABA8EB2CF4F01BDEE29E7F812687A , 0x48C4AA2BA68A42ABB612FDCAEAFB95A5 , 0x48E59EBDF5C44774879B5B939E4CEB06 , 0x48F89EDCD8704C928947B75246874911 , 0x48FC138C296E4D90A6C2E5FFEAB8CD81 , 0x491429ABBA6A499DA0ACAE8ACC4AFF18 , 0x491AD68458AB4169A65E4B447FB24447 , 0x493E1EEBE970BD5BEAF188E803C14791 , 0x495B08AEF5DD449FB7F44E95E13CC20C , 0x495CD7A7169C406DB32A6A3F9F1478F4 , 0x4973F4D340FC414D8F7FD73201CCC5B2 , 0x4984D6874A864A2C9CA97B99327002DF , 0x499185449E6346E6B00357BD9151C52A , 0x4996D979C45C4CDCB91780239CB8A120 , 0x499A957F24D348D0A208582287C4341D , 0x49A75158354247E091CF9633499695FA , 0x49CA13D80A3A4B6799D9293C23B80222 , 0x49D5606872FF438AB080E24D399B5CA1 , 0x49D86BD8403342BB8237A50848259E06 , 0x49DBA2ED5B15404EB94CAC385C04B181 , 0x49DE1EF338E4431BA239431E6806BA15 , 0x49E5C205F71F4D4AA2C8C20BA4D3B03D , 0x49E5DA1F2CE14C39AD683B60C9F8B7F8 , 0x49EC34F5D6334D47A21EA8C4ED47AD94 , 0x4A0C21D888E6456CB2BA33632637E014 , 0x4A12BF8E07CF445984922FDB0C68B239 , 0x4A2135D0FBD14B47B0D15F9C4F6F1E77 , 0x4A2D5415F0842A7704DBFD51619F05AB , 0x4A3765960F774288B33CF51AEBF6F33A , 0x4A3BF00EC1D7400EB79B14CB982B57D0 , 0x4A5E8AE6CCEB4937BBFAAD0CA56B5741 , 0x4A69EB576EFD4C51855D605CCE1AC97F , 0x4A70D18853BA4FD8A0C0091CA5C05DB7 , 0x4A77B9E52BA0473E9A14765D5D3AB32F , 0x4A7D8713189749239B9BA669DB66A501 , 0x4A808D9349374FF6B150CB395D598B6D , 0x4A83E5EEC8CE4797B0C50177F05A3E74 , 0x4A90B5396F2549CC9D27ECFE21B3332E , 0x4AB3E04701D6447493606CB05BA34BBC , 0x4AB58CB3E6F948648D69DAAA3754C2EB , 0x4AB77299A4DC485FBACDA5BD008ABB78 , 0x4AE97D69789A4E559C6E56DB4E6BF965 , 0x4B156563CC3447F49A5DB7632288851A , 0x4B41786DE62147D191D5A35A2CFEA34F , 0x4B457A166C9E48D6AA10C9269BEA53FE , 0x4B45E3BBF366498AB59BFC17CD4660B4 , 0x4B5E96CC78AC43E08C45A88F21070986 , 0x4B6479AA30FC482ABD4C544F1D1C51E7 , 0x4B70294D56654C34BE49F31C3E934A6D , 0x4B73208A0D5F4663989D687EF7BA1D72 , 0x4B788BF95C534BF38F981BD3E49B940D , 0x4B7B2285FA384EF3A72E5D08C1AD236D , 0x4BBEE6545725414781157175FCF59E1F , 0x4BBF8262C0BA4C3990218C4651F61438 , 0x4BC177269BD947E0B80DFA55CFBD9125 , 0x4BC65CBD0A1F4EFFBB85ED753E43FBA1 , 0x4BD17CFF3ED4429A8AD2E629F68D6EF0 , 0x4BD5F16DCFD247408A73B24132BC8A35 , 0x4BE0DC2DDCD0431099BACF40AE48E212 , 0x4C0C37C62E8B48A7BD7251FCA6CD69A5 , 0x4C2144887F2446D0BE524F2CC5B8471D , 0x4C2DBD565B2B48B999618EB5C1C2A0FD , 0x4C3AF5015A4C40DE812522A36C67178A , 0x4C41A340562446FC8606E21C6092ACB5 , 0x4C46A388979847C99F3F0712443E23E1 , 0x4C61AF54CF86401B8A4BCA4788123984 , 0x4C638E282CF24533993A1CF7E47DB602 , 0x4C6CFAC50E0C452F8DFC8A28C4AE0AD2 , 0x4C70D19F6B2C40E1AF213A1A2C349AF1 , 0x4C7C00F4F6C14CAD88F01C2DE80DEFF8 , 0x4C80B72B19E5492B858232BB3EFB0C3B , 0x4C8EC99D5E844835AA2D862018C9B844 , 0x4C95A91DC79E423F9A41E7A4676E69A8 , 0x4C95E9D7CA634485909AF8EC5D81924E , 0x4CA526DF6CD44D8684EC4260DBC9565C , 0x4CBDFC379B424A969E6B293D62C70F0D , 0x4CC1135B596C415490E10216ED592969 , 0x4CD4C344E92C4737A7068DBE271D2D2F , 0x4CE851992A9549A490994C6187AB80CA , 0x4CEF82236A5B4E6C9EA6BD1EFD955932 , 0x4CF1B050F7084900BA85250D23F4C100 , 0x4CF9AFD6F72A18E6783D3B2B931E6BE3 , 0x4CF9EB41307C43C38BD8A55C336DDDB9 , 0x4D33545ABF694291BBFF442BC09BEA1C , 0x4D5F3C66CD2E450B92BE6BA6E4D6A353 , 0x4D603045A5B7434ABC09EAA429B91D0F , 0x4D660CAEB51442728A8AFE6819DE66FB , 0x4D6BDE479F3044E1B5786BC2BB7B80CE , 0x4DAA107935F245BAA72676B325F96CB9 , 0x4DB9B94A6AFC40A6A8BB6464699DD722 , 0x4DCAA44AE8E54920BDB86B7223EBED67 , 0x4E10C71F3CC049E1A1843544EBA4A2FA , 0x4E15715A69234BD89ADEA9E963F722C3 , 0x4E1A9BDE7A034B46B207931D122E9087 , 0x4E2C1989AE3C4484AAA46F71792FEC22 , 0x4E38515AB9E14414A297CF89689E4FA8 , 0x4E43866CD1034E2395CF2D498337A516 , 0x4E51A13C4B614AA2A6742E4F75F90917 , 0x4E76D75AFE034567907839A473D66A9F , 0x4E8E222131E64D4389FDD2035FC9CF69 , 0x4E94CE3294E34DA8B14EB96768F1EE01 , 0x4EA1352914E44981A9A6998E977C4967 , 0x4EBAC67CFD554F23B56A1FD923383950 , 0x4EBF38961CE749E2BB33640A6FD98A14 , 0x4EC5A6AE89C44B6B875A1EFCC798FBC2 , 0x4EC8F3BD74294498990603D83CCB9B45 , 0x4EDDA1EE87A34EF78A775189EBC7FEE9 , 0x4EE7778366B044D1B9F22A4381005356 , 0x4EEECC9627A74E1DA682F56D93E460FA , 0x4EF75C30111143F396001DE5B89D62DF , 0x4F164E3CAF0E4EBEB3826036C34B6055 , 0x4F3622BFC1204886BC5DAA6B59216547 , 0x4F3A75794B3E4A318CC0670C50C1951B , 0x4F66890473014CA7AA4EC2307559958E , 0x4F6AD6069FD744DAB422383EFED39141 , 0x4F77B7C5C04F47ED9CDA9C91F56DD9A0 , 0x4F79E5BB53B24BF58805C35C04BBF5D7 , 0x4F939951F3174B0CA379DEE8CED9B493 , 0x4F940F32889F41A9B6D8E0780D044B96 , 0x4F9D878D07924CF9A82AEE06A417F6CC , 0x4FA4CDF3785346F08FBC1B98D33DE1F5 , 0x4FCC1A98B3994D62B76D7A093AA6CF98 , 0x4FCF01C1C3484C6EAF8779C74B743099 , 0x4FD02ADE2D194DC5BAB9CA2637B28F2A , 0x4FD42F364CC4443E8428914E51B40EFB , 0x4FE3E75600F549BBB03FDEEB64CFE62A , 0x4FFD229350A347A0B12C03C8FF047AF3 , 0x500CC74A2A084F2FB855D76D55071E23 , 0x500FD6F85FE004552CA6D1D1C71EFCC4 , 0x5015BA02476C4BF0B6780CBB4BC6D6E5 , 0x501D56D9A26F44D5B4A941ACB781DE16 , 0x501FE70359C447D187D98241A6622567 , 0x502BAA17FADE414CB4DAEEEF0B44DE2F , 0x503DB50862EC43CE887EB1997310705A , 0x506D35B7D77A4A65B84039C9327142EB , 0x506EF4212ED6400896EC71D994FD745E , 0x50C3C159A7C74C8AA7A7B644CA1A9D3F , 0x50C8DB4D78744DA28691479B5E4F63A9 , 0x50C8E8F4BB8F44EB9E5CEED8943154F5 , 0x50CC5F6D87E3424CA2BA9E6415329BC7 , 0x5112943F10554725A46DAAFFAFA81E24 , 0x51265CC3F4CA406ABD2608AC82DB73AD , 0x5136182CC4F24187F35380A1B3A7A623 , 0x516A49A1E67B439B919270E48A6F0781 , 0x516B9C7936884180A5846BC2B573776A , 0x518B4881E9914F07AED90795AC0D0F1D , 0x51906C148B1C4BCEB8BC6E391ACA8EB7 , 0x5194F89EACD145778F31C4F5663F7D08 , 0x51B3ECB6366D4BA496606F6590F77B7F , 0x51D0DBB739344C868696DDB98825262F , 0x51DAF012A7DF49F6A94C89B1C0B66494 , 0x51E2746787B14027B44729DF351B501E , 0x51F400E58B34420B83DA4A8BE830165E , 0x5204BA6F2D52446C9A9490804C1F110E , 0x520BC27E7B5A474598006B0BCB6D8B17 , 0x5211CA86043040338E151452C91A288B , 0x52141CA4C29E4C2790A0AB248BEA086F , 0x52184571EBB14A33B0C68A4BE9E44615 , 0x52201505ACA548068860C2806D00C76E , 0x52240AD68C3142CAAEE16B452AEBBC7F , 0x52310017931B46819C72AB76477E86B8 , 0x5233E1AD724E4EAF85755605D59D349C , 0x523B545750F34FEE866661626F2E608A , 0x52549CCA427E4923B2FA1F2707D1D2B7 , 0x526BFA1C80334C57BBA5332DC847C4D7 , 0x527AA8D354A84A0EA65D03D374B9BEC2 , 0x52920ABDED78402787CAABADBE572F3E , 0x5298B66E727A47A19F691DBCC5754080 , 0x52AE6CA04F75FEECF717CBEB42D84676 , 0x52CE35AA632F4002AA5B9F3F9F56D4C0 , 0x52D6A1556C894B69A41C3ED019D95CA8 , 0x52DD44F0EDE646FBA7F8876B9E360527 , 0x52DDC8786C21492591F1154C88162A58 , 0x5304B009CA304A45BD0DC43E85786174 , 0x530EBBA3EAC8434AA3B3305F3CB5C9FB , 0x530EC858A56A4005BCFBE1459AC47B66 , 0x532C81EC02404ACAB7DA27B7FBB8E7E6 , 0x5336AF0A27AE4FF4A925AB7234F6C52A , 0x535590B615CF4846A72E1B13BA3216D7 , 0x5359A7ADED49400E8099DE73FBDD2F7D , 0x535A2C3537754B0F832D9A3A44417203 , 0x535AB0286722488FA51E7087EAE451AC , 0x53667C2AC6574F2291B6FF98353137BF , 0x5366D23B58E14419932CBD6D063348F7 , 0x53990959AA1E4C219E5A9E7EAB22D8A8 , 0x53AD64492A01456080268517BD47E870 , 0x53BEBB85BCA64C8887131BD1EF77CA3C , 0x53CB5C6A53084BDDA4A5B0F3E1130266 , 0x53CBE0D5304041189FBE18435433DBE7 );
Copy
33
0.34 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"<\x10 ̃útFÜüÿO)Ò\Ëê "
b"G\x07 \r ¢YE[‰¬/Û‚ÈÆr "
b"HØ=░ ÿH÷│LÎ\M\x19\x19 þ "
b"N\x10 Ç\x1F <ÀIá¡„5D뤢ú "
b"N\x1A øÌz\x03 KF▓\x07 ô\x1D\x12 .Éç "
b"NîÌ–'§N\x1D ¦‚õm“ä`ú "
b"O6"¿Á H†¼]ªkY!eG "
b"S¾»…¼¦Lˆ‡\x13\e ÑïwÊ< "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C10DE9FA374469A81984F29E35CD388 , 0x4707200DA259455B89AC2FDB82C8C672 , 0x489D3DB0209848F6B34CD75C4D1919E7 , 0x4E10C71F3CC049E1A1843544EBA4A2FA , 0x4E1A9BDE7A034B46B207931D122E9087 , 0x4EEECC9627A74E1DA682F56D93E460FA , 0x4F3622BFC1204886BC5DAA6B59216547 , 0x53BEBB85BCA64C8887131BD1EF77CA3C )
ORDER BY rc . rule_id , rc . position ;
Copy
34
2.12 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 1500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 1500 ;
Copy
35
2.20 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"""
SǏF\n
ª¢Yd†hûÅ
"""
b"SØ/\x1E olC‚¶ƒÒBc„™0 "
b"SÙQ.µÔLÒ’7Éä2óKJ "
b"SßoïôŠN¥©Bys\x05 /\e Ý "
b"SâðßÃKp«aÎífDè\x07 "
b"Sý«hÜ\x03 GéŠ0\x0E ™*… 1 "
b"""
SÿL …\x1D Jɤ /xÄ\n
ñý
"""
b"T\t ñ܃DCR‡ÿÛ'hp‡å "
b"T0ÉÂ\x04 ±NÉ—M—žþ\f ùB "
b"T2óé)pIj‚>¥äÄdß\x1C "
b"T3\Õ9*F—»ÿ\t A\x00 JBŒ "
b"TF?{8õA}µŠÇZaÝ\x01 ù "
b"TFã¿Õ\v E‡Š¤ëpèO$Û "
b"THDܘ€K\x17 ‘0\eâí¯~ "
b"TL¼\t ŸóI7ŽQñ'1\x12 îR "
b"TNãíä[KÔ™å\x03 N„«\x07 1 "
b"TPmi;¦@óíìc¯¥¯ñ8 "
b"Tx÷\v Ô\x0E O¤„¿v V9V "
b"Tzñ¯Ù§D.°ûœìûäÂx "
b"""
T©›ñÒÏNz»#ކ\n
䪮
"""
b"T³^\x0E 2\f MW¾\t wIcÔ,‡ "
b"TÀ}z\x1C yOm»ìÁs╝°¹\e "
b"TÁF.ˆíL\x01 Ÿ;wÜŠ3øL "
b"TÉ;‰Ÿ’Gy‰[\x13 ]Ü÷÷\x18 "
b"Tð~x\x15 ìFBÉ{Q╬\x1C ´\x12 E "
b"Tæ\0̦Ok“E8Äh¦™+ "
b"U Ôf§ïA,¸!,-f\x05 ÚN "
b"U.…¬\e éI^Œ\x7F ¥s€´Þ| "
b"U2ø×oëLN‰I6‘\x1A VÓ` "
b"UK€á6ÁIò·F˜©ºH\ê "
b"Ue\x1A çj¥NÿŽ‹ùw¼ÿˆ\x03 "
b"UvÑ¢MãF\x10 ¶\x01 —ÈØ»†\x7F "
b"Uy\x02 À7DA˜•øá`tˆcŒ "
b"U’‘¼n\x05 Á3õÎJ%âS2\x1D "
b"UƒÍ■╚CG┤ÅDT█r░ÂQ "
b"""
Uµ£@ì™J\x05 »©r\n
Ds\x12 ¯
"""
b"UÕo\x03 ÓdHÔ›Kžœ$´\x17 "
b"Uû(ü°ðB†¹í7¤c/i} "
b"V\x03 ´\x07\x18 ?¼©â…V”µÂâù "
b"V,â^eØKq©FB:…KiW "
b"V5ý╩nHGOæð+ÂÁÍÅÒ "
b"V:Ã5Y™E\t «\x10 ãÔ¥8e‰ "
b"""
V@<Å?\n
Aæ│Ýr\x04 È.Nù
"""
b"VK\x19 ü{qN|’R\x15 \nÐrû "
b"Vd:A1@È·}]UÒ`‘$ "
b"Vj¢n\x05 ^@╠ñäüo┘e╬\n "
b"Vè\x1D ╗}PBQÅ>Ó¼ä█DÆ "
b"Væ\x08 âzÁGÉìè×VðDÓ "
b"V²\e &ªXIƒ¡ ÏNÇô†Z "
b"VÈ$%!»M˜‡ ·ð\x15 ç5 "
b"VÕ÷З]E)…€€Î’\x01 üŒ "
b"Vµ°&\x07 ┐C\x12 »\x18 [█╠\x04 ü\x15 "
b"Vëy]öµH‹€;ú\x18 õ!þå "
b"Ví«2ˆ\x14 NLŸ\x19 AˆÍ\v _? "
b"VýW…\x15 µH奥<\t ò\x04 (Š "
b"W\x04 erÒ÷CꤵÉÅXd³o "
b"W\x19 ;ÔéÃA<ººå¨X^\x1E Ð "
b"W!=™•ˆIàœsÇ0Ç&]é "
b"W/©1\x1D [D‡ƒ#‰¬#\f\x1A µ "
b"Wb(FzþE)‚f²~\x15\x1A în "
b"Wp»Üj±NíÉ'C┌]"*O "
b"Wx\x00 ╗}$AY½ìµò╝ÊçH "
b"WxSGQ1F:ì©¡¾\x06 å┘ÿ "
b"Wz>¥—`DŽœÏÀ\x13 T!+ù "
b"Wä%ÉF\x15 If┐ìWg°\x04 ¼g "
b"W”t¥,BF¯” ;‹6õ€% "
b"WœKÀ” @©¬ýRÄxÒ‰- "
b"W¸ÕÀ¦ãM`‚7ËEû¾Úw "
b"Wð×m╦=KY¬\x1D ÁÁÀ¿Å\x0E "
b"WÛõç«EDÉ«▒D¡r7ds "
b"X\x0E ©agÑM’ª$@EZÂ÷ž "
b"X è-¸²LÈ╝ \x13 )\x17 í\x02 É "
b"X#ŒKô|Bý•³\x13 á>\x11 ü\x11 "
b"X0l¢òTH$«„Žtað;› "
b"X7çY|YE,•ó/¯:¢€ß "
b"X8Â3E E³•¿¼n¯ïÍÙ "
b"XGu\x17 :Dã«Åã¶┘¸£Â "
b"""
XKÃ\n
ÕùHþ¹û°÷\x05 $t¦
"""
b"XS4Œ§ØHÈ“ïÛ釮V "
b"Xr-XÄæD\x17 ¦\x0F SéÔÅÆ† "
b"Xzí\x07 öwCͶ£Q€·¥÷ñ "
b"X~SeÑÖMÀ–é\x12\x1A š2)R "
b"""
XƒÈ¿p\n
HÆÄÓıüÎôØ└
"""
b"X¦½?=•K§€Œ´*Á·\x0E ü "
b"X§xs«\x15 M;™œ(Gkªb™ "
b"XÕC+Ê‹N÷«´\x16\f ŸŸH\r "
b"Xå^•\x0F tD\x15 ‚O-‘ƒ.Y\x1F "
b"Xú\x1A !\x1C áB-¨Ÿyð!ÈÄ» "
b"Xþn_¨ÉB߈Áص/‰œw "
b"Y\x0E rg3…Ažž¢-ÊšÊä\x10 "
b"Y\x10 þbµøN{„û;\x19 M¼€Í "
b"Y pi\r áOþ²\x01 IK‰xëî "
b"Y+¶~®xE╝Åìú\x02 h°L÷ "
b"""
Y;¶\n
‰\t J6®@\x0E p8wvü
"""
b"Y=U═ÌÂJ■╗^àñÈ;Åä "
b"""
Y‚91„éMã¯íã\x05 ]\n
\x14 t
"""
b"YûhGyIH§▒sì╠¯\x08 ┌× "
b"Y˜\x17 £jOD–½Û\x1E W±i“Ò "
b"Y£·\x07 GeEï—ä(áôò·« "
b"Y¬È;■·@▓ø─ìÒ6tnª "
b"YæaÁ\x12\x11 Güˆ‘îÇOl¯Ö "
b"Yý¥8yÜCSìP┼\t o¸┘¥ "
b"Yú6Ø=fD$»gO\x04 ’]J† "
b"Yü<@kÍF\x10 Ÿ&Ðì<eÓ¡ "
b"Z\x10 V`ä$D‡´ Éþv[ÆS "
b"Z,Å64æL»â"!{Ûk\x1C 9 "
b"""
Z0¦\x0E W·IO‚Àë\n
BšYw
"""
b"ZUxsh÷Ex¸ÓðQ\x01 Aôr "
b"Z]M¥WKLC„†\x07 ðŠ…mç "
b"Zm…\r à¨Kv±éj17si® "
b"Zvã\x02 "¹FU™\x1D iL-\x14 W² "
b"Z€_é¾{M™„¶½ª8UU¶ "
b"Z‚\@#1LG˜îÀk˜’9z "
b"Zƒ,“±pK£½\x7F B\r „êx> "
b"""
Z…)\e ©4EJ®\n
O€hq¼m
"""
b"Z”‡x„(@ó³\x06 ¤ÛãUdF "
b"Z™á)è¾@6¦VVQ7I`Í "
b"Z£~▒ØNGêƒG═Àu═z\x01 "
b"Zø‘°ê‰@ì¾Ï¦³ó9\x16\x02 "
b"[\x0E Ü\x1C ÉJÙÿaÿÈ\e cîÕ "
b"[\x15 ŸO#~Cc¦ÜždEÿ•Ý "
b"[+ÄâÂ\x16 Gä—ýi\x15 ©\x17 vÿ "
b"[?,•šêML‘Í‹7‚j¶þ "
b"[@N2’µJÊ¿¤¤\x06 g*\x00 s "
b"[GɪQ»L\x05 §·t3’«GÇ "
b"[Q*-\x03 FC——§\e Åzd¬\x11 "
b"[XÂý\x01 îK×¾<Ç$tV*\x19 "
b"[nxS-C@ZåÑú¯bÄÉR "
b"[o—žñÂF÷€³±òX\ŽC "
b"[z°êüˆB#›'ÖãA¾¡Û "
b"[Ø╚«JÉE-âØ\x01 =½æ\x03 ö "
b"[¢Æ@q*Iзð!ÁLaV½ "
b"[ª3\v |?Oê·{!:2#ÕË "
b"[°\x0F #ö\x11 Ji›cÐèÌ\x11 ˆ® "
b"[Ä\x05 ®ÃòD!µ\x19 <"Ò\e `k "
b"[ôCb¥¨D\x16 ªÜœ|ÓÃeN "
b"[÷~ÿZ¾CÕ”—:~~ö1 "
b"\\t #¯JìEiòO\x19 CA7┬\x06 "
b"""
\SLÙ4¦M‗ñ<\v Ç\n
\x1C -ì
"""
b"\Uæ%Š,Aš‡ä$Ê\x08 ·\x02 Û "
b"\j\x05 ýÅÝL@å5Á \r º¼ "
b"\nêjBóLH¢VÉíÃÿ║ "
b"\vñv#©Moƒ\x1A\x7F\x1A HXH• "
b"\~U¦)\x15 IAµuKÑÌn\f\x18 "
b"\▓\x1C +ø╣Fôï\x0E\x7F ËW\x07\x06 Ø "
b"\¥õ©SÃBż\x08 *█║\x1C yÊ "
b"\ÄŠX—)@4‹ñe\x1E Ùò]~ "
b"\═ÆÁCdCÝ®;»³ØVdê "
b"\Õ\e ác|MYªó¥8ºI£Ê "
b"\c×/7B]ªüs$ÅÂÙ» "
b"\°\x0E #iKüÿ\x07 ï×4l@└ "
b"\ö¢\x03 ˜æHI¬o(±‰ý^ƒ "
b"]\x0E §┐Å÷@Äí\x01 Ø4Æb¨å "
b"]\x12 DÊB│H\x03 ª©HüÿxU& "
b"]&dÎ\x14 ¾@æøìoªÓ║┬X "
b"]*\x19\x1C à÷?ßòÛ+¶ª\x1F Њ "
b"]1hb†EJ ˆm£¯•\t Væ "
b"]MŸÓT¼@¸ª@*›ë _É "
b"]a\x05 qeQLL…\x11 ½g\x0E\x1D Š\e "
b"]‡±#\v ØH8¿\r 3N[Ñï\x16 "
b"]Žm\x16\x7F `Nùœ\x08 InB‘¿k "
b"]ÅÉ\x04\x1D ýCä▓jx¹Öà°s "
b"]œ|ýé<D¼ŽÖ\6:\x18 ×~ "
b"]¡niZïM\†™“ÅšåÃ\x03 "
b"]¦X8\x1A VH}‡(ˆFÒ+'é "
b"]±˜Ù\e íIë¾ä§C\x0E TV\x0E "
b"]²-\x16 +\x1D BS·ÊdÀÏöÇ "
b"]´3\x0E Õ\x07 Imµãò€ó.÷c "
b"]µ1V—>N¬–±\x10 J‰'€¶ "
b"]ıv¥¨ÕEòºo\®å/¯ì "
b"]à«\x16\x1D ÇG¯ª±Â}š´'é "
b"]‗\x04 -´kB<ä\x13 ì;G‗L\x0E "
b"]§ï▀Ô\x18 C$£É'Â\x05 ºT\x7F "
b"^\x02 ┘GæD║üfL|¯hò´ "
b"^\x04\x0F HÈ\x19 B6¦4ˆ¾ô/´£ "
b"^\x0E Á)ìN¶ëBù\x11 ع³] "
b"^,),\x1D ,HÚÀ┘‗&#\x1D ÊÉ "
b"^-Øk├\I\x03 ƒg]Ù\x04 ç0D "
b"^J*\x13 ì\x0F CÀñ\x7F Gtp'X\x1F "
b"^Q\x1A ±BIMj´»\x1C\x08 ÎÖ\x1D 9 "
b"^Zí›\x1C )K\x04 ƒd´;Óä‘f "
b"^goú³\x13 @ƹƈbHt \x18 "
b"^nÿê\x1E çC[âh1!ͤØ| "
b"^q\x7F öTƒA;¶\x15 ï5pyÅ "
b"^yi®\x1C |Go·„\x15 sîýw& "
b"^}\x02 ØT2EtÑ┐º\f º╬V\x03 "
b"^ÉOÐ┘╬©.÷±¢È´\x0E\x10 . "
b"^ñËq\x1A uJ'ØøöãT\x10 ┬ù "
b"^©\e ð¶AMi¯Šq\x06 Ä5\x03 ” "
b"^©ÚJü[H‡†ÍåŽg/d‚ "
b"""
^Ç \x17 \n
y@ð½#yv–NO\x0E
"""
b"^ÏÉÁV▀N╠žÄ7=¸"\x1D "
b"^Ù5\x0F ríEÁ‚“Ä\e Ž£?§ "
b"^õàÅ!ÏFƒíÿk«\\r [ "
b"^ï)‰± Dl¡ém{ ÆN "
b"^·°6h\x11 B=»F\x00 !üC\x01 ┤ "
b"_\x06\x11 É\x07 EK\x00 ä\f qNÒT\x1D » "
b"_\x18 zS4vH¥!²\x1F ãÜ\x11 s "
b"_\e ¼╣Ð├\x10\x0E ì÷CÄá]çý "
b"_\x1D ñ@ÞñKËŠ‚ ½xH·à "
b"_(éXÛ£M¡ï─âm-¨1ì "
b"_.š«ÛxNY‰B|\x01 ±I²3 "
b"_6Â\x1D žPK‰‹°t\x0F ï©"» "
b"_;%Àæ\f Oîøì#¡cKØ@ "
b"_EÅü\x13 ¿A\f ¡}JñÃ@ûX "
b"_Iº\x01 y‘Iœº¦ÑJ\x10 Éòz "
b"_Joðtí@º¿@ð°T0\x04 ^ "
b"_MÐ\x15\x01 ÞANžƒ›™Ì\x13 A² "
b"_QñöÄ8O\x17 ¬Bè.V‰p• "
b"_R\n \x0F —eBi¹\x00 àÍüKt+ "
b"_UÓ§÷’@œµÞößÈÛa– "
b"__‡Àc\x05 Oˆ”²\x15 t‰ICš "
b"_i╩ì°\x17 MÄæ#±åvªMæ "
b"_q\x1A × \x1E Má×>ì\x18\v\x15 kV "
b"_w[è\x1D ÀG ½▀Y╗─Ø"> "
b"_ü\x10 X¿XG│¡Á¡8l┴×H "
b"_‚{ïUXOí¸¶ãNO>‹+ "
b"_à9ºýO\x15 »nìðõuµ4 "
b"_¦9o…ºE`µ$³\x7F\x1F ³¤… "
b"_©áæ£áDLJMò~NÍ\x16 œ "
b"_±ÚÇ\x18 ßAªšâé\x08\x1A M#Á "
b"_»¼ë\x13 ›Bb†\t aúK»\x03\x1F "
b"_¼£\x14 jbD\x1D ›9\t µ~_ì\x1D "
b"_¾z\x00 }×I£‡ìˆß·Ü2{ "
b"_ì\ÊIiDä\x0E lPùµò\x07 "
b"_ðnÃÒcGc™>èþ¿\e «¦ "
b"`\x02 &\x02 +\x0E A"ì▀ðñ~8ò, "
b"`,©▓{ÐCØä©¡CÈ\x17\x19 U "
b"`D§rÛ7HØ‹]f\x1D\t bùK "
b"""
`TXVZƒD%»±D\n
ìMÂy
"""
b"`ZØ\à╩Múï%\x0F d)OýE "
b"`x³ª˜\x05 F\x7F Ž‚\x17 û¨¼\x15 H "
b"`ä°Á'╦Bò¼xÝÅ£Â)\ "
b"`ïÑs\x16 ÎH¥Éd\x04 \r <ldå "
b"`ŽÞJ©‰IË”[&°¹@\x15 H "
b"`ÖPÎÍí@0ï\e ,èÝÊØg "
b"`œ¢qµ«Fª¢0Ö\t\x13 äÁO "
b"`¤Fy×2Cÿ¼ÔòÁ†}\x1A › "
b"`¤€n\x7F |OI‘É\x16 WS\x1C ¤" "
b"`│ÀÞ|jJ\x7F É\x1C ãU]\x1E ´╠ "
b"`¸\t óδH©ŸAX\v þ\\x19 ° "
b"`ʈíD³L\x02 ’\x17 AÆÿÈ\x15 Y "
b"`ä´æžlL%ƒ\x19 7ת\t Âñ "
b"`ÿãù|}K\x06 ©I¦ú÷Å* "
b"a\x04\e ╝vNF\x0F Á\x13 Wü_)åF "
b"a!Ôˆ4@Ô€Z؟ׄÀ\x06 "
b"a2dSØRI[óp'7\x1A ]á» "
b"a<\x14 |ôïN>§¯]¦Œ\x10 Xä "
b"aCl¾\x18 ┤Oò¢[╗ÿɪzX "
b"aJqA©ÀCØ”gÛ“ ¥À˜ "
b"aM BêÓK$ÉYVÝÔú¹Í "
b"aO\x08 ›a´N¼–\x05 ½\x1A ÃáŒW "
b"ae\x03 çj¬K“¤Ñý®LC?… "
b"aç\r ┘ìaI²øl:ü^ð%ì "
b"aèùa┴£I÷╝Âz:Wâü& "
b"aÉf²h*L¦┤ëØ\x02 ¬ïÌ "
b"a«C╬¶ÅKÛשvc?x-7 "
b"a·\x12 :D‰H\Ž|j_ôlKæ "
b"aÃÞï¸ûCȬ4\x08 †×«½ "
b"aõ\v 7\x00 íHw•\x10 ŒÜ\x05 ´¶m "
b"b\x08 !LúfD`¥á¹ö]:\x05 ÷ "
b"b,ÉZá\x00 F¦£ÖzåA@\x17 0 "
b"bKÓM02D;’ÂDa3kN "
b"bT—T™ß@¼ší²\x19 yÍæê "
b"bW‹\x15 ÃI~ªžb2f&é/ "
b"bYoÅÚZEY‚ÁÅG\e\x0E 4‚ "
b"blöSàìN\x7F «.\x12 ú ¿üó "
b"b€ƒsŒ‚L\x04 ¾‰Ïèù±\x0F ³ "
b"b„\\e ›’Nv·\S‘ÙÉ¿J "
b"b‰µ¥‚¼CÝŒ#^\x03 ꀢ¢ "
b"bÉ├¹ìQA$æÒü0¼ò1Õ "
b"b•\x06 /eiJU¹ì´‹Avë® "
b"b–èøLOÞµ÷\x06 § «½\x15 "
b"b›\f\e Ïne¸±hÆÅ›¤"“ "
b"b¢6ë»÷OʦÖ\x01\x1A VP&é "
b"b¬¡|ÌÁEg¹S\v Ûh׺Á "
b"b═ô4èÅNó»\x00 2\x10 tÁ, "
b"b÷ɱºêCÁâÚ0┤Fã\f } "
b"c\x05 )81)OÑ—X‘@\x1A H: "
b"c\v\x15 Ì©ýDEØ6╚╚ÕÓp┼ "
b"c0¸B╝+M{▒\x04 bBü'%K "
b"c7»µ(9BÞŽ~ŠÅ˜Õ~Ž "
b"c:D\t ûLF}Å~8Ä«ä╠§ "
b"cH—4ç\x02 CDªXÛÓJ_:• "
b"cj\x1A s¹,A&–_•\x08\x7F\x16 èk "
b"""
co-ϯCNf‘\x13 Ú\n
™R϶
"""
b"c˜çÕ\x11\x13 @\v ²~®µš7í’ "
b"c½■ƒl\x10 IÜü§\x0E ïà\x13 KÛ "
b"c▓1ãr\x17 E]ÑRÐìIb/Ð "
b"c┤##,╔C\x10 «Àß§ÒE5É "
b"c¼“#é{E–§N²\x0F äJDQ "
b"c½h¤/NL5†\x03 È\x04 2¼é< "
b"cÄÌõ,\x12 D\x16 €q6s„p\x12 y "
b"c╠Xý■üI\n ùjü\x00\x1D ┴oÚ "
b"cï⛯<C“–'_÷¦w\x11 à "
b"cóØ\x19 ©TEê¥{¤ÁÄ\x18 +\e "
b"cøÆÈH`H\x01 º·äõÚ#h² "
b"d\v ~ĬÊHü£ß┐_h1K> "
b"d\r ¢å²)@®Øn\x16 ðZ±2W "
b"d+Ï•´vG¬¹‹\x00 ÃcÇ) "
b"d2À6„¿DB‘\x1A\x0F º)5c3 "
b"d3+▒]AOûÎïA]Éî╠ "
b"dO <R7H…¸ŽA¸5u²ÿ "
b"du¹W¸ãC>§1nÖF8E "
b"dxB═õ,H╬¿u\x19 Øl┘ÿ« "
b"dy\x19 Ã\x16\x0F E8ú²¸Ø\ð\x08\x10 "
b"dƒi•$a@0¡\x11 Š-¯\v ¤V "
b"d†]¯LÖHH€§£º×Â\x1F « "
b"døØgÕQN─ÄöÑ┤┐O\x04 ø "
b"dѵb¶RIúØl>*╔\x1F [` "
b"d³!#¤ Bˆ•-dÓNÆ´e "
b"d³¡seGJÞ…ô’œÆ0¾Ë "
b"d½Jÿá@O߸¾zhG2ét "
b"d½l‘1©JÊ¡±–Ig»½[ "
b"dŃvg\x07 G®„\x08 ¿ß!\x01 D "
b"d┘JÉ│:Dôú╦-Ž╔═æ "
b"dÞü>¨ÂI/“¸Še>ZÞÚ "
b"dâ\x1D ›ëmD¯ž\x16 oà!:°Ï "
b"e\x01 ’=jYGQŠSà\x1D °Vw\x1F "
b"e7H+í\x14 N„‹ê?(û·¹i "
b"eFÕA@÷LøƒM^ü2$úƒ "
b"eJf\x14 û;O÷©\x12 %Þ\x17 »a "
b"""
eUh,!aIë‹Ó\n
“Ƥ¾^
"""
b"e\G\x1D ÂÜDرò«\x7F ä÷¸' "
b"eapÅ\x1D PO\x7F ´#ðRÜJ—ê "
b"egsGö¦KÛ§8ý¥"§¤\x11 "
b"eixÞ\x17 [Nè´\x15 r×L‰J, "
b"enÈ(¥'Gú†\x1D Sµê\r ²‡ "
b"eoŒ`4òLò‰á[¤¢\x01 | "
b"e‚—“|¹Fä¦Of#«xÉ÷ "
b"eƒ‹IõîO¥84•h©@å "
b"e‹‹H0†I®ï¨¾<›!? "
b"eÀF\x13 N\x18 I†æ0¼¨åþ\v "
b"eÉJX\x18 øH\x0F ‘âK\x19 Ñ+#" "
b"eß¾¦*bNT¹.œm\x06\x7F ý© "
b"eáÞ_\x15 lBx€\x04 BŽo¢)) "
b"eÒy╚ªGJ\x16 íº\x17 -ûü´ç "
b"eú–ÝÑCH"ª\x17\x1F Ô2¿ê\r "
b"eÿó›´_Oˆ»t,ñ·Ù8g "
b"f\r ÿõ[dU~ýeµ].£´Å "
b"f&Zqsæ@fÜ]î(É┤Qg "
b"f)’¬$ÞGi°ç¬bw\x1D ü< "
b"f,Nõ\f €Aëš\x00 ¢:\x07\x00 eT "
b"féE[\x01 2I&Å=\x07 ╚Ò┴8é "
b"f„·J\x1D ÓHï®/K:øµo„ "
b"fžáDNü£õ¤æa=H½ "
b"f™µi3\x0F C\x06 ›-÷~Ü)ðH "
b"f¶\x04 rXïA\x18 Š›ÎpõòY3 "
b"fÐ\x14 úÁ│@\x00 á[y- ÉW¥ "
b"få©O²mH¾‰ƒ"æŸ\e 8\x03 "
b"""
fë¦j™Œ@6™Æ“\n
Ãkxë
"""
b"fî\x13 £ß'E\x02 ½;ÍHÊMžy "
b"f´Å▓u|Iwù\x16 ³yÒ\x00 TÁ "
b"f±Þ░lmJ╔½ÇïɵÑ\x16\x05 "
b"f■â\r J§C!Ü║u)Åo┬╠ "
b"g\x04 ·2ó┼Jüö╬┬\x02 U×û£ "
b"g\f UO5ÇM™µ,º¡\x15 . "
b"g\x19 R³\x07 NIh£\x18 ¹_\x00 µõœ "
b"g$Þ\x1C ã^IÀ\x1A ö«ôØ\x13 Ï "
b"g0 b¤ÚEìö¯9ßwÈÅ╩ "
b"g6 =ÖZ@åØ\x1C c\x16 ×iÁN "
b"g:Nú\x03 #Eý’4ÈTü0\[ "
b"gF€\x19 â8M·¹~'Fô1`Ã "
b"gS{‡|›O|º¿\r æ±Î\x13 0 "
b"gèÊdxªGËÉ\x0E Ë┐wNÄ3 "
b"gæýÜPZJ\x01 ü,‗"d~!$ "
b"gƒs¶í5G,ÿ\x0E ?Åê*\x16 ╩ "
b"g§ƒE\f lN¢®éM…¤¼— "
b"g°?}ñaCƧB@½?;W\x17 "
b"g¶_ޱ\x08 Oꚣ?\x17 Ö“\x00 ¬ "
b"gÂÓÙTÚH/ŽVðžNçä\x19 "
b"g͘9¤}GM¿ ú3\\x13\e k "
b"gÓÔ8—”N먵ÃúH¢¢\n "
b"gÖ"x*\C³´¿ÍÎGŒ\r \v "
b"gí\x12 oS8Ei“%£ÛÌé‚ã "
b"gòÙâ\x05 ¡K.†¡—Gnòö: "
b"g¶Ñ/ĨKæåªJÎØaóV "
b"h\x03 ÃVÁÒB¡ŠÖ|šzë\x14 5 "
b"h\r š ÝlIKŠð`ᢲ€¥ "
b"h\x1C ᮾfEuè¥0µËnüd "
b"h18ÏYn@;ûüFåÐÓ┐A "
b"h?å”ÃÇMɳ‹ù(\x1C øsö "
b"hB ±\x05 …AC¯«§´¼ÉðT "
b"hNðØË\x11 F\x14 ïÅa\x11 à\x01 òr "
b"hTç<èÁ@\x13 Ÿl\x08 Ÿ*Å>& "
b"hjQ/\x10 uOÝ¥ü \x07 S¿Û{ "
b"hy©KŒEJûœCÃB\x15 ˜–§ "
b"""
hà÷`Ä@æÄÅWå\n
\x7F '/
"""
b"""
h—\n
ô\x1F ;H~œÙwêf_¬J
"""
b"h¤*¨\x0E K@°ˆ\t ódà´\x11\x7F "
b"""
h¯Ä\x04 €³C¸•–á¢àV\n
â
"""
b"h©âÖG¬D:æØ?ñÔ¬1╚ "
b"hͶú®2A¿±¸0õŠdº× "
b"hÔLîLB ¨\r ¶ƒ\x0E\x03 $\t "
b"hÚèoX’J°‡%8'Ç\x1D nI "
b"hâ\t\x14 ƒhK’¸#ûžM¨ô+ "
b"i\x15 NB\*AØ–`Ìu|§Ax "
b"i\x1C Å42ñF\f ½\x14 ╝╬±jQä "
b"i!\v ╦\x1E\x1C B³▒\x13\x03\x12\x15 }DÅ "
b"i5VÆž¹M¨·%\x14 ˆ›tœ2 "
b"i@Vì>ON6½¦=àp#dÀ "
b"i|Pg&ôB[’\x01\x06 î&7ê\x19 "
b"iÇ\x1A ■\x1A Ã@Oô} ìsª*Æ "
b"iüÿX)(E┐û├»ªA░\x05 µ "
b"iŠëe?ÝBƾ<\x1E ,vNø= "
b"i”$§Á}OË…š\x1A ÚšO—Ñ "
b"i°’0‡lJq•ú\t $œ\x16 ûô "
b"i°î_…\x00 D¯¡ªRyãà\x03 ÷ "
b"i£\x1C \n \x01 M┴ìÆ&÷¹\x00 A\x00 "
b"iÊ\x05 Y\x1D\t Cq•Bá‘z»\x03\e "
b"iÑŒ\x1D ?¹Bw¦aù¬Wì]ð "
b"i×B\x1C [HCj²†¡‚Ó\x1F {} "
b"i┌\e À-üFÄäÓU\x18 »Ä\x1D "
b"iýJÇçLOlü\x04 ª╗┐╚¦Ñ "
b"iùhÿ¹\x19 NˆÿQ€v½f\x04 "
b"j\x11 4ߣXCΉ·XS½XuJ "
b"j'\x00 <|KͧN|MàO7¹ "
b"j+8©×\x17 D\x7F ˆ¹? Î.ÉÔ "
b"j:Àe8-CÂŒ Ä^>%÷ "
b"jC—Úì\x11 @¶‘ª—+˜ÂŸ6 "
b"jF\x10\x19 žÜHºŒ&\x05 •§¿òá "
b"jMöT§ƒL2´€&\x1F l^-² "
b"jP.ÍñuJ¥╝á┬b¾Þ\x00 ì "
b"jRÈÓ·ZI©„=¡ \x08 [ÿ± "
b"jV`sL\x05 D;ÅÃè\x11 ȸV` "
b"jo\x14 à\x15 ÊFXº\x17 ô}ø±7— "
b"jo ú¹‰@Ê—–\x13 D«’aÅ "
b"j§©\x7F ß\x1A MÅŸ\x07 F\x19 -±¥À "
b"j²^×ÈDAÝ»\x18 c1†^ "
b"jä…óØíG\x1D ’ûY\x1A ’öÏý "
b"jñ€\§\x04 J\r ¤i\x16 U\x7F\x00 IÄ "
b"k\x06 ¦ãMþK\x19 §RsÈH†àä "
b"k\f ãÉßtFãø8u╠øªKW "
b"""
k \e ðË\x1A Eϳ“·þ\n
\x1A ñ±
"""
b"k!Å$t*C¼Â!▓cé╦3Z "
b"k$¯ËæãBážj¡B\x06 …žö "
b"kIk\e ånF┼É>Mv\x0E \╦ "
b"kS4v¸ÏBۊض1ì_þ‘ "
b"kSØ"ƒ½Bоâ¸ÿÐß±· "
b"kV\x1F S3ÁOò¤‡‹ŽtÙ2\x00 "
b"kaGSD@G\t šøKÔ«ü\x1C ê "
b"kdHxŽ\x13 IÔ–+T\x0E qÎ7Î "
b"kÌXúÃäC>¾ÊŒéó¡p^ "
b"kô \v ]bBÅž\x10\x15 9K1\x14 ä "
b"k÷\x03 ` ,Fd¦í“~h2\x01 ´ "
b"kø\t T¤ôIÝ€7—ÚO<»£ "
b"kúƒ\x10 ÑoSƒ\÷B&š¡É@ "
b"""
l\n
\x7F D‹8@¶°Þ™êV\Ñô
"""
b"l\x11 ¶žLøG\x05 §£às\x1C ?sÏ "
b"l\x11 Ï’OÆA`†¤Hö6fŠ„ "
b"l(Ã_½gHì£t5ÂåÉ\x14 ü "
b"l.t‰<\x1C A0¢Žž»'®H3 "
b"l:ÎëìðB\x03 ɸEL┌`\x00 ▄ "
b"l„4;æCDP¨/Ĭƪ}Ð "
b"lî b%ÀGÌØÈ▓@àô░´ "
b"l×k\¡éA¶«²EÀ‰ìAé "
b"làE„t?O¶±ö«äï\x17 á\x04 "
b"lÒÐu┬╦@êØr¯µ\x15 ┴\x00 ▄ "
b"m\x00 ?-ÌlB4É~U*¢!╦\x0F "
b"m\x05 ²\x0F ¿Ý@’ˆ\x01 KÁÖr\v û "
b"m\x08 Mo╦\x07 D\e ì▓░'T©^º "
b"m4ŵ\x16 ›F˜‡$ƒIÊóY\t "
b"mE\\x07 c▓HHø^\x15 ü£úı\f "
b"mgMè æK▄Á-ræôüÿ\x1F "
b"m\x7F V╗ÕÛK£ñ½\x18 ÜV┌É\x10 "
b"mìÄ\x10 ó¾O1▓\x14 ╠Åú1pT "
b"m‘-K”†L¾·sŠ6êò%. "
b"""
mö~?\x08 ýGqÉ\n
║ª\x13 Ô ‗
"""
b"m¨N\àýAfŽ\x00 ©™Jè³Å "
b"m¯r¾EÅB\x07 –”ldÑ—§Î "
b"m¿®\r †%Jm\x0F ~²\x17 ]N\x1A "
b"mÀ\O\x14 uJ.±\x03 êö ¤„\e "
b"mÅd\x03 ¥ƒJqŠR\x0F Ù²)Ÿð "
b"mÌ p±BAó‚\x0F\x02 )–|!h "
b"mã!ÎuSO,•¸ŽÜ¦\x0F öá "
b"m÷vHATO÷§$\x7F\x04 Nj}= "
b"mùˆ-©†J.ˆæ\x1C y€´ñô "
b"mù°tS†J\x18 Ž{0œ”¾s4 "
b"n\x04 oRøTBa¹\x1F G÷4I±} "
b"n\t ÉNyÚC£½\x1E Ñ·Èg+§ "
b"n\x14 €¡®üG\x0F ¢\x11 3\x03 u2ã "
b"n\x1F nîu[CWÖüº\x1C ÀÕ\x10 ─ "
b"n*\x11 ‡ø°F‡„ xq«W\x0E Y "
b"n.D\x1E ¼»EÌìî=┼\x1D\x01 w® "
b"n3ædm¯@\x1E ™\t ³\x11 Ϭé\x03 "
b"n56ÅMÒCЮ½µ¤\x1A ø¿7 "
b"n@I8\x13 HN³ˆ=¹$l\x0F |\x11 "
b"nV\x10 §îÕL\x18 ú\t\x10\x10 *ü¤ÿ "
b"nW\x10 ï\x05 ²NÂîªü\x0E\t OÊI "
b"n‚êå¹\x16 @î©$\x05 Ö Ê¿@ "
b"nëá\x17 _UL×Éî┘e"│\x12 û "
b"nû±âE\x10 O\x1E ì}Ü\x12\x10 ÷\x02 ┐ "
b"n¿À\x1E ìEJ"íË®─┌\x1A ┤\x11 "
b"n»ƒ±Œc@A˜ËÔ‰P÷†0 "
b"n¢JÏitL§É\x0F §þ+/Úµ "
b"nãY™ÆÝKZ¿BÁñÒ\x03 Xè "
b"nøBÈ#üMi±í\x1D I¹Ï\x06\x16 "
b"n¹ª\x1C\x01 ÊBòÉkñÁ?Ĭñ "
b"n³ıØÎ\x18 N;Â!¨!}ÜO "
b"o\x16 │k¢_N\x08 É»\x18 þ5üÍ\n "
]
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 (0x53D3E0EAABE8460AAAA259648668FBC5 , 0x53D82F1E6F6C4382B683D24263849930 , 0x53D9512EB5D44CD29237C9E432F34B4A , 0x53DF6FEFF48A4EA5A9427973052F1BDD , 0x53E2F0DFC3AD4B70AB61CEED6644E807 , 0x53FDAB68DC0347E98A300E992A85A031 , 0x53FF4C20851D4AC9A4202F78C40AF1FD , 0x5409F1DC8344435287FFDB27687087E5 , 0x5430C9C204B14EC9974D979EFE0CF942 , 0x5432F3E92970496A823EA5E4C464DF1C , 0x54335CD5392A4697BBFF0941004A428C , 0x54463F7B38F5417DB58AC75A61DD01F9 , 0x5446E3BFD50B45878AA4EB70E84F24DB , 0x544844DC98804B1791305C65E2EDAF7E , 0x544CBC099FF349378E51F1273112EE52 , 0x544EE3EDE45B4BD499E5034E84AB0731 , 0x54506D693BDD40A2A18D63EEBEEEA438 , 0x5478F70BD40E4FA484BF76A056AD3956 , 0x547AF1AFD9A7442EB0FB9CECFBE4C278 , 0x54A99BF1D2CF4E7ABB238E860A8999C6 , 0x54B35E0E320C4D57BE09774963D42C87 , 0x54B77D7A1C794F6DAF8DB573BCF8FB1B , 0x54C1462E88ED4C019F3B77DC8A33F84C , 0x54C93B899F924779895B135DDCF7F718 , 0x54D07E78158D4642907B51CE1CEF1245 , 0x54E65C30CCA64F6B934538C468A6992B , 0x5520D466A7EF412CB8212C2D6605DA4E , 0x552E85AC1BE9495E8C7FA57380B4DE7C , 0x5532F8D76FEB4C4E894936911A56D360 , 0x554B80E136C149F2B74698A9BA485CEA , 0x55651AE76AA54EFF8E8BF977BCFF8803 , 0x5576D1A24DE34610B60197C8D8BB867F , 0x557902C03744419895F8E1607488638C , 0x559291BC6E05C133F5CE4A25E253321D , 0x559FD6FEC84347B48F4454DB72B0B651 , 0x55B5A340EC994A05BBA9720A447312AF , 0x55D56F03D36448D49B4B9E9CAD24B417 , 0x55FB28FCB0F04286B9ED37A4632F697D , 0x5603B407183FBCA9E2855694B5C2E2F9 , 0x562CE25E65D84B71A946423A854B6957 , 0x5635ECCA6E48474F91D02BB6B5D68FE3 , 0x563AC33559994509AB10E3D4A5386589 , 0x56403C8F3F0A4191B3ED7204D42E4E97 , 0x564B19FC7B714E7C9252155C6ED072FB , 0x56643A4131AD40C8B77D5D55D2609124 , 0x566ABD6E055E40CCA484816FD965CE0A , 0x568A1DBB7D5042518F3EE0AC84DB4492 , 0x569108837AB547908D8AF09E56D044E0 , 0x56B21B26AA584983A1A0CF4EC7F4865A , 0x56C8242521BB4D988720B7F0AD15E735 , 0x56D5F7D0975D4529858080CE9201FC8C , 0x56E6F82607BF4312AF185BDBCC048115 , 0x56EB795DF6B5488B803BFA18F521FEE5 , 0x56EDAB3288144E4C9F194188CD0B5F3F , 0x56FD578515B548E5A5A53C09F204288A , 0x57046572D2F743EAA4B5C9C55864B36F , 0x57193BD4E9C3413CBABAE5A8585E1ED0 , 0x57213D99958849E09C73C730C7265DE9 , 0x572FA9311D5B4487832389AC230C1AB5 , 0x576228467AFE45298266B27E151AEE6E , 0x5770AF9A6AF14EA1902743DA5D222A4F , 0x577800BB7D244159AB8DE695BCD28748 , 0x577853475131463A8DB8ADF30686D998 , 0x577A3EA59760448E9CCFC01354212BF9 , 0x5784259046154966BF8D5767F804AC67 , 0x579474A52C4246AF94203B8B36F58025 , 0x579C4BC094A040A9ACFD52C478D2892D , 0x57B8D5C0A6E34D608237CB45FBBEDA77 , 0x57D09E6DCB3D4B59AA1DB5B5B7A88F0E , 0x57EAE487AE454490AEB144AD72376473 , 0x580EA96167D14D92AA2440455AC2F79E , 0x58208A2DF7FD4CD4BC20132917A10290 , 0x58238C4BF47C42FD95B313E13E11FC11 , 0x58306CA2F2544824AB848E7461F03B9B , 0x5837E7597C59452C95F32FAF3AA280DF , 0x5838C233452045B395BFBC6EAFEFCDD9 , 0x584775173AF044C6AE8FC6F4D9F79CB6 , 0x584BC30AD5F948FEB9FBB0F7052474A6 , 0x5853348CA7D848C893EFDBE987AEAD56 , 0x58722D58C4E64417A60F53E9D4C5C686 , 0x587AED07F67743CDB6A35180B7A5F7F1 , 0x587E5365D1D64DC096E9121A9A322952 , 0x589FD4A8700A48928EE0D581D7939DC0 , 0x58A6BD3F3D954BA7808CB42AC1B70EFC , 0x58A77873AB154D3B999C28476BAA6299 , 0x58D5432BCA8B4EF7ABB4160C9F9F480D , 0x58E55E950F744415824F2D91832E591F , 0x58FA1A211CE1422DA89F79F021C8C4BB , 0x58FE6E5FA8C942DF88C1D8B52F899C77 , 0x590E72673385419E9EA22DCA9ACAE410 , 0x5910FE62B5F84E7B84FB3B194DBC80CD , 0x592070690DE14FFEB201494B8978EBEE , 0x592BF47EA97845BC8F8DA30268F84CF6 , 0x593BB60A89094A36AE400E70387776FC , 0x593D55CDDEB64AFEBB5E85A4D43B8F84 , 0x5982393184E94DE3AFEDE3055D0A1474 , 0x59966847794948F5B1738DCCEE08DA9E , 0x599817A36A4F4496BDDB1E57B16993D2 , 0x59A3B707476545EF97E428E1F4F2B7AB , 0x59AAD43BFEFA40B29BC48DE336746EA6 , 0x59E661C1121147FC8891EEC74F6CAFD6 , 0x59ECBE38799A43538D50C5096FF7D9BE , 0x59FA36D83D664424BB674F04925D4A86 , 0x59FC3C406BCD46109F26D0EC3C65D3A1 , 0x5A105660E4244487B420C9FE765BC653 , 0x5A2C8F3634914CAF8322217BEA6B1C39 , 0x5A30A60E57B7494F82C0EB0A429A5977 , 0x5A55787368F74578B8D3F0510141F472 , 0x5A5D4DA5574B4C43848607F08A856DE7 , 0x5A6D850DE0A84B76B1E96A31377369AE , 0x5A76E30222B94655991D694C2D1457B2 , 0x5A805FE9BE7B4D9984B6BDAA385555B6 , 0x5A825C4023314C4798EEC06B9892397A , 0x5A832C93B1704BA3BD7F420D84EA783E , 0x5A85291BA934454AAE0A4F806871BC6D , 0x5A948778842840F3B306A4DBE3556446 , 0x5A99E129E8BE4036A6565651374960CD , 0x5A9C7EB19D4E47889F47CDB775CD7A01 , 0x5AF891B0EA8940ECBECFA6B3F3391602 , 0x5B0E209A1C904AEB986198D41B638CE5 , 0x5B159F4F237E4363A6DC9E6445FF95DD , 0x5B2BC4E2C21647E497FD6915A91776FF , 0x5B3F2C959AEA4D4C91CD8B37826AB6FE , 0x5B404E3292B54ACABFA4A406672A0073 , 0x5B47C9AA51BB4C05A7B7743392AB47C7 , 0x5B512A2D0346439797A71BC57A64AC11 , 0x5B58C2FD01EE4BD7BE3CC72474562A19 , 0x5B6E78532D43405A86A5A3EE628E9052 , 0x5B6F979EF1C246F780B3B1F2585C8E43 , 0x5B7AB0EAFC8842239B27D6E341BEA1DB , 0x5B9DC8AE4A90452D839D013DAB910394 , 0x5BA2C640712A49D0B7F021C14C6156BD , 0x5BAA330B7C3F4FEAB77B213A3223D5CB , 0x5BB00F23F6114A699B63D0E8CC1188AE , 0x5BC405AEC3F24421B5193C22D21B606B , 0x5BF44362A5A84416AADC9C7CD3C3654E , 0x5BF77EFF5ABE43D594973A7E7EC3B631 , 0x5C0923EE4A8D4569954F19434137C206 , 0x5C534CEB34DD4DF2A43C0B800A1C2D8D , 0x5C55E6258A2C419A87E424CA08B702DB , 0x5C6A05EC8FED4C408635B5F0FF0DA7AC , 0x5C6E886A42A24C48BD5690A1C798BA20 , 0x5C76F17623A94D6F831A7F1A48584895 , 0x5C7E55A629154941B5754BD1CC6E0C18 , 0x5CB21C2B9BB946938B0E7FD35707069D , 0x5CBEE4B853C7428FAC082ADBBA1C79D2 , 0x5CC48A58972940348BF1651ED9F25D7E , 0x5CCD92B5436443EDA93BAFFC9D566488 , 0x5CD51BE1637C4D59AAF3A538BA49A3CA , 0x5CF0639E2F37425DA68173248FB6EBAF , 0x5CF0F80E23694B8198078B9E346C40C0 , 0x5CF6A20398E64849AC6F28B189FD5E83 , 0x5D0EF5BF8FF6408EA1019D349262F986 , 0x5D1244D242B34803A6B8488198785526 , 0x5D2664D714F340919B8D6FA6E0BAC258 , 0x5D2A191CE0F73FDFF2DB2BB6AA1FD08A , 0x5D31686286454A20886DA3AF950956E6 , 0x5D4D9FD354BC40B8AA402A9BEB205FC9 , 0x5D61057165514C4C8511BD670E1D8A1B , 0x5D87B1230BD84838BF0D334E5BD1EF16 , 0x5D8E6D167F604EF99C08496E4291BF6B , 0x5D8F90041DEC4384B26A78FB9985F873 , 0x5D9C7CFDE93C44BC8ED65C363A18D77E , 0x5DA16E695AEF4D5C869993C59AE5C303 , 0x5DA658381A56487D87288846D22B27E9 , 0x5DB198D91BED49EBBEE4A7430E54560E , 0x5DB22D162B1D4253B7CA64C0ADCFF6C7 , 0x5DB4330ED507496DB5E3F280F32EF763 , 0x5DB53156973E4EAC96B1104A892780B6 , 0x5DD576BEF9E54595A76F5CA9862FEE8D , 0x5DE0AB161DC747AFAAB1C27D9AB427E9 , 0x5DF2042DEF6B423C84138D3B47F24C0E , 0x5DF58BDFE21843249C9027B605A7547F , 0x5E02F0D9479144BA81664C7CEE6895EF , 0x5E040F48C8194236A63488BEF42FB4A3 , 0x5E0EB5298DF04EF4894297119DFBFC5D , 0x5E2C292C1D2C48E9B7D9F226231DD290 , 0x5E2D9D6BC35C49039F675DEB04873044 , 0x5E4A2A138D0F43B7A47F47747027581F , 0x5E511AB142494D6AB4BB1C08CED61D39 , 0x5E5AED9B1C294B048364B43BD3E49166 , 0x5E676FFAB31340C6B9C688624874A018 , 0x5E6E98881E87435B83683121D6CF9D7C , 0x5E717FF65483413BB615EF357079C5AD , 0x5E7969AE1C7C476FB7841573EEFD7726 , 0x5E7D029D54324574A5BFA70CA7CE5603 , 0x5E904FD1D9CEB82EF6F1BDD4EF0E102E , 0x5EA4D3711A754A279D9B94C65410C297 , 0x5EA91BF0B6414D69AF8A7106C4350394 , 0x5EA9DA4AFC5B488786CDE58E672F6482 , 0x5EC720170A7940F0BD237976964E4F0E , 0x5ED890B556DF4ECC8FF38E373DF7221D , 0x5ED9350F72ED45C18293C41B8EA33FA7 , 0x5EE4858F21D8469FA1986BAE5C0DFF5B , 0x5EEF2989B1A0446CA1E96D7BA0C64E20 , 0x5EFAF8366811423DAF460021814301B4 , 0x5F06119007454B00840C714EE3541DAF , 0x5F187A53347648ADA521B21FE3DC1173 , 0x5F1BACB9D1C3100E8DF6438EA05D87EC , 0x5F1DF140DEF14BCB8A82A0BD7848B7E0 , 0x5F288258EA9C4DAD8BC4836D2DF9318D , 0x5F2E9AABDB784E5989427C01B149B233 , 0x5F36C21D9E504B898BB0740FEFA922BB , 0x5F3B25B7910C4F8C9B8D23AD634B9D40 , 0x5F45C5FC13BF410CA17D4AF1C340FB58 , 0x5F49BA017991499CBAA6D14A10C9F27A , 0x5F4A6FF074ED40BABF40F0B05430045E , 0x5F4DD01501DE414E9E839B99CC1341B2 , 0x5F51F1F6C4384F17AC42E82E56897095 , 0x5F520A0F97654269B900E0CDFC4B742B , 0x5F55D3A7F792409CB5DEF6DFC8DB6196 , 0x5F5F87C063054F8894B215748949439A , 0x5F69CA8DF8174D8E9123F18676A64D91 , 0x5F711A9EFF1E4DA09E3E8D180B156B56 , 0x5F775B8A1DB747FFABDF59BBC49D223E , 0x5F811058A85847B3ADB5AD386CC19E48 , 0x5F827BEF55584FEDB8B6E34E4F3E8B2B , 0x5F8539A7F0EC4F15AF6E8DD0E475E634 , 0x5FA6396F85BA4560B524B37F1FB3A485 , 0x5FA9E1E6A3E144C7874DF27E4ECD169C , 0x5FB1DAC718DF41AA9AE2E9081A4D23C1 , 0x5FBBBCEB139B4262860961FA4BBB031F , 0x5FBCA3146A62441D9B3909B57E5FEC1D , 0x5FBE7A007DD749A387EC88DFB7DC327B , 0x5FEC5CCA496944E4AD0E6C50F9B5F207 , 0x5FF06EC3D2634763993EE8FEBF1BABA6 , 0x600226022B0E41228DDFD0A47E38952C , 0x602CB8B27BD1439D84B8AD43D4171955 , 0x6044A772DB3748D88B5D661D0962F94B , 0x605458565A9F4425AFF1440A8D4DB679 , 0x605A9D5C85CA4DA38B250F64294FEC45 , 0x6078B3AA9805467F8E8217FBA8BC1548 , 0x6084F8B527CB4295AC78ED8F9CB6295C , 0x608BA57316D748BE9064040D3C6C6486 , 0x608EDE4AA98949CB945B26B0B9401548 , 0x609950D7D6A140308B1B2C8AEDD29D67 , 0x609CA271B5AB46AAA230D60913E4C14F , 0x60A44679D73243FFBCD4F2C1867D1A9B , 0x60A4806E7F7C4F4991C91657531CA422 , 0x60B3B7E87C6A4A7F901CC6555D1EEFCC , 0x60B809F3CEB448A99F41580BFE5C19B0 , 0x60CA88ED44B34C02921741C6FFC81559 , 0x60E4B4E69E6C4C25831937D7AA09C2F1 , 0x60FFE3F97C7D4B06A949ADA6FAF7C52A , 0x61041BBC764E460FB51357815F298646 , 0x6121D4CB863440D4805AD89FD784C006 , 0x613264539D52495BA27027371A5DA0AF , 0x613C147CF4EF4E3EA7AF5DA68C1058E4 , 0x61436CF318B44F95BD5BBB9890A67A58 , 0x614A7141A9C043D89467DB9320A5C098 , 0x614D204288E04B24905956EDE2A3FBD6 , 0x614F089B61B44EBC9605BD1AC3E18C57 , 0x616503E76AAC4B93A4D1FDAE4C433F85 , 0x61870DD98D6149FD9B6C3A815ED0258D , 0x618A9761C19C49F6BCB67A3A57838126 , 0x619066FD682A4CDDB4C7AE9D02AA8BDE , 0x61AE43CEF48F4BEA9EB876633F782D37 , 0x61B7123A4489485C8E7C6A5FF46C4BE6 , 0x61C3DEEFB8FB43C8AC340886D7ABBDA0 , 0x61F50B3700ED487795108CDC05B4B66D , 0x6208214CFA664460A5E1B9F65D3A05F7 , 0x622CC95AE10046A6A3D67AE541401730 , 0x624BD34D3032443B92C24461336B4E20 , 0x6254975499DF40BC9AEDB21979CDE6EA , 0x6257AD8B15C3497EAA9E62326626E92F , 0x62596FC5DA5A455982C1C5471B0E3482 , 0x626C9453858D4E7FAE2E12A3FFA881A2 , 0x628083738C824C04BE89CFE8F9B10FB3 , 0x62845C1B9B924E76B75C5391D9C9BF4A , 0x6289B5A582BC43DD8C235E03EA80A2A2 , 0x6290C3FB8D51412491E38130AC9531E5 , 0x6295062F65694A55B9ECB48B4176EBAE , 0x6296E8F84CAD4FDEB5F706A7A0ABBD15 , 0x629B0C1BCF6E65B8B168C6C59BA42293 , 0x62A236EBBBF74FCAA6D6011A565026E9 , 0x62ACA17CCCC14567B9530BDB68D7BAC1 , 0x62CD93348A8F4EA2AF00321074B52C20 , 0x62F690F1A78843B583E930B446C60C7D , 0x6305293831294FD19758AD91401A483A , 0x630B15DEB8EC44459D36C8C8E5E070C5 , 0x6330F742BC2B4D7BB10462428127254B , 0x6337BBB5283942DE8E7E8AC598D57E8E , 0x633A4409964C467D8F7E388EAE84CCF5 , 0x63489734E7024344AA58DBD34A5F3A95 , 0x636A1A73B92C4126965F95087F16E86B , 0x636F2DCFAF434E669113DA0A9952CFB6 , 0x6398E7D51113400BB27EAEB59A37ED92 , 0x63ABFE9F6C10499A81F50E8B85134BEA , 0x63B231C67217455DA552D18D49622FD1 , 0x63B423232CC94310AEB7E1F5E3453590 , 0x63BC9323E97B4596A74EB20FE44A4451 , 0x63BD68A42F4E4C358603C80432BCE93C , 0x63C4CCF52C1244168071367384701279 , 0x63CC58ECFE81490A976A81001DC16FE9 , 0x63EFE29BAF3C439396275FF7A67711E0 , 0x63F3D819A95445EAA57BA4C1C4182B1B , 0x63F8C6C848604801BAB7E4F5DA2368B2 , 0x640B7E8EAAD248819CE1BF5F68314B3E , 0x640DBD86FD2940A99D6E16D05AF13257 , 0x642BCF95B47647C2ACB98B00C363C729 , 0x6432C03684BF4442911A0FBA29356333 , 0x64332BF0B15D414F96D78B415D908CCC , 0x644FA03C52374885B88E41B83575B2FF , 0x6475B957B8E3433EA7316ED646AD3845 , 0x647842CDE42C48CEA875199D6CD998AE , 0x647919C7160F4538A3FDF79D5CD00810 , 0x6483699524614030A1118A2DAF0BA456 , 0x64865DAF4CD6484880A7A3BAD7C21FAB , 0x649B9D67E5514EC48E94A5B4BF4F049B , 0x64A5E662F45249A39D6C3E2AC91F5B60 , 0x64B32123A4A04288952D64D34EC6B465 , 0x64B3A17365474ADE85F4929CC630BECB , 0x64BD4AFFE1404FDFB8BE7A684732E974 , 0x64BD6C9131A94ACAA1B1964967BBBD5B , 0x64C58376670747AE8408BFDF2101A044 , 0x64D94A90B33A4493A3CB2D8FABC9CD91 , 0x64DEFC3EA8C2492F93B88A653E5ADEDA , 0x64E21D9BEB6D44AF9E166FE0213AB0CF , 0x6501923D6A5947518A53E01DB056771F , 0x6537482BED144E848BEA3F28FBB7B969 , 0x6546E54140F64C9B9F4D5E813224A39F , 0x654A6614FB3B4FC3B7A91225DE17BB61 , 0x6555682C216149EB8BD30A93C6A4BE5E , 0x655C471DC2DC44D8B1F2AB7FE4F7B827 , 0x656170C51D504F7FB423F052DC4A97EA , 0x65677347F6A64BDBA738FDA522A7A411 , 0x656978DE175B4EE8B41572D74C894A2C , 0x656EC828A52747FA861D53B5EA0DB287 , 0x656F8C6034F24CF289E15BA4A2017CC2 , 0x658297937CB946E4A64F6623AB78C9F7 , 0x65838B49F5EE4FA5AD38349568A940E5 , 0x658B8B48308649AEADEFA8BE3C9B213F , 0x65C046134E1849AD86E630BCA8E5FE0B , 0x65C94A5818F8480F91E24B19D12B2322 , 0x65DFBEA62A624E54B92E9C6D067FFDA9 , 0x65E1DE5F156C42788004428E6FA22929 , 0x65E379C8A6474A16A1A7172D9681EF87 , 0x65FA96DDD1434822AA171FD432BFEA0D , 0x65FFF39BB45F4F88BB742CF1B7D93867 , 0x660DFFF55B64557EFD65B55D2EA3B4C5 , 0x66265A71739140669A5D8C2890B45167 , 0x662992AC24DE4769B0E7AC62771DFC3C , 0x662C4EF50C8041EB9A00A23A07006554 , 0x6682455B013249268F3D07C8E3C13882 , 0x6684B74A1DD348EFAE2F4B3AF8B56F84 , 0x668FF3C7AD444E819CE4CF91613D48AB , 0x6699B569330F43069B2DF77EDC29F048 , 0x66B6047258EF41188A9BCE70F5F25933 , 0x66D114A3B5B34000A05B792DFF9057BE , 0x66E5A94FB26D48BE898322E69F1B3803 , 0x66EBA66A998C403699C6930AC36B78EB , 0x66EE13A3DF274502BD3BCD48CA4D9E79 , 0x66EF8FB2757C49779716FC79E30054B5 , 0x66F1E8B06C6D4AC9AB808B90E6A51605 , 0x66FE830D4AF543219ABA75298F6FC2CC , 0x6704FA32A2C54A8194CEC202559E969C , 0x670C554F35C74DAD99B52CBAA1AD152E , 0x671952B3074E4968A318B95F00B5F59C , 0x6724E81CC65E49F0B71A94AE939D13D8 , 0x67302062CFE9458D94EE39E177D48FCA , 0x6736203D995A40869D1C63169E69B54E , 0x673A4EFA032345FD9234C854FC305C5B , 0x67468019E2384DB7B97E2746F43160C3 , 0x67537B877C9B4F7CBABF0DE6B1CE1330 , 0x678AD26478A647D3900ED3BF774E8E33 , 0x6791EC9A505A4A01812CF222647E2124 , 0x679F73F4A135472C980E3F8F882A16CA , 0x67A783450C6C4EA2AEE94D85A4ADBC97 , 0x67B03F7DF16143C6A74240BD3F3B5717 , 0x67B65F8EB1084FEA9AA33F17D69300AC , 0x67C2D3D954DA482F8E56F09E4EE7E419 , 0x67CD9839A47D474DBFA0FA335C131B6B , 0x67D3D43897944EEBA8B5C3FA48A2A20A , 0x67D622782A5C43B3B4BFCDCE478C0D0B , 0x67ED126F533845699325A3DBCCE982E3 , 0x67F2D9E205A14B2E86A197476EF2F63A , 0x67F4A52F8EF94B9186A64AD79D61A256 , 0x6803C356C1D242A18AD67C9A7AEB1435 , 0x680D9AA0DD6C494B8AF060E1A2B280A5 , 0x681CA0A9F36645758ABE30E6D36E8164 , 0x683138D8596E403B96814686D1E0BF41 , 0x683FE594C3C74DC9B38BF9281CF873F6 , 0x6842A0B105854143AFABA7B4BCC9F054 , 0x684ED09DD31146148B8F611185019572 , 0x6854E73CE8C140139F6C089F2AC53E26 , 0x686A512F10754FEDBE81200753A8EA7B , 0x6879A94B8C454AFB9C43C342159896A7 , 0x6885F6608EF040918E8F57860A7F272F , 0x68970AF41F3B487E9CD977EA665FAC4A , 0x68A42AA80E4B40B08809F364E0B4117F , 0x68AFC40480B343B89596E1A2E0560AE2 , 0x68B8839947AA443A919D3FA4E2AA31C8 , 0x68CDB6FAAE3241BFB1B830F58A64BAD7 , 0x68D4AD4CEE4C42A0A80DB6830E032409 , 0x68DAE86F58924AB087253827C71D6E49 , 0x68E2091483684B92B823FB9E4DA8F42B , 0x69154E425C2A41D89660CC757CA74178 , 0x691C8F3432A4460CAB14BCCEF16A5184 , 0x69210BCB1E1C42FCB1130312157D448F , 0x693556C69EB94DA8B72514889B749C32 , 0x6940568D3E4F4E36ABDD3D85702364B7 , 0x697C506726F4425B920106EE2637EA19 , 0x69801AFE1AC7404F937D208D73A62A92 , 0x69819858292845BF96C3AFA641B005E6 , 0x698AEB653FDD42C6BE3C1E2C764EF83D , 0x699424A7C17D4FCB859A1ADA9A4F97D1 , 0x69B09230876C4A7195FA09249C16FBF4 , 0x69B0EE5F850044AFA1AA5279E3E003F7 , 0x69B69C1C0A014DC18D9226F6FB004100 , 0x69CA05591D0943719542E1917ABB031B , 0x69D18C1D3FB94277A661F9AC57EC5DF0 , 0x69D7421C5B48436AB286A182D31F7B7D , 0x69DA1BB72D81468E84E0551820AF8E1D , 0x69EC4A80874C4F6C8104A6BBBFC8DDA5 , 0x69F968FFB9194ECB86FF518076BD6604 , 0x6A1134DFA35843CE89B75853BD58754A , 0x6A2700203C7C4BCDA74E7C4DE04F37B9 , 0x6A2B38A9D717447F88B93F20CE2EC9D4 , 0x6A3AC065382D43C28CA0C3845E3E25F7 , 0x6A4397DAEC1140B691AA972B98C29F36 , 0x6A4610199EDC48BA8C260595A7BFF2E1 , 0x6A4DF654A7834C32B480261F6C5E2DB2 , 0x6A502ED6A4754ABEBCA0C262F3E8008D , 0x6A52C8D3B75A49A9843DA1A0085BFFB1 , 0x6A5660734C05443B8FC78A11D4F75660 , 0x6A6F14E015CA4658BA17F47DF8B13797 , 0x6A6FA0FAB98940CA97961344AB9261C5 , 0x6AA7A97FDF1A4DC59F0746192DB1A5C0 , 0x6AB25ED7C84441DDBB186331865EC2A0 , 0x6AE485F3D8ED471D92FB591A92F6CFFD , 0x6AF1805CA7044A0DA46916557F0049C4 , 0x6B06A6E34DFE4B19A75273C84886E0E4 , 0x6B0CC690E17446C69B3875CC9BA64B57 , 0x6B201BF0CB1A45CFB393B7FE0A1AF1B1 , 0x6B218F24742A43ACB621B26382CB335A , 0x6B24AFCBE6E342E19E6AA14206859EF6 , 0x6B496B1B866E46C5903EF04D760E5CCB , 0x6B533476B8CF42DB8AD8B631EC5FFE91 , 0x6B53D82283BD42D0BEE2B8FFD0DFB1B7 , 0x6B561F5333C14FF2A4878B8E74D93200 , 0x6B614753444047099AF84BD4ABFC1CEA , 0x6B6448788E1349D4962B540E71CE37CE , 0x6BCC58FAC3E4433EBECA8CE9F3A1705E , 0x6BF4200B5D6242C59E1015394B3114E4 , 0x6BF70360202C4664A6ED937E683201B4 , 0x6BF80954A4F449DD803797DA4F3CBBA3 , 0x6BFA8310D16F53835CF742269AA1C940 , 0x6C0A7F448B3840B6B0DE99EA565CD1F4 , 0x6C11B69E4CF84705A7A3E0731C3F73CF , 0x6C11CF924FC6416086A448F636668A84 , 0x6C28C75FAB67488D9C7435B686901481 , 0x6C2E74893C1C4130A28E9EBB27AE4833 , 0x6C3AD7898DD0420390F7454CDA6000DC , 0x6C84343BE6434450A82FC4ACC6AA7DD0 , 0x6C8CFF6225B747DE9DD4B2408593B0EF , 0x6CD76B5CA1E941B6ABB245C089EC41E9 , 0x6CE04584743F4FB6B1F6ABE4EF17E104 , 0x6CE3D175C2CB40889D72EEE615C100DC , 0x6D003F2DDE6C4234907E552ABD21CB0F , 0x6D05B20FBFDD409288014BC1D6720BFB , 0x6D084D6FCB07441B8DB2B02754B85EA7 , 0x6D34C5B5169B469887248349CAF35909 , 0x6D455C0763B248489B5E15819CA3D50C , 0x6D674D8A20914BDCB52D72919381981F , 0x6D7F56BBE5EA4B9CA4AB189A56DA9010 , 0x6D8D8E10A2F34F31B214CC8FA3317054 , 0x6D912D4B94864CBEB7738A36EAF2252E , 0x6D947E3F08EC4771900ABAA613E220F2 , 0x6DA84E5CE0FD41668E00A9994AE8B3C5 , 0x6DAF72BE45C5420796946C64D197A7CE , 0x6DBFAE0D86254A6DAD0F7EB2175D4E1A , 0x6DC05C4F14754A2EB103EAF6A0A4841B , 0x6DC56403A5834A718A520FD9B2299FF0 , 0x6DCCA070B14241F3820F0229967C2168 , 0x6DE321CE75534F2C95B88EDCA60FF6E1 , 0x6DF7764841544FF7A7247F044E6A7D3D , 0x6DF9882DA9864A2E88E61C7980B4F1F4 , 0x6DF9B07453864A188E7B309C94BE7334 , 0x6E046F52F8544261B91F47F73449B17D , 0x6E09904E79E9439CAB1EA5FAD4672BF5 , 0x6E1480A1AEFC470FADA21133037532E3 , 0x6E1F6E8C755B43579981A71CB7E510C4 , 0x6E2A1187F8B0468784207871AB570E59 , 0x6E2E441EACAF45DE8D8C3DC51D0177A9 , 0x6E33E6646DAF401E9909B311CFACE903 , 0x6E35368F4DE343D1A9ABE6CF1A9BA837 , 0x6E40493813484EB3883DB9246C0F7C11 , 0x6E5610F58CE54C18A30910102A81CF98 , 0x6E57108B05FD4EB68CA6810E094FD249 , 0x6E82EAE5B91640EEA92405D620CABF40 , 0x6E89A0175F554C9E908CD96522B31296 , 0x6E96F18345104F1E8D7D9A1210F602BF , 0x6EA8B71E8D454A22A1D3A9C4DA1AB411 , 0x6EBB83B18C63404198CBD48950F78630 , 0x6EBD4AD869744CF5900FF5E72B2FE9E6 , 0x6EE35999C6DD4B5ABF42C1F1D20358E8 , 0x6EF842C823FC4D69B1ED1D49B9CF0616 , 0x6EFBA61C01D24295906BA4B53F8EAAA4 , 0x6EFCD59DD7184E3BB621F9217D9A4F20 , 0x6F16B36BBD5F4E0890AF18E73581D60A );
Copy
36
0.40 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"UvÑ¢MãF\x10 ¶\x01 —ÈØ»†\x7F "
b"X\x0E ©agÑM’ª$@EZÂ÷ž "
b"dŃvg\x07 G®„\x08 ¿ß!\x01 D "
b"lÒÐu┬╦@êØr¯µ\x15 ┴\x00 ▄ "
b"n\x14 €¡®üG\x0F ¢\x11 3\x03 u2ã "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0x5576D1A24DE34610B60197C8D8BB867F , 0x580EA96167D14D92AA2440455AC2F79E , 0x64C58376670747AE8408BFDF2101A044 , 0x6CE3D175C2CB40889D72EEE615C100DC , 0x6E1480A1AEFC470FADA21133037532E3 )
ORDER BY rc . rule_id , rc . position ;
Copy
37
2.20 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 2000
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 2000 ;
Copy
38
2.18 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"o\x1D ÿØÓ¹NqÅÛN1¸iÒ# "
b"""
o$\n
üìšEû¯IÒˆ‹ö!•
"""
b"o$\x18 %è¼K\x0F ÅçKClMl\x07 "
b"oC+ÞO»Cø¬Ïº7\x14 (y“ "
b"os ‹E%Dô¨Yž*2—JR "
b"""
oÉ×Ê\n
°O~»µ\x0E O┬┐É
"""
b"o®æ\x08 †žM\x1E ¾ß\e \i×~‘ "
b"oÑ•5\v í@?®o”Ëw<a\x0E "
b"oı├>é\x02 Oõü\e }ù║Dz< "
b"""
oÏlëô~Iüç\x05 .;\n
sõª
"""
b"o▄!уëEæØ(\x0F ¬ÌUSÉ "
b"oã+œŸË@^¨pj§®Qoî "
b"oå\e ^÷CL•‘~óSyÓ߸ "
b"p\x03 ¹5b¯A\e ¤\x04 Þ¶¿\x00 ºd "
b"p\x06\x0F Ø┐NaÉmL¾Îýëb "
b"p\x07 +Æd1L²Œ~§æ—:ª\x07 "
b"p\x0F _3f\x07 I¸ºG\x1E Y"\x1A ÔÍ "
b"p\x15 ¬À)ƒA┐¿tì\x1C\x05 à\x05 Ø "
b"""
p\e >sÉ\x07 LN˜\x1E \n
\x16 ¡)ç\x13
"""
b"p#IKÉ—NTƒÆa\f ÁeYn "
b"p#íïû(H–†9.¨wš#Ý "
b"p'ÿÐú(NM¯DyÍ4{Ò\x03 "
b"p57‡ÝJ\r ¦\x1E qÇ}\x01 R8 "
b"p8HbÕ”N»¥¡ÅàÃÍm9 "
b"pch¡\x10 ╗@ÌÀÄ\x14 ض+ÇÕ "
b"pìÕsrÛG░ØS(t\x00 ã73 "
b"p“\x10 4¸aCäž”¹ŸZ´Ãx "
b"p•°¨þ&N2˜ò$Á\x11 Ðʼn "
b"p™Èà\x12\x1D Lö„i"qÚ\v ˜K "
b"p¬v§çÒMáá┤N³Ó>\r ü "
b"pá»Äö•JV¬o7UÕvln "
b"q\x05 \r a\x0E ÌOé•,÷q¹òðž "
b"q\x15 ŽR³ÎK\x00 ‹ÛmýÃXVH "
b"q\x16 ˆ^†kE °Lš\x1E $Foê "
b"q&f ┼üE"áºÃÝݵÏ$ "
b"q0ÿ┼\x06 ÅN┤╝╩§'G¨\x1E È "
b"q7‘~\x04\x1F GŒ³\x16 §H\e ª7} "
b"qF÷à\VIÒŽZƒ»–D½é "
b"qL\x7F ¥ñáAFŸÊOÁí,vª "
b"""
qé╠¶Ô\r D\x05 á█9ÙüW\n
÷
"""
b"qÁ\x1E\x1C\x19 ÞIüÆ¥t·ä¨ö· "
b"qÁÝœ\x19 ±L9¯\x03 —ƒ\x1E –½\x0E "
b"qÉÂ\X\x16 Kè¾È'\v T\x01 Ö) "
b"qÏìbBTBð«\x12 E&ÊM1a "
b"qÒ)[pòH©E\x1E ³,ÒA "
b"q┌Ö\x1D @ÈM╠ì¶~¥´¾Pe "
b"qä\x15 •€Nü‰€•žSªSõ "
b"qÚ\x1D S5$@wíYK\x02 |g`Å "
b"r\x0F øü÷0@dìí┤íÏD\t ▒ "
b"r\x14 ¾U\x19 LO‚ŠA\x0E øf¢h\x13 "
b"r\x1E _· _A¯è½Á©S<# "
b"r!4lªüINœ\x01 ê’Ì÷R¥ "
b"r/\x03 #Q.@bü,ÿ\x05 ªð'\x0F "
b"r6‹›$›I箞\x7F ª2ý\x1C I "
b"r>†¹34E'|Öc/ZGj "
b"r?ö×ΊO¿‰ù[^®cÓà "
b"rlè#TùF¨£"Ÿ\x11 ÐôL. "
b"r\x7F ï»Â\x1A E<¶\x19 6ZB;wÛ "
b"réØÉXöJ³¢è^=NÑ┼¦ "
b"rƒ/i\x04 )@⾿í)a«“” "
b"r–w©èîO\x11 ¨·Ò@5—öÓ "
b"r™&>œ¸D)²ºýï‚}ér "
b"r¼8tÀ0L™µá´DŠþ“ "
b"r½56¶-LY¦¡Í˜©è\x1C . "
b"r┌ 0ì╩JÌÄ▓\x11 {&╣$\x1E "
b"ráü¢°-Et‚"T;\x00\x1D\x12\x1D "
b"râl—\x10 æF‰¶™\x12 Wó³Wò "
b"ræ\x7F %¦úFÆŒ¥ŒbåV\x0E ™ "
b"rÚ▒jÌ╣GµÅ═\x1C L}óòÓ "
b"rê¦\x05\x12 ¤B訸\e À\x1A qÑC "
b"r÷\x13 }a\e G\x02 ╝m─¤█\x08 ìQ "
b"s\x13 ┌╗Õ▓I#ºZÝpIÑ>ü "
b"s\x18 ¸gÛØDŬTn\t ╝뤮 "
b"""
sSW\n
PK\x1E ©lÐeBs¾ï\x05
"""
b"s\\x02 T©šL®¬æé\f n¹$© "
b"sy7ðŸ\x18 @˜·Z\x13 ¯;oöø "
b"""
s\x7F BåMJ«½vT¶\x01 \n
õ‘
"""
b"s§Ÿ\x01 ‡#J‰©\x1F\x12 ؆~¶/ "
b"s½Ò└¶ENØî»\x1E Lõ4OÍ "
b"sÐ’$§$M@¶Ôá×\x1E\x0F ›] "
b"sæÉ¡¶ED†…^·§\x1C rÍ "
b"sõ\x16 â’ö@l¥xÆä\x06 *\x0E Û "
b"t\x02 M┤IäIã║·Ïg░Ü6ì "
b"t\x04 Óº¼ÂMª‹\x0E ½\x14 ú,Þó "
b"t\x08 6OCÞM“œ¾'c-¬µ1 "
b"t ¿<ªI\x01 éÀ\x1E ZaÅÒ° "
b"t&Ñ…gñB$€s¸Yn\x03 Åæ "
b"t)Àn\x12 ”Bm‘šf²\x01 |ª\x12 "
b"tL?·@ÀG{┐ü)K\x1C ´Su "
b"tr\x08 'iÞE\x00 Åe\x19 Æ»\n =¢ "
b"t€ÂÚ_oKòŒQ\x02 }›¸Y” "
b"tɬ╬xZGíÖ│KaQ±ÝË "
b"t§Û‰•bKi¢äî§âË@¯ "
b"t²“‘6ÄG\x1C …ªP‹•€ä„ "
b"tÎ\x08 ƒäS@°Ÿ#\x06 rb‘Ü? "
b"t÷Õõ»DCv€½ÏË\x05 @p¿ "
b"u\x02 D_â‰Kgµº7ЦËKJ "
b"u\x17 ´H\r ñA柘sðÜ\x1A ±ä "
b"u-qVN«LìÅ\e ºj°c╚Û "
b"u>‘ŠÝH¿ŸO€\x16 ÿ\f S} "
b"u?G┌«!M;®ÿÅ\x05 <ú║\x1A "
b"""
uAR\x02 \n
6D\x1D º9c║Å\x17 7Á
"""
b"uC\ÈšMAÉŽ¿r"ŒÜ®— "
b"uLú½™~Er›m\x16 4\v `|t "
b"uN"\x1C ŽjN·«x¸DH\x1C ¥U "
b"uT$“÷ÞBh pÝÌÑáw\x08 "
b"uVÛ\x12 ¤EN‡º¶¥'¯,"á "
b"u[Ò‚&\x19 J\x13 ‰œM\x17 %®o£ "
b"uhhKvæOßÅ|EgÔk\x1D G "
b"""
u‚¾Å\n
'Jñ7„õÂ!HL
"""
b"uòÿF)1CÁÉåÑ│ë0ÿy "
b"u™ŽIõÒJƨ\x08 Š\•쥇 "
b"u«\x17 L░nF/ƒì«9\x0E ³═ô "
b"u»ƒM¬üG\x0E û¯r\x0F /u╣\x14 "
b"u³—4•\x1D NƧç=5eÛ±Á "
b"u├|b\ÂIlÇ#ìþÿcËf "
b"u͵Þ5_FÀ╣s\t ┘ì.┐ß "
b"u┘ï5Ñf@[Ø#¥d¹ÖÏ╣ "
b"uâ\x17 äèžAÔŠÂë¹ÀºÄV "
b"uî\x02\x01 $\x12 N–·ä0\x1A ªÓ°¡ "
b"u¸)\f î\x15 Gçª║ì\x14 ▒\x05 _? "
b"v\x05 GJvnA|ì▒SÎÖ|~+ "
b"v\x16 ÷†zJA=Š\f a\x15 ï\x08 ßm "
b"v\x17 ]ê\x1C 2H^å©¥Xy\x01 ü# "
b"v#¿â\x04 aAªƒ(;p46aô "
b"v$\x1D 䩹\x08 š8³ ¯«Í‚Ü "
b"v&]5KÃJù¬tE®ÌV×6 "
b"v(ì–#=GCŠ\x7F Ž\x7F Íø¨È "
b"""
v<ÈOï€D1ˆ\t\x1A\x10 ,\n
\x07 µ
"""
b"v_¬‡ÜICÒ‹\x17 Ž3¼Ñ›¨ "
b"vcxÒsBA\x18 ¥°J\x15 {\x15 \– "
b"viG¸.Ø@“¥…É\x00 —ÕÜ\x1F "
b"v½«6üÅMiÅMW¡Àk_¼ "
b"vÀ░û£¿E\x05 ×fÆzØ\x7F `M "
b"vÑX³@“IO™\a\t ÿFë² "
b"vÖ2‰¼“E¬«YE\x1E `‘©$ "
b"v׿Jª©Mà£Þ£ßÈë\x06 l "
b"và G˜õK\x7F ‡b\f aœ\x16 Üi "
b"""
vî_Ù8êDk¯é0R\n
\x11 ²¼
"""
b"vþmc7Ñ@3³Ç^õ„®Ç: "
b"w\x03\x02 Í│ÄA─ìce\e ╚ÿc' "
b"w\x08 …'|<F\x1C ‰'¾è`\x13 %› "
b"w!\t\v É┌O\x0E Æ:┘ÇÛÙ²\x01 "
b"w/y‰OÝJ\x08 •:¦v\v ßž· "
b"w6LToËH¶”“°buž<0 "
b"""
w;\x1F ┼A\n
E\x04 ì£\x06 "▀zõØ
"""
b"""
wLÄ\n
?ÑJm│ü║½\x17 Y«
"""
b"wtèØ‚W|[£\e Ó!û¥U\x14 "
b"wü"╦Ó┬K█ÜÆ¸Ù¶vm{ "
b"w“\x04 »îÑM)¢êÇÎUFCœ "
b"wÿæ/ìÀK§®ù╝5±O¿╝ "
b"w££\x0E\x0E ÀC_ˆ—\x08 ~¶ó€µ "
b"w»úûÝ$I®¾¼ˆÛž\x10 -Ð "
b"w╚ø,Å_H9¥Sð[^y|¾ "
b"wÚ¤ØáCJÀ†zì=\x02\x04 7\x0E "
b"w仯\x15 îBB·ž@–¹\v ”w "
b"x\t VwƱBN¯]I\B2¹„ "
b"x\x12 úݲaMi±“Ñ)œ»Ã\f "
b"x\x13 ó™{TMv–U.^ž$\x1E "
b"x6À\x1A\x11 IBRŠ™°ÍgK©” "
b"xH˜¡ÀTH¤‰<ݪ%ìö% "
b"xbÜ€F¥CÀ¢EŠœî¬´\x07 "
b"xo!×äMFZ†`·,ƒÓª? "
b"x~\x13 S½BL\x11 «T3\x03 ”LUí "
b"xˆ\r nm¤BЯ!Q2n.ˆ\x1C "
b"x®VæãÝH„¸à+\x19\x03 c´Ù "
b"x°¢\x13 çA¾£',ÁYxô\x00 "
b"x╗ãØÿ┘Oy╗^Ö&ÜBÕ\x15 "
b"xÈPS\x04 úUÉŠ¥PHЉ~â "
b"y\x05 ض\x00 )H4ÜòD/¸w│ "
b"y\x1A rþß§KÌ’™n’l5½· "
b"y+gðôqLŽƒí¡A6\x18\x01 { "
b"yqФ\x7F\x10 O>¨NýO¸âê2 "
b"y†ÁqòÏJ\x0F ´3Œ*|™¨ "
b"yØí²h"L¤æ\x12 Uƒ▓\x11 ûD "
b"y –È\x01\x18 JM¡6>“æöä4 "
b"yº[Í[ìJêªX \f ║\\r & "
b"yÕv Œ&Jn¾\x06 ¬.Þ\t )« "
b"yýs©¤TB°½ƒvæãtJ: "
b"z\x04\x0F ÂwÑC¾¢´ºUã—œŸ "
b"z/|Év\x1A M║ï\x18 /┤▓`╔Ò "
b"z6|’¯áD\x07 šÇ†Pç\x1D fò "
b"zD)`ΔN„Šñ˜H°¹ç\x04 "
b"zc$éŸ5K“ž]{‰ÿÒ6\x15 "
b"zhw.y¸Hµ†§ØÆ#öŽ\r "
b"zm¾æ\x1F kJþ†§|“‡¦î‚ "
b"z{Ð×ÍYDËû´Ü5ÿü<^ "
b"""
zé╣ªoÍFÅÂÅ1\n
j┤t\
"""
b"zƒ'57aIˆ§V}ÚÀôÙ] "
b"zˆSL³•@ÎŽùÓzÔ+zs "
b"zöV[éÃ@╚ØgG,\x19\f Ô "
b"zƒþKcÅB¦»n║N░ª§Á "
b"zåÞ\x16 ·C嘬¬\x19 +²’1 "
b"zêHÃ#O%†ï&¸•I}½j "
b"zð™ñI\f C\x03 vzæN<×ù "
b"{\x07 \r ‘ï\x02 C@€UJxû}g° "
b"{\r p\x00 rÕNûræØ{Î\x07 § "
b"{\x12 œˆ!\x07 Od˜š\x1A PæDzë "
b"{(Užf¹I½‘\x05 G€F\x14 £9 "
b"{6ØÞ\x7F LI¿À┼(\r ▒Bg┤ "
b"{eo▓jÌF¢┤Ú<\x13 æ╚Ø= "
b"{g\x1F *$HC*¬\x14 ³Ãü:á! "
b"{wkÞ’ÛE\x13 ´„-–—¨Øø "
b"""
{“Ð…Æ\x1E Mî©ìùð\n
\n
Þj
"""
b"{—GÆ«\x01 G‚Ž§Ù‹ßÒÐÜ "
b"{§…©Ú³Mm˜ù¾Á¤©\x13 r "
b"{Êër)oFß¼÷#I»¦Qµ "
b"{ÏÐûÃAOÜ¡¡ö\x19 ò¡Ã´ "
b"{ÏõÃ<,Nœ‹ŒõMmXîÐ "
b"{Ò~eZÔA\x15 ¨‡_Á¤*â\x06 "
b"{ã\x11\x1C 00O\x1F ˆ½\e ÿv°\x06 ó "
b"{ÚåÒ9æLö▓Q{^┼ü\x10 ' "
b"{Úú¼\x02\x08 I%ü\x17 Qþ(\x18 ┐ø "
b"{î\x04 EÅ I\f ‹ÎÁÊúGÙì "
b"|\x02 ËáàNGxÅÑ@ä°øsE "
b"|%ì\x0F }zM©ø\x19 ┘÷┼ê╝╣ "
b"|(×ÊuûH¢¸Žßv,\x18 ‰\x10 "
b"|*¨:èäGS”Cµs\f Ó?k "
b"|-\x1A In5L>Œ%íQ™©ãû "
b"""
|0Éì#\x0F B\n
²¿\t\x11 —Šªà
"""
b"|2ü\x07 PÂMάb\x19\x00 ˜;\n e "
b"|NFÜ0ÓAvŠëzÈI\x04\x16 ¸ "
b"|^]=\x1F ¿AŠƒ0%êás·\x12 "
b"|liéº)F¾ûüzhò┬OÝ "
b"|lë\f\x16 ‘Cxˆ—ñ¶.:æC "
b"|q>\x13 *D\x03 œe’“Xhä\x19 "
b"|x‡þߎKÊ•|1)Tn€² "
b"||Bï¬dA󀢯œ\x05 4×8 "
b"|•ÇI\x0F ;Mæ¸ôG™g&]v "
b"|š®³Ž¡Bˆº9¼êùÇ1Ä "
b"|¡¤†À¶LNŒ'”\x1F 6\e ° "
b"|¯~pΫLù¼-¹Å&E͆ "
b"|²\x7F ñžvDo¨cÙ½\x19 @š\x01 "
b"|Çe,\t ED£€dó²¤}Ù# "
b"|È\x00 ¾ÝN‚Wûâp‰\a "
b"|Úø>JÏBðì½\v q╠M¨╝ "
b"|¶aÅ%SH9Â▓dÑÇZj< "
b"}\x10 /IésLëùè▓õäqÚü "
b"}\x11 æÒ3´Gt°\x11 ù…ÐAo? "
b"}\x11 ú‡NoH\Ÿ\\x1E õg‘„I "
b"}\x19 €vùùBÛ†ÆT¬\x1A ô#( "
b"}"\x14 Ç{L\x1F ™›ùús\x16 Ï‚ "
b"}%²•ÑmL¨ºe€hnmR› "
b"}+Ò`DuHÓ—Ú\x1C Ÿ\x06 ü$X "
b"}29\x14 Æ´BìÆ┴T85óë@ "
b"}>¹îy┌M÷ÿ\x1F Bü─0┼= "
b"}Oh\x03 ┌█@uèıÉ¿-Íxq "
b"}SkeýqOŽ›\x16 Yò¿Øð… "
b"""
}U\7®a@\n
ްî0ûyÉ’
"""
b"}^¡n‰ Lë¢îÝó“{>± "
b"}}êcf]J\x04 ˜òÿùC\x19\x05 ñ "
b"}„j»ÃWAÜ“*\v 'q\x1E bÿ "
b"}à\x1D Ñ\x1D WK®║7m\x0E ìbR, "
b"}šS—î4M¹¤ôŒÀ[cXb "
b"}Ø─ºO_L\x03 ÖÁ╠\f │¨Q> "
b"}£ýQ¯Œ@Щç×\x7F bÔ+O "
b"}┤ÊæL┬M,ü╬¹LRñ░Ç "
b"}¤ÅXÉdG¤ë45QÚ±O╦ "
b"}ù\x16\x03 k{B)£eW?NÝQ2 "
b"} ôHJ\x16 J¡ƒq´ÏÓ*É\x05 "
b"~\x01\x01 wÍqG†–P\f =TG™â "
b"~\r éå<\x01 Nȸ¢Ðfx’X´ "
b"~\x1D `a~B ¼Œö¶\f @x( "
b"~)½V“IF:˜\x00 ÍžvéA\x1E "
b"~2 ë┌ËN\x16 øFÉÖ╬í¼│ "
b"~?r1EÅG§É\x04 ¢Ã^õâÁ "
b"~@’‡—ÿMÕ¼ÝÛnþ\x01\x15 t "
b"~R\x04 IãlNÄ£ã¶Æá#–| "
b"~^B\e |ÎIÙ¨hÁIß;ª^ "
b"~jèøMOC)±Ýû."þ}Õ "
b"""
~o{¥®»Oû‘Cé\n
c‚\x13 G
"""
b"~Å\x05 ÔÎ┐JE╣`Óß,+V\x15 "
b"~Áâ╠ýC¥£═»üV_,´ "
b"~¾ý6Ö€LJ³ÎC\x0F ß\x1A\x13 ¬ "
b"~Ò=&úAò…\x00 @ì9JÞ\x07 "
b"~ÚdÒÃìOз«m‰\x08 6Ó, "
b"~ÓäÔñÖM3ƒ@§üÐ ┐/ "
b"~âÌC…|I\x10 †`hò^Á\x13 ù "
b"~ÿML…ÅD<«v²@Í×\t  "
b"\x7F\x04\v “òK•šß>\x06 ]Ý\x16 ø "
b"\x7F \r ¿³þÑK÷Å\x02 öƒWiçF "
b"\x7F\e ╩ØpıOýö76\x02 )>FX "
b"\x7F &µèƒ¢Dà™\x7F ä\x01 Þ\x06 ·H "
b"\x7F )[…$4M\x14 ¸ÚÔ9èÝ{‚ "
b"\x7F ;aõ\x1C jDAÉêÄÌÈéô▄ "
b"\x7F N\x00\x0E\x0F\x16 NúŒ”æÈ\x0F &rÖ "
b"\x7F SÊ]É1AÅ¢¼µ\x1C *Ýñ8 "
b"\x7F ]@$øgGgì\x1A\x7F m¶à╦] "
b"\x7F `Ê3¼êN‚¾T™\x11 ´;•‡ "
b"\x7F f€«\e ãF»“ŽÀá®ä±U "
b"\x7F v)\x18 ì£@{½Â{bìþ%\x1C "
b"\x7F è»±+þDàò\f pGÄ!ÅÇ "
b"\x7F ‘‹í¬dB4°¹˜ž˜Z'É "
b"\x7F íN§ì\x1A C·Ü£«Þ¥$2O "
b"\x7F Ñs0#\f IÀœŽ†GL*°â "
b"\x7F ıéø\x7F jAü╣fXV\x14 2╬Q "
b"\x7F ׂðzëE篵±\x19 ½‹ "
b"\x7F äfבNJé¾\x14 ,ô4†¿… "
b"\x7F Õ<E\f ÏID¢¾ú_ì"\x1A [ "
b"\x7F édðR‚@\x0F ¶6à‚<W¬ã "
b"\x7F ø\x00 ½Ï†I¶—ߢ¬6¦Ï$ "
b"€\x01 ÿ\x03 ¤À\r ÑÞftDå\v\x0E ˆ "
b"€\x02 ¹az>\x19 ‘©¿¶"ì\x10 º¥ "
b"€\r tIVHJ:«€¤2\+ÕÍ "
b"€'ºQicB0²¤×\x11 h]\x11 u "
b"€Hý%“ØAÔ»°=Q€wó£ "
b"Çü╚0z`@┼®8á8eP╠~ "
b"€‰wÚÆñLú±‡§q\x1A —Fµ "
b"Çì#Üð/L>í×║õ=ê\x12 Ç "
b"ÇìVdôÃHı沲ת╦Ør "
b"Çú:¢gML\x13 ü\\x08 ¡(~&\e "
b"Ǻ\\x18 @~NéØ÷[ä+W\x18 à "
b"€ªÊË\x18\x00 A!˜1‘¸ç€æÒ "
b"€³‡‰°bKs™\e\x06 3\x15 m€\x0E "
b"""
Ç└X' \D\v ×·Vyب\n
h
"""
b"Ç═ıÒTþAáÅ\x08 â\x03 ?a¸a "
b"€ô7æÕ\x01 E\x1D ªK,½y¥\x13 ¼ "
b"ü\x02 A╬¡\t NU»X@[G░.┌ "
b"ü\x0F ┤\x11 ┌¨G┤║ÀR═øx▒I "
b"ü\x11 ×ÿDjM-¥«\x0E ü><½: "
b"ü$º\x1A ;xO\x04 ┤\x01 Å\x07 ╠¢ÄH "
b"ü+*█▓õGG║Z\x0E s\x1F §ø╬ "
b"""
üG/=B\n
@\x01 ┐ñi#®¦ZF
"""
b"üI\e\e r¦O1íc\ëË═óð "
b"üx ÌO,EÄ╝\x1A ý8Ç\x19 ìM "
b"ü{┐Ôè}GÅò\x0E ╦bØê[Ù "
b"""
ü{Õ\x18 '}HËÜ\n
\x08 0ôù»$
"""
b"ü}F\x06 ¤‗KG║1\x08\x19 ón\x03 ` "
b"üàXÿ\x02 !CÃ║"55\x04 AQ┼ "
b"üÉAP[öBSùHó}Þo\x04  "
b"üºÕ[\x13 JIú×4©ã\x04 ═O* "
b"üÂÙXµƒKÐ┤ø{‗ÿ^ø¬ "
b"ü┴\r \x06 GKjàiÖ$s?·µ "
b"ü▀;£ûüDa¬]┘&Òg╬┴ "
b"ü'_dü@^ú[e■ìzz¨ "
b"ü±■\x1D ?èFƒ║óPºNÚ|÷ "
b"ü¾\x00 ãe1G\x0E │©┌Áê\x1C ═, "
b"‚\x17 ~ëršAü¤U6Ë\x10 ÜK\x19 "
b"‚\x19 RήAA&¾l?Ì‚†ùš "
b"‚%ÈZ?ON»‡\x15 ‡éQÑ®q "
b"é1¡ß¤ü@╣Åɰ\x1C ═hi« "
b"é=¢æ═\e @Äì¬\x11 z:\x07 dµ "
b"‚>YƒŽƒG…¯µÑ È\x07 þÌ "
b"""
‚AFk\n
ñB׸\x16 m\x1E\e F¯Î
"""
b"‚DÐNð·@¡¸Å©¶6Ë[¶ "
b"‚Q\x15 u±tCU¯ù 9àŒYQ "
b"‚SŒ&‡E@N´8>+y/Ñ\x7F "
b"‚U\x14 ‡\f ^K6ª.œ+O«¹ "
b"‚]N‰j¨Nò’i…Â\x14 ÏNÿ "
b"élz«\x1D vD─░ìë\e àá4< "
b"éàz╔úþO├û\x17 ZÃ▒NwÅ "
b"‚‰³\x03 ª›K3˜uR™û¢ ² "
b"éèeVÑØF®▓■i═§OCV "
b"‚£)P\x13 …O\r ¾S2\x13 LQkš "
b"‚¥TC¹ÔKg¼ù=—§‘.¾ "
b"‚®;\f æ\x15 EW»¼A\x1D Š$[a "
b"‚»=ÑË5GÓ¤W’W¬Uìô "
b"‚ÉÛqÜ\x12 A\x17 -›^ÖqOß "
b"‚ÚbÖ™HFI¨ÌƒËºÑI& "
b"‚Ý!³x«F¥¬ë©pFÝ\x02 ; "
b"éß╚N\v\x1D BÏìò \r þnM% "
b"‚é*Äœ/@\x01 ª\x11 ÜSDÈKž "
b"ƒ\f ½º©¥An£ãÔ€DÌ_\e "
b"â\x15 ·Â)╔N5àìýEØ=ôj "
b"ƒ\x1D Pª‘0HEœµl½·:\x05\x16 "
b"""
ƒ.½4;ª@Þ :Ìà\n
?>¨
"""
b"ƒ/Ü\f iò@Œ’ë §H¹»Ç "
b"ƒ1Þåv¤O\x0F ´\x01\x12 ×–éøg "
b"âDáÅóCD·Öõ¥¬áØ─p "
b"ƒ\¢°PsEF®º rGp=Ÿ "
b"""
ƒ~*¢iêG^žKw\t ‡\n
*\x0E
"""
b"â┐¾É¨°IEëK\x16 ¨Êz=à "
b"â┬¾\x01 ÷IÅó\x08 `W!§h▀ "
b"ƒÂî%¸ÅH\»öЏÚ\f º6 "
b"ƒÌëçȯE{ŒJej²%‚’ "
b"""
ƒàï³IÛK\x15 „Ô\n
!òX\x04 é
"""
b"âÛgùà{Mj¿·É▀\x06 ûQ\x02 "
b"ƒíÝURSJ„®5…óÐDYÖ "
b"„\x01 ŸÖCON\x12 ±ØwD_<Þ\t "
b"„$q™êßD°·31›Ÿ z? "
b"„%Té †Aâ³Ò5]\x13 T+e "
b"„:”ôÔ%A†šç59uX!› "
b"„E\x05 /ŸÖA‰´òO{‡«ák "
b"ä^ò\x04 4EAÚì▀xú│¶ô\x1C "
b"„dºOþ?HL²êý\x06 g‚ch "
b"äoËÖ┌°F█åºìÍþÜ╣â "
b"äzÊÄý\x06 @ÓÄØ\x19 þÍ"┬e "
b"äìjÌ\x1E ß<ª\x1F #L§\x0E WÆê "
b"„¨›[æÔO1¡\x7F ½\x14 X\x02 ª¶ "
b"„¹øsN¯@\v „éÙU/²ó¯ "
b"„ÀV¢`\x0F M]˜é±Ÿ\x1A SW\f "
b"„Þ?œÀ½FÓ\x05 I7@1µ "
b"„àáqubIH“(8O틎ú "
b"äýÂiÉôAÔÇ\x7F ▄r·uH; "
b"…\x06 \r tÿ\f K;–{.é£\x17 B\x0E "
b"à\x12 ï#(MEþâ»Z쨵t▀ "
b"""
…!¸"\x13 (\f Ï»âwƒ@\n
‡“
"""
b"…,îAX„H\x7F —y’áÄÞœé "
b"à0N¡c\x1D F▓ºËúzØû█¢ "
b"…EbÁ˜\x1F H%¤\x1D «ŒÜf|û "
b"àEÞ/YåD/▓áØFäyEÿ "
b"…Pì\x0F\v vJJŒnHœ\x10 0\x10 g "
b"…†à¬¼ƒI_¯Îº~í\x1A ’å "
b"…‘\x08 €b\x18 Dσûëïž>šÕ "
b"à▒í;m±O\t ųõ┼¹²@▄ "
b"…´])®cAË…ûA\x12 x¹mÐ "
b"à╔p5DHFüæL\x04 ¾ý¿\x03 ¨ "
b"àÐ¥M¸\x18 LèÖ╗µ"ÊìÄ8 "
b"…Õ™\x06\x1C ¬DNŒÑo\x00\x03 q.ê "
b"…ð1¿ˆ¸Iœ˜ef%Œ=}Q "
b"…÷k»ê¦Fh§ð˜ya\x18 ù\x01 "
b"…÷m³ÿ\x00 M`š¢”aÒ–2n "
b"…û¡ü„ùL0‹é³€V\x0E )² "
b"…ûÝ\x1D ¯\x01 Ff›ÖË‚ÎÊÇÖ "
b"†\x03 \Úý\x04 O\x1D ¶ N\v —¯ÉG "
b"†\x0F\x0E ˜‘\x19 @+¨_¤)F\x10 <¬ "
b"†\x12 ¯T3…IS™“ ºPÝÊÐ "
b"†@\x19 Ó˜ÜM\x7F €Ša\r T\r ·2 "
b"†C€‚¶¥I¼„ñ\x1F õUü%= "
b"†EÕ+\x15 êKç” â\f nü\x04\x12 "
b"†F¹à\x1A TH;³5\x1E F\x0F ¦ƒo "
b"†M›.¹\x15 Gä¨b¡˜^m*â "
b"†O ì6®Fi¥$dKä³u\x11 "
b"åWÙÏ\x00\x1F A\x18 ÉYCeÑ‗c "
b"†cr$òŒD¶¾¡\x11\x06 ·‡\t - "
b"†t8ŒÉrNY˜Úu\x19 »‰™Š "
b"††ÛËÏ\x1C BPŽœÓ\x18 9\x7F ™A "
b"åÿÞ&äÇEiÅ\t mıL»|! "
b"""
† W\x0F Y´Gå—\n
\t ÷\x1F ¶.w
"""
b"åªÎV╬wLãé▓Éi[í~ä "
b"†Ùqøè1KÌ¢Kë\x18 ùfHs "
b"å┌2┐¨‗OdØöTÌ┼¡©Ã "
b"†Úÿ×ÄwG\x04 ¼\r %Ð\r a\x11 ¬ "
b"åþ-║L$B¦ØeKÔf&'╗ "
b"‡\x0E ãÚÄ\x18 @A¤÷Y¼Õ\x00 Œ/ "
b"‡\x0F H*~.DbµÎÜ_j\x15 1M "
b"‡#sñ·îM“¦\m¦´Í@À "
b"ç^«Uï<O\x1A ëézº¥\x01 ðÅ "
b"‡d;°a÷Oš©Ë’}Z!h³ "
b"‡e"\x01 p[EiiÒÓº\\t ú "
b"‡j¡Z/ïº&ù*'\x7F Y”B\x10 "
b"‡nî7¥BB\x11 §Äš²\v ³3» "
b"‡|€ÔyáBÈ‘E\x1E 0·ªXÿ "
b"‡™è\·˜BîŠ?•Gï\x11 ³× "
b"‡¢Ãš\x03 ñC7ˆõ^\x05 À©|Å "
b"ç¬&ÏbkNxذÆ~%bð\x03 "
b"‡½ÝÉ\x05 ˆDñ¢Š0°÷𢱠"
b"‡Á™\x1A ¦öF&‘¨.\x07 s%¥Z "
b"‡ÉëkËüL’’úô¸ü<Ôà "
b"‡Ùi\x02 ð%M‰¦í²Ÿªí®\x06 "
b"‡ç“ÇŒ–F)„ÜeMÛˆþà "
b"‡ë\x15 S®†Ei«ï™\x06 µUPâ "
b"‡ìøH›\x12 F†ždÖ¼\x13 ï^÷ "
b"ˆ\x05 ¡Nf¶F\x0E ¬‘ò\x1A &4É‹ "
b"ˆ\r ¿é \x15 BÒ¹òp\v ƒße: "
b"ˆ\x15 Tµ[z@¨½"öó‘М² "
b"ê*üecØH\x00 úFòÛ¨ícT "
b"ˆ-?Uz\x0E A £"´É9=Ý— "
b"ˆ38:;"AsŠ:áù’D{¤ "
b"ˆQ˜@LòF\—ÀeN!\v Ñù "
b"ˆYíÔ‡GDôœÇ;Ç«ïâx "
b"ˆhC¤¾îC~¤\x13 I\x18 z¯qÑ "
b"êüÄZEqDÐ┤dÃÖ#¸zt "
b"ˆ†&*ÌOOÜ¡/eŒÃˆÊ" "
b"ˆ :€UüIм°ùóª95\x1A "
b"ˆÁ)<·\x14 M+´4Ä\x1C ž+Ò "
b"ê¶<$ÝL╩ç│m½┐B╣Å "
b"ˆú@½]5H¹¼mâäèÕì? "
b"‰\x08 ëq9÷A[¹ñª\x13 ü—\x03 " "
b"‰\f\x01 ™\x02 EB\x14 ù±*’ÇjF "
b"‰\x10\x7F ·L\x0F @Œ±ú¥\x1A ¸Š°Ý "
b"ë 9Î(ºB1Ø´/E¢Ô╗² "
b"‰/O–\x18 •Dn¾}\x1C xŸf² "
b"""
‰;O<ËŽD>—êª^¤\n
ÍŸ
"""
b"""
ëCÑÌÌÔMòì8\n
=\x1F \n
ÒL
"""
b"‰V\r ìÕRF;¹‚¢-\x17 ª-8 "
b"ëè¸┬\x1C üHÛô=\x12 \r n,½\x12 "
b"‰ŽÔ“V\x1A L\x04 „©\x05 0‹uÈ "
b"‰¦ŸNœÔF\x02 ¯•&̈Wìí "
b"‰«6’óÂGM–W¸76Z®B "
b"ë½æ└ïºA\r ÜÒÄ\x18\x04 [àì "
b"ë╣àÙ¨\f GıÅr\x15 ð¿HfW "
b"ëðs\=)JõóàÅ‗\x03 ¡\x11 ~ "
b"ëËq\x14 ^ÆGÙº¾AÐØ\x18 =▒ "
b"‰Ù)\x1C pãINœb(ài¢ïj "
b"ë¦\e b}/E¨ªÁüzòÇ\x05 ░ "
b"‰úìÚW\x1F CÉ““Øú¤Tž– "
b"è\x10 LEÅÌN1á\r ƒÉý▓Ê│ "
b"Š*\x10 *éwC{‹^\x06 ñ°û‚Œ "
b"""
Š;óÄVÁL\n
…Ê`\<G¸÷
"""
b"ŠCnÜ—HO\x1C –Ü\x0F zyÛEÊ "
b"ŠMž§aŸJ¹”\x17 ^wב”6 "
b"Š]äGÓÞO ®¤2\x19 0zP" "
b"Šjœ§èžC\x06 ¹pÆ\x12 ɹK "
b"èôäùüÕJ<ºÉı├Ī┤Ê "
b"è┼\x00 Ò║kD¸ÖÅAE©Çð¦ "
b"""
ŠÆ#È—ÚF\n
¤ÑëY€I!g
"""
b"è╦ÑglDCTùú3Å\x04 *,‗ "
b"èÙ╩<3#Gñ▒϶É┌\x12 ÚK "
b"è§B_║■C\e Ç└ìûÂ'ıf "
]
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 (0x6F1D989DE0FB4E718FEA4E31F769E323 , 0x6F240AFCEC9A45FBAF49D2888BF62195 , 0x6F2418258AAC4B0F8F874B436C4D6C07 , 0x6F432BDE4FBB43F8ACCFBA3714287993 , 0x6F73208B452544F4A8599E2A32974A52 , 0x6F909ED20AF84F7EAFE60E4FC2F0BF90 , 0x6FAEE608869E4D1EBEDF1B5C69D77E91 , 0x6FD195350BED403FAE6F94CB773C610E , 0x6FD5C33E82024FE4811B7D97BA447A3C , 0x6FD86C89937E498187052E3B0A73E4A6 , 0x6FDC21A59F8945919D280FAADE555390 , 0x6FE32B9C9FCB405EA8706AA7AE516FEE , 0x6FE51B5EF7434C95917EF35379D3DFB8 , 0x7003B93562AF411BA404DEB6BF00BA64 , 0x70060F9DF0BF4E61906D4CF3D7EC8962 , 0x70072BC664314CB28C7EA7E6973AAA07 , 0x700F5F33660749B8BA471E59221AD4CD , 0x7015AAB7299F41BFA8748D1C0585059D , 0x701B3E73C9074C4E981E0A16A129E713 , 0x7023494BC9974E5483C6610CC165596E , 0x7023EDEFFB28489686392EA8779A23DD , 0x7027FFD0FA284E4DAF4479CD347BD203 , 0x703537C287DD4A0DA61E71C77D015238 , 0x70384862D5944EBBA5A1C5E0C3CD6D39 , 0x706368AD10BB40DEB78E149DF42B80E5 , 0x708DE57372EA47B09D53287400C63733 , 0x70931034B86143E49E94B99F5AB4C378 , 0x7095B0A8FE264E3298F224C111D0C589 , 0x7099C8E0121D4CF684692271DA0B984B , 0x70AA76F587E34DA0A0B44EFCE03E0D81 , 0x70E1BBC4F6954A56AC6F3755D5766C6E , 0x71050D610ECC4FE9952CF771B9F2F09E , 0x71158E52B3CE4B008BDB6DFDC3585648 , 0x7116885E866B45A0B04C9A1E24466FEA , 0x71266620C5814522A0A7C7EDEDE6D824 , 0x713098C5068F4EB4BCCAF52747F91ED4 , 0x7137917E041F478CB316A7481BAA377D , 0x7146F7E05C5649D28E5A83BB9644BDE9 , 0x714C7FA5F1E141469FCA4FC1ED2C76AA , 0x7182CCF4E20D4405A0DB39EB81570AF6 , 0x71B51E1C19E8498192BE74FA84F994FA , 0x71C1DD9C19B14C39AF0397831E96BD0E , 0x71C9C25C58164BE8BEC8270B5401D629 , 0x71CFEC62425442F0AB124526CA4D3161 , 0x71D2295B70F248ADA9451EB32CD241A0 , 0x71DA991D40D44DCC8DF47EBEEFF35065 , 0x71E41595C2804EFC8980959E53AA53F5 , 0x71E91D5335244077A1594B027C67608F , 0x720F9B81F63040648DA1B4A1D84409B1 , 0x7214BE55194C4F828A410EF866A26813 , 0x721E5FB7A05F41C2AFE8BDC1A9533C23 , 0x7221346CAAFC494E9C01EA92CCF752A5 , 0x722F0323512E4062812C9805A6D0270F , 0x72368B9B249B49E7AE9E7FAA32FD1C49 , 0x723E86B933344527AD7CD6632F5A476A , 0x723FF6D7CE8A4FBF89F95B5EAE63D3E0 , 0x726CE82354F946A8A3229F11D0F44C2E , 0x727FEFBBC21A453CB619365A423B77DB , 0x72829D9058944AFCBD8A5E3D4EA5C5DD , 0x72832F69042940E2BEBFED2961AB9394 , 0x729677A9E8EE4F11A8B7D2403597F6D3 , 0x7299263E9CB84429B2BAFDEF827DE972 , 0x72BC3874C0304C99B5E1B4AD448AFE93 , 0x72BD3536B62D4C59A6A1CD98A9E81C2E , 0x72DA20308DCA4ADE8EB2117B26B9241E , 0x72E1FCA2B02D45748222543B001D121D , 0x72E26C9710E64689B6991257F3B357F2 , 0x72E67F25A6FA46C68CA58C62E5560E99 , 0x72E9B16ADEB947E68FCD1C4C7DA295E0 , 0x72EAA60512A442E8A8B81BC01A71D143 , 0x72F6137D611B4702BC6DC4CFDB088D51 , 0x7313DABBE5B24923A75AED7049A53E81 , 0x7318F767EA9D448FAA546E09BC89CFA9 , 0x7353570A504B1EA96CD0654273BEEF05 , 0x735C0254A99A4CAEACE6E90C6EB924A9 , 0x737937F09F184098B75A13AF3B6FF6F8 , 0x737F2042E54D4AABBD7654B6010AF591 , 0x73A79F0187234A89A91F12D8867EB62F , 0x73ABE3C0F4454E9D8CAF1E4CE4344FD6 , 0x73D09224A7244D40B6D4E1D71E0F9B5D , 0x73E6C9A1B6454486855EB7A71C2072CD , 0x73F516E292F6406CA578C6E4062A0EDB , 0x74024DB4498449C6BAFAD867B09A368D , 0x7404D3BABCC24DAA8B0EBD14FA2CDEF3 , 0x7408364F43DE4D939CBE27632DACB531 , 0x7420A83CA6F0490182B71E5A618FE3F8 , 0x7426D18567F142248073B8596E03C5E6 , 0x7429C06E1294426D919A66B2017CAA12 , 0x744C3FFA40B7477BBF81294B1CEF5375 , 0x7472082769E845008F651992AF0A3DBD , 0x7480C2DA5F6F4BF28C51027D9BB85994 , 0x7490AACE785A47A199B34B6151F1EDD3 , 0x74A7DB8995624B69A2E4EEA7E2CB40AF , 0x74B2939136C4471C85AA508B9580E484 , 0x74CE0883E45340B09F2306726291DC3F , 0x74F7D5F5BB44437680BDCFCB054070BF , 0x7502445FE2894B67B5BA37D0A6CB4B4A , 0x7517B4480DF141E69F9873F0DC1AB1E4 , 0x752D71564EAE4C8D8F1BA76AF863C8EA , 0x753EC2918ADD48BF9F4F8016FF0C537D , 0x753F47DAAE214D3BA9988F053CA3BA1A , 0x754152020A36441DA73963BA8F1737B5 , 0x75435CC89A4D41C98EBF72228CDCAE97 , 0x754CFABD997E45729B6D16340B607C74 , 0x754E221C8E6A4EB7AB78B844481CA555 , 0x75542493F7DE4268A070DDCCD1E17708 , 0x7556DB12A4454E87BAB6A527AF2C22E1 , 0x755BD28226194A13899C4D1725AE6FA3 , 0x7568684B76914FE18F7C4567E26B1D47 , 0x7582BEC50A274AF1AD3784F5C221484C , 0x75959846293143B59086A5B389309879 , 0x75998E49F5D24AC6A8088A5C95ECA587 , 0x75AE174CB06E462F9F8DAE390EFCCD93 , 0x75AF9F4DAA81470E96EE720F2F75B914 , 0x75B39734951D4EC6A7E73D3565DBB1C1 , 0x75C37C625CB6496C80238DE79863D366 , 0x75D6E6E8355F46B7B97309D98D2EBFE1 , 0x75D98B35A566405B9D23BE64FB99D8B9 , 0x75E217E4E89E41D48AC2EBB9C0BAC456 , 0x75EE020124124E96B7E4301AAAD3B0A1 , 0x75F7290C8C154787A6BA8D14B1055F3F , 0x7605474A766E417C8DB153D7997C7E2B , 0x7616F7867A4A413D8A0C6115EF08DF6D , 0x76175D881C32485E86B8BE5879018123 , 0x7623BFE2046141AA83283B70343661F4 , 0x76241DE4A9B9089A38B3A0AFABCD82DC , 0x76265D354BC34AF9AC7445AECC56D736 , 0x7628EC96233D47438A7F8E7FCDF8A8C8 , 0x763CC84FEF80443188091A102C0A07B5 , 0x765FAC87DC4943D28B178E33BCD19BA8 , 0x766378D273424118A5B04A157B155C96 , 0x766947B82ED84093A585C90097D5DC1F , 0x76ABAE36818F4D698F4D57ADB76B5FAC , 0x76B7B0969CA845059E66927A9D7F604D , 0x76D158B34093494F995C6109FF46EBB2 , 0x76D63289BC9345ACAB59451E6091A924 , 0x76D7BF4AAAA94DE0A3DEA3DFC8EB066C , 0x76E0204798F54B7F87620C619C16DC69 , 0x76EE5FD938EA446BAFE930520A11B2BC , 0x76FE6D6337D14033B3C75EF584AEC73A , 0x770302D6B38E41C48D63651BC8986327 , 0x770885277C3C461C8927BEE86013259B , 0x7721090B90DA4F0E923AD980EAEBFD01 , 0x772F79894FDD4A08953AA6760BDF9EB7 , 0x77364C546FCB48B69493B062759E3C30 , 0x773B1FC5410A45048D9C0622DF7AE49D , 0x774C8E0A3FA54A6DB3F081BAAB1759AE , 0x7774E8D882577C5BA31BD321FBA55514 , 0x778122CBE0C24BDB9A92F7EBF4766D7B , 0x779304BBEED14D29A2EAC7CE5546439C , 0x7798912F8DB74BF5A997BC35F14FA8BC , 0x77A3A30E0EC0435F8897087EB6F380B5 , 0x77BBFAFBDD2449AEBEBC88DB9E102DD0 , 0x77C89B2C8F5F4839BE53D05B5E797CF3 , 0x77DAA4D8E1434AC0867AEC3D0204370E , 0x77E4BBAF15EE4242B79E4096B90B9477 , 0x78095677C6B1424EAF5D495C4232B984 , 0x7812FADDB2614D69B193D1299CBBC30C , 0x7813F3997B544D7696AD552E5E9E241E , 0x7836C01A114942528A99B0CD674BA994 , 0x784898A1C05448A4893CDDAA25ECF625 , 0x7862DC8046A543C0A2458A9CEEACB407 , 0x786F21D7E44D465A8660B72C83D3AA3F , 0x787E1353BD424C11AB543303944C55ED , 0x78880D6E6DA442D0AF2151326E2E881C , 0x78AE56E6E3DD4884B8E02B190363B4D9 , 0x78B0A213A0E741BEA3272CC15978F400 , 0x78BBC69D98D94F79BB5E99269A42E515 , 0x78C8505304FA55C98AA550488A897EE2 , 0x79059DF4002948349A95442FF777B3B6 , 0x791A72FEDFA74BCC92996E926C35BDB7 , 0x792B67F0F4714C8E83EDA1413618017B , 0x79718AA47F104F3EA84EFD4FB8E2EA32 , 0x7986C171F2CF4A0FB4338C2A7C99A8A0 , 0x799DA1FD68224CCF9112559FB2119644 , 0x79A096C801184A4DA1363E93E6F6E434 , 0x79A75BD65B8D4A88A658FF0CBA5C0D26 , 0x79D576208C264A6EBE06AC2EDE0929AB , 0x79FD73A9A45442B0BD8376E6E3744A3A , 0x7A040FC277D143BEA2B4BA55E3979C9F , 0x7A2F7C90761A4DBA8B182FB4B260C9E3 , 0x7A367C92AFE144079AC78650E71D66F2 , 0x7A442960CE944E848AF19848B0B9E704 , 0x7A6324E99F354B939E5D7B89FFD23615 , 0x7A68772E79B848B586A7D8C623F68E0D , 0x7A6DBEE61F6B4AFE86A77C9387A6EE82 , 0x7A7BD19ED65944D396EF9A3598813C5E , 0x7A82B9A66FD6468FB68F310A6AB4745C , 0x7A83273537614988A7567DDAC0F4D95D , 0x7A88534CB39540CE8EF9D37AD42B7A73 , 0x7A94565B82C740C89D67472C190CF0E2 , 0x7A9FE74B638F42DDAF6EBA4EB0A6F5B5 , 0x7AE5C39E16B743E598ACAC192BB29231 , 0x7AEA48C3234F2586EF26B895497DBD6A , 0x7AF099F1490C4303A0767AE64E3CD7F9 , 0x7B070D91EF02434080554A78FB7D67B0 , 0x7B0D700072D54EFBAD72E6D87BCE07A7 , 0x7B129C8821074F64989A1A50E6447AEB , 0x7B28559E66B949BD910547804614A339 , 0x7B369DE87F4C49A8B7C5280DB14267B4 , 0x7B656FB26ADE46BDB4E93C1391C89D3D , 0x7B671F2A2448432AAC14B3C3FC3AE121 , 0x7B776BDE92DB4513B4842D9697A8D8F8 , 0x7B93D085C61E4DEEA9ECF9F00A0ADE6A , 0x7B9747C6AB0147828EA7D98BDFD2D0DC , 0x7BA785A9DAB34D6D98F9BEC1A4A91372 , 0x7BCAEB72296F46DFBCF72349BBA651B5 , 0x7BCFD0FBC3414FDCA1A1F619F2A1C3B4 , 0x7BCFF5C33C2C4E9C8B8CF54D6D58EED0 , 0x7BD27E655AD44115A8875FC1A42AE206 , 0x7BE3111C30304F1F88BD1BFF76B006F3 , 0x7BE986E339914C94B2517B5EC5811027 , 0x7BE9A3AC02084925811751E72818BF9B , 0x7BEE0445C520490C8BCEC1CAFA47D9EC , 0x7C02D3A0854E47788FA54084F89B7345 , 0x7C258D0F7D7A4DB89B19D9F6C588BCB9 , 0x7C28D7CA75FB48A2B88EDF762C188910 , 0x7C2AA83AE8E447539443B5730CD33F6B , 0x7C2D1A496E354C3E8C25ED5199A9E3FB , 0x7C30C9EC230F420AB2BF0911978AAAE0 , 0x7C32FC0750C24DCEAC621900983B0A65 , 0x7C4E46DC30D341768AEB7AC8490416B8 , 0x7C5E5D3D1FBF418A833025EAE173B712 , 0x7C6C6982A72946F396817A6895C24FED , 0x7C6CEB0C169143788897F1B62E3AE643 , 0x7C71AD3E132A44039C6592935868E419 , 0x7C7887FEDF8E4BCA957C3129546E80B2 , 0x7C7C42EFAC6441F380A2C69C0534D738 , 0x7C95C7490F3B4DE6B8F4479967265D76 , 0x7C9AAEB38EA14288BA39BCEAF9C731C4 , 0x7CA1A486C0B64C4E8C27941F361BA0B0 , 0x7CAF7E70CEAB4CF9BC2DB9C52645CD86 , 0x7CB27FF19E76446FA863D9BD19409A01 , 0x7CC7652C094544A38064F3B2A47DD923 , 0x7CC800BEADDD4EC28257FBE270895C61 , 0x7CE99B3E4AD842D08DAB0B71CC4DF9BC , 0x7CF4618F25534839B6B264A5805A6A3C , 0x7D102F4982734C89978AB2E48471E981 , 0x7D11E6D233B44774B011F985D0416F3F , 0x7D11FA874E6F485C9F5C1EF567918449 , 0x7D198076F9F942DB86C654AC1AF42328 , 0x7D2214A0C77B4C1F999BF9FA7316CF82 , 0x7D25B295D16D4CA8BA6580686E6D529B , 0x7D2BD260447548D397DA1C9F06FC2458 , 0x7D32391492EF428D92C1543835A28940 , 0x7D3EFB8C79DA4DF6981F4281C430C53D , 0x7D4F6803DADB40758AD590A82DD67871 , 0x7D536B65FD714F8E9B1659F2BFD8F085 , 0x7D555C37AE61400A8EB0EE30FB79C992 , 0x7D5EA16E89204CEBA2EEDDF3937B3EB1 , 0x7D7DEA63665D4A0498F2FFF9431905F1 , 0x7D846ABBC35741DC932A0B27711E62FF , 0x7D851DA51D574BA9BA376D0E8D62522C , 0x7D9A5397EE344DB9A4F48CC05B635862 , 0x7D9DC4A74F5F4C0399B5CC0CB3F9513E , 0x7DA3FD51AF8C40D0A9E7D77F62D42B4F , 0x7DB4D2914CC24D2C81CEFB4C52A4B080 , 0x7DCF8F58906447CF89343551E9F14FCB , 0x7DF916036B7B4229A365573F4EDD5132 , 0x7DFF93484A164AAD9F71EFD8E02A9005 , 0x7E010177CD71478696500C3D544799E2 , 0x7E0DE9E53C014EC8B8A2D066789258B4 , 0x7E1D60617EAD42A0BC8CF6B60C407828 , 0x7E29BD569349463A9800CD9E76E9411E , 0x7E322089DAD34E169B469099CEA1ACB3 , 0x7E3F7231458F47F59004BDC75EE483B5 , 0x7E40928797FF4DD5BCDDDB6EFE011574 , 0x7E520449E36C4EC4A3E3B6C6E123967C , 0x7E5E421B7CCE49D9A868C149DF3BAA5E , 0x7E6AE8F84D4F4329B1DDFB2E22FE7DD5 , 0x7E6F7BA5AEBB4FFB9143E90A63821347 , 0x7E8F05E2D7BF4A45B960E0E12C2B5615 , 0x7EB583F0CCEC43BE9CCDAF81565F2CEF , 0x7EBEFD36D6804C4AB3CE430FDF1A13AC , 0x7ED23D26C3BA41F2850040EC394ADE07 , 0x7EDA64D2C3EC4FD0B7AB6D890836D32C , 0x7EE084E2A4994D339F40F581D1FFBF2F , 0x7EE2CC43857C4910866068F25EC113F9 , 0x7EFF4D4C85C5443CAB76B240CDD709C2 , 0x7F040BC293F24B959ADF3E065DDD16F8 , 0x7F0DA8FCE7A54BF68F02949F57698746 , 0x7F1BCA9D70D54FEC94373602293E4658 , 0x7F26B5E883A244E0997FE401DE06B748 , 0x7F295B8524344D14B8DAD439E8DD7B82 , 0x7F3B61E41C6A444190888EDED48293DC , 0x7F4E000E0F164EFA8C94E6C80F2672D6 , 0x7F53CA5DC93141C5A2BCB51C2ADDF138 , 0x7F5D40249B6747678D1A7F6DF485CB5D , 0x7F60CA33BCEA4E82BE549911B43B9587 , 0x7F6680AB1BE346BB938EC0E1AEE4B155 , 0x7F7629188D9C407BABB67B628DE7251C , 0x7F8AAFF12BE74485950C70478E218F80 , 0x7F918BEDAC644234B0B9989E985A27C9 , 0x7FA14EF58D1A43FA9A9CAEE8BE24324F , 0x7FD17330230C49C09C8E86474C2AB0E2 , 0x7FD5829B7F6A4181B96658561432CE51 , 0x7FD782F07AEB45E7AFADB5B119BD8BAD , 0x7FE466D7914E4AE9BE142CF43486BF85 , 0x7FE53C450CD84944BDF3A35F8D221A5B , 0x7FE964F05282400FB636E0823C57ACE3 , 0x7FF800BDCF8649B697DFA2AC36A6CF24 , 0x8001FF03A4C00DD1DE667444E50B0E88 , 0x8002B9617A3E1991A9BFB622EC10BAA5 , 0x800D744956484A3AAB80A4325C2BD5CD , 0x8027BA5169634230B2A4D711685D1175 , 0x8048FD2593D841D4BBB03D518077F3A3 , 0x8081C8307A6040C5A938A0386550CC7E , 0x808977DAC6F14CFAB187A7711A9746B5 , 0x808D239AD02F4C3EA19EBAE43D881280 , 0x808D566493C748D591FDFD9EA6CB9D72 , 0x80A33ABD674D4C13815C08AD287E261B , 0x80A75C18407E4E829DF65B842B571885 , 0x80AACACB18004121983191B8E780E6D2 , 0x80B38789B0624B73991B0633156D800E , 0x80C05827205C440B9EFA56799DF90A68 , 0x80CDD5E354E741A08F0883033F61F761 , 0x80F437E6D501451DAA4B2CBD79A513BC , 0x810241CEAD094E55AF58405B47B02EDA , 0x810FB411DAF947B4BAB752CD9B78B149 , 0x81119E98446A4D2DBEAE0E813E3CAB3A , 0x8124A71A3B784F04B4018F07CCBD8E48 , 0x812B2ADBB2E44747BA5A0E731FF59BCE , 0x81472F3D420A4001BFA46923A9DD5A46 , 0x81491B1B72DD4F31A1635C89D3CDA2D0 , 0x8178FFDE4F2C458EBC1AEC3880198D4D , 0x817BBFE28A7D478F950ECB629D885BEB , 0x817BE518277D48D39A0A08309397AF24 , 0x817D4606CFF24B47BA310819A26E0360 , 0x81855898022143C7BA223535044151C5 , 0x819041505B9442539748A27DE86F04B6 , 0x81A7E55B134A49A39E34B8C604CD4F2A , 0x81B6EB58E69F4BD1B49B7BF2985E9BAA , 0x81C10D0647F04B6A85699924733FFAE6 , 0x81DF3B9C96814461AA5DD926E367CEC1 , 0x81F0275F6481405EA35B65FE8D7A7AF9 , 0x81F1FE1D3F8A469FBAA250A74EE97CF6 , 0x81F300C66531470EB3B8DAB5881CCD2C , 0x82177EEB729A41FCA45536CB10DC4B19 , 0x821952CEAE414126BE6C3FCC8286F99A , 0x8225C85A3F4F4EBB871587E951D1AE71 , 0x8231ADE1CF8140B98F90F81CCD6869AE , 0x823DBD91CD1B408E8DAA117A3A0764E6 , 0x823E59838E834785AFB5D1A0C807FECC , 0x8241466B0AF142D7B8166D1E1B46AFCE , 0x8244D04EF0B740A1B8C5A9B636CB5BB6 , 0x82511575B1744355AFF9A039E08C5951 , 0x82538C268745404EB4383E2B792FD17F , 0x825514870C5E4B36AA2EAD9C2B4FABB9 , 0x825D4E896AA84EF2926985C214CF4EFF , 0x826C7AAE1D7644C4B08D891B85A0343C , 0x82857AC9A3E74FC396175AC7B14E778F , 0x8289B303AA9B4B3398755299FBA2A0B2 , 0x828A6556A59D46A9B2FE69CDF54F4356 , 0x82A3295013854F0DBE5332134C516B9A , 0x82A55443B9D44B67BCF93D97A7912EBE , 0x82AE3B0CE6154557BBBC411D8A245B61 , 0x82BB3DD1CB3547D3A4579257AC55ECF4 , 0x82C9DB71DC122041172D9B5ED6714FDF , 0x82DA62D699484649A8CC83CBBAD14926 , 0x82DD21B378AB46A5ACEBA97046DD023B , 0x82E1C84E0B1D42D88D95200DE76E4D25 , 0x82E92AC49C2F4001AA11DC5344C84B9E , 0x830CBDBAA9A5416EA3E3D48044CC5F1B , 0x8315FAB629C94E35858DEC459D3D936A , 0x831D50AA913048459CB56CBDB73A0516 , 0x832EBD343BAA40DEA03ACCE00A3F3EA8 , 0x832FDC0C69F2408C92EBA0A748B9BBC7 , 0x8331DEE576A44F0FB40112D796E9F867 , 0x8344A08FA24344FA99E4BEAAA09DC470 , 0x835CA2B050734546AEBAA07247703D9F , 0x837E2AA269EA475E9E4B7709870A2A0E , 0x83BFF390F9F84945894B16F9D27A3DC7 , 0x83C2B6F301F6498FA208605721F568DF , 0x83C2EE25B8C5485CBBF68AB8DA0CBA36 , 0x83CCEBE7C8AF457B8C4A656AB2258292 , 0x83E0EFB349DB4B1584D40A21F25804E9 , 0x83EA6797857B4D6AA8FA90DF06965102 , 0x83EDDD5552534A84AE3585F3D04459D6 , 0x84019FD6434F4E12B1D877445F3CDE09 , 0x84247199EADF44B0B733319B9FA07A3F , 0x842554E9208641E2B3D2355D13542B65 , 0x843A94F4D42541869AE735397558219B , 0x8445052F9FD64189B4F24F7B87ABE16B , 0x845E9504344541E98DDF78A3B3F4931C , 0x8464BA4FFE3F484CB2EAFD0667826368 , 0x846FD399DAF846DB86A78DD6E79AB983 , 0x847AD28EEC0640E08E9D19E7D622C265 , 0x848D6ADE1EE13CA61F234CF50E579288 , 0x84A89B5BE6D44F31A17FBD145802AAB6 , 0x84B9F8734EAF400B84E9D9552FB2F3AF , 0x84C056A2600F4D5D98E9B19F1A53570C , 0x84DE3F9CC0BD46D3ADAD0549374031B5 , 0x84E0E171756249489328384FED8B8EFA , 0x84ECB669909341E2807FDC72FA75483B , 0x85060D74FF0C4B3B967B2EE9A317420E , 0x85128B23284D45E783AF5A8DF9E674DF , 0x8521B82213280CCFBBE27783400A8793 , 0x852CEE415884487F977992E1C4DE9CE9 , 0x85304EAD631D46B2A7D3A37A9D96DBBD , 0x854562C1981F4825A41DAB8CDC667CFB , 0x8545E82F5986442FB2A09D4684794598 , 0x8550EC0F0B764A4A8C6E489C10301067 , 0x8586E0ACBC83495FAFCEBA7EED1A92E5 , 0x85910880621844CF83FBEBEF9E3E9AD5 , 0x85B1A13B6DF14F098FFCE4C5FBFD40DC , 0x85B45D29AE6341CB85FB411278B96DD0 , 0x85C9703544484681914C04F3ECA803F9 , 0x85D1BE4DF7184C8A99BBE622D28D8E38 , 0x85D599061CAC444E8CD16F0003712EEA , 0x85F031BF88B8499C986566258C3D7D51 , 0x85F76BBBEAA64668A7F098796118F901 , 0x85F76DB3FF004D609AA29461D296326E , 0x85FBA1FC84F94C308BE9B380560E29B2 , 0x85FBDD1DAF0146669BD6CB82CECAC7D6 , 0x86035CDAFD044F1DB6A04E0B97AFC947 , 0x860F0E989119402BA85FA42946103CAC , 0x8612AF5433854953999320BA50DDCAD0 , 0x864019D398DC4D7F808A610D540DB732 , 0x86438082B6A549BC84F11FF555FC253D , 0x8645D52B15EA4BE79420E20C6EFC0412 , 0x8646B9E01A54483BB3351E460FA6836F , 0x864D9B2EB91547E4A862A1985E6D2AE2 , 0x864F20EC36AE4669A524644BE4B37511 , 0x8657EBD8001F411890594365A5F26320 , 0x86637224F28C44B6BEA11106B787092D , 0x8674388CC9724E5998DA7519BB89998A , 0x8686DBCBCF1C42508E9CD318397F9941 , 0x8698E826848045698F096DD54CAF7C21 , 0x86A0570F59B447E5970A09F71FB62E77 , 0x86A6D756CE774CC682B290695BA17E84 , 0x86D971F8E8314BCCA24BEB18F9664873 , 0x86DA32BFF9F24F649D9454DEC5ADB8C7 , 0x86DAFFD7C4774704BC0D25D00D6111AC , 0x86E72DBA4C2442DD9D654BE2662627BB , 0x870EE3DAC4184041A4F759BCD5008C2F , 0x870F482A7E2E4462B5CEDC5F6A15314D , 0x872373F1B7EE4D93A65C6DA6B4CD40C0 , 0x875EAE558B3C4F1A89827AA7BE01D08F , 0x87643BB061F74F9AA9CB927D5A2168B3 , 0x87652201705B4569AD69D2D3BA5C09FA , 0x876AA15A2FEFBA26F92A277F59944210 , 0x876EEE37A5424211A7C49AB20BB333BB , 0x877C80D479E142C891451E30B7AA58FF , 0x8799E85CB79842EE8A3F9547EF11B3D7 , 0x87A2C39A03F1433788F55E05C0A97CC5 , 0x87AA26D8626B4E789DF8927E2562D003 , 0x87BDDDC9058844F1A28A30B0F79AA2B1 , 0x87C1991AA6F6462691A82E077325A55A , 0x87C9EB6BCBFC4C9292FAF4B8FC3CD4C3 , 0x87D96902F0254D89A6EDB29FAAEDAE06 , 0x87E793C78C96462984DC654DDB88FEC3 , 0x87EB1553AE864569ABEF9906B55550E2 , 0x87ECF8489B1246869E64D6BC13EF5EF7 , 0x8805A14E66B6460EAC91F21A2634C98B , 0x880DBFE9A01542D2B9F2700B83DF653A , 0x881554B55B7A40A8BD22F6F391D09CB2 , 0x882A8165639D4800A34695EAF9A16354 , 0x882D3F557A0E41A0A322B4C9393DDD97 , 0x8833383A3B2241738A3AE1F992447BA4 , 0x885198404CF2465C97C0654E210BD1F9 , 0x8859EDD4874744F49CC73BC7ABEFE278 , 0x886843A4BEEE437EA41349187AAF71D1 , 0x88818E5A457144D1B464C79923F77A74 , 0x8886262ACC4F4FDCA12F658CC388CA22 , 0x88A03A8055FC498ABCB0F9F3AA39351A , 0x88C1293CB7144D2BB434C41C9E2BD220 , 0x88F43CF024ED4CCA87B36DABBF42B98F , 0x88FA40BD5D3548B9BC6DE2E4E8D5EC3F , 0x8908EB7139F7415BB9F1AA13FC970322 , 0x890C019902454214A0F9B12A92C76A46 , 0x89107FB74C0F408CB1FAA51AB88AB0DD , 0x892039D728A742319DEF2F45BDE2BBFD , 0x892F4F961895446EBE7D1CA0789F66B2 , 0x893B4F3CCB8E443E97EAAA5EA40ACD9F , 0x8943A5DEDEE24D958D380A3D1F0AE34C , 0x89560DECD552463BB982A22D17AA2D38 , 0x898AF7C21C8148EA933D120D6E2CAB12 , 0x898ED493561A4C04AD84A905308B75C8 , 0x89A69F4E9CD44602AF9526CC8857ECED , 0x89AB3692F3C2474D9657B837365AAE42 , 0x89AB91C08BA7410D9AE38E18045B858D , 0x89B985EBF90C47D58F7215D0A8486657 , 0x89D0735C3D294AE4A2858FF203AD117E , 0x89D371145E9247EBA7F341D19D183DB1 , 0x89D9291C70E3494E9C6228E069A2EF6A , 0x89DD1B627D2F45F9A6B5817A958005B0 , 0x89FAECDA571F43C99393D8FAA4549E96 , 0x8A104C458FDE4E31A00D9F90ECB2D2B3 , 0x8A2A102AE977437B8B5E06F1B0FB828C , 0x8A3BF3C456C14C0A85CA605C3C47B8F7 , 0x8A436EDC97484F1C96DC0F7A79DB45CA , 0x8A4D9EA7619F4AB994175E77D7919436 , 0x8A5DE447D3DE4FA0AEA43219307A5022 , 0x8A6A9CA7E89E4306B970C6AD12C9B94B , 0x8A93849781E54A3CA790D5C38EA6B4D2 , 0x8AC500E3BA6B44F7998F4145B880D0DD , 0x8AC623C897DA460AA4D1EB5980492167 , 0x8ACBA5676C44435497A3338F042A2CF2 , 0x8AEBCA3C332347A4B1D8F490DA12E94B , 0x8AF5425FBAFE431B80C08D96B627D566 );
Copy
39
0.44 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"p#íïû(H–†9.¨wš#Ý "
b"pch¡\x10 ╗@ÌÀÄ\x14 ض+ÇÕ "
b"qÏìbBTBð«\x12 E&ÊM1a "
b"u-qVN«LìÅ\e ºj°c╚Û "
b"x~\x13 S½BL\x11 «T3\x03 ”LUí "
b"{\r p\x00 rÕNûræØ{Î\x07 § "
b"~ÓäÔñÖM3ƒ@§üÐ ┐/ "
b"‡d;°a÷Oš©Ë’}Z!h³ "
b"ë╣àÙ¨\f GıÅr\x15 ð¿HfW "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0x7023EDEFFB28489686392EA8779A23DD , 0x706368AD10BB40DEB78E149DF42B80E5 , 0x71CFEC62425442F0AB124526CA4D3161 , 0x752D71564EAE4C8D8F1BA76AF863C8EA , 0x787E1353BD424C11AB543303944C55ED , 0x7B0D700072D54EFBAD72E6D87BCE07A7 , 0x7EE084E2A4994D339F40F581D1FFBF2F , 0x87643BB061F74F9AA9CB927D5A2168B3 , 0x89B985EBF90C47D58F7215D0A8486657 )
ORDER BY rc . rule_id , rc . position ;
Copy
40
2.21 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 2500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 2500 ;
Copy
41
2.41 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"è³(\v 9ÕIÒì\x18 ;XbÛ¿c "
b"‹\t ˆ+ÞOMÜ›‘ÞÜßJ'Q "
b"‹\x0E añ“OIÄ‘Ãd0Ï['j "
b"""
‹#Q¤bìJ½¢y\n
šRg¸
"""
b"ï&ô\x08 ▓¤M£ÿc\x06 Åm\x03 4k "
b"‹EÏ\x08 ¸´O·‚Ý!ª`¾³Ê "
b"""
ïNU\t øCG\n
ëN@`¤Iɯ
"""
b"‹T,Ù…ÙN9‡æ¡_rb±\x16 "
b"ïUBUFûId▓\x05 ¼ëHìæÙ "
b"ï`▀\v ~LCNü¸"\x02 █FóÊ "
b"‹‹Ôy <HY“Öë&UmÜÄ "
b"ï░áE═<FüÅ╔\x1A ╚û÷¥\x06 "
b"ï¦O×\x10 ýûÀ"qÅüNãéÙ "
b"‹õw„\e\x02 Hß—ùß@^{\x1E Ó "
b"‹ú\x03 0 ŒH•·¿yx[äVþ "
b"‹ý€\x1A ge@>“›…ÈžQ(í "
b"Œ,ªA-!F;› Cþ$‹¢@ "
b"Œ;\x06 ƒYŽG †ÍìT)Ë£ë "
b"ŒM€èy3 \x1C @€\x14 ‘P¬PÇ "
b"ŒW]ž»ÅJ£¸¾²á\x0F É–^ "
b"Œ[ åªIž¹¦¡áAÐ\x0E Å "
b"ŒmP7Š¥Cž‰“HÆÄ˜b "
b"Œmò„gˆIm¾5î¼ì7#\x02 "
b"Œ†S„q\r CS™½Tɬ›fM "
b"ŒŠm\f ËüN\x18 „\x14 f˜éë©ñ "
b"Œ“\x0F G‰WO”=¸\x18 4j\x08 š "
b"ŒšSej,I¸¼\x01 Ø&N&%6 "
b"""
Œ£ŸÁžÊB\n
£ô¶\e •’è\x0F
"""
b"Œ¾\x01 ¸+ï@Ú Xj~X`éý "
b"Œ¿\x12 ± ½Gq¼;[-¢¾2Á "
b"îÌ0\x14 ▓^Eo×Õm+XÉWÜ "
b"Œâ.ÚÔ\x14 H\x13 ·¤o(ö M¦ "
b"Œèø§·NMã¬hŠDòÙL\t "
b"ì:JD\x06 └LÅ©óä;ZÃTÄ "
b"ìB╠L╠=@úå\f\x0E "\x1A Y+E "
b"ìJ\t y╣ïOÌä)█¥É¸ÿË "
b"ì[├\x11 ,çN├Ø?7¾°¬å¬ "
b"""
ì_\x17 DìÇC\n
░\x1F õv×R§é
"""
b"ìeP\x18 r╚Oõ¬2"\x10 °ý\x01 ä "
b"ìfá5Æ\x7F F%¼jÐå\x11\x0F\x13\x10 "
b"""
ìr`*Q{L\x03 óí\x07 Cµ\n
m\x18
"""
b"ìï\x1D Òn@JØòoÞ§ÿ▓:Õ "
b"ìÿ¯\e ▒9G"ë\x00 ²Cz¬ƒx "
b"""
ìóÞc\x01 \n
EáÇ&mÑèØÅc
"""
b"ì®!®nFG8ÅR@Á£bO┐ "
b"ì▓ÂÙÔ\K\x07 É╣µþñ,X¼ "
b"ìÒ¤÷³Jfé║(*Ø\x02 «| "
b"Ä\t ¦Gƒ/K^á├ÉÿIÖ\x03 C "
b"""
Ä\n
hM`îA\x11 í®3ÉYe¹Õ
"""
b"""
Ä)¶¼#.@\x0E ü\n
Ûô│ÅP═
"""
b"Ž[£sDâNîž\t\x07 ~¹èM\x13 "
b"Ž^òæ&áG¸‹¸l¥ßl~: "
b"Žo=íâÑ6AB·¸½Ð5íÙ "
b"Žu(µ±ø@OŠ\x1D à0&Îͨ "
b"ÄìIâ■ÞC╚òä&¨╦▀{b "
b"ŽÃç(ÖëO\x16 ‚Dx\x11 X\x16 }\x12 "
b"ŽÈ¸Õ"ÿE…–\r Â)…e\x05 â "
b"Ä╠M\x10 °1CE¢RºA$~üz "
b"ÄÏÈ$\x07\x1F LuïAÉh6ôXW "
b"ŽÚi¨¿~Ik€ˆ¬÷L2\x01 ¹ "
b"Žß«\x12 ×RJ-¿·i/I\f ¬ï "
b"ŽêÞ{\x03 VB[”§ÍÙÞѵ" "
b"Žó\x1E o£ÞH\x00 ¡\x14 „ðšãÝ¢ "
b"Å\x01 8l█xH¹úUM<×t%Y "
b"Å\x0E ▓┤u\x10 Kú¡Ïyı╦IZ\x08 "
b"Åü¾ðk╣CéÿZÊ Rq╬* "
b"Ååú¤Ù}CUäoXL\x19\x02 ┌³ "
b"Åû\x04 öPeIøúµ░ÌÂ\x04 ¦p "
b"Åÿb4{éIwªb╝´´õçT "
b"ÅíªÔã=MsÉ"¬X╚ZG■ "
b"ŽÖv!yMþ▓Ü÷ù«;\x03 O "
b"ÅË█á1öH\x02 âoø Ëv\x1C @ "
b"ÅÔ\x1F °£ìAù¡â¬"\x1A ãC\x18 "
b"ÅþÍÑ<<M┐ô]\x1C \r ¨äªL "
b"É\x07 ¢Ä╠«A█çJ 6ô>╔` "
b"É\x18 LL"gF\x04 ¢\x7F ²¤o½ke "
b"É$└┐¥║O©ê¯\,ªkKÊ "
b"É7p\ðGG\x0F é$9F‗.y\v "
b"É@P┴&îJºֳfDm¨o "
b"É@▒─_╠IÍäEfÂ|p\x06 ï "
b"ÉP¶\x0F ÝLH\f öû\v ;'Xlî "
b"""
É~NWõJ╩®æø\n
dÖ«þ
"""
b"É╝▒õ@┘Býº+▒5▓Z¡· "
b"É┐\t y▀├Bv┤ÎÃüw■W "
b"ÉÍNö[▒M.Ç`®┼ËRÞ│ "
b"ÉÒaÉÍXH└┤D£T■┤\x04 ô "
b"ɵJ\x0E ,╗DSáE@┐Dn■░ "
b"Éþ\x1E\x18\x0F ÊLÀ║S§³7▄Ïñ "
b"ÉÛr\v\x13 ñMpòr{ã╚Äõ\x1A "
b"ɸBx\x02 ┼JxÅò\x16 ¼╦q÷\x07 "
b"ɰõæcBDñ©¦°®\x02\x16 ý¿ "
b"æ\x06 s╝¦HàÅ\x08 H┤\x14 Hÿ6 "
b"‘\t ¥ì’„MÓ²\x1A ±„'ð÷Í "
b"‘\x12 i\x0E éALÔ¶}J7¬(Ì\x0F "
b"‘-=KÂ\x0F LT£zÞÈ‚Œ]â "
b"‘Q\x08 %k\r DZ¿ƒ fnw]\e "
b"‘Y2úwdM³»b‰¨’W]Ä "
b"æi\fe_CI½Z‗usÅ\x1E n "
b"æp;°\x12 SD*½@Ýì/~Pû "
b"‘ŒÛ\x1D ½šF“¾†-àTu/é "
b"‘˜ä>§'NožfX«u²¶à "
b"‘²`³ø—IQ±ãgÕÚ\x00 Ø\x19 "
b"‘¶âƒM>D\x0F Œ\x03 ‘‹¼Êœ" "
b"‘Ö\e þò\x13 D5²³‰@ѸÀ6 "
b"‘ä“>SþF¢ž„{ÚAT(\x13 "
b"‘íåqbiC\t ´&´æ'óõÏ "
b"Æ\x06 Cå2ìN\e ©wÏÐ(^╦À "
b"’\x10\x03 ^â?B?‰u\x16 IZš\x06 / "
b"Æ0 uLÿL└╝ÉWá║H²■ "
b"Æ1æ8Å\x01 B\x02 Ä\x01 zÁ¶O┬à "
b"’Oõ¥ÖA4ž¡\x01 ßWˆê" "
b"ÆÅ¢¤@\x17 J║ª\x1D uDU╔┘G "
b"’¯c{\f\e BT¢—b·¨Œòm "
b"Æ╠bWi(Myĵ¸æ¤Ø└X "
b"’Ï¡A\x04 ³Bž¯áMÇ\x04 ³\x08 1 "
b"ÆðÀ\r è¸D£ó:┼iÅÃB\x04 "
b"’çÒ£\r fBËŠo½Þ$\x02 5ñ "
b"’ìÌ•Ç HR‚‘þ\x12 +Ûkˆ "
b"“\t DOTlKήZY5¯SÙ„ "
b"ô\f IK{eF╔úE┐ì\f ┌y▀ "
b"“-.V\x01 UK*µD਎Ù\x16 ) "
b"“0ÝG´ÀD\x10 ‡B\x17 †°Ù§Š "
b"“Fr°©ŸHþ£æÇ……tc\x13 "
b"“vU€V\x04 †-6E9ØZKþ "
b"ôzkK6░N└ÉAÂ6¢öª┼ "
b"“{\x02 µiAf·üVœ·‰QÈ\x13 "
b"ô×s┴a\x1A O\x16 É\x0E ‗\x05 hà│t "
b"ôƒj\x1C Å«Oýìëøé|æCý "
b"ô─Z÷¤█Fì░╣BNÒ¡>= "
b"“îÓ…K›F°˜A½R:™“¦ "
b"“ø•8B¿Ml³K}&\x00 Õc€ "
b"”\x00 Ý·#´Bªµ*%ò\x14\x1E\x15 ¸ "
b"”\x07 u>&¬Fv¦t\x12 XKÀõ\e "
b"ö!fwv\x08 EËÇ-Ø\x05\x10 HÐ\x18 "
b"”,£2ƒ¡Cmº\x11 ÒˆÌ\x1F yì "
b"”EV\x08 >‚Nœ‘nÖHÞ-Ê "
b"”J‰\x10 êÁK¼³Ïó\r öýöR "
b"”Oƒ\x14 k‘K’§† ®ÄH$Ì "
b"”xíeŒHMt¯c\x10 Ùà\4l "
b"”š;ãÈEDN•7\x14 œÚKF\x06 "
b"”¡>\x14 2Ù@F™2¼O]0®f "
b"”¬\x15 jt³E\e ‚\x02 ›¾·½f/ "
b"ö▒_öÔóJÉé\x1C ú▓I\x7F Û╔ "
b"ö¤¶|âéLØö*£3dþC³ "
b"ö┘Ï>\x1C £K¶ñ.ÅvO¢~ã "
b"”æ·÷ü!B*‰Z\x13 ‹Â²× "
b"öþ£×½.KOÉÞi¥0à{ "
b"""
”ïlÿ\x1E UI]»,™›\n
Ÿ¡ƒ
"""
b"•'ˆƒÄQF¶‘ƒBÜ÷Ï¥\x12 "
b"ò;+O´WGüçÅ░Ö \\x06\x1A "
b"•A\x1D €pÐM·¬É¹,ü¨Ik "
b"•SopÈOgª‰SCO\r Ã\x06 "
b"•S—õ\x0E ´Fº£!ϧ8%[• "
b"•l7bðúMйéc38’½ "
b"•ˆÙvÚUNÕ•Pø“7u\f L "
b"òÄ~_¼\x1C OöÉå\x1F »èƒ\x12 o "
b"òù`&\x16 ØNLê¼X5m°F\x17 "
b"•Ÿ…\x15 6\r Iö©+øSöy™º "
b"•¤¶\x7F ÕúE;«œ¤ù\x1E c¯l "
b"•°€ #hM|¶L(\x1F\x1F ˆ’; "
b"ò─b¸ò\x13 N½│ì[A½\x0E ┤\x06 "
b"ò╦┌\f _SLøÉÎ\x01 VðÌ┤ "
b"•×Fj»PM\x11 ”°bz×VïÒ "
b"ò┘§╣º,EØ▓6\x02 xáê┴¯ "
b"""
•à@h2ŠL‰®4o…\x06 m\n
v
"""
b"•étN3£I>€ò¦\x10 c7\x03 — "
b"ò÷7Ê ÌF=Àü°\x05 r\x1A ¢î "
b"•øóx‹SH»”Ð4ÜßäÏT "
b"–\x08 ¬\x14\x17 è@N“I6íÑ\v æ| "
b"–U@yØ\v K»¶jÆÖ\x0F nGÎ "
b"–WŸ\x0F\x1A 0O8œ¯ZÇ>ðË\x02 "
b"ûpeZ\!K?üù┐ëì48 "
b"–|B‰ÆØE`˜æS¬º™\x12 J "
b"ûâÒ:÷AN\x00 ƒñHØa4åo "
b"–†\x08\x19 t\x14 Mx³Tñ}ú\Å" "
b"–’úxªãGÜ—œÇÙ´ªb "
b"–”@u“ãG¸ºI¬Ú* +; "
b"–™IL\x14 ÃF\x1C ®%/çí Qs "
b"""
–®\t T×\t C\n
¦šssÌ‹—w
"""
b"–±T2TP¬^I\x15\x12 Å=·2c "
b"–¾8ü¤îK±‚œ”|xžH. "
b"û╠ÐÉnÚM»▓d<9LALb "
b"–ÝArÇ‚E\x15 •Õ;<\x1D\x19 $+ "
b"–ã\x11 é`\x17 F\x04 ™°º»ìh\x05 7 "
b"—\x02 r[\r ØBÓœS!~ä°5‰ "
b"—\v\x1D óåæB\r ¸’$ÏßÎî¨ "
b"—"ªoÂ\x1E O¡ª\x03 ‰ôö%Eö "
b"""
—2šØt\n
M|ŸQ\x16 °±U¨í
"""
b"—G\x12 ÔŒa\n \x00 ©’ìg›ùY "
b"ùGöðü─OÖ¢å┘*\x00\x13\x11 L "
b"—KP&,\x06 E"¿æWuë¾\x05 ó "
b"—Må7ÈãKõ„%ŸyI}Å\x1D "
b"—N!Q\x15\x19 C$²i9\x14 àoe= "
b"—S:Ò*ÑJÝ‚1àå{ø+˜ "
b"—hy´B£B´¸þÏ\r Ìg-K "
b"—k=C`×J-¶%¢\x12 l¤ÆÇ "
b"—x\x14 ×pgJ…Œ¹~Éçoõ "
b"—€ˆ;Ã×L@ˆr+\v m¡ˆO "
b"ùÄ┴R«\f EÜü┴`s2├v "
b"ù╝1$\x13 ÅFöÅêAá┴DÈ« "
b"—¼¼¥0íL\x02 ›l›N4ä.§ "
b"—é‰D*´Gì¬>…;oÆù¸ "
b"˜\x0F ©Ó!DI\x18 ·ð½ô»o|3 "
b"ÿ\x10\x19 ðr╔Eìƒ┼\x11 lµn¾J "
b"˜\x1C ŒöVôy^•£Èhª§± "
b"˜(-Ì\x05 _N¬±ŽÇ&¢áNa "
b"˜(PòErN³£KÔI8¨YJ "
b"˜6æ\x1E £—Zλ°že\x13 ¦i• "
b"˜;\x1A Ü!PGÿ¦§ì“fˆÀï "
b"ÿàwA┐{Ap½%^Å&J┘é "
b"˜µ‘\x17 ˜üB渱¯…&Ú$ð "
b"˜À‘™¡¨B{—ŒšoVÝ\t Ó "
b"ÿÙS ~;FEØY\x1D 0┐ÛÕ) "
b"˜ô6ø §E'‹¡[/¢lŠÐ "
b"™\x02 þ¼WIj›º\e d:d\x10 L "
b"™\f %Ru›Eàˆ™Z¢(ïxâ "
b"™\x1E ³¨Ã\x03 I@¤‚\v sÍZjý "
b"™#n£CýO¦µêžc\x10\t Å5 "
b"™&p ”¿CÙ¯\x00 a7\x03 (Ÿ² "
b"Ö(o\e\x07 ¥GìçóPısáwï "
b"™.\x03\x10 0õI«ªsÆ\x1F\x04 :—T "
b"Ö/F¶┴└NrêH■ÅIÕ&▓ "
b"™4²=\f ¸Oƒ©t‡ZrWîE "
b"™9yq½¾Nx pòÈOF$ç "
b"™:yósDɇי¶™&„+ "
b"™A¼>6pF—‹º@ˆ¬\x1C [¸ "
b"™H;sÒNv±¥ë\Û\x12 ñJ "
b"™[&àå\t GQ¶=Dís\x1A ¿ø "
b"™bÛÓ¤8A ªe\°\e 1\x10 ¤ "
b"™›$|£IMD§<i=šø·Z "
b"Öøiæ├\x08 Kµ¡ü├Áþ‗4\x04 "
b"Ö¼Éé▓╠NEñoã\x19\x15 ¶Þ` "
b"™Âu¸BsDéüœ]\x0F $„’ "
b"™Óå\x12 _bGã¨>ufj9\x18 § "
b"™Öpñw4I½¤ ‹*¦¾7: "
b"Öß╗#┬LI\x14 ▓¯?\x08 }\x12 ìó "
b"™è%Nð)H‘¸ÔÍ\x00 Oú\x18 ê "
b"Ü!9ÝôúLTì_$Þ¬‗\x00 ╩ "
b"š(\x04 —-0Lf’ˆi.¤{Ö“ "
b"ÜNä0!O@¦ìÊ▄Z┼PC╔ "
b"š_¶;V$G©½¼¾Žt©wá "
b"Ül¶F#/M®¡└˹É╩¾0 "
b"š‡ƒ„6ÉF\žÌ¯ZœUç\x0F "
b"š‘;\x18 /aIÖ¬\v «²˜ÜÄ~ "
b"Üæò¹þÎMsÉ░│´Éw¼ä "
b"š–Uâ\x17 ÊF6†Iû\r Â\x02 ‰‘ "
b"ÜáÄËÅtGQá\x07 !ßB┘äq "
b"š¯Ì‰ÕìE}˜«)8Žs\x06 ñ "
b"š´\x02 (L[Müž1õf\x12 QU¹ "
b"š´ãu–\x13 O\x05 ¡læ\t \r \x12 ¡µ "
b"Ü║╬â└Í@óÉË`.À¥¾· "
b"š¾Ù#HÿM‚¯\x04\x16 +Êìpà "
b"šÂn8h¥L˜¿+½Ã¹á ¼ "
b"šÓ¸Kí|Js¤…}ÝÒi”% "
b"šÙ\x01 âX–I\x15 …yÞÄ\x17 éŒ+ "
b"Ü┘Ë▓.·I%Ø1└oÖ╔®H "
b"šä?Z‘\x17 D{§hÊ ’uð "
b"š÷]JÙÞF^³\x1A =W5îßÓ "
b"šøÂ„\x03 LöµÃ\x13 H„“\x1D V "
b"šýPû<ÄI\x15 ’\v •w\x07 @~ÿ "
b"›\x07 &÷ÅEö¶Tû–žëðÓ "
b"""
ø\n
\x1A ¨Ñ\r EÅ®³úD£Ùþ\x08
"""
b"›\x15 tÚ7mKY€¼µ\x04 S'ˆ\x0F "
b"""
›\x19 ]d\n
\x1D Ký˜lè,¼ÿ\x11 W
"""
b"›\x1D ®Ô\x00 ÂE¸Žï ¶ -³o "
b"›]šÑeßGH¹Ñ\x1E W\x1E ÒpQ "
b"›^¸Ï¥ÐEa¬æj.·òµ! "
b"›mŒŒ~\x1F KÔœ\x7F Džæ;Õð "
b"›\x7F\x04 #ÉÈF€¯V&\x1F ‰æ¨Ÿ "
b"›\x7F ðÈ\t EÀ¬Êý\x1F »x\x05\x11 "
b"›‚¤)\x0F ‚AîºSi,¯§²Æ "
b"ø»çûÌ|OW║├CÅT°èð "
b"ø░ôì┌eGBô±▄¡QïÝ\ "
b"›±µä\x13 DO\x10 ©Ëû0ÉàPq "
b"›ºà–jïOÔ¸ºsÙdD\x01 — "
b"›Ástz‡K\x15 ›—L©vlF\x14 "
b"ø─ó«╗§O\x16 ØéB6ft\x15 ¾ "
b"›ÊÌ\f :øF˜ž\e [‹€)y\x14 "
b"›ÌLª\x1A ÷Ai™5È(Üpõ= "
b"ø┌Ø├ÿ`CÊ│A ß4¾!´ "
b"ø§¤╩Ý4@@©3c/8Éä┴ "
b"›ûßìÄ_I¯“n¯_ɼFÓ "
b"œ.óÔ“zB•¹{*tˆ\x1F\x01 9 "
b"£Ey\─>E¿o@¬ıûŲ "
b"œH‘:¥þJ”‹Ó'©”€ "
b"œO1éÇ\x04 F¤—¦§qÑ솳 "
b"œUSÝJPF´„\x7F ÚP›\x14 Žù "
b"£wã┤YÉB÷ø\x1E X┘zÔ¯\x0E "
b"£â┘[└ AJô¸Ål\x19 ©©t "
b"œ ¯2°ÄB&·oûÆ\x05 Þþ· "
b"£░░▀ªxK╚Å┤bôL&9à "
b"£║ıÿ/»Iıüóä;¦▒░ú "
b"£╗\x0F ├\x0E ®N█Éê┌┤┌:>k "
b"£╝¦Î\x06 ıDÏäpU╚ì▀у "
b"œÂÔ\x13 â÷L&‚ã#Q…\x15 êË "
b"œÎí\x06 ÏvAGˆ6®;UÑ{í "
b"œÏ.%\e ®L•…¦Üª¤—W6 "
b"œùuàI\x18 @Zµ\x1F X\x1F _\x08 ¡\f "
b"œþ’rlþBÊŒÝ'åY>úz "
b"Ø\x05 -U\e PA¨©\t ´ÚÓMº "
b"""
Ø\x05 ░C\x18\x15 L7è[×n\n
e%m
"""
b"Ø\f\x16 Ã,>@#½´Q©=Ëù³ "
b"Ø\x10\x10 ÷úpK\x0F î\x04 └\x11 q\x18 ╔ê "
b"Ø0¶j:Ú@Z░æJ¬ÍßÓÓ "
b"Ø@S¨EsEÆ©xb\x15\x00 ÅTý "
b"ØI\x12\x14 ┘_AwÅq¶U»b■å "
b"ØSÜÕÈÑG¦É¼┌\f ─!ç} "
b"ØVpÓ■ßC┬ñ\x14\x18 ]|õ\x11 Ê "
b"ØcÞ¦\x18\f IÉú'~`>░©V "
b"Ø~Óç├»Mm░2\x06 ¨├░°a "
b"ØÅJ1\x18 'O:¬£C¸ëÞîr "
b"Øô\x0F j#/O°Á½\x00 Ë\x02 í┐[ "
b"ØØ1E\x16\x16 JÖÜıÕa\v s}\x17 "
b"ØáÖGÍ▒C;öËÝd;#ú³ "
b"ØíÜ/\x13 /Cʪ³v▄Ú@\x06 Í "
b"Ø®└ÃaÀB2┤_(╔]ï\x1F ├ "
b"Ø«\x1F uØ/J}╣OeA*ü^\x1D "
b"ØÕï2ıãFiùA\x04 Ï#\x7F ÁK "
b"Ø÷╣ÐiÀOÇ░k ‗Og[Þ "
b"ž\x11\v\x12 ‘NC^»o!\x1F òH÷£ "
b"ž\x1A\x17 /4æJV˜ë•)H\x13\x19 œ "
b"ž\x1C †/GŒD°¿ÔJù\x19 ó\x18 Ü "
b"ž"\x08\x18 ̈HÌŸ[ïË´\x15 áù "
b"ž=\x0E\e RõNß²}Y+}ŽŽ‘ "
b"žKòÎÐ\x03 @7š$\x7F\x01 C†žÒ "
b"ž]Y«2VE¶ƒ–@‡¥Û~ô "
b"ž]°å\x19 ÙCĬÌk¥ì:Óˆ "
b"žaV\x01 ø£F[¹F¶nÅúb‘ "
b"×pÉl▒±JüCßS\x11\x03 Ró "
b"×ì╠òH│@╔ê▓─\x11 ╩\x11 j¶ "
b"žœ®rO·EE¹š\e !pkþ¹ "
b"רäƒ\x16 >C\v │°\x17\f * (@ "
b"×Ïü|jÞH¬│Ý£\x1D >P/╗ "
b"žÙìY£ùFÁ¿}\x18 %æ_?˜ "
b"žÚHÍ2@\f ²Q~\f ÔBá« "
b"×Úáü\x07 1C6è+à\x06 ]!â═ "
b"žëÈ"è\x7F O0¼\x1F À]\x04\x7F Ø% "
b"×■~:þüGñ│g\x02 ë¹\x06\x08 r "
b"Ÿ\f QøíEOðŠ°–×c¬pÿ "
b"ƒ#0À\x7F ÉDã¼ÖåN\r \x02\x10 è "
b"Ÿ#Ï\x08 P\x07 K¸®V·çj2C( "
b"ŸF¾\e æ\x1F C¢ŽF\x03\x03 I<J\x00 "
b"ŸQAZ'\A\x13 ´¶ÝœBÞ,€ "
b"ƒU¸³øçD~╗\x10 ‗jØ2E´ "
b"ƒ[ÿï░KDÐáýx¦╬äüË "
b"ƒ^Ø\x08 þÖIt┐░X\v\t ░ÅØ "
b"Ÿf\x19 @“XEoŒ/\x13\x15 áÝ;± "
b"ƒw\x08 f±▀O\v ÜÍü!=¨\e l "
b"Ÿ{òs‡ñI쎹‰·¼\x07 Yà "
b"ƒ~║ø[ìK0ób~0ö²ùa "
b"Ÿ†¶oÝíCD¢æqð¹G*ø "
b"Ÿ™(|ÖiF’€\x1F ¦ø l\f Ô "
b"Ÿ±ÓçÒ+K‡›cö˜%;ë¶ "
b"ŸÄœíKºGÌ‚eÚX\e ÅÛ[ "
b"ŸÏ–ÂÛÛJâCNOJP\x7F k "
b"ƒ█?¸+Hì▓:YÍä°ù╔ "
b"ŸÝY\x03 9ÜMt¨+÷ÂÎvÎC "
b"Ÿót¤ƒ-K\x19 ®aä\x16 :¾àa "
b"Ÿö[%3§B\x14 ¯\x02\x04 O½1\x7F ý "
b"ŸýŽh3bGC¡\x12 TK>\x06 ø\ "
b" \t ³šð[E~¢¥ÛKà\x07 ÂR "
b" \x1C ™½\x06 6F\f £R²Ó±ý<) "
b"á:§ó╩┤FŬڼ2]\x0E Àã "
b" Uòßç!L2·ò^-\x00 š2÷ "
b"áX╗ÇÊ×NìÑy╩e«■Úÿ "
b" h:óu6A ‰g‡Y9Â×@ "
b" v\x11 HÁjN\t »ÈM}\x1F FC/ "
b"áé6í\x1D\x17 B,Åi.│/©Ü░ "
b"áéLòÃ\x1E OO┐\x18 Ƀ╦ÿ\x0E f "
b" ÌÃׄ-G¥ˆ\t ìÒàË~\x01 "
b" ìh0‡ BFŸé³ü¥¤¶1 "
b" üAMèHH7‘ø±æÆ\x12\x01 ê "
b"¡\x00 IdÝ\x00 O.ŠÑvfî”e> "
b"¡\x00 º\x06 ÏòL´™?×GÛi\x1F u "
b"í"gN└╩J\x15 ¡ì.\x00 )H■N "
b"í3êÎ\x00 }BrìX╗Ò"Z\v æ "
b"¡?x0e£N¹¾®\x00 Q$÷^µ "
b"ícç\x18 ©\x03 Aóç¯\x1C ص E± "
b"¡oñ+(/A¬ŽÐ¥3OjÈ“ "
b"¡~;•^\x1D D¨¢ëZå9Fen "
b"¡“BϺVEv¬\x7F Äô\x14 Ȥ{ "
b"¡¬AUŒ†H+¥ƒa%J5D× "
b"¡Å{’¤ÿ@ȇo\r ‘\x1E üh… "
b"íË\x07 \r 7&E¸òØ\x1E "▒\x06 i═ "
b"í«\x13 ?êKùÉ─Y<´·\x0E ┤ "
b"ó\x10 ╗ë-DKÔ│\x10 ì¿qjNÔ "
b"¢\x19 çÖ\x00 nCS™V“#déF. "
b"¢\x1C `x'äK¡GRZd¾\x15 ç "
b"¢2sJe•N\x18 ½bK\x15 |¶=! "
b"ó6¢\x15\x16 YJ4ÜëÅ9»ïèÇ "
b"óT╦lJ║Dìå¡Ö;ð▄T~ "
b"¢VvÊFøO6´pIÔs)h0 "
b"óW╠ìu\x7F J¹ÅÆQ\x19 ╗6/» "
b"óï\e Ã\x16 ÉF]«XÙùû\x1F É\x04 "
b"¢••IøŠIظXü*~|üh "
b"ó®\x15 yuº@%ÉFSîÒ Í× "
b"¢±|ü‚ÙO˜·Œ,m«’kR "
b"""
ó¥ DþaLZÉ╬3\\n
äÐ┬
"""
b"óÊ\x13 îh¢H\x14 Å)ñ÷!bµ "
b"óı┼Å~▄Kõ┐¥\t E´\x04 ╔\x06 "
b"¢èÔMï‰AN©Ðêß4.HB "
b"¢úøM(„@ƒ¦;Ö’Zbò‘ "
b"£-«ß„‡B.¤5:ÆWy|Y "
b"£1#i¥ßMJºž§\x16 Ô\x05 ís "
b"£qMÔTçCBŽ.ÑÀqä\x0E V "
b"£~ÊÑÅvAZ \x12 :Ò™+GØ "
b"úÅ┐á,\x1E Fa«ö?"²└‗ÿ "
b"£‘}{…ƒB%³p‰N¶Ÿb‰ "
b"£–Ô2C\f A\x06 ‰V€í\x14 «Æ5 "
b"úùüæ«xMnå¡ï«æ\x1C âß "
b"£¢ÅÑ\x10 yGy¸ü}ÙÁøúï "
b"£‘·ô{KŠ’¨€´!:¤ñ "
b"úÎ!'ÛtLZø\x10 ¥ì³ª\x1C t "
b"ú▄yâ÷\x11 DùóKnÎéìBb "
b"£ãÜ\x19 ÛÎLœ·Y¦¬ÖCå– "
b"£ãêÌû‚Làœ¯W«q=jÔ "
b"úƒ!f@Dê┐$Ø╣╔Xé® "
b"ñ\x02 ¿ÐçÁBøÿ8Ø\r tw~5 "
b"ñ\x07 צüÒEgÿ§ðvæ«;Ä "
b"¤\x15 Ø/JxD\x1E «€Rÿ.Í„\r "
b"ñ\e :├gáH ¡▒ü(▄\x01 ç\r "
b"¤,üž\e kFMª3$\x0F ÓÌJU "
b"¤-Ê\t ï˜ON·QùVLovQ "
b"ñ2f£‗vJµØ+Õ"╬ýðU "
b"¤>ñ|ÝÐ@P¹MÅ¿¼SzJ "
b"¤@q¢ofJ“‰V2\x0E ´•G\x1C "
b"¤B\x18\x1C ¸ÙBq«¬ÍJ½—\x02 & "
b"ñi\x18 01?M\x11 ╣┼Iº\x13 É8Ä "
b"¤j\x11 {î5J®¡ÌM;g*n\x14 "
b"¤xÀX÷\x03 ID‡äú%Ë\x10 ÐÀ "
b"¤¡×:=)Aé¢\x00 äB‹‚kH "
b"¤Ù*\x1A ¿BL\x17 «yrvÖÁ=ß "
b"ñÞÕ\x7F ¯_LsØÃQ\x14 Ê3¹─ "
b"¤ó=àÿ¥EÕ‰a¸.—'Ž… "
b"¥\x10 ѱà0GÜŠ\x7F 7¶Ð+ÆE "
b"¥\x1A î†aÒKnˆânTËôº‘ "
b"¥/`3³\x14 I›¶ô\x12 ‹á\x01 ɘ "
b"Ñ9ÅõôÎEÉÜÇ┘~¶\x16\f ¨ "
b"¥L7JÊ\x7F F‡†ë1ú¤IDá "
b"ÑRý¼ë\x04 F2®¿½ü1_c╝ "
b"¥]1E…‚Iš™8?Ž'*Ïà "
b"¥fx|\x1F ºMØ¥^ÀC·Þ&¾ "
b"Ñk)liƒA╝á▀S\t Å@\x03\x03 "
b"Ñl\x19 èìÅW}~®Ç\x07 ‗QÞÆ "
b"¥nP·\x05 ùJq¥9\x1F !BL\x17 F "
b"¥\x7F &±\x06 ïB\x13 ²%gKûqˆ˜ "
b"¥ŠÎ€e5K¤’Ø?x¼RÈ\e "
b"¥ n†™>B\x03 œ\x1E |{j„>f "
b"¥±S'G†HƵÇ~V,Ý~ò "
b"¥¹Q\x10 S\x02 D-‡›ü\x00 ‚VÌT "
b"¥¼s¢ë\x00 Cvºe\x0F BçÓŠ¶ "
b"Ñ─╬b¡ZN┼º=¼┌Å╣&~ "
b"Ñ╠é¬V:Haüè└\x18 ø\x07 Aq "
b"¥âgÁÁ\x15 K(®ì{°LÃbÿ "
b"¥å\x12 ër¹LÓ‰¬ƒ³´ú˜÷ "
b"ÑÙ\x01 DÜÒD\f ┤\x16 k¸KS\r ü "
b"¥ï,®fÞI.—.n7Wn\x1F c "
b"ª\x0F Ô¢çhM\x7F É"ZÝϰöu "
b"ª\x18 ÇÖH\t E·è\x00 x■\f ÅN\x0F "
b"¦0ÈdùéOÙ¥Ó"Bõ\t Ës "
b"¦1À_T;C>¯=\x1A\x05 ¥(m‚ "
b"ªD·³ìòNgºl¥â£d÷Þ "
b"ªT┬¦G§GÍÉ~ÚÄ│0R3 "
b"ª[╩1rÉHÞÿa¸█î¬Ðb "
b"¦g\x04 CÌ%C/Œ™†2мƒÊ "
b"ªp1A®\DüökJ¹}qð· "
b"¦~Œ7håAÁˆ\x14 UŒp[}( "
b"¦‚kºeÎL“¼kÿ\x05 ú\x13 „ñ "
b"ªìà\r ÍOE¿ù9%IÃ┐│ "
b"""
ªØfS@9@\n
À<×IÀ‗┬Þ
"""
b"ª▒;w\x0E JIÒ┤ì\ݽ£dÔ "
b"¦·aân\x08 Gr¡ÇH+¨økJ "
b"¦·“\v õ\@Å¢‘b)IóES "
b"¦Á(\x08 \ÄE<¦½X \x1A \º€ "
b"¦È’?>sD™˜$éP\x05 )K¿ "
b"ªÎ\t ØHP@°▓¢=\x19 ±%Í\x0F "
b"¦çæ\x12 x!M\x11 ¤ö‘Ø\x1E 0c^ "
b"¦ô8œ^\x05 C\x17 ¡<ÇP\x02 Gv@ "
b"§\t h3\qMz¹»®€Œ)°+ "
b"§\x13 ©·^äCv¹€e ùyªu "
b"º\x18 Û}1vJ╬Å©Ï\x01 Êp=¬ "
b"§\e çCJþK ±wû\x03 —0DŸ "
b"§'µŸõüC™Z•áîð\x07 Í "
b"§,\x1E 7MªC¥§Ù|c\x03 ½Ð\t "
b"§=`Îù^Af‡ÀÐm°ÈW· "
b"§PÖCÜ¢Cvšôú…\x1C\x06 ±¾ "
b"§w-G¡³@n«×M5î\x14 ¼ "
b"§} :NúMc¥7\x06 gÿ%à\x08 "
b"ºüû\x08 ¥ôDõÑB:aø¡┘g "
b"§§UV\t ²@\x05 ’WÕ‰KÌhê "
b"§²â`\x1C ÕI" \x07 Ò\x14 ß&ˆv "
b"º╗|¿´ÕM5É)ûu\x01 ¡~ "
b"ºÓÅýfıM\x07 Ø/¿¿╣ 4J "
b"§ü\x01 {×\x03 ·<eɶÍ#.ª "
b"¨\x01 -M‰ÆBG¤†¬ÈñlöÑ "
b"¿\x11 @░Ø~Mùí>b\x05 ¼t°/ "
b"¨\x11 Ñôm\x02 @NƒSKÎlS—0 "
b"¨\x16 ñIÉ„G´œÀ\x12 ’Ò‰\r É "
b"¨\x1A ({z—Kt•`sѼ·Éû "
b"¿#▒)ånMìååOyØà╝┤ "
]
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 (0x8AFC280B39E549E38D183B5862EAA863 , 0x8B09882BDE4F4DDC9B91DEDCDF4A2751 , 0x8B0E61F1934F49C491C36430CF5B276A , 0x8B2351A462EC4ABDA2790A9A5267C2B8 , 0x8B269308B2CF4D9C9863068F6D03346B , 0x8B45CF08B8B44FB782DD21AA60BEB3CA , 0x8B4E55099B43470A894E4060CF4990EE , 0x8B542CD985D94E3987E6A15F7262B116 , 0x8B55425546964964B205AC89488D91EB , 0x8B60DF0B7E4C434E81F72202DB46A2D2 , 0x8B8BD479203C485993D6EB26556DDCC4 , 0x8BB0A045CD3C46818FC91AC896F6BE06 , 0x8BDD4F9E10EC96B722718F814EC682EB , 0x8BF577841B0248DF97F9DF405E7B1ED3 , 0x8BFA0330A08C4895B7BF79785BE456FE , 0x8BFD801A6765403E939B85C89E5128ED , 0x8C2CAA412D21463B9BA043FE248BA240 , 0x8C3B0683598E47A086CDEC5429CBA3EB , 0x8C4D80E87933A01C4080149150AC50C7 , 0x8C575D9EBBC54AA3B8BEB2E10FC9965E , 0x8C5B20A0E5AA499EB9A6A1E141D00EC5 , 0x8C6D50378AA5439E8993AD48C6C49862 , 0x8C6DF2846788496DBE35EEBCEC372302 , 0x8C865384710D435399BD54C9AC9B664D , 0x8C8A6D0CCBFC4E1884146698E9EBA9F1 , 0x8C930F4789574FAD943DB818346A089A , 0x8C9A53656A2C49B8BC01D8264E262536 , 0x8CA39FC19ECA420AA3F4B61B9592E80F , 0x8CBE01B82BEF40DAA0586A7E5860E9FD , 0x8CBF12B120BD4771BC3B5B2DA2BE32C1 , 0x8CDE3014B25E456F9EE56D2B5890579A , 0x8CE22EDAD4144813B7A46F28F6204DA6 , 0x8CE8F8A7B74E4DE3AC688A44F2D94C09 , 0x8D3A4A4406C04C8FB8A2843B5AC7548E , 0x8D42CC4CCC3D40A3860C0E221A592B45 , 0x8D4A0979B98B4FDE8429DBBE90F798D3 , 0x8D5BC3112C874EC39D3F37F3F8AA86AA , 0x8D5F17448D80430AB01FE4769E52F582 , 0x8D65501872C84FE4AA322210F8EC0184 , 0x8D66A035927F4625AC6AD186110F1310 , 0x8D72602A517B4C03A2A10743E60A6D18 , 0x8D8B1DE36E404A9D956FE8F598B23AE5 , 0x8D98EE1BB13947228900FD437AAA9F78 , 0x8DA2E863010A45A080266DA58A9D8F63 , 0x8DA921A96E4647388F5240B59C624FBF , 0x8DB2B6EBE25C4B0790B9E6E7A42C58AC , 0x8DE3CFF0F6FC4A6682BA282A9D02AE7C , 0x8E09DD479F2F4B5EA0C3909849990343 , 0x8E0A684D608C4111A1A933905965FBE5 , 0x8E29F4AC232E400E810AEA93B38F50CD , 0x8E5BA37344E24EEE9E09077EB9E84D13 , 0x8E5EF2E626E147B88BB86CA5DF6C7E3A , 0x8E6F3DEDE2D1364142B7B8BDD035EDD9 , 0x8E7528B5B1F8404F8A1DE03026CECDA8 , 0x8E8D4983FEE843C8958426F9CBDF7B62 , 0x8EC3E728D6EB4F168244781158167D12 , 0x8EC8B8D522FF4585960DC229856505E2 , 0x8ECC4D10F8314345BD52A741247E817A , 0x8ED8D424071F4C758B41906836935857 , 0x8EDA69A8BF7E496B8088ACF74C3201B9 , 0x8EDFAB12D7524A2DBFB7692F490CACEF , 0x8EEADE7B0356425B94A7CDD9DED1B522 , 0x8EF31E6FA3DE4800A11484F09AE3DDA2 , 0x8F01386CDB7848FBA3554D3C9E742559 , 0x8F0EB2B475104BA3ADD879D5CB495A08 , 0x8F81F3D06BB94382985AD2205271CE2A , 0x8F86A3CFEB7D4355846F584C1902DAFC , 0x8F9604945065499BA3E6B0DEB604DD70 , 0x8F9862347B824977A662BCEFEFE48754 , 0x8FA1A6E2C63D4D739022AA58C85A47FE , 0x8FAB997621794DE7B29AF697AE3B034F , 0x8FD3DBA031944802836F9B20D3761C40 , 0x8FE21FF89C8D4197AD83AA221AC64318 , 0x8FE7D6A53C3C4DBF935D1C0DF984A64C , 0x9007BD8ECCAE41DB874AFF36933EC960 , 0x90184C4C22674604BD7FFDCF6FAB6B65 , 0x9024C0BFBEBA4FB888EE5C2CA66B4BD2 , 0x9037705CD047470F82243946F22E790B , 0x904050C1268C4AB6A799FC66446DF96F , 0x9040B1C45FCC49D6844566B67C70068B , 0x9050F40FED4C480C94960B3B27586C8C , 0x907E4EF057E44ACAA9919B0A6499AEE7 , 0x90BCB1E440D942ECA72BB135B25AADFA , 0x90BF0979DFC34276B4D7C781F077FE57 , 0x90D64E945BB14D2E8060A9C5D352E8B3 , 0x90E36190D65848C0B4449C54FEB40493 , 0x90E64A0E2CBB4453A04540BF446EFEB0 , 0x90E71E180FD24CB7BA53F5FC37DCD8A4 , 0x90EA720B13A44D7095727BC6C88EE41A , 0x90F7427802C54A788F9516ACCB71F607 , 0x90F8E491634244A4B8DDF8A90216ECA8 , 0x910673BCDDF048858F0848B414489836 , 0x9109A5EC92844DD3B21AB18427F0F7CD , 0x9112690EE9414CD4B67D4A37AC28CC0F , 0x912D3D4BC20F4C54A37ADEC8828C5DE2 , 0x915108256B0D445ABF83A0666E775D1B , 0x915932FA77644DB3BB6289A892575DC4 , 0x91695C66655F4349AB5AF275738F1E6E , 0x91703BF81253442AAB40ED8D2F7E5096 , 0x918CDB1DBD9A4693BE862DE054752FE9 , 0x9198E43EA7274E6F9E6658AB75B2B6E0 , 0x91B260B3F8974951B1E367D5DA00D819 , 0x91B6E2834D3E440F8C03918BBCCA9C22 , 0x91D61BFEF2134435B2B38940D1B8C036 , 0x91E4933E53FE46A29E847BDA41542813 , 0x91EDE57162694309B426B4E627F3F5CF , 0x92064386328D4E1BB877D8D1285ECBB7 , 0x9210035EE23F423F897516495A9A062F , 0x923020754C984CC0BC9057A0BA48FDFE , 0x923191388F0142028E017AB5F44FC2C7 , 0x924FF5A5D6AD41349EA101DF5788EA22 , 0x928FBDCF40174ABAA61D754455C9D947 , 0x92AF637B0C1B4254A29762B7A88CF26D , 0x92CC625769284D798EE6F791CF9DC058 , 0x92CFA14104B3429EAFE14DC704B30831 , 0x92D0B70D8AF7449CA23AC5698FC74204 , 0x92E7D2A30D6642CB8A6FBDDE240235F1 , 0x92ECCC95C72048528291FE122BDB6B88 , 0x9309444F546C4BCEAE5A5935AF53D984 , 0x930C494B7B6546C9A345BF8D0CDA79DF , 0x932D2E5601554B2AB544E0A88ED91629 , 0x9330DD47B4C0441087421786B0D9A78A , 0x934672B0A99F48FEA3E6C78585746313 , 0x937655805604A0862D364539D85A4BFE , 0x937A6B4B36B04EC09041B636BD94A6C5 , 0x937B02B5694166B7FC569CB78951C813 , 0x939E73C1611A4F16900EF2056885B374 , 0x939F6A1C8FAE4FEC8D899B827C9143EC , 0x93C45AF6CFDB468DB0B9424EE3AD3E3D , 0x93EED3854B9B46B09841BD523A9993A6 , 0x93F8953842BF4D6CB34B7D2600D56380 , 0x9400DDB723B442AAB52A25F2141E15B8 , 0x9407753E26AC4676A67412584BC0F51B , 0x94216677760845D3802D9D051048D118 , 0x942CA33283A1436DBA11D288CC1F79EC , 0x944556083E824E9C916ED648DE2DADCA , 0x944A8910EAC14BBCB3CFF30DF6FDF652 , 0x944F83146B914B92A78620AEC44824CC , 0x9478ED658C484D74AF6310D9E05C346C , 0x949A3BE3C845444E9537149CDA4B4606 , 0x94A13E1432D940469932BC4F5D30AE66 , 0x94AC156A74B3451B82029BBEB7BD662F , 0x94B15F94E2A24A90821CA3B2497FEAC9 , 0x94CFF47C83824C9D942A9C3364E743FC , 0x94D9D83E1C9C4BF4A42E8F764FBD7EC6 , 0x94E6B7F7FC21422A895A138BC2B2D720 , 0x94E79C9EAB2E4B4F90E8F069BE30857B , 0x94EF6CFF1E55495DBB2C999B0A9FA183 , 0x95278883C45146B6918342DCF7CFA512 , 0x953B2B4FEF574781878FB099FF5C061A , 0x95411D8070D04DB7ACC9B92CFCA8496B , 0x95536F70C8AD4F67AA8953434F0DC306 , 0x955397F50EB446BAA321CFA738255B95 , 0x956C3762F0FA4D8AB9E963AD333892BD , 0x9588D976DA554ED59550F89337750C4C , 0x958E7E5FAC1C4F9490861FAF8A9F126F , 0x95976026169D4E4C88AC58356DF84617 , 0x959F8515360D49F6A92BF853F67999BA , 0x95A4B67FD5FA453BAB9CA4F91E63AF6C , 0x95B0802023684D7CB64C281F1F88923B , 0x95C462F795134EABB38D5B41AB0EB406 , 0x95CBDA0C5F534C9B90D70156D0DEB420 , 0x95D7466ABB504D1194B0627AD756EFD2 , 0x95D9F5B9A72C459DB2360278A088C1EE , 0x95E04068328A4C89AE346F85066D0A76 , 0x95E9744E33A3493E80F2A61063370397 , 0x95F637D2FFDE463DB781F805721ABD8C , 0x95F8F3788B5348BB94D034DCDFE4CF54 , 0x9608AC1417E8404E934936EDD10BE67C , 0x96554079D80B4BBBB66AC6D60F6E47CE , 0x96579F0F1A304F389CAF5AC73EF0CB02 , 0x9670655A5C214B3F8197BF89C7AA3438 , 0x967C4289C6D8456098E653ACBA99124A , 0x9683E33AF6414E009FA4489D6134866F , 0x9686081974144D78B354F17DFA5CC522 , 0x9692FA78AAE347DC979CC7D9B4AA6220 , 0x9694407593E347B8BA49ACDA2AA02B3B , 0x9699494C14C3461CAE252FE7ED205173 , 0x96AE0954D709430AA69A7373CC8B9777 , 0x96B154325450AC5E491512C53DB73263 , 0x96BE38FCA4EE4BB1829C947C789E482E , 0x96CCD1906EE94DAFB2643C394C414C62 , 0x96DD4172C782451595D53B3C1D19242B , 0x96E311E96017460499B0BABBEC680537 , 0x9702725B0DD842D39C53217EE4B03589 , 0x970B1DF3E5E6420DB89224CFDFCEEEA8 , 0x9722AA6FC21E4FA1AA0389F4F62545F6 , 0x97329AD8740A4D7C9F5116B0B155A8ED , 0x974712D48CAD610A00A992EC679BF959 , 0x974794D081C44F99BD86D92A0013114C , 0x974B50262C064522BFE65775EBBE05F3 , 0x974DE537C8E34BF584259F79497DC51D , 0x974E215115194324B2693914E06F653D , 0x97533AD22AD14ADD8231E0E57BF82B98 , 0x976879B442A342B4B8FECF0DCC672D4B , 0x976B3D4360D74A2DB625A2126CA4C6C7 , 0x977814D770674A858CB97EC9E76FF5AD , 0x9780883BC3D74C4088722B0B6DA1884F , 0x978EC152AE0C459A81C1607332C376B6 , 0x97BC3124138F46948F8841A0C144D4AE , 0x97BCBCA530ED4C029B6C9B4E34E42EA7 , 0x97E989442AB447ECAC3E853B6FC6F9B8 , 0x980FA9D321444918B7F0BDF4BB6F7C33 , 0x981019D072C9458D9FC5116CE66EF34A , 0x981C8CADF656F4795E95A3C868AAA7B1 , 0x98282DCC055F4EACB18EC726A2E14E61 , 0x982850F245724EB3A34BD44938A8594A , 0x9836E61EA3975ACEBBB09E6513A66995 , 0x983B1ADC215047FFA6A7EC936688C0EF , 0x98857741BF7B4170AB255E8F264AD982 , 0x98B5911798FC42E6B8B1AF8526DA24F0 , 0x98C09199A1A8427B978C9A6F56DD09D3 , 0x98EB53207E3B46459D591D30BFEAE529 , 0x98F436F820A745278BA15B2FA26C8AD0 , 0x9902ADFEBC57496A9BBA1B643A64104C , 0x990C2552759B45E088995AA228EF78E2 , 0x991EB3A8C3034940A4820B73CD5A6AFD , 0x99236EA343FD4FA6B5EA9E631009C535 , 0x992670A094BF43D9AF00613703289FB2 , 0x99286F1B07BE478D87A250D573A0778B , 0x992E031030F549ABAA73C61F043A9754 , 0x992F46F4C1C04E728848FE8F49E526B2 , 0x9934B23D0CB84F83A974875A7257EE45 , 0x99397971BDBE4E78A070F2C84F4624E7 , 0x993A79F3AD7344C987D799B69926842B , 0x9941BC3E367046978BBA4088AC1C5BB8 , 0x9948CDBE73D24E76B1A5EB5CDB12F14A , 0x995B26E0E5094751B63D44ED731ABFF8 , 0x9962DBD3A4384120AA655CB01B3110A4 , 0x999B247CA3494D44A73C693D9AF8B75A , 0x999B6991C3084BE6AD81C3B5E7F23404 , 0x99AC9082B2CC4E45A46FC61915F4E860 , 0x99C275B8427344E9ADFC9C5D0F248492 , 0x99D3E5125F6247E3A83E75666A3918A7 , 0x99D670F1773449BDA4208B2AA6BE373A , 0x99E1BB23C24C4914B2EE3F087D128DA2 , 0x99E8254EF0294891B8D4CD004FFA18EA , 0x9A2139ED93A34C548D5F24E8AAF200CA , 0x9A2804972D304C669288692EA47BD693 , 0x9A4E8430214F40DD8DD2DC5AC55043C9 , 0x9A5FB63B562447A9BDBCBE8E74A977E1 , 0x9A6CF446232F4DA9ADC0D3FB90CAF330 , 0x9A87838436C9465C9ECCAF5A9C55E70F , 0x9A913B182F6149D6AC0BABB298DCC47E , 0x9A9195FBE7D74D7390B0B3EF9077AC84 , 0x9A9655E217CA46368649FB0DC2028991 , 0x9AA08ED38F744751A00721E142D98471 , 0x9AAFCC89D5EC457D98AB29388E7306F1 , 0x9AB402284C5B4DFC9E31F566125155B9 , 0x9AB4E37596134F05A16CE6090D12A1B5 , 0x9ABACE83C0D640A290D3602EB7BEF3FA , 0x9ABED92348FF4D82AF04162BCAEC70E0 , 0x9AC26E3868A54C98BF2BBDC3B9E120BC , 0x9AD3B84BED7C4A73A4857DDDD2699425 , 0x9AD901E2589649158579DEC417E98C2B , 0x9AD9D3B22EFA49259D31C06F99C9A948 , 0x9AE43F5A9117447BA768CA209275C3B0 , 0x9AF75D4AD9DE465EB31A3D5735EEDFD3 , 0x9AF8C284AD034CF6B5C3134884931D56 , 0x9AFD50FB3CC44915920B957707407EFF , 0x9B07AD26F7C545F6B654FB969EEBF0D3 , 0x9B0A1AF9A50D458FA9FCA3449CEBE708 , 0x9B1574DA376D4B5980BCB5045327880F , 0x9B195D640A1D4BFD986CE82CBCFF1157 , 0x9B1DAED400C245B88EEF20B6202DB36F , 0x9B5D9AD165DF4748B9D11E571ED27051 , 0x9B5EB8CFA5D04561ACE66A2EB7F2B521 , 0x9B6D8C8C7E1F4BD49C7F449EE63BD5F0 , 0x9B7F0423C9C84680AF56261F89E6A89F , 0x9B7FA0F0C80945C0ACCAFD1FBB780511 , 0x9B82A4290F8241EEBA53692CAFA7B2C6 , 0x9BAF8796DE7C4F57BAC3438F54F88AD0 , 0x9BB0938DDA65474293F1DCAD518BED5C , 0x9BB1B5E413444F10A9CBFB30C9E05071 , 0x9BBAE0966AEF4FD4B8BA73D964440197 , 0x9BC173747A874B159B974CA9766C4614 , 0x9BC4A2AEBBF54F169D824236667415F3 , 0x9BCACC0C3AF846989E1B5B8B80297914 , 0x9BCC4CAA1AF741699935C828DC70F53D , 0x9BDA9DC3986043D2B34120E134F321EF , 0x9BF5CFCAED344040B833632F389084C1 , 0x9BFBDFECC45F49AF936EAF5FC9BC46D3 , 0x9C2EF3D4937A4295B97B2A74881F0139 , 0x9C45795CC43E45F0A86F40AAD5968FFD , 0x9C48913AA5FE4AC2948BD327A99480AD , 0x9C4F31E9C70446A497A6A771D1EC86B3 , 0x9C5553DD4A5046B4847FDA509B148EF9 , 0x9C77C6B4599042F69B1E58D97AE2EE0E , 0x9C83D95BC0FF414A93F78F6C19B8B874 , 0x9CA0AF32B0C44226B76FFBC605DEFEB7 , 0x9CB0B0DFA6784BC88FB462934C263985 , 0x9CBAD5982FAF49D581A2843BDDB1B0A3 , 0x9CBB0FC30EA94EDB9088DAB4DA3A3E6B , 0x9CBCDDD706D544D8847055C88DDFA59F , 0x9CC2D413E2F74C2682E323518515EACB , 0x9CCEED06CF7641478836AE3B55D17BED , 0x9CCF2E251BAE4C9585A6DCAAA4975736 , 0x9CF975E04918405AB51F581F5F08A10C , 0x9CFE92726CFE42CA8CDD27E5593EFA7A , 0x9D052D551B5041F9B809EFE9F0E04DA7 , 0x9D05B04318154C378A5B9E6E0A65256D , 0x9D0C16C72C3E4023ABEF51B83DD397FC , 0x9D1010F6A3704B0F8C04C0117118C988 , 0x9D30F46A3AE9405AB0914AAAD6E1E0E0 , 0x9D4053F945734592B8786215008F54EC , 0x9D491214D95F41778F71F455AF62FE86 , 0x9D539AE5D4A547DD90ACDA0CC421877D , 0x9D5670E0FEE143C2A414185D7CE411D2 , 0x9D63E8DD180C4990A3277E603EB0B856 , 0x9D7EE087C3AF4D6DB03206F9C3B0F861 , 0x9D8F4A3118274F3AAA9C43F789E88C72 , 0x9D930F6A232F4FF8B5AB00D302A1BF5B , 0x9D9D314516164A999AD5E5610B737D17 , 0x9DA09947D6B1433B94D3ED643B23A3FC , 0x9DA19A2F132F43D2A6FC76DCE94006D6 , 0x9DA9C0C761B74232B45F28C95D8B1FC3 , 0x9DAE1F759D2F4A7DB94F65412A815E1D , 0x9DE58B32D5C64669974104D8237FB54B , 0x9DF6B9D169B74F80B06BFFF24F675BE8 , 0x9E110B12914E435EBB6F211FF248F7A3 , 0x9E1A172F34E64A5698EB95294813199C , 0x9E1C862F478C44B0BFD44AF919F318DC , 0x9E220818CC8848CC9F5BEFCBB415E1F9 , 0x9E3D0E1B52F54EDFB27D592B7D8E8E91 , 0x9E4BF2CED00340379A247F0143869ED2 , 0x9E5D59AB325645B683964087A5DB7EF4 , 0x9E5DB0E519D943C4ACCC6BA5EC3AD388 , 0x9E615601F8A3465BB946B66EC5FA6291 , 0x9E70906CB1F14AF08143E153110352A2 , 0x9E8DCC9548B340C988B2C411CA116AF4 , 0x9E9CAE724FB74545B99A1B21706BFEB9 , 0x9E9D849F163E430BB3F8170C2A202840 , 0x9ED8817C6AE848AAB3ED9C1D3E502FBB , 0x9ED9EC59A3F946C1BF7D1825E65F3F98 , 0x9EDA48CD32AD400CB2517E0CD442E1AB , 0x9EE9A081073143368A2B85065D2183CD , 0x9EEBC822E87F4F30BC1FC05D047FD825 , 0x9EFE7E3AE78147A4B3670289FB060872 , 0x9F0C51F8ED454FF08AB096D763AC70FF , 0x9F2330B77F9044C6AC99864E0D02108A , 0x9F23CF0850074BB8AE56B7E76A324328 , 0x9F46BE1BE61F43A28E460303493C4A00 , 0x9F51415A275C4113B4B6DD9C42DE2C80 , 0x9F55F7FC9B87447EBB10F26A9D3245EF , 0x9F5B988BB04B44D1A0EC78DDCE8481D3 , 0x9F5E9D08E7994974BFB0580B09B08F9D , 0x9F6619409358456F8C2F1315E1DD3BB1 , 0x9F770866F1DF4F0B9AD681213DF91B6C , 0x9F7BF27387F149EC8EB989B7BC0759E0 , 0x9F7EBA9B5B8D4B30A2627E3094FD9761 , 0x9F86B66FDDED4344A2E671F0B9472AF8 , 0x9F99287CD6694692801FA6F8206C0CD4 , 0x9FB1D3E7D22B4B879B63F698253BEBB6 , 0x9FC49CED4BBA47CC8265DA581BC5DB5B , 0x9FCF96C2DBDB4AE2AD434E4F4A507F6B , 0x9FDBF03FF72B488DB23A59D684F897C9 , 0x9FDD590339DC4D74A82BF7C2CE76CE43 , 0x9FF374A4832D4B19AE61E4163ABEE061 , 0x9FF65B2533A74214AF02044FBD317FFD , 0x9FFD8E6833624743A112544B3E06F85C , 0xA009B39AF05B457EA2A5DB4BE007C252 , 0xA01C99BD0636460CA352B2D3B1FD3C29 , 0xA03AF5A2CAB4468FAAE9AC325D0EB7C6 , 0xA055F2DFE7214C32B7F25E2D009A32F7 , 0xA058BB80D29E4E8DA579CA65AEFEE998 , 0xA0683AF3753641208967875939C2D740 , 0xA0761148C16A4E09BBC84D7D1F46432F , 0xA08236A11D17422C8F692EB32FB89AB0 , 0xA0824C95C71E4F4FBF18909FCB980E66 , 0xA0CCC3D7842D47A58809ECD2E0CB7E01 , 0xA0EC683087A042469FE9B3FCA5A4B631 , 0xA0FC414DE848483791F8B1E6C61201EA , 0xA1004964DD004F2E8AD17666EE94653E , 0xA100BA06CFF24CB4993FD747DB691F75 , 0xA122674EC0CA4A15AD8D2E002948FE4E , 0xA13388D7007D42728D58BBE3225A0B91 , 0xA13F783065A34EB9BEAE005124F75EB5 , 0xA1638718B80341A287EE1C9DE6FF45F1 , 0xA16FF12B282F41AC8ED0A5334F6AC893 , 0xA17E3B955E1D44A8A2EB5AE53946656E , 0xA19342CFBA564576AC7FC4F414C8A47B , 0xA1AC41558C86482BA58361254A3544D7 , 0xA1C57B92A4FF40C8876F0D911EFC6885 , 0xA1D3070D372645F7959D1E22B10669CD , 0xA1F0AE133F884B9790C4593CEFFA0EB4 , 0xA210BB892D444BE2B3108DA8716A4EE2 , 0xA219E7D6006E43539956932364E9462E , 0xA21C607827E44BADA147525A64BE15E7 , 0xA232734A65954E18BD624B157CB63D21 , 0xA236BD1516594A349A898F39AF8B8A80 , 0xA254CB6C4ABA448D86AD993BD0DC547E , 0xA25676CA46F84F36B47049D473296830 , 0xA257CC8D757F4AFB8F925119BB362FAF , 0xA28B1BC71690465DAE58EB97961F9004 , 0xA2959549F88A49D8B858FC2A7E7CFC68 , 0xA2A9157975A740259046538CE320D69E , 0xA2B17CFC82D94F98B78C2C6DAB926B52 , 0xA2BE2044E7614C5A90CE335C0A84D1C2 , 0xA2D2138C68BD48148F29A4F62162F0E6 , 0xA2D5C58F7EDC4BE4BFBE0945EF04C906 , 0xA2E8D44DEF89414EA9D0EADF342E4842 , 0xA2FAF84D28844083A63BD6925A62F291 , 0xA32DABDF8487422EA4353AC657797C59 , 0xA3312369A5DF4D4ABA9EA716D405ED73 , 0xA3714DD454E743428E2ED1C071E40E56 , 0xA37ECAD1C576415AA0123AD2992B47D8 , 0xA38FBFA02C1E4661AE943F22FDC0F298 , 0xA3917D7B85834225B370894EB69F6289 , 0xA396D432430C4106895680ED14ABC635 , 0xA3978191AE784D6E86AD8BAE911C83E1 , 0xA3A2C5D110794779B8FC7DD9C1F8FAEF , 0xA3AD91B7F47B4B8A92A880B4213AA4F1 , 0xA3D72127EA744C5A9B10BE8DFCA61C74 , 0xA3DC7983F6114497A24B6ED7828D4262 , 0xA3E3DC19DBCE4C9CB759A6ACD643E596 , 0xA3E3EACCFB824CE09CAF57AB713D6AD4 , 0xA3F09F2166404488BF249DB9C95882A9 , 0xA402A8D187B5429B98389D0D74777E35 , 0xA4079EDD81E3456798F5D07691AE3B8E , 0xA415D82F4A78441EAB8052FF2ECD840D , 0xA41B3AC367A04820ADB18128DC01870D , 0xA42CFC9E1B6B464DAA33240FD3CC4A55 , 0xA42DCA09EF984F4EB751F9564C6F7651 , 0xA432669CF2764AE69D2BE522CEECD055 , 0xA43EF17CDDD04050B94DC5BFBC537A4A , 0xA44071A26F664A938956320EB495471C , 0xA442181CB8D94271ABACCD4ABD970226 , 0xA4691830313F4D11B9C549A71390388E , 0xA46A117BEE354AAEA1CC4D3B672A6E14 , 0xA478C058F703494487E4FA25CB10D0C0 , 0xA4A1D73A3D2941E9A200E4428B826B48 , 0xA4D92A1ABF424C17AB797276D6C13DDF , 0xA4E8E57FEE5F4C739DC75114D233FBC4 , 0xA4F33DE0FFA545D58961B82E97278E85 , 0xA510D1B1E03047DC8A7F37B6D02BC645 , 0xA51AEE8661D24B6E88E26E54CBF4BA91 , 0xA52F6033B314499BB6F4128BE101C998 , 0xA5398FE493D745909A80D97EF4160CF9 , 0xA54C374ACA7F468786EB31FAA44944E1 , 0xA552ECAC89044632A9A8AB81315F63BC , 0xA55D31458582499A99383F8E272ACFC3 , 0xA566787C1FBA4DD8A55EC043B7DE26BE , 0xA56B296C699F41BCA0DF53098F400303 , 0xA56C198A8D8F577D7EA98007F251E892 , 0xA56E50B705F94A71A5391F21424C1746 , 0xA57F26B106EF4213B225674BFB718898 , 0xA58ACE8065354BA492D83F78BC52C81B , 0xA5A06E86993E42039C1E7C7B6A843E66 , 0xA5B15327478648C6B5C77E562CDD7EF2 , 0xA5B951105302442D879BFC008256CC54 , 0xA5BC73A2EB004376BA650F42E7D38AB6 , 0xA5C4CE62AD5A4EC5A73DACDA8FB9267E , 0xA5CC82AA563A4861818AC0189B074171 , 0xA5E267C1C1154B28AEEC7BB04CC362FF , 0xA5E512EB72B94CD389AC83B3B4FA98F7 , 0xA5EB01449AE3440CB4166BF74B530D81 , 0xA5EF2CAE66DE492E972E6E37576E1F63 , 0xA60FE2BD87684D7F90225AEDD8F89475 , 0xA6188099480945FA8A0078FE0C8F4E0F , 0xA630C864F9E94FD9A5D32242F509CB73 , 0xA631C05F543B433EAF3D1A05A5286D82 , 0xA644FAFC8D954E67A76CBE839C64F6E8 , 0xA654C2DD47F547D6907EE98EB3305233 , 0xA65BCA31729048E89861F7DB8CAAD162 , 0xA6670443CC25432F8C9986328ABC83CA , 0xA6703141A95C4481946B4AFB7D71D0FA , 0xA67E8C3768E541C18814558C705B7D28 , 0xA6826BBA65CE4C93BC6BFF05FA1384F1 , 0xA68D850DFFD64F45A897392549C7BFB3 , 0xA69D66534039400AB73C9E49B7F2C2E8 , 0xA6B13B770E4A49E3B48D5CEDAB9C64E2 , 0xA6B761E26E084772A1C7482BA8F86B4A , 0xA6B7930BF55C40C5A291622949F34553 , 0xA6C128085CC4453CA6BD58A01A5CBA80 , 0xA6C8923F3E7344999824E95005294BBF , 0xA6D7099D485040F8B2BD3D19F125D60F , 0xA6E7E61278214D11A4F691D81E30635E , 0xA6F4389C5E054317A13CC75002477640 , 0xA70968335C714D7AB9BBAE808C29B02B , 0xA713A9B75EE44376B9806520F979AA75 , 0xA718EA7D31764ACE8FB8D801D2703DAA , 0xA71BE7434AFE4B20B177FB039730449F , 0xA727B59FF5FC43AD995A95E1EEF007CD , 0xA72C1E374DAA43A5A7D97C6303BDD009 , 0xA73D60CEF95E416687C0D06DB0C857B7 , 0xA750D643DCA243769AF4FA851C06B1BE , 0xA7772D47A1B3406EABD74D35EE14BCAD , 0xA77DA03A4EFA4D63A5370667FF25E008 , 0xA7819608BE9344E4A5423A619BADD967 , 0xA7A7555609B240059257D5894BCC68EA , 0xA7B2E2601CD54922A007D214DF268876 , 0xA7BB7CA8EFE54D359029F0967501AD7E , 0xA7E08FEC66D54D079D2FA8A8B9FF344A , 0xA7FCAD017BD703B73C65C9B6CD232EAA , 0xA8012D4D89C64247A486ACC8F16CF6D1 , 0xA81140B09D7E4D97A13E6205AC74F82F , 0xA811D1F46D02404E83534BCE6C539730 , 0xA816F149C98447B49CC01292D2890DC9 , 0xA81A287B7A974B74956073D1BCB7C9FB , 0xA823B129866E4D8D86864F799D85BCB4 );
Copy
42
0.54 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"Ž^òæ&áG¸‹¸l¥ßl~: "
b"”\x07 u>&¬Fv¦t\x12 XKÀõ\e "
b"•A\x1D €pÐM·¬É¹,ü¨Ik "
b"˜;\x1A Ü!PGÿ¦§ì“fˆÀï "
b"ÿÙS ~;FEØY\x1D 0┐ÛÕ) "
b"žœ®rO·EE¹š\e !pkþ¹ "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0x8E5EF2E626E147B88BB86CA5DF6C7E3A , 0x9407753E26AC4676A67412584BC0F51B , 0x95411D8070D04DB7ACC9B92CFCA8496B , 0x983B1ADC215047FFA6A7EC936688C0EF , 0x98EB53207E3B46459D591D30BFEAE529 , 0x9E9CAE724FB74545B99A1B21706BFEB9 )
ORDER BY rc . rule_id , rc . position ;
Copy
43
1.49 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 3000
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 3000 ;
Copy
44
1.68 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"¨84\x04\x03 ïD¸•XFé;pVJ "
b"¿G´ê)\x15 H═êÏìå▀J\x11 ╔ "
b"¿v/l¸=N░éüÖÑ\x1C ═¢* "
b"¿îF╦2¸A┌ìÃ\x06 È│üî² "
b"¨œÿ¼ZaFö£³ÕK‰gRL "
b"¨¹»ÿhRAU†•*<üd€‘ "
b"""
¿Ê!µ°¦CQì\n
\x15 0┬¢¡\
"""
b"¿õüFA`@4ó&Ô┘\x07 \r Xð "
b"¨ðSuZòMI–1=Ú°yÇ "
b"®\x01 àjÞÞH┐ì┐ÝÕ\x17 m■a "
b"©\x1F V´R\v GX¦3û¯•É+, "
b"©C¤\t —§CŠ”È\x15 Pý8—˜ "
b"©k\e Á\x07 #Do¨}»µã;"õ "
b"""
©rËmÕMú\x08 šº¶\n
¢}\x11 ¬
"""
b"© U\x0E F:H5¿€r€AQ«d "
b"©¢³\f w%F„º§†ÿ«;}\x06 "
b"®║├è\x17 UF²ìD╣\x05 Õ½\r g "
b"©Å:U•ÒIV¡=XzÑd\x17 º "
b"©Õ=ˆÅAJ÷·å\v\x0E t¾¥= "
b"©Ù\x00 ÐʦOR¯$š\x1A „å<U "
b"®Ó&üT│HÇ»3~\x17 4Ó" "
b"©ü}½GÀFB ª7®oÊ5\x11 "
b"ª\x17 VLƒ\x17 Iä”kýàB«\x10 ž "
b"¬'g`N┌Aüê¯ızÜ\e W\x1E "
b"ª1Ä7\x1E ¦A,›\x04 Ê.VìÒÑ "
b"ª8%Œ\x14 üHò¶™ÔnWAá\x00 "
b"ª[þõ\x01\x1C J\x00 ±”\x01 ¢ŒüÓ' "
b"¬`\x10 e\x18 «ND£Í0àÿïVÉ "
b"¬ne_lkLþï\É\x1E fÏi╦ "
b"""
¬y\n
t«ÁH/ì½F\x02\x0E\x13 õè
"""
b"ª€+\x08 ÙKFÄ´x ”\x04 sh. "
b"ªµŸÿR2Hï—é\x01 <\x1A :• "
b"¬Í9hÂÇ@╗ù!+¡Å▓j¿ "
b"ªÙú\x15 %mF°½“ޕʼnœ˜ "
b"ªÞ.¯Â-BŒ‚y–È\x05 äx¬ "
b"ªûç»úÛKZ¦Ñ0¥xãóÄ "
b"«\f h\x1D\x11 ‡@n¼3\x1D H(“²Š "
b"«\f Ö(Š~L\f ¥@¢#hQÚD "
b"½2Áû\v HDß¼╝\x1D +═ÒdÉ "
b"½>7▓T▀B®ÂxÇ'ì\x10 ÅY "
b"«?:Ô|›JĨ÷ÂÅ÷\x11 ¹\x18 "
b"«G\x05 —x…KA³òå\x0E\x12 o\x02 Ä "
b"«Qæ´%ñJȃ©©\x05 ´P~• "
b"½X\x7F iê\f HüòR─èïQ¸L "
b"«vJ\x0F &QF`§\x18\x1E (£@*{ "
b"½ïñrºSLçªÀEx¶1xü "
b"½ØHÊ\x02\x1E I&Ö\v ┐PIßþ "
b"½íıÊ\x0F ÐMAì\x1D ¦Q\x0E â,£ "
b"«±&Å\x1C fK÷˜Ðývw/\x11 Ù "
b"«´Þù’6FȤ\x17 "\e LÊÐ "
b"«»‘¹z\x10 J\x14 §“þ\x14\x1C k”¥ "
b"«à²’ÅŽMJ©\x0E ìSee\x1D "
b"½þúùþi@Jà└\x02 ËüÔ-Ø "
b"«ö³\x1E øüG¤¢ûCÀpgkB "
b"½¨\x0F ╝Ý\x1D B¸ü\x07 ┘Ø│)ËR "
b"¬\x02 뉀\x19 J3‰Ì\e Ó+lÐ? "
b"¬\x1A Ln^}@ùŠ®°®\f +»I "
b"¬G{‘PðHœ¬uBš)ó' "
b"¬PŸb/cNï¨z\x05 ÊÈÝá\x02 "
b"¼RÅ@oýD@öPks\x0F ùXî "
b"¬_£#„WI—€ªUƒG*¬x "
b"¬fœ\x1E\x1E\x18 MÜ—ÇsXw\x05 ±` "
b"¼n¼<ëÑIìå½yÛ┤¡Læ "
b"¬qø—§#B\f »å†È\x00 ÊœË "
b"¼t0Û■r@è¿*7*\x19 Æür "
b"¬ˆˆ~œˆB\x19 \\x18 `ü„7†\x01 "
b"""
¬‘1qŒ÷G\x1E ƒ®!1j™\n
€
"""
b"¬’ÎS5\x03 N”‹ˆ?\x10 ¤äÚ4 "
b"¬¤ÄüšÿBõ‰uai2‘=N "
b"¬©Pü\x18\x10 Ga‚\x04 sg–¬OO "
b"¬³}€fmOž¥!÷:⸦* "
b"""
¬·.sh®Ht–XtÜ[Ø\n
\x19
"""
b"¼╔d\x04 Ú├Fñèü│Ò¨hȼ "
b"¬ó •“YDUœÌTrÛ\x08 z- "
b"¬÷=¹¤1M¸· \x7F ¹á²;? "
b"\x04 zQ\e VCòƒ;ƒ\t Ã\x00 ˜e "
b"\e D}G\x01 F╘yܘD@ "
b"$Ù™ÊVA¹µßlg\e Kd‰ "
b"¡r{ìGÙFßó▀°PÖË■Î "
b"v/®\x06 ŽC“¯1Çbèú\x18 "
b"~ó\x13 żAg‘;\x13\x10 Ÿ\x02 “a "
b"¡ÅüÙàHýÄ`$1>^ͺ "
b"¡É\f Ý\x13 ÞEÙöªséÝ×/\t "
b"˜\x1E Æ~sE•—¦\x0E\x14 u·“L "
b"""
¡ñ\t °t\n
FlüÒ;»l¼á£
"""
b"Äbó\x11 íJ]‚Q'+C\x15 m> "
b"ÆPté—F쳚Gу7Ò½ "
b"Ö\x06 ¡îÝH(¡‹–ê.\x1A j` "
b"âBû¨AG™¼-'2kú7· "
b"è@+²†GØŠ\x10 fDˆÕS2 "
b"®\x03 \r e¾¯BŽƒG´\x0F 62º\x04 "
b"®\x07 5z\x04 H\x19 £\e {Ñ\x19 â\x16\x05 "
b"®\x16\x17 ÛËÜKä¥ßÝ1\x1D\t\x14 œ "
b"«\x16 *³©YBÅêÌ\x17\x06 Ú\x1A [ê "
b"®4\x05\x04 í0Gc¨×Ä¥…3.Q "
b"«4¬¬õ»E#âv\x14 ┘Ìì\x1E ê "
b"®;s|ô K\x12 Œ„p½4_\x04 Ž "
b"«H E6\x08 E«ü\x12 $\x12 3ø&+ "
b"®Z-hBÏG¯»¤²·é‰_Ú "
b"®[R\x18 jòHyº†\x12\e »\x1A ûö "
b"«_┼A\x00 üN'║Òucd╬\x1D  "
b"«f-{Ç\t KüØ\x02 █,AÄ<\x13 "
b"®~XkMÅJ5”ÙÞÑ\x10\x18\x19 s "
b"«ü▀~\x1C ÕLƒá¦Ç╦kôu\x14 "
b"""
®‚£‡„üHѬ \n
r\x1A RÊ\x1F
"""
b"®†\x03\e AwAª°£a\t ª+[\x19 "
b"«çØ?tÌCN║]ÍùÉo,‗ "
b"«Å¢è¢\x0F H\x08 çïäräGR "
b"®‘ÿ\x05 TI•—ÉÇ)—œ\x05\x18 "
b"«ùuøıÉE┬║ý│\v ù'§m "
b"®—Ãóz±Kª¸ÞŸÅ ds\x16 "
b"®§UóØ·IB‚\x1D <Ý\]”· "
b"®®MY?fKG¶w¹Šú\x00\x0F | "
b"«ðÙª¶÷AWú`H┬ãÉ.F "
b"®Ô÷w×\x06 M&C†´\x03 “\x02 . "
b"®ÛjUŽ`C‹³ˆ¯ßþz]½ "
b"®áÍ\x0F ÕÜM‘¸ÍNïf]»\x0E "
b"®ôÂ#([â`„vuÍM˜;\x15 "
b"¯\x02 ¼ç0åMñ¬U¸æþ‰€J "
b"¯\t\x19 ~ZÐGÉŠíl;x”ë "
b"¯\r ¨Ç˜/N?“óÚ ñÛ#` "
b"¯\x16 ZcP:DW»\x15 ËMkã\x1E © "
b"¯\e …rÁŸBJޤ¯A?¿Ö~ "
b"¯'„÷Ñ·G¡Š\x15 ÇÌØ¨\x7F µ "
b"¯p\x16 ”ø\x7F L˜ŽêNTžÄ & "
b"""
¯§\e \n
M\x16 EÒ¦è¯\x1A\x0E G!\x16
"""
b"»ãõ'~E╗▓¾Øµçr¬A "
b"»╔bЩ¹C\x1E ìy¾\x11 ô\x19 áÎ "
b"»ËÄ\t I\e MLù¬{(ìu\x1A ¨ "
b"»█âM\r\r IÑ®)ähÉÏØ® "
b"¯ê|oÐdDè“ÐÙõZ\x03 ót "
b"¯ø\r ðNsJ’¤Ÿ\x19 tJ¥©0 "
b"°K.\x05 ¤\x18 O¹–\x03 õ´N¤Ñ– "
b"°MN£\x1C ×J:¸¿ôs[=äÍ "
b"°R\e BQµCô•öÖ\x1D ÐWÁ9 "
b"°[)vXøL„•||ÕMbS "
b"░f÷\x04 V÷BCÂ\t ü¯[╣é "
b"°g\x03 (\x18\x0F A°¯¬\x18 Z½jß× "
b"░ÇBJ¤S@8ØÊðB\x16 ░¡q "
b"░ï>À╬ÎKÐÄÇÉÙ6ýã# "
b"°ŒO$âÄM\x1F ™©SÜõÿÄÏ "
b"░óØs┌\x0F H\x16 üÈ█|Y┤Ư "
b"°ÁMZ\x19 E"JJ˜OeÛ\x19 "
b"░¢É\x01 ─\x16 FÞö\x1D ý®Ðûú~ "
b"°é \e é_C[¥‘.“\r Ç\x06 ð "
b"░²±▄èÉB[ò┤ Ôì┤\x0F ± "
b"±\x08 e\x17 ÄuBp¬BÈAç£W\x19 "
b"""
▒\x19 ┴╝┴│@ìÅ6\n
úLêçð
"""
b"±#°ÔŠr@x•aƨ,ÑW© "
b"±$\e ù|/Lå¬eb7]à\x13 À "
b"±Ab 6\x13 Lž—ìÊ~¤ŠÈV "
b"±Z{4FÛE\x10 Œ\x10 ÔOÔkí\x18 "
b"±o$S‡\x11 GØGãÚéI:Æ "
b"±\x7F ³ÚÄ\x07 @ë†×&º¶©\r þ "
b"±…}ÔH\x7F Gë¡yhw“\x1F ø½ "
b"±‘OdˆvC嵃Íô\x0F ¼3³ "
b"▒ÿK\x04 5¼Eë¥×ª\x05 )ÖÉ║ "
b"""
±°\x0F Ý»_AßT\x14 \n
D\x07\x7F ÷!
"""
b"±»Uº¨´L/¢C\x0F ÿ(ŒÒ5 "
b"±Ó*d—AGŒ«6\x19 vG%¬\x13 "
b"▒ͨ-Ì I¦Ép è\x19 °-7 "
b"▒┘\x1C ▓[ºA\x15 ¬³îÈØ{\x7F L "
b"²\x01 Êiõ\x1F G`·“¾¦[o6‚ "
b"▓,╬H\x10 :OÃÉö×z.3\x13 j "
b"²7ë;\x18 ¾Oƒ¾æ§²Æ-yÑ "
b"²;п\x1A 2L•˜â±O^kÜ\x11 "
b"²Vd\r D©F¨°ì-Ö×IÛ0 "
b"²fÕÁWõJ…»ŠRÎ\e •ÀÚ "
b"▓kÅ\«\x07 Gç»cÁI&å┼ï "
b"²‹ø'BïF—µ‚·™|¢VJ "
b"▓ûgeØlG\x14 ÿ¤OÞ¤@\\e "
b"²™Ïï7ØL‚Ší”1åFõ. "
b"²›Š.fÎDĸ\f üˆæ:4ý "
b"²œ3ÚD`@ߎÄ_7¨aëÅ "
b"▓Ø╬\x04 ¥ÇC꿼\x0E ┌\x01\x03 ì§ "
b"²©}ßÅeN§€\v çý\x05\x7F\x1E ` "
b"²¬žq¦TBE·÷¢ôg0¬^ "
b"▓╣ö├ß\x1E C\x06 ºTw|ü\x06 ╩¤ "
b"▓╗║\x08 ÁÑMpÉ\x16 ┌S'hàã "
b"²Æ2€\x00 ·E†‹Áð\r *i†¸ "
b"²É‹ëqˆAñ•TNk?’"f "
b"²Ô+ø_\x1F Iðž‘\x06 ñÒ\x01 ý# "
b"²Ù¼nbhBÌ«Ž˜B¬ãZØ "
b"²ÚZ\e hiK{¡_~\x11 ìU\x01 Õ "
b"²Ý¯ê11MÃŽ°5W/ìšH "
b"▓°)¦qg@µ╣ s7ƒÉYK "
b"³\x06 U\r ¹,Lº–<œl\x18 J,ù "
b"³\f Dë"\x14 Dg˜ °g3ù§æ "
b"³>ŒJ\x16 YH\t ž’_ž\x1C çs- "
b"│jË\x1A ├vDyصJ\x17\x0F AÌ\x1F "
b"³t’\x16 GÉDd´Ù\;Y\x07 $¿ "
b"³wU&z\r Mé¾¼H„•X<ø "
b"³~_¡$öJ‹´\x01 `\r ç]Ga "
b"³~}»ÍÙA«œn$=\f À† "
b"³Š«Ò\x16\x7F Dýšª€aJ±^B "
b"³–¸-F1Kœ”à\x15 /Gqu‡ "
b"│ùÜK\x1A LEóÉxBä\x02 ï\f Z "
b"│¬01üxDâîH\x1A ¢#Ã-» "
b"│ð(Ï/çJx×$-eÅð▒═ "
b"³æm5ô×KŽš)ù\x03 ö¶äü "
b"³î\¢~ùF¹ªøÐúL€\f Ì "
b"³ðl,ï\x07 LTƒ\x1C\x0F ‚$2Ž£ "
b"´\x08 Ù¦7?AË”·%Ÿ³@Yk "
b"""
´\n
P>\x11 Ò@l”W \x07 Æ`cÙ
"""
b"´#ÿ¥‘¯Mf‡FJoD²C= "
b"┤4¯¤{▒Në¢-l1´Ø\x11 ▀ "
b"´D2¹\x07 ‚Ms’X§\x10 ¶¯è| "
b"´O'+·ÂDå¸â¥©r\e .F "
b"""
┤O¡\x1A ▄\n
F\x17 ÜiÛ\x19 ƒÚøÅ
"""
b"┤üh┌¬&HЃï¼\f ñø9\n "
b"┤ÿ¾\e \r ìL├é,¬é¬àm\x1F "
b"´²2·÷áLt£oyË\x01\x02 qá "
b"´½x'î(Cî¶6X6\x08 þKY "
b"´Ê\x1D íçcI©¥hh\x12 t¤–‚ "
b"┤╦è¸\x1A õAì▒ÇéYM\x1A Aû "
b"Á\x07 ¾1ghF¼ÉÊùj╩.\x18\x1A "
b"µ,x<áGk³Ùx‡À¿Õd "
b"µ?†®¦HG5‘h¯)Š8\v C "
b"µAÑ\e ö®DЋ/\r éû±ÅÐ "
b"Ák─V®▓Kg¡üdeo\x18 +A "
b"Ám÷\x17 ÉoG┌╣─½¬Õ\ù┴ "
b"Áp\x12 µ~ÿO®Éb£0¿╣┴Ù "
b"Á{^ØrC\r îP\x7F\x0E QôW± "
b"µ|øw‡xIsº®£u\x1E ½å¿ "
b"µ\x7F ýÿ’HOY³ŽÔ\x11 Nå6« "
b"Áëp[£ûJoí9®┴ÅïKü "
b"µŒÏ\x19 ž@bžQ‰b]c\x00 "
b"ÁÄPQ\ÈB½ÅÃæ®\x03 È\x10 5 "
b"µ”\x0E 5SÉG°±¼\x04\x1C г`\r "
b"µ™˜œ+ÙI[ª1S`\x1F ð®h "
b"µ p\r ãNHœ½;P±²6jU "
b"µ£M0éÁG\x16 °d¡ñÒ1„‘ "
b"µÍs݈2Gàž\x1F œD´ƒwy "
b"µß*úbMIR°"«ÀäÛüÊ "
b"µæ\f Ï\r ÁHr”WDP\x13 Ć® "
b"µóÿ8&„H’¥•Ð\x05 ÕTØ\f "
b"Á¶W└ÐìD\e æôýgJ╩ØÞ "
b"µôY¼’pA„ªõàÓõ\x19 8† "
b"Á÷ \x00 È×F]╗¨ÿ¢ºy¸Ø "
b"Â)¿²,®MWØ$}ç╝¦╝A "
b"Â;\x1D aìeIZùÌ\x15 ô┘o╣\x01 "
b"¶D\x05 yf\x18 J\x0F ²|ýö0Ï)Ü "
b"¶LÄ\x1D £^FR¶ûA\f OÕ¹M "
b"¶N0¶ìÙCe•õô`»OÃ$ "
b"¶c\x10 h\x0F “D#Ÿ<gËè³®\x01 "
b"¶s:$·ÑJ\x19 °7£ÅcFçô "
b"¶}k\x16 [(FL³‡\x07 W4"•‹ "
b"¶‚(£.G@Q©˜š°6ß0" "
b"""
ÂÉíPAzHÜ│«Ä\x0E \n
;╬▄
"""
b"¶”Å=qmO·€µŠ!\x03 #ôÝ "
b"¶›dJ>\t K\x00 ˆêœ\x0F ‘"O~ "
b"¶c;‘PN€®õAò·ºíD "
b"¶´Ë׌ZHŠ’…\x02 úz\x07 n. "
b"""
Â┌+¦8¼H\n
îA░ìÕx\x07 ┐
"""
b"¶à\x15 ýl\x19 A1ˆ\x7F kÒð„\x05 "
b"ÂÞMõáÝL³╝ìâ&Î\t sB "
b"ÂÙ=\x19\x12 üH\x1C û┤|ç>²!╣ "
b"·\f $pFöA>‹g1ËW¡+ý "
b"·\x1A «À“ðK®°ÚâL¶j»Ê "
b"·0[ú=†I]…1\e ‡\v Í:A "
b"·1RPI‰Fž×\r sF°Í^ "
b"·<þ›á\x1E JB³´Uë‡1n "
b"ÀU0═µ@Cü»ï^║9º╝K "
b"À_¥┼Ö\x19 B\x08 ؽ\x07 ╦(▀Kò "
b"·zFBí H¦¡ëK³f\x01 Þ¿ "
b"·|ñ-EZEï—f\x17 «°ömg "
b"·”qæj¿F¨‘“\x05 Á\x16 V«Œ "
b"À؃WET@~íç└bLlü© "
b"·©F±!æA¬\x08 ›YèÂà† "
b"·’ô9åE‰¹žù:¦Åü\e "
b"ÀÂÖ2$¿M├ì\x12 _«TÇ╦\n "
b"ÀÀîì┐└Gâçs\x07 |^©\x01\x16 "
b"·»\x12 õ®ÄB\x1F ©—¶<6Ä£C "
b"·Ë&´\x16 çBà‹\f (jŸ\x19 < "
b"""
ÀÈA\n
Å╬GÉ¥Á1\x19 +UU¦
"""
b"·è$‰²ÃCq›h‹\x0E ©åÆž "
b"À°.╝▄óG6£¤╚Å~\x03 █ß "
b"¸\x03 4ÃÿZAF½auø—;\x01 ¨ "
b"¸\x1C ?üi4M³¥\x06 ØIe0E\x13 "
b"©$ü§äíNlÆ╚Ó¶ª3╬ "
b"©0W9ýÅLSÇø\x1D ©ãÛB¬ "
b"¸0»XL…GTŽÀ§¼<eÃÚ "
b"¸2˜\x04 "NF\x13 ¨\x00 h~b‹Šl "
b"¸?´·\t ~NÚ”\x13 ô6s‘\x18 û "
b"¸J•9›\x10 A—¢%h8f4³ö "
b"¸hÄçǰDC‚…\x0E\x13 Ó\x11 †Ø "
b"¸uAÌ6\x1A G&ŽœÑ»}¥\x1E ' "
b"¸uŠ\f ŒT@=Ÿ¹nþ2\x10 ƒ\x0F "
b"©y1▒█ÀI┐ìÍ═\x0F ¦Õ▒\x14 "
b"¸}YF;7@\x1A ½¯B5¢¶‡ê "
b"""
¸‘×àƒp@\n
†´Ú^H4Óø
"""
b"¸–S^¡\x05 J-˜¤W\x0F šYL¡ "
b"¸¢uúM„Eï¶\x1D µÏ¸>ôV "
b"¸Æi§é§Eµƒ\x11 )•Æ\x0E Ë\x01 "
b"╣\x15 ─‗ÉqLeæ|¶Y§├ß‗ "
b"╣#@\x19 7²EÎî_ü│\t ìó\x00 "
b"¹0!\x7F %¦JNž\x03 Éä\r ãøÇ "
b"¹:ÌLË\x7F NX…îØtî¶ËB "
b"¹N\x7F ݤýAW¥G\f Þ…K8é "
b"¹~Ô\e ‰*Is‘>*Ä\x08 c\x1E ê "
b"¹“\x19 k]©H`½ÓA\nZŒj "
b"¹”+;Y”C÷¿ÆâÚït'¢ "
b"¹ŸU‘dK £ÝJ‚ß\x7F )\n "
b"¹Ãq€q¿®lqÜt2¢ìÉ7 "
b"¹Æ<&øJD§±ðS\x16 ̾ìÖ "
b"╣¦]ÏM┤O¿Ñ?èy║ÎÅÔ "
b"¹Þ¿º^µEY—Ñ&vxð—„ "
b"º\x10 ™‰kv@H’Yçµ¢gÉf "
b"º\x1C õvš\x18 B)ÈPm·\x1E rŒ "
b"º@ö#;þ“\r ý~ežÍ‹YÕ "
b"º^埧:Nç¹þÒg\x11 Å1§ "
b"ºpçëVPJ%·\x04 ì,Òßß, "
b"ºsîØÇêC>¤çÀÔ…eu "
b"ºv\x1D ‡j·Jl‰Í•vÊk¹W "
b"║£NX\x06 âG2ìºme▀5│y "
b"º°ýÅ<¤AÆ…\x19 È#¯Ý_: "
b"ºÅ†â‹¿MËŸ\x00 âXU0Ò\x05 "
b"ºÒÂ\x15 (\x11 H[‘´E\x03 Ce¥\x1E "
b"""
ºçÒ\n
ê®BE½'v‚&°\x7F\x07
"""
b"ºîŸô»ûBÒ›ù\x13\x13\e /×k "
b"ºó\x10 þ\x1F …NQª\x1E ÈõÚñØ„ "
b"»\x1C\x08 •ºrI-¿\x16 äÉ÷yO± "
b"».Ešì\A\x19 ©i\x05 QEÊ2n "
b"»:öa(\e F¥½\x1C ™³I°\x10 $ "
b"»F‘¡õIAd‡\x1F x\x19 ß&ܘ "
b"»Y]Ío¦Dºž3° »£Ç "
b"»‡µ¯Ð\x7F AåŒ<\x18 Z\v •tG "
b"»žBᾉB\x1F ž›*r\x17 Ú¼\f "
b"╗Á½\x14 £BLÒªâXÉ+\t N "
b"»Ðop\ KB„\x07 -±\f !b4 "
b"╗´uj7▀Mª¡¢@ðìTïº "
b"""
¼\n
ÐpD´Ay€wx*¥`Á\x04
"""
b"¼\e ÍñXûD²œ‡%K\f õÔ‚ "
b"╝\x1D w▒½ìC\x08 ØV¥Ðâr=ï "
b"¼ \r =#î@Ô¨´²Pyç[Û "
b"╝/³à£═C³½DÓ╦/ìh\t "
b"╝F╩+\x1F BAìîǾ12╠N2 "
b"╝X©cþLE\x7F ¢×¨┌ÅÜ\x7F ? "
b"╝Z5µØ»FõÀ[Ò)Pl║¼ "
b"¼d\x0F µã€B\x18 ™‡öd½¥œ\x07 "
b"¼i§$!ìG\x0F ‡Ž8áE„Iô "
b"╝xe´"ðKü½ \x05 Gëv\x08 b "
b"¼ž\x01 l1ûAÆŠ–²k‚¬pï "
b"¼¥Ëo\x04 TAÉš€3F‰È¦Ä "
b"¼¥ð†³ßIÝ™°Az\x1C Ô\f "
b"¼¯¥;£\x12 Hc¶¸\x15 Eþ’\t ' "
b"╝Ð╬\x15\x05 BL<ú¥Í4}Å g "
b"¼×ªhD“Dט¼ø@µ«m¯ "
b"¼Úv\x04\x17 iNê¤I4†0\f Ëá "
b"¼îÍ+”\D\x1C ‹A\e\x05 nshæ "
b"¼ò^pé\x04 D\x03 ¨õÈ\ï6öö "
b"╝³ ╠U0H┘ì7\x0E ßãß\x08 Q "
b"½\x10 ñ®\x0E Nƒ¨fê’@N™m "
b"½\x14 „\x07 =!L\t ¨\x00 P”\x1C Á$„ "
b"½\x14 Ѱ}lLc«º@·d™5ö "
b"½\x1C VýX•Oæ®PŸFÚs\x1D u "
b"½ þÙø8Lhµ\x1D ¡«ÄúHº "
b"½RkŠ®ŽMœŽÛ\x06 õÑþ¨| "
b"½XW½d AظÉO\x00 ¤µæê "
b"½Z®$¨\x1E D\f ¸\x05\f R\x05 N×õ "
b"½mb|ˆŽB)‰²Ç-áHÎS "
b"½zÞ|ZÙB¢¿Ë®y¬º‡Š "
b"½…cD^çD2‘è±\x02 ³N\x04 < "
b"½ÊhãÐŒD¨³Ôh\x18 ÁÅßV "
b"¢Ëê[\x13 rG+ØúÄ┘ê└jb "
b"¾\t ƒW•+E<ª\x16 ð$oÚw¾ "
b"¾\r àè²FO\x16 ž¡`j¡dÀÎ "
b"¾\x13 )°:jL\x03 ªÐMPPΑ¹ "
b"¥\x1D Çì█;O`âÈ╩Ðréƒ÷ "
b"¾*àÉÿHNÞˆ/CìGFÔ "
b"¾-wÂ]ïL©¾²“ÃõÐG "
b"¾>‡í«0@o°WJF\x17 \…‘ "
b"¾D\x07 ºú´C¶¦‡ƒ7ê\x1C „ù "
b"¥HXÉ░-Máùa;│Q¯¦& "
b"¥I┴Î║»D6üî╦ït5Ð╚ "
b"¾XýÔß±N¥¿\x02 (\‚4FB "
b"¾j-\x14 ´ÌKB…;a0\ª¤b "
b"¾rïÀ}*F¸˜F§²èº²| "
b"¾„2&\t *Kй8~Jt\x18 õž "
b"¾¢\x14 MY]M?¬\x18 ôô~Á·0 "
b"¥ñÛ\x19 g■F2£ü§ Q¥ü« "
b"¾²®\r ±.Eù1Ù¸d\x04 »_ "
b"¾ÒÕ¿óüJ‚ çï6\t ¬ÿ\x12 "
b"""
¾ÔAZt\x1D F\x12 §ÑbYK\n
†´
"""
b"¾Ö\x1A Ô4TOY€ª ÛÚÈ“§ "
b"¥‗¬û┬äE┬ë═Sðµìñ╣ "
b"¿\x01 $¥Q]Gv!ç|ÄÊÓ´ "
b"┐\x01 y┬äßMÀØK▒»Cvþp "
b"¿"\x1C ["\x0E LŲ Ë\x1D ©U\x1C Ò "
b"┐%é┼\x12 )Myóiü2¬Öm\x00 "
b"┐I2ÓIÂ@ Å\x07 zî<┤T¦ "
b"┐V\x00 J9\x14 OÌ║ï\x01 Qì┐\x11 É "
b"┐bvg┬LI¹Å3╗¡§¯3¿ "
b"┐dC\x1C ä6\x10 ¥ü<¯É!─Ë8 "
b"¿oßeÔ©H‚»þï£^8çÈ "
b"┐p¦;ºàL╠ì\x12 Jäw¯Ø? "
b"¿{~%\f ”G‚‰à\x07 ¡4¬ª\x7F "
b"┐┤J/*áEsÉ1\x00 LHvD▓ "
b"¿¿…’Î{O]³\x0F ú\x17 m¬]§ "
b"¿ÏyqÆ~BË\x12 °²êú…" "
b"¿í–Á\Aâ_˪L\x1D â´hß "
b"└\x01 ┘I2╩GìóÇÝ©ákÿ▀ "
b"└\x03 È`\x10 ▄OƒüI├ƒÔ*ø▀ "
b"À ¦\x13 ½´N\x18 „Òh€\x0E ˆ{¾ "
b"└10´É¨I¶ú\x02 ÃK░ƒ\x05 ú "
b"À:ÛØ_‘NŽˆFù´ÕpÔš "
b"À<t*€ÑH3¯£AU忙Р"
b"└L.[¬ìO\æ\x01 ╬V\x14 ¹\x13 "
b"└pÁ┐u¢Aıħ╦>Å7è{ "
b"Àƒ\x02\x0F Ü9JÓ¥9§¤éùN\x1C "
b"ÀŒ=ÃÆFF^˜˜d'úR\x7F 6 "
b"ÀŽå0K¬F1=jü\x0F \r ó¤ "
b"└£T¬U6A§Ç┴9pû×ü▄ "
b"└× ╦b½KLÅÊîvâÞ5ù "
b"À¨\x04 ¾‡µM©¶ ‰\x03\v onî "
b"└ËB±ûAX¬\x10 ìýÍc¾¡ "
b"À×™0søOÔŠÿ׎wÈ7f "
b"ÀØî\v îJ…¾Çœ¹,ëü8 "
b"└÷àãQüFfÜHº╦)6█d "
b"Àû\x7F ˆ©)Læ¸8Ȇ£ºÓÀ "
b"Á\v 6¸¦¯A\x06 ¿’Ð5W ×? "
b"Á\r _‡`\x7F O4«†F)ä—m} "
b"Á.íü!\Gq•a\x11 fâsŸ÷ "
b"Á3Z…–¸IZ—ù³™ÖÌmá "
b"Á;CMq*L‰°@”ây`\x14 ã "
b"Áh\x11 êB*I|²¼¾ çÖ›’ "
b"Áˆç\x04 u0Dз¶é\x1D x#}\x1C "
b"""
Á“œþ\e ØGkޤø<\n
&XM
"""
b"Á˜·\x02 ]íKU˜ùv¤ûEá "
b"┴ÿÃ\x00 õÊG\║ñªüJN¾0 "
b"┴Â\x12 ÑgkB░Ç\x1F vÿÉ$Ã. "
b"┴├K/T┬J·▓ƒüçÛ\x04 Ô³ "
b"ÁÅ\x1D ‰\x04 )Jß›-ÄŽ(‰ Ú "
b"ÁÓFÉðîI\x04 –\x07 ®¤¬ÊÒ˜ "
b"ÁÖ?ÿ\x19 µCÛ‹\t 0øO\x12 ¥ "
b"┴┘jhbù@nåÊgl©S}Ø "
b"┴█¾¹U·-\x18 7[t╦ü¥H┌ "
b"ÁÞy^€’O<¾*EMþgúf "
b"ÁøŽ‚ÁÿI邲¬å¤<e "
b"Â\x03 ~y\x19\x0F A©±¤í){QÏÊ "
b"""
┬\n
PâL²L¼ì─u\x02 Þ\x16 ƒç
"""
b"Â\x18 –\f íŠNÿ¾—'š7xìÿ "
b"Â5'A¸ŽN±§nÔ\x06 ºÃ\x1D w "
b"Â9½5þÓJ¿ŠX’%\x1F ®fË "
b"ÂX½ïPHJo±ƒ¥ä³AõÀ "
b"┬]kä¢fIºÅ(yÊx}ÖÜ "
b"Âo\x05 >ûtI™œÙ¦\t\x01 Ó\x10 ´ "
b"Â}^ÉòWHÕ¸–=Q^YÓý "
b"┬Å7\x15 ÐD¶ñ¢¨W3\x13 æ° "
b"‘ÏÄ8\x13 CäŸ>×ñ˜\x11 ¼\x13 "
b"┬ù£õ ¨C├ƺ÷ÿº\x1C Ø: "
b"┬Ø\t »ı¿L█â±)Úa=>J "
b"┬×╝»ØÙF±│¹u[╠·ã\v "
b"┬ú╦~v┌I üSl}ÕûÕ\x1C "
b"«é7\x18\x19 K(ºü´èÝ…~? "
b"²EvãßD\x07 ¶âI‰ZËeÅ "
b"»¿”2TD’™Krõ3»7\f "
b"ÂÄ\x17 n\x0E OHQ’}ݱsØ„¾ "
b"ÂÎÓ–³aF˜“lB-wˆWl "
b"Ã\x03 ƒ©dâDÛŸ.†nË®žƒ "
b"Ã!ÃõM¿N¨ž›J\x02 p0\x1D ° "
b"""
Ã%Ÿ;ˆîH\x06 ™«Ý1\n
…fô
"""
b"├&ÝlùBCæØ9\x14 »R¤É¿ "
b"├X\x05\x0F »~H▒Å«ÍÏÞïX\x05 "
b"├YÅFÒ®@┼ê\x12 ÇE¿\x01 Ô_ "
b"Ã_\x03 PK\x08 H€ªgYÈ\x04 h±R "
b"ÃbÒðåƒL蔓nHð\x01 vO "
b"Ãhï\x05 ®ÔH¸»(šú\f „\e N "
b"""
Ãq\x06 ¥\x06 ÔM˓ƛ\x12 \n
õ\x15 Û
"""
b"Ãq·\x18 {àHT¥F]l¡å\x1F\x13 "
b"Ã{¢g/ÆJC²¼‡\x03\x06 ͦw "
b"ÃYõæË@\r ¨`g¿Ÿs7. "
b"├┼DÉ▀÷@<½à¥16\x7F ┤f "
b"├Ê‗ûO┬N¼É`┌┘^─|# "
b"ÃÜ«aÂêKZ¡bmj‘{“Æ "
b"ÃÞA®M£&OÍ „í¨dîÄ "
b"├Ò╚\x7F 7ÅN\x0E ▒¯o^\r ºÙA "
b"Ä\x07 PsÊBRœµFÞ\x05\x19 2î "
b"Ä!•\x15 t9CÞƒ\x0F yåÑøqÆ "
b"""
Ä6 u\n
ŸCT¤ìI_̨Õj
"""
b"Ä9NŸŒ›O©“ž‹Qcsó= "
b"─S\x1A ¼┴*H°îÅ■@\x06 ×░¥ "
b"ÄV4ÈéÖG€ŸÕJŒÂ”'z "
b"Ĥ»¥¾‰OѨìå.Ï\x10 O "
b"Ä\x15 òÿšCx«¾ï¡ì™Úm "
b"─│~ÊÅXNÍè╦«K4ó\x0F\x05 "
b"─┴9\f dìOR¬UÜ<{¥Æ« "
b"ÄÇw6\x1F ×M~‡\\x17 ¶çÿYp "
b"─╩.╚$KN\e «ìAܺ\x0E 9Q "
b"ÄÊa «ºD1šˆ»å³J9¸ "
b"ÄÚø4P5N˜¡\x12 ][ïçûŽ "
b"Äüî8¶•HΘY\x19 ¡˜ÑÉu "
b"─²e²VçGì│Ø$-(ÊC[ "
b"""
Å\x07 ü“6hFŠ’\x13 \n
\x1C }Ì\x14 d
"""
b"┼\x19 ½`═=H²âBxÜ\e\x1F\x16 Ø "
b"Å6SÝf9A¹ª\x01 =Zý¦+È "
b"Å7)\x1F ¨HD\x7F ‰%u\x07 e)± "
b"Å7AR‰wF\x1C ¾\x19 ¶\x1E #N`¯ "
b"ÅF躽\x11 C–Ÿ\x16 bŽ{/_ "
b"ÅG\x1E ©<[C,¶\r {&ð:*Ä "
]
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 (0xA838340403EF44B8955846E93B70564A , 0xA847EF88291548CD88D88D86DF4A11C9 , 0xA8762F6CF73D4EB0828199A51CCDBD2A , 0xA88C46CB32F741DA8DC706D4B3818CFD , 0xA89CFFBC5A6146F6A3B3D54B8967524C , 0xA8B9BBFF6852415586952A3CFC648091 , 0xA8D221E6F8DD43518D0A1530C2BDAD5C , 0xA8E4814641604034A226E2D9070D58D0 , 0xA8F053755AF24D4996313DADDAB079C7 , 0xA901856AE8E848BF8DBFEDE5176DFE61 , 0xA91F56B4520B4758A633FBAF95C92B2C , 0xA943A40997A7438A94C81550FD389798 , 0xA96B1BC10723446FA87DBBB5E33B22F5 , 0xA972CB6DD54DFA089ABAB60AA27D11AC , 0xA9A0550E463A4835BF8072804151AB64 , 0xA9A2B30C77254684BAA786FFAB3B7D06 , 0xA9BAC38A175546FD8D44B905E5AB0D67 , 0xA9C53A5595D24956A13D587AD16417BA , 0xA9D53D88C5414AF7B7E50B0E74BEA53D , 0xA9D900D0CAA64F52AF249A1A84E53C55 , 0xA9E0268154B34880B6AF337E1734E022 , 0xA9FC7DBD47C04642A0AA37AE6FCA3511 , 0xAA17564C831749E4946BFDE042AB109E , 0xAA2767604EDA418188EED57A9A1B571E , 0xAA31C4371EA6412C9B04CA2E56ECD2D1 , 0xAA38258C14FC48F2B699D46E5741E100 , 0xAA5BFEF5011C4A00B19401A28CFCD327 , 0xAA60106518AE4E449CD63085988B5690 , 0xAA6E655F6C6B4CE78B5C901E66D869CB , 0xAA790A74AEB5482F8DAB46020E13E48A , 0xAA802B08D94B46C4B47820940473682E , 0xAAB59FFF523248EF97E9013C1A3A9520 , 0xAAD63968B68040BB97212BAD8FB26AA8 , 0xAAD9FA15256D46B0BD938E95C5899C98 , 0xAADE2EAFC22D428C827996C805E478AC , 0xAAFBE7BBFADB4B5AA6D130A578E3F3C4 , 0xAB0C681D1187406EBC331D482893B28A , 0xAB0CD6288A7E4C0CA540A2236851DA44 , 0xAB32B5960B4844E1ACBC1D2BCDE36490 , 0xAB3E37B254DF42A9B67880278D108F59 , 0xAB3F3AD47C9B4AC4A8F7C2C5F711B918 , 0xAB47059778854B41B3F2E50E126F02C4 , 0xAB51E6B425F14AC883A9A905B4507E95 , 0xAB587F69880C48819552C48A8B51F74C , 0xAB764A0F26514660A7181E28A3402A7B , 0xAB8BA472A7534C87A6B74578F4317881 , 0xAB9D48D2021E4926990B20BF5049E1E7 , 0xABA1D5D20FD14D418D1DDD510E832C9C , 0xABB126C51C664BF798D0FD76772F11D9 , 0xABB4DEF9923646C8A4AD17221B4CCAD0 , 0xABBB91B97A104A14A793FE141C6B94A5 , 0xABE0B292C58E4D4AA90EECAD5365651D , 0xABE7A397E769404A85C002D381E22D9D , 0xABF6B31EF8FC47A4A2FB43C070676B42 , 0xABF90FBCED1D42F78107D99DB329D352 , 0xAC02EB8980194A3389CC1BD32B6CD03F , 0xAC1A4C6E5E7D40F98AAEB0AE0C2BBB49 , 0xAC477B9150F0489CAC7542C29A29F327 , 0xAC509F622F634EEFA87A05CAC8DDE102 , 0xAC528F406FEC444094506B730F97588C , 0xAC5FA3238457499780AA5583472AAC78 , 0xAC669C1E1E184DDC97C773587705B160 , 0xAC6EAC3C89A5498D86AB79EAB4AD4C91 , 0xAC71F897A723420CBBE586C800CA9CCB , 0xAC7430EAFE72408AA82A372A19928172 , 0xAC88887E9C8842195C1860FC84378601 , 0xAC9131718CF7471E83AE21316A990A80 , 0xAC92CE5335034E948B883F10A4E4DA34 , 0xACA4C4FC9AFF42F58975616932913D4E , 0xACA950FC181047618204736796AC4F4F , 0xACB37D80666D4F9EA521F73AE2B8A62A , 0xACB72E7368AE4874965874DC5BD80A19 , 0xACC96404E9C346A48A81B3E3F968D4AC , 0xACF3A095935944559CCC5472DB087A2D , 0xACF73DB9A4314DB8B7A07FB9E1B23B3F , 0xAD047A511B5643F2833B8309C3009865 , 0xAD1B447D470146E2AD959879DC984440 , 0xAD24D999CA5641B9B5DF6C671B4B6489 , 0xAD727B8D47EB46E1A2DFF85099D3FED7 , 0xAD762FAE068E4393AF31C762E8FAAD18 , 0xAD7EF313C5BC4167913B13109F029361 , 0xAD8F81EB85F048EC8E6024313E5ED6A7 , 0xAD900CED13E845EB94A67382ED9E2F09 , 0xAD981EC67E73459597A60E1475B7934C , 0xADA409F8740A466C81E33BAF6CACA09C , 0xADC462F311ED4A5D8251272B43156D3E , 0xADC65074E99746ECB39A47D18337D2BD , 0xADD606A1EEDD4828A18B96EA2E1A6A60 , 0xADE242FBA8414799BC2D27326BFA37B7 , 0xADE8402BB28647D88A10664488D55332 , 0xAE030D65BEAF428E8347B40F3632BA04 , 0xAE07AD357A044819A31B7BD119E21605 , 0xAE1617DBCBDC4BE4A5DFDD311D09149C , 0xAE162AFCB859428F88DE1706E91A5B88 , 0xAE340504ED304763A8D7C4A585332E51 , 0xAE34AAAAE4AF4523837614D9DE8D1E88 , 0xAE3B737CF4204B128C8470BD345F048E , 0xAE48FF45360845AE81122412339B262B , 0xAE5A2D6842CF47AFBBA4B2B7E9895FDA , 0xAE5B52186AF24879BA86121BBB1AFBF6 , 0xAE5FC54100814E27BAE3756364CE1DB6 , 0xAE662D7B80094B819D02DB2C418E3C13 , 0xAE7E586B4DC54A3594D9DED110181973 , 0xAE81DF7E1CE54C9FA0DD80CB6B937514 , 0xAE82A38784FC48D1AC200A721A52CA1F , 0xAE86031B417741AAB0A36109AA2B5B19 , 0xAE879D3F74DE434EBA5DD697906F2CF2 , 0xAE8FBD8ABD0F4808878BC7CF72844752 , 0xAE91FF0554AD499597C9C729979C0518 , 0xAE97759BD59045C2BAECB30B9727F56D , 0xAE97C3F37AB14BAAB8DE9FC520647316 , 0xAEA755F3D8B74942821D3CDD5C5D94B7 , 0xAEAE4D593F664B47B677B98AFA000F7C , 0xAED0EBA6F4F64157A36048C2C6902E46 , 0xAED4F777D7064D26AD4386B40393022E , 0xAEDB6A558E60438BB388AFDFFE7A5DBD , 0xAEE1CD0FD5DC4D91B8CD4EEF665DBB0E , 0xAEF4C223285BE260847675CD4D983B15 , 0xAF02BCE730E54DF1AC55B8E6FE89804A , 0xAF09197E5AD047C98AED6C3B7894C3AB , 0xAF0DA8C7982F4E3F93F3DAA0F1DB2360 , 0xAF165A63503A4457BB15CB4D6BE31EA9 , 0xAF1B8572C19F424A8EA4AF413FBFD67E , 0xAF2784F7D1B747A18A15C7CCD8A87FB5 , 0xAF701694F87F4C988EEA4E549EC42026 , 0xAFA71B0A4D1645D2A6E8AF1A0E472116 , 0xAFC6E4F0277E45BBB2F39DE68772AA41 , 0xAFC962D1B8FB431E8D79F3119319A0D7 , 0xAFD38E09491B4D4C97AA7B288D751AF9 , 0xAFDB834D0D0D49A5A929846890D89DA9 , 0xAFEA7C6FD06444E893D0D9F55A03F374 , 0xAFF80DF04E734A92A49F19744AA5A930 , 0xB04B2E05A4184FB99603F5B44EA4D196 , 0xB04D4EA31CD74A3AB8BFF4735B3DE4CD , 0xB0521B4251B543F495F6D61DD057C139 , 0xB05B297658F84C84957C7CC3954D6253 , 0xB066F60456F64243B60981EE5BB982B6 , 0xB0670328180F41B0AFAC185ABD6ADFD7 , 0xB080424ACF5340389DD2D04216B0AD71 , 0xB08B3EB7CED74BD18E8090EB36ECC623 , 0xB08C4F24E2C44D1F99A953DCF5FFC4CF , 0xB0A29D73DA0F481681D4DB7C59B492EE , 0xB0ADC14D5A194522AD4A4A984F65DB19 , 0xB0BD9001C41646E8941DECA9D196A37E , 0xB0E9201BE95F435BA5912E930DC706F0 , 0xB0FDF1DC8A90425B95B420E28DB40FF1 , 0xB1086517C4754270AC42C841E7A35719 , 0xB119C1BCC1B3408D8F360AA34C8887D0 , 0xB123B0D48A7240789561C6A82CD157A9 , 0xB1241BF97C2F4CE5AC6562375DE013C0 , 0xB14162A036134C9E97ECCA7EA48AC856 , 0xB15A7B3446DB45108C10D44FD46BED18 , 0xB16F2453871147C39847E3DAE9493AC6 , 0xB17FB3DAC40740EB86D726BAB6A90DFE , 0xB1857DD4487F47EBA1796877931FF8BD , 0xB1914F64887643E5B583CDF40FBC33B3 , 0xB1984B0435AC4589BE9EA605299990BA , 0xB1B00FDDBB5F41DF54140A44077FF721 , 0xB1BB55BAA8B44C2FA2430FFF288CD235 , 0xB1D32A649741478CAB3619764725AC13 , 0xB1D6F92DDEFF49DD9070208A19F82D37 , 0xB1D91CB25BA74115AAFC8CD49D7B7F4C , 0xB201CA69F51F4760B793BEA65B6F3682 , 0xB22CCE48103A4FC790949E7A2E33136A , 0xB237EB3B18BE4F83BEE6A7B2C62D79D1 , 0xB23BD0BF1A324C9598E2B14F5E6BDC11 , 0xB256640D44A946A8B0EC2DD6D749DB30 , 0xB266D5C157F54A85BB8A52CE1B95C0DA , 0xB26B8F5CAE074787AF63B5492686C58B , 0xB28BF82742EF4697B582B7997CA2564A , 0xB29667659D6C471498CF4FE8CF405C1B , 0xB299CFEF37D84C828AED9431E546F52E , 0xB29B8A2E66CE44C4B80CFC88E63A34FD , 0xB29C33DA446040DF8EC45F37A861EBC5 , 0xB29DCE04BE804388A8AC0EDA01038DF5 , 0xB2A97DDFC5654EA7800BE7FD057F1E60 , 0xB2AC9E71A6544245B7F7A2F46730AC5E , 0xB2B994C3E11E4306A754777C8106CACF , 0xB2BBBA08B5A54D709016DA53276885C6 , 0xB2C6328000B745868BC1F00D2A6986B8 , 0xB2C98BEB718841F195544E6B3F922266 , 0xB2D42BF85F1F49F09E9106F1D201FD23 , 0xB2D9BC6E626842CCAB8E9842ACE35AD8 , 0xB2DA5A1B68694B7BA15F7E11EC5501D5 , 0xB2DDAFEA31314DC38EB035572FEC9A48 , 0xB2F829DD716740E6B92073379F90594B , 0xB306550DB92C4CBA963C9C6C184A2CF9 , 0xB30C44EB221444679820B06733F9A7E6 , 0xB33E8C4A165948099E925F9E1CE7732D , 0xB36AD31AC37644799DE64A170F41DE1F , 0xB374921647C94464B4D95C3B590724BF , 0xB37755267A0D4DE9BEBC488495583CF8 , 0xB37E5FA124F64A8BB401600DE75D4761 , 0xB37E7DBBCDD941AB9C6E243DAD0CC086 , 0xB38AABD2167F44FD9AAA80614AB15E42 , 0xB396B82D46314B9C94E0152F47717587 , 0xB3979A4B1A4C45A290784284028B0C5A , 0xB3AA3031817844838C481ABD23C72DAF , 0xB3D028D82F874A789E242D658FD0B1CD , 0xB3E66D35F4D74B8E9A29F903F6B6E4FC , 0xB3EE5CA27EF946B9AAF8D0FA4C800CCC , 0xB3F06C2CEF074C54831C0F8224328EA3 , 0xB408D9A6373F41CB94B7259FB340596B , 0xB40A503E11D2406C9457A007C66063D9 , 0xB423FFA591AF4D6687464A6F44B2433D , 0xB434EECF7BB14E89BD2D6C31EF9D11DF , 0xB44432B907824D739258A710B6AFE87C , 0xB44F272BB7C244E5B8E2A5A9721B2E46 , 0xB44FAD1ADC0A46179A69EA199FE99B8F , 0xB48168DAAA2648D19F8BAC0CA49B390A , 0xB498F31B0D8D4CC3822CAA82AA856D1F , 0xB4B232B7F7E14C74A36F79CB010271E1 , 0xB4BD7827EE2843EEB636583608FE4B59 , 0xB4CA1DEDE76349A9A568681274A49682 , 0xB4CB8AF71AE4418DB18082594D1A4196 , 0xB507F331676846AC90D2976ACA2E181A , 0xB52C78AD3CE1476BB3D97887C0BFD564 , 0xB53F86AEA64847359168AF298A380B43 , 0xB541D11BF6AE44D08B2F0DE9FBB1C5D0 , 0xB56BC456A9B24B67AD8164656F182B41 , 0xB56DF617906F47DAB9C4ABAAE55C97C1 , 0xB57012E67E984FA990629C30A8B9C1EB , 0xB57BF05E9D72430D8C507F0E519357F1 , 0xB57CF87787784973BAAEA3751EBDE5BF , 0xB57FFDFF92484F59B38ED4114EE536AB , 0xB589705B9C964A6FA139A9C18F8B4B81 , 0xB58CCF19C5BE40629E51C289625D6300 , 0xB58E50515CD442AB8FC791A903D41035 , 0xB5940E3553C947B0B1BC041CD0B3600D , 0xB599989C2BD9495BAA3153601FF0AE68 , 0xB5A0700DE34E489CBD3B50B1B2366A55 , 0xB5A34D30E9C14716B064A1F1D2318491 , 0xB5CD73DD883247E09E1F9C44B4837779 , 0xB5DF2AFA624D4952B022ABC0E4DBFCCA , 0xB5E60CCF0DC148729457445013C486AE , 0xB5F3FF3826844892A595D005D554D80C , 0xB5F457C0D18D441B9193EC674ACA9DE8 , 0xB5F459BC92704184AAF5E0D3F5193886 , 0xB5F6FF00D49E465DBBF998BDA779F79D , 0xB629A8FD2CA94D579D247D87BCDDBC41 , 0xB63B1D618D65495A97DE1593D96FB901 , 0xB644057966184A0FB27CFDF630CF29DC , 0xB64CC41DA35E4652B6FB410C4FD5B94D , 0xB64E30B6ECD9436595F5F460BB4FC324 , 0xB66310680F9344239F3C67CBE8B3AE01 , 0xB6733A24B7D14A19B037A3C56346E7F4 , 0xB67D6B165B28464CB38707573422958B , 0xB68228A32E474051A9989AB036DF3022 , 0xB690A150417A489AB3AE8E0E0A3BCEDC , 0xB694C53D716D4FB780B58A210323F4DD , 0xB69B644A3E094B0088EA9C0F91224F7E , 0xB6AD633B91504E80AEF541F2B7BAED44 , 0xB6B4CBD78C5A488A928502FA7A076E2E , 0xB6DA2BDD38AC480A8C41B08DE57807BF , 0xB6E015FD6C194131887FAD6BD2F08405 , 0xB6E84DE4A0ED4CFCBC8D8326D7097342 , 0xB6EB3D191281481C96B47C873EFD21B9 , 0xB70C247046F6413E8B6731CB57A12BFD , 0xB71AABC093F04BAEB0DAE24CB66ABBCA , 0xB7305BFA3D86495D85311B870BCD3A41 , 0xB7315250498946C29ED70D7346B0CD5E , 0xB73CFE9BE11E4A42B3B455EB87316EA0 , 0xB75530CDE6404381AF8B5EBA39A7BC4B , 0xB75FBEC5991942089DAB07CB28DF4B95 , 0xB77A4642EDA048A6A1EB4BB36601DEBF , 0xB77CF12D455A45EF976617ABB0F66D67 , 0xB79471E66ABF46A8919305C11656AB8C , 0xB79D9F574554407EA187C0624C6C81B8 , 0xB7A946B121E641C2AC089B59E8C2E086 , 0xB7AD92F439E54589B99EF93AA6C5FC1B , 0xB7B6993224A84DC38D125FAE5480CB0A , 0xB7B78C8DBFC047838773077C5EB80116 , 0xB7BB12F5AEC4421FA997B63C36C4A343 , 0xB7CB26B416E742E08B0C286A9F19203C , 0xB7D4410A8FCE4790BEB531192B5555DD , 0xB7E82489B2C343719B688B0EA9E5C69E , 0xB7F82EBCDCA247369CCFC88F7E03DBE1 , 0xB80334C3FF5A4146BD6175F8973B01A8 , 0xB81C3FFC69344DB3A506D84965304513 , 0xB82481F584A14E6C92C8E0F0F4A633CE , 0xB8305739EC8F4C53809B1DB8C6EA42AA , 0xB830BB584C8547548EC0A7BC3C65C3DA , 0xB8329804224E4613A800687E628B8A6C , 0xB83FB4B7097E4EDA9413F436739118FB , 0xB84A95399B104197A22568386634B3F6 , 0xB868C4E7C7B0444382850E13D31186D8 , 0xB87541CC361A47268E9CD1BB7DA51E27 , 0xB8758A0C8C54403D9FB96EFE3210830F , 0xB87931B1DBB749BF8DD6CD0FDDE5B114 , 0xB87D59463B37401ABDAF4235A2B687EA , 0xB891D7E08370400A86B4DA5E4834D3F8 , 0xB896535EA1054A2D98A4570F9A594CA1 , 0xB8A275FA4D8445EFB61DB5CFB83EF456 , 0xB8C669A7E9A745B583112995C60ECB01 , 0xB915C4F290714C65917CF459F5C3E1F2 , 0xB923401937FD45D78C5F81B3098DA200 , 0xB930217F25A64A4E9E03C9E40DE3F8C7 , 0xB93ACC4CCB7F4E5885EED874EEB6CB42 , 0xB94E7FDDA4FD4157A5470CDE854B38E9 , 0xB97ED41B892A4973913E2AC408631EEA , 0xB993196B5DA94860BDD3415C6E5A8C6A , 0xB9942B3B599443F7BFC6E2DAEF7427A2 , 0xB99F55C291644B20A3DD4A82DF7F290A , 0xB9C3718071BFAE6C71DC7432A2ECC937 , 0xB9C63C26F84A44A7B1F05316CCBEECD6 , 0xB9DD5DD84DB44FA8A53F8A79BAD78FE2 , 0xB9DEBFBA5EB5455997D1267678F09784 , 0xBA1099896B7640489259E7B5A267C966 , 0xBA1CF5769A184229ADC8506DB71E728C , 0xBA40F6233BFE930DFD7E659ECD8B59D5 , 0xBA5EE59FA73A4EE7B9FED26711C531A7 , 0xBA70E7EB56504A25B704EC2CD2DFDF2C , 0xBA73EED8C7EA433EA4E7ADC0D4856575 , 0xBA761D876AB74A6C89CD9576CA6BB957 , 0xBA9C4E58068347328DA76D65DF35B379 , 0xBAB0FDC53CA441C68519C823AFDD5F3A , 0xBAC586E28BBF4DCB9F00E2585530D205 , 0xBAD2C2152811485B91B445034365A51E , 0xBAE7D20AEAAE4245BD27768226B07F07 , 0xBAEE9FF4BBFB42D29BF913131B2FD76B , 0xBAF310FE1F854E51AA1EC8F5DAF1D884 , 0xBB1C0895BA72492DBF16E4C9F7794FB1 , 0xBB2E459AEC5C4119A969055145CA326E , 0xBB3AF661281B46A5BD1C99B349B01024 , 0xBB4691A1F5494164871F7819DF26DC98 , 0xBB595DCD6FA644BA9E33B0A0BBA3C7AD , 0xBB87B5AFD07F41E58C3C185A0B957447 , 0xBB9E42E1BE89421F9E9B2A7217DABC0C , 0xBBB5AB149C424CE3A68358F0902B094E , 0xBBD06F705CA04B4284072DB10C216234 , 0xBBEF756A37DF4DA6ADBD40D08D548BA7 , 0xBC0AD07044B441798077782AA560C104 , 0xBC1BCDF158FB44B29C87254B0CF5D482 , 0xBC1D77B1AB8D43089D56BED183723D8B , 0xBC200D3D23EE40D4A8B4B25079E75BDB , 0xBC2FFC859CCD43FCAB44E0CB2F8D6809 , 0xBC46CA2B1F42418D8C80F33132CC4E32 , 0xBC58B863E74C457FBD9EF9DA8F9A7F3F , 0xBC5A35E69DAF46E4B75BE329506CBAAC , 0xBC640FB5E38042189987F664BDA59C07 , 0xBC69A72421EC470F878E38E1458449F4 , 0xBC7865EF22D04B81AB20054789760862 , 0xBC9E016C31FB41C68A96B26B82AC70EF , 0xBCA5CB6F045441C99A80334689C8A6C4 , 0xBCA5F086B3DF49DD99B0417A1CC3940C , 0xBCAFA53BA3124863B6B81545FE920927 , 0xBCD1CE1505424C3CA3BED6347D8FFF67 , 0xBCD7AA68449344D798BCF840B5AB6DAF , 0xBCDA760417694EEAA4493486300CCBE1 , 0xBCEECD2B945C441C8B411B056E7368E6 , 0xBCF25E70E9044403A8F5C85CEF36F6F6 , 0xBCFC20CC553048D98D370EE1C6E10851 , 0xBD10F1AE0EA04E83A866EA92404E996D , 0xBD1484073D214C09A80050941CC12484 , 0xBD14D1B07D6C4C63ABBA40B7649935F6 , 0xBD1C56FD58954FE6AE509F46DA731D75 , 0xBD20FED9F8384C68B51DA1ABC4FA48BA , 0xBD526B8AAE8E4D9C8EDB06F5D1FEA87C , 0xBD5857BD642041D8B8C94F00A4B5E6EA , 0xBD5AAE24A81E440CB8050C52054ED7F5 , 0xBD6D627C888E422989B2C72DE148CE53 , 0xBD7ADE7C5AD942A2BFCBAE79ACBA878A , 0xBD8563445EE7443291E8B102B34E043C , 0xBDCA68E3D08C44A8B3D46818C1C5DF56 , 0xBDD3885B1372472B9DA38ED988C06A62 , 0xBE098357952B453CAA16F0246FDA77BE , 0xBE0DE0E8B2464F169EA1606AA164C0CE , 0xBE1329B03A6A4C03AAD04D5050CE91B9 , 0xBE1D808DDB3B4F6083D4CAD172829FF6 , 0xBE2AE0C9FF484EDE882F43EC4746ADD4 , 0xBE2D77C25DEF4CADA9BEB293C3F5D047 , 0xBE3E87EDAB30406FB0574A46175C8591 , 0xBE4407BAFAB443B6A6878337EA1C84F9 , 0xBE485890B02D4DA097613BB351EEDD26 , 0xBE49C1D7BAAF4436818CCB8B7435D1C8 , 0xBE58FDD4DFB14EA5BF02285C82344642 , 0xBE6A2D14B4CC4B42853B61305CAAA462 , 0xBE72EFC07D2A46B89846A7B2E8BAB27C , 0xBE843226092A4BD0B9387E4A7418F59E , 0xBEA2144D595D4D3FAC18F4F47EC1B730 , 0xBEA4EA1967FE46329C81F5FF51BE81AE , 0xBEB2AE0DB12E45C3B931D9B86404BB5F , 0xBED2D5BFF3FC4A82A0E7EF3609ACFF12 , 0xBED4415A741D4612A7D162594B0A86B4 , 0xBED61AD434544F5980AA20DBDAC893A7 , 0xBEF2AA96C28445C289CD53D0E68DA4B9 , 0xBF0124A5515D4776AD21E77CC4CAD3B4 , 0xBF0179C284E14DB79D4BB1AF4376E770 , 0xBF221C5B220E4CC5B220CB1DA9551CD2 , 0xBF2582C512294D79A2698132AA996D00 , 0xBF4932E049B640FF8F077A8C3CB454DD , 0xBF56004A39144FDEBA8B01518DBF1190 , 0xBF627667C24C49FB8F33BBADF5EE33A8 , 0xBF64431C843610BE813CEE9021C4D338 , 0xBF6FDF65D4A94882BBFEEFA35E38E7C8 , 0xBF70DD3BA7854CCC8D124A8477EE9D3F , 0xBF7B7E250C94478289E007A134ACAA7F , 0xBFB44A2F2AA045739031004C487644B2 , 0xBFBF8592CE7B4F5DB30FFA176DAC5DA7 , 0xBFCF7971C67E42CBAD12B0B2EAFA8522 , 0xBFED96C15C41E25FCBAA4C1DE2B468DF , 0xC001D94932CA478DA280EDB8A06B98DF , 0xC003D46010DC4F9F8149C39FE22A9BDF , 0xC020A613BDB44E1884D268800E887BBE , 0xC03130EF90F949F4A302C74BB09F05A3 , 0xC03ADBD85F914E8E8846F9B4D570D49A , 0xC03C742A80D14833AFA34155E5BF99D0 , 0xC04C2E5BAA8D4F5C9101CE56F014FB13 , 0xC070B5BF75BD41D58EF5CB3E8F378A7B , 0xC083020FDC394AD3A539A7A4E9F94E1C , 0xC08C3DC3C646465E98986427FA527F36 , 0xC08EE5304BAC4631AD3D6AFC0F0DF3A4 , 0xC09C54AA553641F580C13970969E81DC , 0xC09E20CB62AB4B4C8FD28C7683E83597 , 0xC0A804BE87B54DA9B6A089030B6F6EEE , 0xC0D342F0F1964158AA108DECD663F3AD , 0xC0D7993073F84FD48AFFD78E77C83766 , 0xC0D8EE0B20EE4A85BEC79CB92CEBFC38 , 0xC0F685C6518146669A48A7CB2936DB64 , 0xC0FB7F88A9294CE6B838C886A3BAD3C0 , 0xC10B36B8A6AF4106BF92D03557A0D73F , 0xC10D5F87607F4F34AB864629E4976D7D , 0xC12EEDFC215C477195611166E2739FF7 , 0xC1335A8596B8495A97F9B399D6CC6DE1 , 0xC13B434D712A4C89B04094E2796014E3 , 0xC16811EA422A497CB2BCBE20E7D69B92 , 0xC188E704753044D0B7B6E91D78237D1C , 0xC1939CFE1BD8476B8EA4F83C0A26584D , 0xC198B7025DED4B5598F976A4FB45E120 , 0xC198C700E4D2475CBAA4A6814A4EF330 , 0xC1B612A5676B42B0801F76989024C72E , 0xC1C34B2F54C24AFAB29F8187EA04E2FC , 0xC1C51D8904294ADF9B2DC48E2889A0DA , 0xC1D346C9F0EE49049607AEA4ACCAD298 , 0xC1D63FFF19B543DB8B0930ADF84F12A5 , 0xC1D96A686297406E86D2676CB8537D9D , 0xC1DBF3FB55FA2D18375B74CB81BE48DA , 0xC1DE795E80924F3CBE2A454DFE67FA66 , 0xC1F88E82C1FF49E9AD82B2ACE5A43C65 , 0xC2037E79190F41A9B1A4ED297B51CFCA , 0xC20A50834CFD4CAC8DC47502E8169F87 , 0xC218960CED8A4EFFBE97279A3778ECFF , 0xC2352741B88E4EB1A76ED406BAC31D77 , 0xC239BD35FED34ABF8A5892251FAE66CB , 0xC258BDEF50484A6FB183A5E4B341F5C0 , 0xC25D6B84BD6649A78F2879D2787D999A , 0xC26F053EFB7449999CD9A60901D310B4 , 0xC27D5EC9F25748D5B8963D515E59D3FD , 0xC28F3715F0D144F4A4BDF957331391F8 , 0xC291CFC4381343E49F3ED7F19811BC13 , 0xC2979CE420F943C392A7F698A71C9D3A , 0xC29D09AFD5A84CDB83F129E9613D3E4A , 0xC29EBCAF9DEB46F1B3FB755BCCFAC60B , 0xC2A3CB7E76DA49FF81536C7DE596E51C , 0xC2ABE93718194B28BAFCB4E8DD857E3F , 0xC2B24576E3DF4407B6E249895ACB65C5 , 0xC2BBBF9432544492994B72F533BB370C , 0xC2C4176E0E4F4851927DDDB173D884BE , 0xC2CED396B3614698936C422D7788576C , 0xC30383A964E244DB9F2E866ECBAE9E83 , 0xC321C3F54DBF4EA89E9B4A0270301DB0 , 0xC3259F3B88EE480699ABDD310A8566F4 , 0xC326ED6C974243919D3914AF52CF90A8 , 0xC358050FAF7E48B18FAED6D8E88B5805 , 0xC3598F46E3A940C588128045A801E25F , 0xC35F03504B084880AA6759C80468B152 , 0xC362D2F0E5834CE894936E48F001764F , 0xC368EF05AED448B8BB289AFA0C841B4E , 0xC37106A506D44DCB93C69B120AF515DB , 0xC371B7187BE04854A5465D6CA1E51F13 , 0xC37BA2672FC64A43B2BC870306CDA677 , 0xC38359F5E6CB400DA86067BF9F73372E , 0xC3C54490DFF6403CAB85BE31367FB466 , 0xC3D2F2964FC24EAC9060DAD95EC47C23 , 0xC3DCAB61C2EA4B5AA1626D6A917B93C6 , 0xC3DE41AE4DA3264FCD2084EDA864EEC4 , 0xC3E3C87F378F4E0EB1EE6F5E0DA7EB41 , 0xC407AD5073CA42529CB546DE051932EE , 0xC4219515743943DE830F79E5D1F871C6 , 0xC436A0750A9F4354A4EC495FCCA8D56A , 0xC4394E9F8C9B4FA9939E8B516373F33D , 0xC4531AACC12A48F88C8FFE40069EB0BE , 0xC45634C8E9D647809FD54A8CC294277A , 0xC4A4BBA5BE894FD1A8ECE52ECF104FA0 , 0xC4AD15F2FF9A4378ABBEEFA1EC99DA6D , 0xC4B37ED28F584ED68ACBAE4B34A20F05 , 0xC4C1390C648D4F52AA559A3C7BBE92AE , 0xC4C777361FD74D7E875C17B6E7FF5970 , 0xC4CA2EC8244B4E1BAE8D419AA70E3951 , 0xC4CA6120ABBA44319A88BBE5B34A39B8 , 0xC4DAF83450354E98A1125D5BEFE7FB8E , 0xC4FCEE38B69548CE985919A198D1C975 , 0xC4FD65FD5687478DB39D242D28D2435B , 0xC507FC933668468A92130A1C7DCC1464 , 0xC519AB60CD3D48FD8342789A1B1F169D , 0xC53653DD663941B9AA013D5AFDA62BC8 , 0xC537291FA848447F8925750765AD29B1 , 0xC53741528977461CBE19B61E234E60AF , 0xC546E8BABD1143969F16628E7B2F5FA0 , 0xC5471EA93C5B432CB60D7B26F03A2AC4 );
Copy
45
0.30 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"«»‘¹z\x10 J\x14 §“þ\x14\x1C k”¥ "
b"¬¤ÄüšÿBõ‰uai2‘=N "
b"»ËÄ\t I\e MLù¬{(ìu\x1A ¨ "
b"²‹ø'BïF—µ‚·™|¢VJ "
b"Áëp[£ûJoí9®┴ÅïKü "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0xABBB91B97A104A14A793FE141C6B94A5 , 0xACA4C4FC9AFF42F58975616932913D4E , 0xAFD38E09491B4D4C97AA7B288D751AF9 , 0xB28BF82742EF4697B582B7997CA2564A , 0xB589705B9C964A6FA139A9C18F8B4B81 )
ORDER BY rc . rule_id , rc . position ;
Copy
46
1.38 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 3500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 3500 ;
Copy
47
1.56 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"ÅH)ÅîUJYž<\x14 Ó¿\x15 8 "
b"ÅI‚mÆþB+˜X‹|œ>m\r "
b"ÅMI×\x02 ýK´®\x1A –„ñY‰A "
b"ÅkbrçXMPšèá\x16 £Óþn "
b"Å}e›õmMö°zºsêK\x08 f "
b"┼ç#Fß\x08 LØî\x1C øDgBR\v "
b"ÅŠ¾\x0E I$Mÿ½Ê<Ã\x15 Ϙo "
b"┼®ÐÛ{wAØ┐ÆÐuÚ!▒\x18 "
b"Å·.¤ÚÕOá¡rÍ`k\x0F É~ "
b"ÅÉpf\x15 ÈFʃ„’ç“Õ;- "
b"┼╩2¶ñôJkÉ¿Fð\x10 Û▀p "
b"ÅÑ\=0¥B†µ\x03 ¢Å9K„\x16 "
b"Åê™b‘ŸI\x1E €‡ëŽï3ØÇ "
b"Åô,^¦åFq–\x06\x1C -ü¼v£ "
b"┼÷H\x03 ╗tG@à═¨É;3Tr "
b"Æ\x0F 1o:ÅDO·Öªb*\x1C ²e "
b"Æ\x1C lKêÄEE‰8å\x01 ÷æX~ "
b"ã+Å\UfB\x0F ║\t K1UV\x06 = "
b"Æ/ìûLyK5‘Mþü +)\x18 "
b"""
Æ;;µ0{BFƒ‚«b\n
Ë«³
"""
b"ãMta7YHùä\x17 ║╣#ü¡\n "
b"ãR"╔êÊMhôo«║─p\x1A ì "
b"ÆX)\x18 ˜vm\x1D ã=mD\x19\x00 Ç8 "
b"Æb¡}Û1E\x04 Ž\x11\x1A 9eò~™ "
b"Æf`8\x12 “A]ˆ]é/D|ÞŒ "
b"ãm5╦Ü├@sü|kJÿåmZ "
b"Æw6/~—AC³¨¢§ê ™Ó "
b"ÆwñtÅ\x15 J:†jÙa‘zÝk "
b"ÆxL<5pF\x17 ¥\x12 ðQ€a7y "
b"ãɬç,\x19 K0£┴ƒÎ\x06 ¨Éç "
b"Æ‘Äx‡wOÉŽŠ„£ãöÂ÷ "
b"Æ‘ëzÁfB!†gÄV„}ל "
b"Æ”@oSÐF\x01 ¨˜D«þ}NQ "
b"㪦╣³ÉC¦Â¨╝ØVöGÝ "
b"Æ©õª[ˆ@‡ƒø\x02 å8l¡Ú "
b"ãÂ_óh!Køåþq9ëÅä\x7F "
b"ãÂÞ¨èxLiç×3\x03 ,²É┴ "
b"ã¥vÏ÷+O\x14 ì\t ║¾{78n "
b"ÆÎÿÐ+\x1D ¹þ\x1A uNꘑ̇ "
b"ÆÔLÎH;OB’\x1A ùdÑÀ4Õ "
b"Æâêµm(@T“ª¿½‡¢i¸ "
b"ÆûúY˜bN+™ß)qië\” "
b"Ç\x1F þFß°L0…E\x19 ¼8ÿ & "
b"Ç!LÛèèB—‘4²9þ"¸ "
b"Ç-SÓÄ!A<«Ä&FÚÈK• "
b"ÃYIòô│K║Ø╗╩U¶╣,B "
b"Ç_:Æ3„@¹„l\x18 ÊÎȺ± "
b"Ã~\x19\x0E\e sMæ¡á¶ÅSÖ\x17 ÷ "
b"ÃìX}yåKì¬W╦[1ÛN█ "
b"ÇŽgQdóKõ¯Þƒ|ÈL½% "
b"Ç“ádJ|M×¼¶Ü:¨\x08 ™Y "
b"ãq<?KHõ╣eÚøüg#0 "
b"Ǩ \x06\e §Ë$é;оp~<\x06 "
b"ǵ²wZªCt·\x01 tÇ矦] "
b"ÇÇ‚iÄHIõ–Ëò\t ¤\x19 þ "
b"Çǰ[ç~Lé o’=uºÒ "
b"Ãı\\x00 g1C\f │├(W%\x1F -Ø "
b"ÇÜÆ,q\x18 Oñ±¤BžÐãžÏ "
b"ÇäØ\x12 <GH-¼.±_“V\x11 ˆ "
b"Ç÷$H~IAò¡(tí\x0E Üã "
b"ÇþOÈ9GDàŽ[&J9×äB "
b"Çÿ_3+èAw¨FûàßÖ8b "
b"È\x10 Ù@DÅJ\x1C ª3g@Ïg\x05 ‚ "
b"╚\x1F Â.Bf@õéüÊdw\x1E Yô "
b"È$9û»‡L%µ\x1A É<\x1A ó¿r "
b"È*fì(ãC²¸…\x19 h{·\x0E k "
b"È-K•G(G\x10 ¬Ö¿…±:ùe "
b"È?Û™Þ-M5·\t cãd4x/ "
b"ÈG0Ê,TNt¥'\r Õ\f „í "
b"ÈT\x13 øØ\x14 D\x08 ¹Ôßè"Xï\x1D "
b"""
È]iò=1Lµ´W\n
§tå\x13 Í
"""
b"Èco:ˆWO»¶‡3©èø‘ÿ "
b"ȇ¼\RâFѡߥ2â«QB "
b"È“èc‘kFñ¨Î:¥x>¸‹ "
b"ÈɈ\x16 @J%€2ôUð”¶¢ "
b"╚Ûì¾^*H\x19 öHÿ¶MCIt "
b"Èê¶få\x0E I\x1F ¥ÖDpGµ-Û "
b"ÈíSð"IA$‹Ú\x07 =¨6¼š "
b"Èí–Àú¬L,„3n¹ç •/ "
b"╚¹ËmápFÐü\x02 ¿═¢-1Ì "
b"╔\x00 ╣اBKæÁ¹\x04 °█UÅ\r "
b"É\x12 ‡ÉÖ¨K®¶Xs!/\x15 ¼U "
b"É\x1A õÝq'H$†‡¡ê£†nÐ "
b"É<m\f kOJ&¶|\x10\x16 ÿTúé "
b"ÉP1$¦ZCŽ„(S³Ršóý "
b"╔P=ÃÔµC═Ö'|/ü│\x1C I "
b"╔S\x12\x02 ıÃL│┐bÎÉ\x00 ÁïR "
b"╔V»ìýGD╩»'╣Ä\x00 v¤═ "
b"ÉZþ¡iÆBR‡W]²D\x12 nt "
b"╔a\x1A\x02 ç¼HßóÉd1\x18 ░Ï% "
b"Ér\x1C rj@@úš\x00 çÛ;âÂ\x00 "
b"╔êÉa░sET┐_c\x1E É.ı╝ "
b"É’ùÓ’\x7F D´ ¿»™’ìÑV "
b"""
É–\n
ñx–D†ŒÄf\x12 Õ¢ñ‘
"""
b"É©J9o\x05 LŒ¡€·\x01\x00 §Ì\x0E "
b"ɫԄ¥ŸH„ª\€9´U¨S "
b"╔Âìl└^EÌÿ_ñ7ó\x0E\x14 { "
b"ÉË?q9·MƼøm¹O\x19 xø "
b"ÉÒ\x13 ºR¶@“¦dÓ†\x0E\x08 <> "
b"ÉÔ¨ûª3Luº\e ]œfò4# "
b"ÉðÇ\x1C Ö²Gõ–ú\x1F ¼$®ßw "
b"ÉòùxÈ@\¤”ÉÌd`ðß "
b"Éø:\x19 ú@O—½qΊi†Ý\n "
b"╔ pKËXO░Ø\x06 éE\x17 7~w "
b"╩\x05\x08 8Á\x00 B°ó\x08 ¬Ô└Éxl "
b"╩\x13 ìÐâ|@Ý¿Û═úæ\x08 └± "
b"Ê#P\f Ú@\x06 š¨\x1C Û(`¢\e "
b"Ê0WÙâ{M ±&^‚í¦Ã‰ "
b"Ê7„\x7F îPC…«™Ç‰/m=“ "
b"Ê?ÃÕ$6ET³^¬[ù|ó\x03 "
b"ÊJ\x06 ÃÎ'Fƒ…ÌFB©¯¦Ž "
b"╩düûc\x04 AÂ░dD¸{ËJü "
b"╩x8╗\x18 ╣B6ï³VÉÌb,¼ "
b"Ê}§!µÁM÷‡º"\x15 nu\t Ñ "
b"Êš@ü„VAá’‚O\x07 ¦¨i– "
b"Ê©ìãz›I»™³&XÙçÄ "
b"Ê·bE?'Ks¹;~ém±Ýä "
b"ÊãLb°?IÒ‡«û„\t §Áá "
b"Êòt\x08 –šJä®gæÿºâ2ê "
b"ÊôŸàuéJчdþk%~æ| "
b"╦\x10 ╔\x04 d3Lâ¼\Nì\x17 ¾tØ "
b"Ë!†äk¢Erˆ][Ó'òƒ "
b"╦T $°\x18 K¾║\x14 ├üüÈKc "
b"Ëh¤…Ú A8Š\x08 ·VqS× "
b"ËoQ\x07 <ŸE”y¿ÿPÕ8 "
b"ËtÇ8”·AP§M\e —ó-\x01 ˜ "
b"Ëw™à hJßš§d\x13 ó\x17 »c "
b"Ëx1³vyB]°¤\x1D Zì\x1A NÀ "
b"╦Åå├ʸC´í╚º*ûÌ~U "
b"Ë¥µo\x0E °C@¹È’˜BÿcO "
b"ËÎ 2×*C‡²¹ÿ$öò\x15 Z "
b"""
ËÕÃ\x17 ‰ÎEe‰M\n
<ÿ¦Îú
"""
b"Ë×|bVþFPž\x1F Ç\x0F ò+e¿ "
b"╠\x02 K(*EJúØo©yX9"┼ "
b"Ì\x13 ~÷aãC誘“ÝÎ\e t^ "
b"Ì\e Âí^æAE£e%¿ÀV$+ "
b"╠\x1F\v\x00 K×IJ×è┘ì¶-ù\x06 "
b"Ì#Ã'óXD…¬B0’ëAŠ™ "
b"Ì0Ð62éMj¿²™"ó´ÿù "
b"ÌGW/{‡B¢|³OV]\x11 ] "
b"ÌI•ç\x11 NÝ\r ß”*éªí}À "
b"ÌRÛ£C©D½œXÑž®zÕ "
b"Ìb¾×©/J`‰7¾Cy§ ¹ "
b"Ìo±Ã:Å@\x10 «íÛ»ö|ûà "
b"Ìo¼}\x12 ÀHæ»!1í\e hˆF "
b"Ì“\x13 ìÛöO—jÐÛí®SH "
b"╠ôì8\v mAHål‗îxÐÀ┘ "
b"╠ô█À█oLÄÀ\x1C ‗=¸Å+µ "
b"Ìž<ïLdL©›¶Ô•¡eu˜ "
b"̦\x1E Í€(Mp’\t ¼SKìºh "
b"̳\x1C óÁ|@OŒ\x02 Ü^(£ðy "
b"Ì´ÈHkýL7½\x0E RL›P™ƒ "
b"ÌÈ·÷ì1@ã°‘‘ÔCÿ”/ "
b"ÌÔ«×(xOð–kðý€\x07 ¹* "
b"Ìæ\x1C\x1A VïN\x13 —/¹vÞ•`E "
b"Ìæd\x18 H B{¹Tö«f ûq "
b"Í\x00 Ðp\x0F\x0F M4¢ûžZíìÊØ "
b"Í\x11 ÑÁÕòÃV\x12 ©m{Ô°\x02 ( "
b"Í\x19 À7²_H»„Á¬_Ü\x04 pz "
b"Í\x1D W/SÚ\x14 !±/“tÑÎU\x04 "
b"Í0œ‡š\x15 O·˜¥ØÝ닜V "
b"═_ÄcYÁOÉ║\x12 k\x03 d╩¶Î "
b"ÍiǸ\x0E 1LבiEíÿ™ýð "
b"ÍlI,¾èCýš@ó˜Óî²\f "
b"═nË\x15 üHƒÅ¬\ÙÂØeb "
b"Ír<3yØO¦˜ƒÂ\f vŠ—\t "
b"Í}J»„zMЮ߸d\x16 u\x7F ë "
b"Í„Øõ¼tE\r ‹(zöŸØ–° "
b"ÍŽ]‹ÅtOਅíá‚Ïøý "
b"ͦ]q?CA‚«±>4ÐNn0 "
b"ÍÊÆ¾nEG-¤0ŽiÉÀÕŸ "
b"ÍÚnÅ0ÝE—¢2“xL¥â\x15 "
b"Íá†ÑÙ´Hä¬#a?\x0F ’(Ê "
b"Íé²Õ]oC^¼á”¯œ\x00 KÜ "
b"""
Íþ\r ÷\n
uBh°Ô"4”ÓÌá
"""
b"Î\x03 ÷\x17 µ\x18 *°ÀM3ÔÏÙ= "
b"Î\x17 ȉªâF©’ƒ…ø8{\x15 ® "
b"Î"ÄhvNIМÏ\v ’¨¸ç\x0F "
b"╬.p╠LüF\x17 ▓ú6▒{\x07 Öã "
b"Î31YxZI\e ½\e µHUÖjj "
b"╬;{ÐÛ┘B\x1C àNÃÆ\x02 ,¬ì "
b"╬Hoõü7KÕ¡_╗├VP¸N "
b"ÎIÒhÿýB\x1D ™ôUU‰ýyp "
b"ÎM×\x0E ŠüHo¿÷\x0F ƒ½V\x14 Ì "
b"ÎW•{\x18 “Kò€ƒóÐÅeƧ "
b"ÎaT°-Ø@UŽÏÖ'¾Cï "
b"΃ž¡”iOR€1ÁÈo\x12 |œ "
b"Ι`…~\x1C Hž¹ÿ^\x04 àѸK "
b"ν\x13 Û—›Iï’\x19 Õþ$´9¡ "
b"╬╔ì¼┐┘@6Ç \x04 $·¼!³ "
b"╬È╔[\x1D ÈG\x12 æD\r n,\x13 Ée "
b"ÎØyxÌ¢It›æÏ™fšh+ "
b"╬¸©RZ)B├©¥ÉçP^in "
b"Ï\x1C ªu{HNèŸ\x06\x1D •ÌtïÈ "
b"""
¤1®┬á\x0F C═Éh\n
°\x1F ª\x03 w
"""
b"¤:Êõh?Kï¿Cì\r Ô╚4Ä "
b"ÏD;v!IBéš>¢ß&8ßv "
b"¤D=É╩@E\x01 ÑaTQk\x18 ³Ê "
b"ÏH&\x0E *J󀩨&˜á?€ "
b"ÏVwÿUÂB¢¼\x1A w\x1A ¦äB^ "
b"Ïn:+Ñ\E\x14 ŒÅ\x11 š\x10 +»Æ "
b"Ϙ\r “Ù;IO¸\x03 =ó0I¾% "
b"Ϙ°\x05 \r ·D\x05 šºŸ"bYØ/ "
b"ϧÙdƶKŠº¬ûߎ‡ÑL "
b"ϵôã×éM%³·”£\x14 å;( "
b"ÏÏ\x1D °9ôJKªÙi\x19 ©ƒ\x1C _ "
b"ÏÒ]\n ó\x00 D\t Ÿ7é\x1A ·Êí§ "
b"ÏÜ"l\e <Kô³5£þXý„4 "
b"ÏóH!8gIš¢x#Û’•â^ "
b"¤·üé\t îOÍólZ\x1C\x02 ίÁ "
b"""
¤·±ôØÀG\x1F ø\n
┌~ÐÄ9í
"""
b"ð\x08 ·ì\x14 øH▄º`-┘d\x13 ÿÑ "
b"Ð\x13 M\x08 UŠ@Ê’ÃF¶"u,± "
b"ð\e ÕÖü×JõÑTñDå─Êt "
b"Ð:YU€‚Dý¥wTKŽØ\x08\x02 "
b"ð:ø¢×÷G=ìíÆ´G²├n "
b"ÐLV”i¸KÉ«T~Šý<@× "
b"ðQ³TòºG╝×{T°║Ø\x0E â "
b"Ð[÷ƒç9M1¢‰ýnºÃå "
b"ÐŽ¹\x10 skH5ƒâA`ù\x12 =D "
b"Ж^zb¡@ËŒ0\x7F ¾¬Eá "
b"Й²äÖÏGö‡“"=r\x1A ºJ "
b"ÐÊ•å\x04 Ü@;‹SÌ\x1D æÉ™Œ "
b"ÐÔrã\x0E tCX½Éí\x1A\x10 È]ý "
b"ÐÛ|\x14 7×Eãž\x18\t ³€3Þ" "
b"Ðë\As\x13 Oo™PŽDú2–\x03 "
b"Ðýð|Ò/L¥%’\f Ø* w "
b"""
Ñ\n
g\x18 ÁœKá¸g\x1A\x05 NŒ\x07
"""
b"Ñ\x0E éÓ(´GÈœ½V*áŸÙ" "
b"Ñ!zCb–HÓ¨£ö¢o¨>¾ "
b"Ñ%`o®$F_€içòO@Þµ "
b"Ñ'µ”ÊhI2µ²Ì,¬\x19 $¬ "
b"Ñ)\x1F )ÊšHh¥¡\x17 Ms\r VÄ "
b"Ð5P;nöAE½uü( ½£\x06 "
b"Ñ=Ð.#ªKè¼HÆ2üÒô¼ "
b"ÑO–öÐVJ8–¶}~Ϲ(\x18 "
b"ÑP¥\x01 †7Lg»\x10 ‰µR°(G "
b"Ñdš®\ªDé‰ó\x18 ý*ðU@ "
b"Ðnì·s\x1F B|éÐ╦üë\x1E ╝6 "
b"Ðz½x▄¶G¹É¶ÆZí▄─ß "
b"Ñ\x7F šG\x13 •ˆ\x04 ‹Ž<\x16 ´ "
b"Ñ‚[?·iN‡…ÖÓK\x19 æ—· "
b"Ðî \x7F 3b@/ìoÿ§¾V\x04 z "
b"Ðìï8UHC║Ñö^l8ß╦┌ "
b"Ñ”9y3'D3Š!Ê\f cÐ-4 "
b"Ѷxßš^CžŸÖw£hiÕ´ "
b"ÑÅqgø\x1A Aã–Î+;Ä*P\x01 "
b"Ð╦É\x02 l╔OYÜÊȶ\x06\t\x1C U "
b"ÑÚtÅ$FD„’¿\x02 R*!\x00 Ã "
b"Ðß+TXCMÁÅN-╩ãB)ƒ "
b"Ñêhdl\BаoCkýjwþ "
b"""
Ñí\n
9\f ƒHn޽\x15\x05 #\x12 öu
"""
b"Ñüëx`ØH ‰€\x1F\x7F ÉKËH "
b"""
Ò\n
\x0F å\x12 {A\x15 ˆ˜<"aÃÑ]
"""
b"Ò$ÜÓ~(AV¥\x13 ’T,üüE "
b"Ò,Tà¹B«‚ 8oWåØ0 "
b"Ò75\t /¬CšŸÓ†§ŠjÑ "
b"Ò?\x0E ¬ñLG\t †Ü;`è('5 "
b"ÒC.FÂ:D)š:%Á\x08 oA= "
b"ÊD\x03 °ËPAØó×\x02\x13 Ðu¶\x07 "
b"Òcw%nšByˆUÊ*Ãñ0Ã "
b"Òh\x0F ö’öJ^’®Ù\x12 |#ÿR "
b"Ò™ò¾&%JŽzT·ßþm8 "
b"Ò¡×;ßùL÷¾\x1A Š¥cëz\x12 "
b"Ò¢/\x1D açL˜•Ã\x1E …×3\x11\x13 "
b"ÊÂ2Ât&A\x02 ╗PÆÉ\x1E I8G "
b"ÒºëûÍñG·¤Â‰S&\x17 T, "
b"Òßëá‹WJwšˆÛ´©Ñ1, "
b"ÊÝH\x13 RàHüĸƒXOi\x02 I "
b"ʰµ<╠\x0E C)ƒ|nH\e (üÜ "
b"Ó\x01 SÛ¸B‘“%\x16 õšŸÛâ "
b"Ó#I÷RGBe¶\x13 íH-¤í\x17 "
b"Ó/é–\x10 KC¡•k¾\x00 8ùx_ "
b"ÓD~~ü°B;“³IŸÿõNW "
b"""
ÓTþèZ\n
@k†IÆW\x01 cRÔ
"""
b"Ó]¨è\x11 mM¬ˆGüp]¥); "
b"ËráªÅðC╠å%ª├@3ES "
b"Ó€\t\x18\x04 3AÛ“Ëúúå¼±ð "
b"ӀޢýIHO™¼Î›KZE„ "
b"Ó”\x00 dLÝB,¯\x05 D\x18 ñ?9Ó "
b"""
Ó™¬`\n
ÎC\x12 •îI¹Iö©¶
"""
b"Ó›\x16 =uU@=¡$>{\‰Qu "
b"""
Ó¦\n
½·CÄ´Ê\x13 \r ÃŽ˜Û
"""
b"Ó¯bM›mMq˜Ùõ¶¯¹=T "
b"ÓÇO›îPK°¨Çæ¨Gh»¶ "
b"ÓÍEü øL—˜=øWhЉ\x1A "
b"Óã#ñàØJå©\x1A ºS¬ËqS "
b"˹}¿IíDìîðäÄì\e cÏ "
b"Ô\x15 ©ÂÙ¶BVºcô¿\x04 Üc) "
b"Ô –OÚâK¯—\x14 ՚Ѕ™¤ "
b"È)\x03 ,[àD¦ªâ»\x17 ┐║ØÓ "
b"Ô?—q2ÏD5§-<€í‹(³ "
b"ÔJ\x0E ¥‚\x19 M²·7ÊušX "
b"ÈN¼\f\x16 pB?×╦ÉÌç§ÛÜ "
b"Ô`]A¸ÂBv‚¯‰$8\x1F zM "
b"Ô•\x15 ÷x\x03 M«¥g†OÄ\t ´µ "
b"Ȭ\x17 fr\e E&ï\x19 «▒┬çØ■ "
b"Ô»\x17 ÖÍ!B7•øT¸íäÛ² "
b"ÔÌ|¡LÆNL˜¯>RŒM„ñ "
b"""
ÔÒöߌ#H? ‡†§\n
~a
"""
b"ÔÖ\x15 jÙ«D\x00 œ\x12 ¸sS‡\v W "
b"""
Ôì"\x03 Ë\x04 F€œ\n
®“îÑõ
"""
b"ÈÝ2øê/S\x03 ¾d▀ü¢`I "
b"ı\x00 ?ðÿÉL3¬rÂLáÂ┘─ "
b"Õ\v fo²PJ)®ø$ª§\x1C Š "
b"Õ\f lÑ|[Cž¨Å\x7F kÊ>R\x06 "
b"""
Õ\x18 (É(FEoœpJ\n
Ÿujò
"""
b"Õ2)F8)Có©²\x05 8o:Ô "
b"ÕNù\v *rMû¶P¤\x11 n¾î\x00 "
b"ÕZµõNˆG\x05 ½a'µlþH– "
b"Õ|]‡ðM@\x07 ·+:&….Ú™ "
b"ıÇ9vãCA·ìSsÜ\x19\x11 wö "
b"Õ†Z$\x04 ðA×½uü\x1C ÝzÙÕ "
b"ÕŒ³˜\x03 =@jŒ\x07 ®\x10 Í ¬; "
b"ıÅkÝbKJC®,mæ!¤N% "
b"Õ’pè\v ÚMCŽ\x07 Z0O° "
b"Õ¿£¡ð/E<†válÔöB\x15 "
b"ÕÃ\x1C ÷•\x01 Lףŷ‘Ú/ñ£ "
b"ı§╠ÈÕ²M▓Ū╗@°Ë\x00 e "
b"ı¸üÆu*B╦¡)ã´\e ô┘\x04 "
b"ı ┐╔¿NG/ز╬┌│\╣C "
b"Í'&%txMuÇ┴ÿö¤xØÖ "
b"Ö/z2MHK\v …·šC\\x10\x0F × "
b"Ö/À\x1A ÏÊI/™®\f gÑ-19 "
b"Ö6×6¡TD\x11 –Xhìõ~¥Ò "
b"ÍJÆÛ╦VA³ÜâıK;uÉD "
b"ÖL‘(\x1E\x04 @™¬\e uFŠ#¾s "
b"ÖL—»˜.NP‰û\x1C áze\x17 % "
b"ÖfÞ\x14 ÂL\x00 ´?Ý´N’3¡ "
b"Ísü\x1D ▀3Oîá\f =j░K±ö "
b"Ö‡ð=C!H%¸5 D\x06 [êh "
b"ÍÅ2\x0E &(Dãã|ÔÎ╗ù½ "
b"̓%2|cG±╗eıÉ╣óF╝ "
b"Ö®@&rJAЀ‚°ìòZ‹\f "
b"Í┬Y╝¹vH\f »ÑØ\x10 ¼Ü7û "
b"ÖÌ·æÄ÷BÁ¬‘ÿ#Ì\x7F K¦ "
b"ÖÝ$k|"C¨‡GŽfnŸ·¾ "
b"ÍÞ}4ü%@Ôâù\f │ôò¨a "
b"Öôr\f ?FEûЍÅë\x01 ‰ËR "
b"×\x18 îíL×J\x12 ™\x7F Ú£HÏÛù "
b"×,ÑbK\x12 Iùˆ'ÞíóC„Á "
b"""
×6{/\x17 ‰FÞ±Ç\n
*œ<`m
"""
b"ÎEóÌPcCU©┬lÅ(¢8Û "
b"×Eá|jŠBùx3šIÑ’Û "
b"Îf╦ìÒ█O\x07 åJ¥DÇ░ȹ "
b"×i\x13 úšãC\e µ‡«{b)°‹ "
b"×kÚ{†ðG\f ¢n<®ý\x06\x15 Ì "
b"ׄo!^âG·¢\f U¹RD»÷ "
b"ÎìÉ)*5N/ñA<\x7F E¨äØ "
b"טX\x1E eþLF’þTe|5CW "
b"×µ\x19 šàéJ&‹™r’ÌÿÍ> "
b"×µ’M…ùDúµÄGÇa\x1A G½ "
b"ÎðÐ:┼#Msà'ånðÉïl "
b"רJ¡7ýI_b\x00 ¡Î°!\f "
b"Ï\x16 GÊü\r B░î:O2l×║█ "
b"Ø!ÐKÑYAò´o¾\e }\x18 áC "
b"""
Ø9PxV\x18 OS•ÌÓl\n
rúŠ
"""
b"ÏR9³ZtK\r ÄÉ─62à_N "
b"Øx\x1D `\x0E ÄIì¤\x02 ð‰Ã\x05 Z[ "
b"ØzÜMÐoEߊ\f nxk\x1F Þ\x05 "
b"ØÊÏ\x08 ]ðMÝ“U쬌xÅ= "
b"ØÌd;\x1C óI1‹‘4ù\x14\x11 80 "
b"ØÑ\x15 •\x05 EU£\v ¿j¨\x01 ¦ "
b"ØÒËI¬ŠNü¤‰Jþ2šÅ¯ "
b"ØÙ*ÿr\x16 Iš¥WKúRÀàC "
b"Ϧ?#V\r F¬ü¬\x11\x1C ¹┼ü) "
b"ÏÛ╚i\x03 6O*É?\x13 û'F*\x18 "
b"ÏÙá¢S¯A▓ØKTêù¨|§ "
b"Øû’\f ÝLD¤†Ì4Û©ÞOq "
b"Ù\x18 ŒL\x1E ôAÙ«\x19 çá©mÉu "
b"Ù\x1E\x07 )´öA¥Žâ„ñ~\x0E °… "
b"┘"As╝Â@/ñOöŵÈ1È "
b"Ù'x5ujG\x0E ¤jªšÀ•»S "
b"┘7FÆì¬A½ªÞ©«Rgg║ "
b"Ù=h´Ì3M’™\x0F IoP‹4U "
b"ÙYTöGiD߬•¥ÊZ¶³– "
b"Ùdu–\x18\x05 M\x01 ªÿFƒ‘c\x00 0 "
b"ÙmIÓ€ÑM‰£âŸ¿\x16 þ˜ð "
b"Ù£ÖÑí°A\x17 °lšúOÈ[Ã "
b"Ù§»}\r 2O™’ªB\x13 n“c! "
b"Ù°Pqï—B›ºÝR¹Ü\x1E 2÷ "
b"Ùº\x16 1e–C1¢Ù\x13 þ‡%‹\x06 "
b"ÙÁ\e\e ª;Cß’C[iiH½• "
b"ÙÐ\• ¿OyžžÙ\x06 4áa× "
b"ÙÓd\x06 þÎJaš7`bŒŸo& "
b"ÙÖ\x0F Xx¦JYŠyZéáIÁ° "
b"Ùè¿Eª_EA˜ë3ÐkÂÉ] "
b"Ùé\x07 „“lG¯°\x13 ˜3â "
b"┌\x19 hÖÉnD`»É@x\x0F q»3 "
b"Ú\x1C ã|ŸÄA9«ß\x02\x1F #\x1C /| "
b"Ú\x1F êË5œHݳ4\r \x18 Wý~ç "
b"Ú%„![^Oj”†MòÈ\x11 W\e "
b"┌><É\r gO=ü-╬\x1F └p╔\x13 "
b"ÚQÕ"\x18 oNt©>ª\x19 ÿ"1” "
b"ÚUïçNäL\x1D ŸE*ÿ+Sž‰ "
b"Úb6ºïNõ”çã2ý\x05 ¼Î "
b"┌e6╗?ÿGKè8vÀÅl\x7F Ï "
b"Ú…\x05 ›œNFò€Uɽk\x0F\x11 "
b"""
Ú¦½ñ%µO·ž±®É&i\n
"""
b"┌¬ ı_\f AÙ░╗`GêÎ×Å "
b"┌╝\x19 VA9B'½×Ú╗\x16 Å:ñ "
b"┌└×Úz‗Bàºg8üc\x15 ┬Æ "
b"┌Ê\x14 @$┐@╬▓;\f (:╬^ü "
b"ÚÓ\v f8kLy¿T4ìfé5& "
b"ÚÓ:j\x16 9C`¬ôÎk†‹Â° "
b"Úé\x1E CƒgAO³ØsVŠ\x0F —J "
b"Úë'/<ìI§³J\x10 I—\x1A î´ "
b"Û\x15 KRú\O§¾êé„\x7F ß\x0E Ì "
b"Û%fó”zH|—Õð]\x06\x07 Ì& "
b"Û,å¾\x0F\x12 J˪¡\x1A Ú]dá\x11 "
b"Û1„f©xLü·\f ¬ÕZí\x07 á "
b"█cò\x08 hÚ@\x01 îıÐ#\f èØÏ "
b"Ûoÿ^ K@¿³C*D¸<ÌZ "
b"Ûr„JòÈH\v › \x7F ù\x11 Î\x1C ¾ "
b"Û˜”Ë(\x1D MVž—w#E°Žä "
b"Û©æv™Ó@†¬¼_êÐ\x06 Ó` "
b"Û¼³Á©5L–ƒ}KhP%âÌ "
b"█╦\x1C Ôm\x00 AV£ü╦¢▓¥÷┼ "
b"ÛÏ\x0F o\x17 ýMçšé\x16 .×Î[\x06 "
b"ÛÏ‹XÜ\x03 K\x17 „AÚl\x1D õ×\x01 "
b"Ûß^Àr3M¦çiÙÔF©% "
b"ÛåÞÖ®p@š˜$]\x19 \*<Œ "
b"Ûò\x1C =â¤Od¨Ö\x03\x01 yºÚ¬ "
b"▄\x11 │p-ËI¨üìé>ïÿð┌ "
b"Ü\x12 ßÍK‹FJœQìd ßè£ "
b"▄\x1D NRa·GFå¶┤îY«╠ì "
b"Ü6\x06 8ƒYB\f ¿zk3[Ìö\x1F "
b"ÜNõöÁšOv«>ÛV•‰8Ë "
b"▄^Ë╦OªL┐º³╠ÉãBÇo "
b"Üi\x1D ©Z<Fx¿pû¦¶7•\n "
b"▄tðÒ³\x03 K‗ÉÄì¶Èïi« "
b"ÜtÐò¼\x11 O\x17 ¹Çô—ùá*\x0E "
b"▄Å║¼1_L\v ┐m\x1C\x06\t ╔¸3 "
b"Ü—£ÌvÿEÕ¨\x7F\x07 ‚iL<J "
b"Ü©ÆA\x08\x02 JéŠv8dGïô# "
b"ÜÔ@d\x03\x12 NËŠ\x19 u>Æuæ! "
b"Üá\x13 GòÊF¹²ÛÀöK‰\x7F ‡ "
b"ÜâŠHüDp¥2Ô¿&¯Ö "
b"Üó…Z\t âHä²õS\x1E {%]\x11 "
b"Üõí.|°Híœ4VØIèqb "
b"Ü÷àÆq\x12 D¶§áò”æ\x08 ¾\x06 "
b"Ý\x00 f«©ÝHŽªÌ{\x14 Fyå\x11 "
b"Ý\x01 Òåî-BW£‰ª‰5Uæ "
b"Ý\x06 ǯ¡&H‹”Pél\x11 fó\x01 "
b"Ý\x1D nì\x0E\f HÞ„TÀ©©ÉÁe "
b"Ý'WTy›G\x1F »C½=ÎЉ¸ "
b"Ý-`’^\x06 C\x10 ‰´ëÊ*ã\x7F Õ "
b"Ý/D}¨œM\x08 «“Y°Ã<… "
b"¦2C·ÍÊ@ɽpóþ¶°UZ "
b"¦h0é\x1D lEðרÈM\x14 2\x12 P "
b"ÝnîÃ-\x03 D\x08 ¨\x16 ”óBU\x14 ¸ "
b"Ýz\x18 ™ØÑLt¯ñÝ|¦ÈaC "
b"Ý{‘t±`EW‰Iæ\x15 „Ž~[ "
b"Ý€\x7F Æ®3O\x00 ²*¹ô\ñ2Ý "
b"ݳ 9\x12 yE\r ‡eùÀŒy> "
b"ÝóŒ,¥\x1C @ÿ‰ð¬PÉ!¬$ "
b"Ì= Â>┬BêÂ1oìçªý\x04 "
b"""
ÞB¹ç\n
\x10 K"¦Ò|ëi-ñÂ
"""
b"ÞI< „NMZ¿)\x12\x0E <`K" "
b"ÌPDÅá┴NÒæ#é4,+▄¦ "
b"ÞUÀÇ"wOi§\x13 äbˆðKW "
b"ÞaÏ›E¨I‡½´ºHþ\x0F )K "
b"Ìu┴V!ÑH#©S±▀}\ü┐ "
b"Þ}x4f¾KAŽ\x1E\x07 'Ï[G8 "
b"Ìü\x0F ┴¥:H©ÑmBªå\x00\x10 Ñ "
b"ÌüÒ╔Ä\x0F Hß«|─\x14 ▄WJº "
b"Þ•Jk&;Lˆ±©ûÔÌÍQÎ "
b"Þ¤GŸi Eq³™§ÖbwJ’ "
b"Þ¬ÍøÓ™@¼º.W·Ã‰*L "
b"Þ¶Æ=\x02\x1D Ddƒ˜Ä!zj\x1A û "
b"Þ¶Ç™¢OI9žÙÑQ¬Ã×\f "
b"ÞÉÈ\x00 ‘ÖA\x1A §€Þ@ÊAš\x19 "
b"ÞëŽ(>pI<©\x1C :Ò\x18 ‚\x1F í "
b"Þøf/ï\x16 J-Ÿm\v ž•iÓw "
b"▀\f Ø:\x04 cOOöt¸s╬\░Ç "
b"ßE¸áÞíK˜«}%»®\x17 `« "
b"߃''ùÎA.¤ g–\x10 7—Ö "
b"߯cNȲG(„;Œ(psó• "
b"▀╗Ìc╔ÄIJÉ+%═┤\x7F ╬■ "
b"ß¼§U!tCD¨\x12 …'îÓå… "
b"▀┐\x14 ©▒\x06 B┌ØÚ╚Ã1!Pn "
b"ßÌ\f j»\x16 L¥²^>AÒP‡º "
b"ßïd¦pº@Œ®|kwT—mk "
b"à\x1E £ï_\x14 OÓ ;\x04 æ3—ÎÀ "
b"à'+/E^E7€\x03 xîÄ™\x0F c "
b"à(§!2>Iù²¡ªx¼\x10 ž} "
b"à. ô\f ¤JÃŒ ºÉç3U« "
b"""
à3ƒJFÆEfª0÷dÊ\n
éô
"""
b"Ó>uÁê¨@æÿm\x1D ÅJ┤ÚO "
b"à?äÈWNN1´n\x16\x06 Ó°\x06 ¡ "
b"ÓD6┘\x19 ØJ³┐┤│4\x1D\x1A ¦H "
b"ÓP\x00 0\x13 |O\x13 ¡└╩9°Çì0 "
b"àama{ÚK~ºÁwÄΉÿ± "
b"àˆ<ª\cD¬‹ÑqšÅï\¦ "
b"Óæ .ÅéA\x00 ø\x05\x0E Ö┴)\v Ö "
b"""
à”œ“i\r A0¦ru\n
8O~Œ
"""
b"à›\x1D ̃ŠN¿¦ë±í—ÇZ\x07 "
b"Óº/┬°xHYÉ\x08 ú#\x1C ┌æ³ "
b"Ó▓½┐ß?J)ìVD ├\x02 ¦Ú "
b"àÖ\x16 ¬Ã\x0E Fy®$\e ò,ƒ„Ô "
]
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 (0xC54829C5EE554A599E3C14ADD3BF1538 , 0xC549826DC6FE422B98588B7C9C3E6D0D , 0xC54D49D702FD4BB4AE1A9684F1598941 , 0xC56B6272E7584D509AE8E116A3D3FE6E , 0xC57D659BF56D4DF6B07ABA73EA4B0866 , 0xC5872346E1084C9D8C1C9B446742520B , 0xC58ABE0E49244DFFBDCA3CC315CF986F , 0xC5A9D1EA7B77419DBF92D175E921B118 , 0xC5B72EA4DAD54FE1A172CD606B0FC97E , 0xC5C9706615C846CA838492E793D53B2D , 0xC5CA32F4A4934A6B90A846D010EADF70 , 0xC5D15C3D30A54286B503A2C5394B8416 , 0xC5EA9962919F491E8087EB8EEF33D8C7 , 0xC5F42C5EA6E5467196061C2DFCBC76A3 , 0xC5F64803BB74474085CDF9903B335472 , 0xC60F316F3AC5444FB7D6AA622A1CB265 , 0xC61C6C4BEAC445458938E501F7E6587E , 0xC62B8F5C5566420FBA094B315556063D , 0xC62FECFB4C794B35914DFEFC202B2918 , 0xC63B3BB5307B42468382AB620ACBABB3 , 0xC64D7461375948978417BAB92381AD0A , 0xC65222C988D24D68936FAEBAC4701A8D , 0xC658291898766D1DE33D6D441900C738 , 0xC662A17DDB3145048E111A3965F27E99 , 0xC66660381293415D885DE92F447CDE8C , 0xC66D35CB9AC34073817C6B4A98866D5A , 0xC677362F7E974143B3A8A2A7EAA099D3 , 0xC677F174C5154A3A866AD961917ADD6B , 0xC6784C3C35704617A512F05180613779 , 0xC690AA872C194B309CC19FD706F99087 , 0xC691C47887774FC98E8A84A3E3F6C2F7 , 0xC691EB7AC16642218667C456847DD79C , 0xC694406F53D04601A89844ABFE7D4E51 , 0xC6A6DDB9FC9043DDB6F9BC9D569447ED , 0xC6A9F5AA5B88408783F802E5386CA1DA , 0xC6B65FA268214B9B86E77139898F847F , 0xC6B6E8F98A784C69879E33032CFD90C1 , 0xC6BE76D8F62B4F148D09BAF37B37386E , 0xC6CEFFD02B1DB9FE1A754EEA9891CC87 , 0xC6D44CCE483B4F42921AF964D1C034D5 , 0xC6E2EAB56D28405493AABFBD87A269B8 , 0xC6FBFA5998624E2B99DF297169EB5C94 , 0xC71FFE46DFB04C30854519BC38FFA026 , 0xC7214CDBE8E842979134B239ADFE22B8 , 0xC72D53D3C421413CABC42646DAC84B95 , 0xC759499593B34BBA9DBBCA55F4B92C42 , 0xC75F3AC6338440B9846C18CACEC8BAB1 , 0xC77E190E1B734D91ADA0F48F539917F6 , 0xC78D587D79864B8DAA57CB5B31EA4EDB , 0xC78E675164F34BF5AFDE837CC84CBD25 , 0xC793E1644A7C4DD7BCB6DC3AA8089959 , 0xC79C713C3F4B48E4B965E99B81672330 , 0xC7A820061BA7CB24E93BD0BE707E3C06 , 0xC7B5B2775AAA4374B70174C7E79FA65D , 0xC7C78269C44849F596CBF209ADA419FE , 0xC7C7B05BE77E4CE9AD206F923D75BAD2 , 0xC7D55C006731430CB3C32857251F2D9D , 0xC7DCC62C71184FF1B1A4429ED0E39ECF , 0xC7E4D8123C47482DBC2EB15F93561188 , 0xC7F724487E4941C3B2A12874ED0EDCE3 , 0xC7FE4FC8394744E08E5B264A39D7E442 , 0xC7FF5F332BE84177A846FBE0DFD63862 , 0xC810D94044C54A1CAA336740CF670582 , 0xC81FB62E426640E48281D264771E5993 , 0xC82439FBBB874C25B51AC93C1AF3BF72 , 0xC82A66EC28E343B2B88519687BB70E6B , 0xC82D4B9547284710ACD6BF85B13AF965 , 0xC83FDB99DE2D4D35B70963E36434782F , 0xC84730CA2C544E74ADA5270DD50C84ED , 0xC85413F8D8144408B9D4DFE82258EF1D , 0xC85D69F23D314CB5B4570AA774E513CD , 0xC8636F3A88574FBBB68733A9E8F891FF , 0xC887BC5C52E246D1A1DFA532E2AB5142 , 0xC893E863916B46F1A8CE3AA5783EB88B , 0xC8ADC98816404A258032F455F094B6A2 , 0xC8EA8DF35E2A4819944898F44D434974 , 0xC8EAB666E50E491FA5D6447047B52DDB , 0xC8ED53F0224941248BDA073DA836BC9A , 0xC8ED96C0FAAC4C2C84336EB9E7A0952F , 0xC8FBD36DA07046D18102A8CDBD2D31DE , 0xC900B99DF5424B91B5FB04F8DB558F0D , 0xC91287C9D6A84BAEB65873212F15BC55 , 0xC91AF5DD712748248687A1EAA3866ED0 , 0xC93C6D0C6B4F4A26B67C1016FF54FAE9 , 0xC9503124A65A438E842853B3529AF3FD , 0xC9503DC7E2E643CD99277C2F81B31C49 , 0xC9531202D5C74CB3BF62D79000B58B52 , 0xC956AF8DEC4744CAAF27B98E0076CFCD , 0xC95AFEA169C6425287575DB244126E74 , 0xC9611A0287AC48E1A290643118B0D825 , 0xC9721C726A4040FA9A00E7DB3BE2C200 , 0xC9889061B0734554BF5F631E902ED5BC , 0xC992F9D3927F44B4A0BFBB9992ECD156 , 0xC9960AF1789644868CC46612D5A2F191 , 0xC9A94A396F054C8CA180B70100A7CC0E , 0xC9ABD484A59F4884AA5C8039B455A853 , 0xC9B68D6CC05E45DE985FA437A20E147B , 0xC9CB3F7139B74DC6BCF86DB94F1978F8 , 0xC9D213BA52B64093A664D3860E083C3E , 0xC9D4A8FBAA334C75BA1B5D9C66F23423 , 0xC9F0C71CD6B247F596FA1FBC24AEDF77 , 0xC9F2C3B978C8405CA494C9CC6460F0DF , 0xC9F83A19FA404F97BD71CE8A6986DD0A , 0xC9FF704BD3584FB09D06824517377E77 , 0xCA050838B50042F8A208AAE2C090786C , 0xCA138DD1837C40EDA8EACDA39108C0F1 , 0xCA23500CA0DA40069AA81CDB2860A21B , 0xCA3057D9E27B4D20B1265E82EDA6C389 , 0xCA37847FEE504385AB99C7892F6D3D93 , 0xCA3FC3D524364554B35EAC5BF97CF303 , 0xCA4A06C3CE27468385CC4642A9AFA68E , 0xCA648196630441B6B06444F77BD34A81 , 0xCA7838BB18B942368BFC5690DE622CAC , 0xCA7DA721B5C14DF787BA22156E7509D1 , 0xCA9A40FC845641E192824F07A6A86996 , 0xCAA9ECE37A9B49BB99B32658C399E7C4 , 0xCAB762453F274B73B93B7EE96DB1DDE4 , 0xCAE34C62B03F49D287ABFB8409A7C1E1 , 0xCAF27408969A4AE4AE67E6FFBAE232EA , 0xCAF49FE075E94AD18764FE6B257EE67C , 0xCB10C90464334C83AC5C4E8D17F3749D , 0xCB2186E46BA24572885D5BC39327F283 , 0xCB54FF24F8184BF3BA14C38181D44B63 , 0xCB68A485DA2041388A08B7567153D7C2 , 0xCB6F51073C9F45C3829479BFFF50D538 , 0xCB74C73894B74150A74D1B97F32D0198 , 0xCB7799E0A0684ADF9AA76413F317BB63 , 0xCB7831B37679425DB0A41D5AEC1A4EC0 , 0xCB8F86C3D2F743EFA1C8A72A96DE7E55 , 0xCBA5B56F0EB04340B9C8929842FF634F , 0xCBCE2032D72A4387B2B9FF24F6F2155A , 0xCBD5C31789CE4565894D0A3CFFA6CEFA , 0xCBD77C6256FE46509E1FC70FF22B65BF , 0xCC024B282A454AA39D6FB879583922C5 , 0xCC137EF761E343E8AA9893DDCE1B745E , 0xCC1BC2ED5EE64145A36525BFC056242B , 0xCC1F0B004B9E494A9E8AD98DF42D9706 , 0xCC23C327F3584485AC423092EB418A99 , 0xCC30D03632E94D6ABFB29922F3B4FFF9 , 0xCC47572F7B8742ADA27CB34F565D115D , 0xCC4995E7114EDD0DDF942AE9AAED7DC0 , 0xCC52DBA343A944BD9C58D19EAEAD7AD5 , 0xCC62BED7A92F4A608937BE4379A720B9 , 0xCC6FB1C33AC54010ABEDDBBBF67CFBC3 , 0xCC6FBC7D12C048E6BB2131ED1B688846 , 0xCC9313ECDBF64FC2976AD0DBEDAE5348 , 0xCC938D380B6D4148866CF28C78D1B7D9 , 0xCC93DBB7DB6F4C8EB71CF23DF78F2BE6 , 0xCC9E3CEF4C644CA99BB6D495A1657598 , 0xCCA61ECD80284D709209BC534BECBA68 , 0xCCB31CF3C17C404F8C02DC5E28A3F079 , 0xCCB4C8486BFD4C37BD0E524C9B509983 , 0xCCC8B7F7EC3140E3B09191D443FF942F , 0xCCD4ABD728784FF0966BF0FD8007B92A , 0xCCE61C1A56EF4E13972FB976DE956045 , 0xCCE6641848A0427BB954F6AB6620FB71 , 0xCD00D0700F0F4D34A2FB9E5AEDECCAD8 , 0xCD11D1C1D5F2C35612A96D7BD4B00228 , 0xCD19C037B25F48BB84C1AC5FDC04707A , 0xCD1D572F53DA1421B12F9374D1CE5504 , 0xCD309C879A154FB798A5D8DDEB8B9C56 , 0xCD5F8E6359B54F90BA126B0364CAF4D7 , 0xCD69C7B80E314CD7916945EDFF99FDF0 , 0xCD6C492CBEE843FD9A40F398D3EEB20C , 0xCD6ED315C7AC489F8FAA5CEBB69D6562 , 0xCD723C3379D84FA69883C20C768A9709 , 0xCD7D4ABB847A4D8AAEDFF86416757FEB , 0xCD84D8F5BC74450D8B287AF69FD896B0 , 0xCD8E5D8BC5744FE0A885EDE182CFF8FD , 0xCDA65D713F434182ABB13E34D04E6E30 , 0xCDCAC6BE6E45472DA4308E69C9C0D59F , 0xCDDA6EC530DD4597A23293784CA5E215 , 0xCDE186D1D9B448E4AC23613F0F9228CA , 0xCDE9B2D55D6F435EBCE194AF9C004BDC , 0xCDFE0DF70A754268B0D4223494D3CCE1 , 0xCE03F717B5182AB0C04D33D4CFD93DAD , 0xCE17C889AAE246A9928385F8387B15AE , 0xCE22C468764E49D09CCF0B92A8B8E70F , 0xCE2E70CC4C814617B2A336B17B0799C6 , 0xCE333159785A491BBD1BB54855D66A6A , 0xCE3B7BD1EAD9421C854EC792022CAA8D , 0xCE486FE481374BE5AD5FBBC35650F74E , 0xCE49D268FFFD421D99F4555589FD7970 , 0xCE4DD70E8AFC486FBFF70F83BD5614CC , 0xCE57957B18934BF28083F3D0C565C6A7 , 0xCE6154B02DD840558EADCFD627BE43EF , 0xCE839EA194694F528031C1C86F127C9C , 0xCE9960857E1C489EB9FF5E04E0D1B84B , 0xCEBD13DB979B49EF9219D5FE24B439A1 , 0xCEC98DACBFD9403680200424FAAC21FC , 0xCED4C95B1DD4471291440D6E2C139065 , 0xCED87978CCA249749BE6CF99669A682B , 0xCEF7B8525A2942C3B8BE9087505E696E , 0xCF1CAA757B484EE89F061D95CC74EFC8 , 0xCF31A9C2A00F43CD90680AF81FA60377 , 0xCF3AD2E4683F4B8BA8438D0DE2C8348E , 0xCF443B76214942E99A3EA2DF2638DF76 , 0xCF443D90CA404501A56154516B18FCD2 , 0xCF48AD260E2A4AF380A9D82698E13F80 , 0xCF5677FF55C242A2BC1A771AA6E4425E , 0xCF6E3A2BD15C45148CC5119A102BBBC6 , 0xCF980D93D93B494FB8033DF33049BE25 , 0xCF98B0050DB744059ABA9F226259D82F , 0xCFA7D964C6B64B8ABAACFBDF8E87D14C , 0xCFB5F4E3D7E94D25B3B794A314E53B28 , 0xCFCF1DB039F44A4BAAD96919A9831C5F , 0xCFD25D0AF30044099F37E91AB7CAEDA7 , 0xCFDC226C1B3C4BF4B335A3FE58FD8434 , 0xCFF348213867499AA27823DB9295E25E , 0xCFFA8182098C4FD6A26C5A1C02D7EEB5 , 0xCFFAF1939DB7471F9B0ADA7ED18E39A1 , 0xD008FA8D149B48DCA7602DD9641398A5 , 0xD0134D08558A40CA92C346B622752CB1 , 0xD01BE599819E4AE4A554A44486C4D274 , 0xD03A5955808244FDA577544B8ED80802 , 0xD03A9BBD9EF6473D8DA192EF47FDC36E , 0xD04C569469B84BC9AB547E8AFD3C40D7 , 0xD051FC5495A747BC9E7B54F8BA9D0E83 , 0xD05BF783E7394D31A289FD6EBAC3E5A0 , 0xD08EB910736B483583E24160F9123D44 , 0xD0965E7A62A140C38B8C307FBEAC45E1 , 0xD099B2E4D6CF47F68793223D721ABA4A , 0xD0CA95E504DC403B8B53CC1DE6C9998C , 0xD0D472E30E744358BDC9ED1A10C85DFD , 0xD0DB7C1437D745E39E1809B38033DE22 , 0xD0EB5C4173134F6F99508E44FA329603 , 0xD0FDF07CD22F4CADA525920CD82A2077 , 0xD10A6718C19C4BE1B8671A05A04E8C07 , 0xD10EE9D328B447C89CBD562AE19FD922 , 0xD1217A43629648D3A8A3F6A26FA83EBE , 0xD125606FAE24465F8069E7F24F40DEB5 , 0xD127B594CA684932B5B2CC2CAC1924AC , 0xD1291F29CA9A4868A5A1174D730D56C4 , 0xD135503B6E944145AB758128FFAB9C06 , 0xD13DD02E23AA4BE8BC48C632FCD2F4BC , 0xD14F96F6D0564A3896B67D7ECFB92818 , 0xD150A50186374C67BB1089B552B02847 , 0xD1649AAE5CAA44E989F318FD2AF05540 , 0xD16E8DFA731F427C82D1CB81891EBC36 , 0xD17AAB78DCF447FB90F4925AA1DCC4E1 , 0xD17FEE84AF9A47139588048B8E3C16B4 , 0xD1825B3FB7694E8785D6D34B19E697B7 , 0xD18CFF7F3362402F8D6F98F5F356047A , 0xD18D8B38554843BAA5945E6C38E1CBDA , 0xD1943979332744338A21CA0C63D02D34 , 0xD1B678DF9A5E439E9FD677A36869D5B4 , 0xD1C57167F81A41E396CE2B3BC42A5001 , 0xD1CB90026CC94F599AD2D4F406091C55 , 0xD1DA74C52446448492BF02522A2100C3 , 0xD1E12B5458434DB58F4E2DCAC642299F , 0xD1EA68646C5C428AB06F436BFD6A77FE , 0xD1ED0A390C83486E8EBD15052312F675 , 0xD1FCEB7860D8482089801F7FC94BCB48 , 0xD20A0FE5127B411588983C2261C3D15D , 0xD224DCD37E284156A51392542CFCFC45 , 0xD22C54ADE0B942AB8220386F57E5D830 , 0xD23735092FAC439A9FD386A78A6AD1A0 , 0xD23F0EACF14C470986DC3B60E8282735 , 0xD2432E46C23A44299A3A25C1086F413D , 0xD24403F8D350419DA29E0213D175F407 , 0xD26377256E9A42798855CA2AC3F130C3 , 0xD2680FF692F64A5E92AED9127C23FF52 , 0xD299F2BE26254AAD8E7A54B7DFFE6D38 , 0xD2A1D73BDFF94CF7BE1A8AA563EB7A12 , 0xD2A22F1D61E74C9895C31E85D7331113 , 0xD2B632B674264102BB5092901E493847 , 0xD2BAEBFBCDF147B7A4C289532617542C , 0xD2DFEBE18B574A779A88DBB4A9D1312C , 0xD2ED4813528548818EF79F584F690249 , 0xD2F8E63CCC0E43299F7C6E481B28819A , 0xD30153DBB8AD4291932516F59A9FDBE2 , 0xD32349F752474265B613ED482DA4ED17 , 0xD32FE996104B43A1956BBE0038F9785F , 0xD3447E7EFCB0423B93B3499FFFF54E57 , 0xD354FEE85A0A406B8649C657016352D4 , 0xD35DA8E8116D4DAC8847FC705DA5293B , 0xD372A0A68FD043CC8625A6C340334553 , 0xD3800918043341DB93CBFAFAE5BCB1F0 , 0xD3808EA2FD49484F99BCCE9B4B5A4584 , 0xD39400644CDD422CAF054418F13F39D3 , 0xD399AC600ACE431295EE49B949F6A9B6 , 0xD39B163D7555403DA1243E7B5C895175 , 0xD3A60AC2BDB743C4B4CA130DC38E98DB , 0xD3AF624D9B6D4D7198D9F5B6AFB93D54 , 0xD3C74F9BEE504BB0A8C7E6A84768BBB6 , 0xD3CD45FC20F84C97983DF85768D0891A , 0xD3E323F1E0D84AE5A91ABA53ACCB7153 , 0xD3FB7DA849A1448D8CD0848E8D1B63D8 , 0xD415A9C2D9B64256BA63F4BF04DC6329 , 0xD420964FDAE24BAF9714D59AD08599A4 , 0xD429032C5B8544DDA683AF17BFBA9DE0 , 0xD43F977132CF4435A72D3C80ED8B28B3 , 0xD44A0EA582194DB2B737CA75C2C29A58 , 0xD44EAC0C1670423F9ECB90DE87F5EA9A , 0xD4605D41B8C2427682AF8924381F7A4D , 0xD49515F778034DABA567864FC409B4B5 , 0xD4AA1766721B45268B19AEB1C2879DFE , 0xD4BB17D6CD21423795F854B8EDE4DBB2 , 0xD4CC7CA14CC64E4C98AF3E528C4D84F1 , 0xD4D2F6DF8C23483FA08786A70AA07E61 , 0xD4D6156AD9AB44009C12B87353870B57 , 0xD4EC2203CB044680AD9C0AAE93EED1F5 , 0xD4ED329B882F5303F364DF81BD6049FF , 0xD5003FD098904C33AA72B64CA0B6D9C4 , 0xD50B666FB2504A29AEF824AAA71CAD8A , 0xD50C6CD17C5B439EA8C57F6BCA3E5206 , 0xD51828C92846456F9C704A0A9F756AF2 , 0xD5322946382943F3A9B205386F3AD4AD , 0xD54EF90B2A724DFBB650A4116EBEEE00 , 0xD55AB5F54E884705BD6127B56CFE4896 , 0xD57C5D87F04D4007B72B3A26852EDA99 , 0xD5803976C64341FA8D53739A19117794 , 0xD5865A2404F041D7BD75FC1CDD7AD9D5 , 0xD58CB398033D406A8C07AE10CD20AC3B , 0xD58F6BED624B4A43A92C6D9121CF4E25 , 0xD59270E80BDA4D438E07A05A304FB0A0 , 0xD5BFA3A1F02F453C8676E16CD4F64215 , 0xD5C31CF795014CD7A3C5B791DA2FF1A3 , 0xD5F5CCD4E5FD4DB28FA6BB40F8D30065 , 0xD5F78192752A42CBAD29C6EF1B93D904 , 0xD5FFBFC9A84E472F9DFDCEDAB35CB943 , 0xD627262574784D7580C19894CF789D99 , 0xD62F7A324D484B0B85B79A435C100FD7 , 0xD62FC01ACFCA492F99AE0C67D12D3139 , 0xD636D736A1544411965868ECF57EA5D2 , 0xD64A92EACB5641FC9A83D54B3B759044 , 0xD64C91281E044099AC1B75468A23BE73 , 0xD64C97BB982E4E5089FB1CE17A651725 , 0xD666C39E14C24C00B43FDDB44E9233A1 , 0xD673811DDF334F8CA00C3D6AB04BF194 , 0xD687F03D43214825B8352044065BEA68 , 0xD68F320E262844C79CC67CE2D7BB97AB , 0xD69F25327C6347F1BB65D590B9A246BC , 0xD6AE4026724A41D08082B0ECF25A8B0C , 0xD6C259BCFB76480CAFA59D10AC9A3796 , 0xD6CCB7E6C4F742C1AC91FF23CC7F4BA6 , 0xD6DD246B7C2243A887478E666E9FB7BE , 0xD6E87D34812540E283970CB39395F961 , 0xD6F4720C3F4645FB8AA8C5EB0189CB52 , 0xD718EEED4CD74A12997FDAA348CFDBF9 , 0xD72CD1624B1249F98827DEEDF34384C1 , 0xD7367B2F178946DEB1C70A2A9C3C606D , 0xD745A2DE50634355B8C26C8F28BD38EA , 0xD745E17C6A8A42F9AD78339A49D192DB , 0xD766CB8DE3DB4F07864ABE4480B0D4FB , 0xD76913FA9AE3431BB587AB7B6229B08B , 0xD76BDA7B86F0470CA26E3CAEFD0615CC , 0xD7846F215EE247B7A20C55B95244BBF7 , 0xD78D90292A354E2FA4413C7F45F9849D , 0xD798581E65FE4C4692FE54657C354357 , 0xD7B5199AE0E94A268B997292CCFFCD3E , 0xD7B5924D85F944FAB5C447C7611A47BD , 0xD7D0D13AC5234D738527866ED0908B6C , 0xD7D84AA137FD495FAD6200A1CEB0210C , 0xD81647D2810D42B08C3A4F326C9EBADB , 0xD821D04BD15941F2B46FBE1B7D18E143 , 0xD839507856184F5395CCD36C0A72FA8A , 0xD85239FC5A744B0D8E90C43632855F4E , 0xD8781D600EC449ECA402F089C3055A5B , 0xD87ADC4DD06F45DF8A0C6E786B1FDE05 , 0xD8CACF085DF04DDD9355ECAC8C78C53D , 0xD8CC643B1CF349318B9134F914113830 , 0xD8D115A095054555A30BBF6AA80120A6 , 0xD8D2CB49AC8A4EFCA4894AFE329AC5AF , 0xD8D92AFF7216499AA5574BFA52C0E043 , 0xD8DD3F23560D46AA81AA111CFBC58129 , 0xD8EAC86903364F2A903F139627462A18 , 0xD8EBA0BD53EE41B29D4B548897F97CF5 , 0xD8FB920CDD4C44A486CC34DBA9DE4F71 , 0xD9188C4C1EF441D9AB19E7E1A96DC975 , 0xD91E0729B4F641A58EE284F17E0EB085 , 0xD9224173BCB6402FA44F948FE6D431D4 , 0xD9277835756A470EA46AAA9AC095BB53 , 0xD93746928DAA41ABA6E8B8AE526767BA , 0xD93D68B4CC334D92990F496F508B3455 , 0xD95954F6476944DFAC95A5CA5AB6B396 , 0xD964759618054D01AAFF468391630030 , 0xD96D49D380D14D89A3E29FBF16FE98F0 , 0xD9A3D6D1EDB04117B06C9AFA4FC85BC3 , 0xD9A7BB7D0D324F9992AA42136E936321 , 0xD9B05071EF97429BBADD52B9DC1E32F7 , 0xD9BA163165964331A2D913FE87258B06 , 0xD9C11B1BAA3B43DF92435B696948BD95 , 0xD9D05C95A0BF4F799E9ED90634E161D7 , 0xD9D36406FECE4A619A3760628C9F6F26 , 0xD9D60F5878A64A598A795AE9E149C1B0 , 0xD9E8BF45AA5F454198EB33D06BC2C95D , 0xD9E90784936C47AFB0139833E2EEA1AC , 0xDA196899906E4460AF9040780F71AF33 , 0xDA1CE37C9FC44139ABDF021F231C2F7C , 0xDA1FEACB359C48DDB3340D1857FD7EE7 , 0xDA2584215B5E4F6A94864DF2C811571B , 0xDA3E3C900D674F3D812DCE1FC070C913 , 0xDA51D522186F4E74A93EAA19FF223194 , 0xDA55EFE74EE44C1D9F452AFF2B539E89 , 0xDA6236BAEFAD4EF594E7E332FD05BCCE , 0xDA6536BB3F98474B8A3876B78F6C7FD8 , 0xDA85059B9C4E46F28055C9BDAD6B0F11 , 0xDAA6BDF125B54FB79EB1AEC926690AAD , 0xDAAAFFD55F0C41EBB0BB604788D79E8F , 0xDABC195641394227AB9EE9BB168F3AA4 , 0xDAC09EE97AF24285A76738816315C292 , 0xDAD2144024BF40CEB23B0C283ACE5E81 , 0xDAD30B66386B4C79BF5434EC66E93526 , 0xDAD33A6A16394360ACF4CE6B868BC2B0 , 0xDAE91E438367414FB3D873568A0F974A , 0xDAEB272F3CEC49A7B34A1049971AEEB4 , 0xDB154B52FA5C4FA7BEEAE9847FDF0ECC , 0xDB2566F3947A487C97D5F05D0607CC26 , 0xDB2CE5BE0F124ACBAAA11ADA5D64E111 , 0xDB318466A9784CFCB70CACD55AED07E1 , 0xDB63950868E940018CD5D1230C8A9DD8 , 0xDB6FFF5EA04B40BFB3432A44B83CCC5A , 0xDB72844AF2C8480B9B207FF911CE1CBE , 0xDB9894CB281D4D569E97772345B08EE4 , 0xDBA9E67699D34086ACBC5FEAD006D360 , 0xDBBCB3C1A9354C96837D4B685025E2CC , 0xDBCB1CE26D0041569C81CBBDB2BEF6C5 , 0xDBCF0F6F17FD4DE79AE9162ED7CE5B06 , 0xDBCF8B58DC034B178441DA6C1DF5D701 , 0xDBDF5EC072334DADA6E769D9D446A925 , 0xDBE5DED6AE70409A98245D195C2A3C8C , 0xDBF21C3DE2A44F64A8D6030179BADAAC , 0xDC11B3702DD349F9818D823E8B98D0DA , 0xDC12DFCD4B8B464A9C51EC64A0DFE8A3 , 0xDC1D4E5261FA474686F4B48C59AECC8D , 0xDC3606388359420CBF7A6B335BCCF61F , 0xDC4EF5F6C19A4F76AB3EDB56958938CB , 0xDC5ED3CB4FA64CBFA7FCCC90C642806F , 0xDC691DA95A3C4678BF70FBA6B637950A , 0xDC74D0E3FC034BF2908E8DF4D48B69AE , 0xDC74D0F2BC114F17B9C7F497F9E12A0E , 0xDC8FBAAC315F4C0BBF6D1C0609C9F733 , 0xDC97A3CC76FF45D5A87F0782694C3C4A , 0xDCA9C64108024AE98A76386447EFF423 , 0xDCD4406403124ECB8A19753EC675E621 , 0xDCE11347F2CA46B9B2DBC0F64B897F87 , 0xDCE2C28A48FC4470A532D4BF26AFADD6 , 0xDCF3855A09E248E4B2F5531E7B255D11 , 0xDCF5ED2E7CB048ED9C3456D849E87162 , 0xDCF7E0C6711244B6A7E1F294E608BE06 , 0xDD0066ABA9DD488EAACC7B144679E511 , 0xDD01D2E5EE2D4257A389AA893555ADE6 , 0xDD06C7AFA126488B9450E96C1166F301 , 0xDD1D6EEC0E0C48DE8454C0A9A9C9C165 , 0xDD275754799B471FBB43BD3DCED089B8 , 0xDD2D60925E06431089B4EBCA2AE37FD5 , 0xDD2F447DA89C4D08AB9359B0ADC33C85 , 0xDD3243FAD6D24090AB70A2E7F4F8555A , 0xDD6830821D6C45D09E9DD44D14321250 , 0xDD6EEEC32D034408A81694F3425514B8 , 0xDD7A1899D8D14C74AFF1DD7CA6C86143 , 0xDD7B9174B16045578949E615848E7E5B , 0xDD807FC6AE334F00B22AB9F45CF132DD , 0xDDB320391279450DA08765F9C08C793E , 0xDDF38C2CA51C40FF89F0AC50C921AC24 , 0xDE3DFFB63EC24288B6316F8D87A6EC04 , 0xDE42B9E70A104B22A6D27CEB692DF1C2 , 0xDE493C20844E4D5ABF29120E3C604B22 , 0xDE50448FA0C14EE3912382342C2BDCDD , 0xDE55C0C722774F69A713E46288F04B57 , 0xDE61CF9B45A84987BDB4BA48FE0F294B , 0xDE75C15621A54823B853F1DF7D5C81BF , 0xDE7D783466BE4B418E1E0727CF5B4738 , 0xDE810FC1BE3A48B8A56D42A6860010A5 , 0xDE81E3C98E0F48E1AE7CC414DC574AA7 , 0xDE954A6B263B4C88B1A9FBD4CCCD51CE , 0xDEA4479F69A04571B399A7D662774A92 , 0xDEACCDF8D39940BCBA2E57B7C3892A4C , 0xDEB6C63D021D44648398C4217A6A1AFB , 0xDEB6C799A24F49399ED9D151ACC3D70C , 0xDEC9C80091D6411AA780DE40CA419A19 , 0xDEEB8E283E70493CA91C3AD218821FED , 0xDEF8662FEF164A2D9F6D0B9E9569D377 , 0xDF0C9D3A04634F4F9474F773CE5CB080 , 0xDF45B8E1DEED4B98AB7D25BBAE1760AB , 0xDF832727F9CE412EA4A06796103797D6 , 0xDFAF634EC8B24728843B8C287073F395 , 0xDFBBDE63C98E494A902B25CDB47FCEFE , 0xDFBCA75521744344A8128527EED3E585 , 0xDFBF14B8B10642DA9DE9C8C73121506E , 0xDFCC0C6ABB164CA5B25E3E41D25087BA , 0xDFEF64A670BA408CAE7C6B7754976D6B , 0xE01EA3EF5F144FD3A03B04E63397CEC0 , 0xE0272B2F455E4537800378EEC4990F63 , 0xE028A721323E49F9B2A1AA78BC109E7D , 0xE02EA0F40CA44AC38C20BAC9E73355AB , 0xE033834A46C64566AA30F764CA0AE9F4 , 0xE03E75B588F94091986D1D8F4AB4E94F , 0xE03FE4C8574E4E31B46E1606D3B006A1 , 0xE04436D9199D4AFCBFB4B3341D1ADD48 , 0xE0500030137C4F13ADC0CA39F8808D30 , 0xE0616D617BDA4B7EBAC177C4CE89FFB1 , 0xE0883CAA5C6344AC8BD1719AC5EF5CA6 , 0xE091202E8F8241009B050E99C1290B99 , 0xE0949C93690D4130A672750A384F7E8C , 0xE09B1DCC838A4EBFA6EBB1ED97C75A07 , 0xE0A72FC2F87848599008A3231CDA91FC , 0xE0B2ABBFE13F4A298D5644FFC302DDE9 , 0xE0D616ACC30E4679AE241BF22C8384D4 );
Copy
48
0.31 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"ÅÑ\=0¥B†µ\x03 ¢Å9K„\x16 "
b"Ãı\\x00 g1C\f │├(W%\x1F -Ø "
b"ÈG0Ê,TNt¥'\r Õ\f „í "
b"Èê¶få\x0E I\x1F ¥ÖDpGµ-Û "
b"Ìž<ïLdL©›¶Ô•¡eu˜ "
b"═nË\x15 üHƒÅ¬\ÙÂØeb "
b"ÐÊ•å\x04 Ü@;‹SÌ\x1D æÉ™Œ "
b"Ñ%`o®$F_€içòO@Þµ "
b"ÕŒ³˜\x03 =@jŒ\x07 ®\x10 Í ¬; "
b"ÍÞ}4ü%@Ôâù\f │ôò¨a "
b"Ø!ÐKÑYAò´o¾\e }\x18 áC "
b"à(§!2>Iù²¡ªx¼\x10 ž} "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0xC5D15C3D30A54286B503A2C5394B8416 , 0xC7D55C006731430CB3C32857251F2D9D , 0xC84730CA2C544E74ADA5270DD50C84ED , 0xC8EAB666E50E491FA5D6447047B52DDB , 0xCC9E3CEF4C644CA99BB6D495A1657598 , 0xCD6ED315C7AC489F8FAA5CEBB69D6562 , 0xD0CA95E504DC403B8B53CC1DE6C9998C , 0xD125606FAE24465F8069E7F24F40DEB5 , 0xD58CB398033D406A8C07AE10CD20AC3B , 0xD6E87D34812540E283970CB39395F961 , 0xD821D04BD15941F2B46FBE1B7D18E143 , 0xE028A721323E49F9B2A1AA78BC109E7D )
ORDER BY rc . rule_id , rc . position ;
Copy
49
1.34 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 4000
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 4000 ;
Copy
50
1.57 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"ÓþÌ\x04 &mG\x17 Ľ>¨╩[ü> "
b"àùwx•#KW¦X‘~ìNJŸ "
b"á\x03 ž“|\x1A Nˆµ1ž<\r œN¨ "
b"ß\x0E Möz\x05 H>¬ZØp9`\e ║ "
b"á\x0E …‚:yBVŠç\x03 iÙ\v ´ "
b"á\x12 õŸTö\x12 ¯ÿ>ï°){×$ "
b"á\x1F û-¿°Hb˜Š\x19 )8^+\x0F "
b"á!ÉÇo\x06 J'ºDÔa3î€s "
b"ß'▓ÈÉ\x02 Ozórú╣\x11 :╔å "
b"ß3qü®^IùÄ»╗n¥┴ú\r "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"áw‹K)\x00 Fu¯Á,e\x1D Êù6 "
b"á|\x1F [öÈEÙϾ\x17 æ68$ "
b"á†_[v“Gò¶”“\t L?:– "
b"áŠÔË\x02\x11 G{–ÊÑâW‚Âç "
b"ᎂð\x19 €N@‰çßc]=\x7F @ "
b"á§Û€\v <OÁ¢ï}¥LÒñ "
b"á…7_ILÑ€W\x03 7{›!` "
b"ß│\x08 ´/ÜH@¥éÏïy£XÅ "
b"áºÔü=KL\x03 ¥êäÊu:uZ "
b"áÆtîGßJM½Nú¾|1Ð3 "
b"áÆ±îµ¹F–°Ÿþ@Ë}ƒ´ "
b"áË\r ]\x11 ÕNÊ—Á¦Ê\¯º\x04 "
b"áÐ ýïYMØ—k‰\x08\x03 P\x0F ñ "
b"áÐvjGAHw”ˆU5\x0E HAî "
b"áÛN\x00 bÆF„ ^4¦ëDRJ "
b"ááã{’GE\x12 ±%Ô\v Û\x01\x14 Z "
b"áêéÁ\x1D\x16 Jj¥wø6÷\x19 ÏÈ "
b"áì\v òó¿BÐ…™™N³zx- "
b"ß´┘#üßF[¬ï¸JÓ\X "
b"áö¨1\x06 cBSºRˆ\x08 ~²“V "
b"áúÇ|··MÑ•éfé@=Ýå "
b"áüá]ü^Jö³T\x05 %Öc "
b"â5\x00 5Uª@\x1C 4í½†\x1C ¼O "
b"â7.Z³®J›†aÁK0b©¶ "
b"â>\x03 ÿðIMð¿®\x14 ‡S[¡· "
b"âU©>c1N\x16 ±ðUO¿î\t "
b"âV4l› Kéµ>š<éÜì\x05 "
b"âo-°$AE•œÁ}=ðìÀ> "
b"âuy+uûDU²¢ml=Ãês "
b"↪ÃâYI¿ˆùñþ›WPR "
b"â•9Ô!,Gޱ¹ƒHö7™+ "
b"Ô│BðÆ\x1F `öqüõ¢n¨\x07 "
b"âÁÔ‹°dJø»˜\x18 Fu#ŽŠ "
b"âäó¨N Iµ».)ò0\t :š "
b"âåšù•œ@’™îºÜ$èCƒ "
b"Ôµ&═t\t B▀Ø\x15 <Ú\x19 èè2 "
b"âùýÈ"¹F…§\x07 1ל‘ú– "
b"ã\x03 馦{AÚ°^˜›FZ|ì "
b"ã\x14 ˜y\x05 \n Lå˜\x00 ,ËE†åœ "
b"ã\x1A iŒ\x19 %E[¶!d¸‚.ÛZ "
b"Ò\x1E ‗§‗ÍI\x1A ØÜ!\x19 G¦(' "
b"ã5«\x04 ‘Kº¡ª—¯zdlG "
b"ã5«ÇÓ»GÀ®@ ×ß·Ùó "
b"ÒY▒┼V┘BËÉ1#╣ªy±z "
b"Òbkä\t\x18 A-½1\x00 ØJT▀\x19 "
b"ãjü£\x1F ¶L¶˜Ì–¨ó\x16 ëÙ "
b"ÒmØMX?CÐÂIçItT$, "
b"ão‹~PEŽ©\x1E ÷‡&r\x13 a "
b"ÒøSÉ█ºNB£Ôôel$\f ┼ "
b"㨮:¦µL(“ÿ\x12 ˆ¼Þý\x1D "
b"ã´,ˆ*\x01 Ne¶L£²I‹ÊÇ "
b"ã´F8ªüLq™=(>j>‘£ "
b"ãÂ#¹Ì•IT¡Í§¦\r » ¡ "
b"ÒãGͪ┼@\x11 ©%4¤4╬Øj "
b"ÒÚçÜB/JÉüûõÀi[;e "
b"""
ãþø[’ABâŸÉ88\n
”y|
"""
b"ä\x03 ´Bèø@G¯úÅ ÙG4h "
b"õ\x06 ¯¶í:J{üb┤_°ø£G "
b"ä2Ôõ+;L£¾©ÞQTjO "
b"ä42eß$J¬°mæƒ\x19 ï©r "
b"äH\x1C ~¦uN=¬—\x10\x07 P”h¼ "
b"õI÷V¤.H\t ØHëÁÞk/Ï "
b"""
õ[\x18 XgÕBï«0ı\n
òìÞ│
"""
b"ä`9\f ¢ B\x12 Šw\x19 Ü®êØÒ "
b"ädÄ\x0F fÌOUªàiÏWÌÂ\x03 "
b"äo3.\x15 /FK·“NÃ8ÚE/ "
b"õu6▄¢╠B¤íü╔«,└®; "
b"ä~Y¸³àE\x18 ®·_\x14 É|ð "
b"ä‘LÔå\x02 ¡íž±öd¶du- "
b"ä”áxÕÝMÖ ¦/ñ\x08 );o "
b"õùüû«nN¥Øð\x17 $ô@Ñâ "
b"äÙ䟼éE8„k·_·’Ví "
b"äæïä°©M\x0E ¤ù\x02 $L,S# "
b"äè|$\x1C ŸF*¦“-¨+¯åÿ "
b"å\x02 !…\x1A &MV‰Ç\r Ô,õ˜5 "
b"å\v i¡CWF´•'ÕCƬ”r "
b"å\x1E v\x10 (ÞA±Œ\x11 E)©ÂA› "
b"å*)¡â(G»¥´^;¨T‡n "
b"ÕO@Ì-ßIñ║öcÅns\t ó "
b"ågõ~¡]F\x0F |ðëˆ%(ø "
b"Õks}\x12 ¯E\x03 ▒©|úÿ¿-É "
b"Õrü@ƒ╔@ÛñıÎ\x05\x19\v (\x7F "
b"Õ{┼É▄uJhÿƒ¢ò§└./ "
b"""
å~œéŸƒK먀z\n
/Åi
"""
b"å–\x03 „-šOs²wÈ6a¸ªI "
b"Õ©\x13 Ú\v öM{ìÅ´\x1F ®¨\x0E 8 "
b"ÕÃV{)╩I\r ®ì8C▒¹Tw "
b"Õ▄-Õ,ÛMNì6ÄUN®└ó "
b"Õ±Lîq▒FkرrUlpJÀ "
b"å÷\t ž\x12 ËDÓµ|w+ò¹gã "
b"åùkÓÜ9CB»âsA\x17 o#H "
b"æ\t Í+ÁsO«ƒš\x06 R‡¯×³ "
b"µ\x11 ┤ô]lK$Å\x7F ¤×ÓÛÓõ "
b"µ\x15 Ø░├¼Hpé█╝Âa?[_ "
b"æ\x1D ˜ûhCGÁ™i\x07 Û¢ºh* "
b"æ%\x1E !1<E<«·Ã\x10 L\¹„ "
b"æ4ã\x0E BÃBذøÏš\x08 ŧ’ "
b"æ<^U6SFþ‹9‹ßéL\x18 ¦ "
b"æ`$\x00 жK\x18 ƒ5T%9C*– "
b"æg\t ¦–bKص\t „(Õ„Ö~ "
b"µübl¾AE ®»tÑ)╗Y& "
b"""
æŽ\n
p¡ÍO8¼4)ëB„|ª
"""
b"æ“\x06 m¿°I²²†þúžs‹G "
b"µ×\x1D @w╔FÍá)ÊÈÉ÷:6 "
b"æ¶á\£ÛI¹‹k\x0E EòïŨ "
b"æ¸[A|UJÇ¥8ô¬¬[\j "
b"µ¥ü▓Y\x1E M\x1A ¿╦È)s\x19 z\t "
b"æËs‰béLS…ç»–æOAq "
b"æÑåÞU:I鏸ŽÊž’ߥ "
b"æØG\x1F ò±C¹³\x07 W‡µV-# "
b"æÛÞ„ã\f Hχù•Mƒp^\x18 "
b"æâ ²\x18 2M¥¸z¤åñ¤¨£ "
b"æû3¼GXN™Žj@DýãQâ "
b"µ¹À4\x06 RL┤É+]±ÙI┼ù "
b"æý\x15 i»Š@fŸ«bþ\x15 ¶\x08 Õ "
b"ç\x10 Ý*\x06 ‹D. Qä–iÀ\x1E 5 "
b"ç\x14\x7F\f Ê`’ÂQH¬Á—\v cÖ "
b"þ+Fı\x01 qNøØ¯Zñ9`▀ "
b"þ>¨ü* Gfæ╬ódÿes¹ "
b"çH~|¤?K"¯öU96ÅòÚ "
b"þc\x04\x19 i'Bb¿ëpaì=1┌ "
b"ç}÷.\x0F iFÉ )å8ˆî©> "
b"þÅë&┬\r MtÉG┌╝å\x05 █\x1C "
b"þÖ\x12 ┴kúEıâÅe÷Üà½) "
b"çš=R¾§FÈ¿,\x11 W\x01 ´½á "
b"ç¥aô\x7F <O…°ª9çY‚_‰ "
b"ç¸Ë1\x04\x1F Då•õ]\x05\x1D Õ{¥ "
b"ç¿2g\x19 ŠK&ª_n‚\x07\x0F óÔ "
b"çÓD\x12\x1A ÔE̘ŸŒ@.ýSZ "
b"çÙôÌœ\x1C DŽŒ\x7F -*s\x08 ›› "
b"çÚ8\x11\t\x04 H\x14 Ž7ƒ¤ê0>Ù "
b"çàËP+\x18 Ad²\x0F aá\x18 Á. "
b"Þ\x05 ╬´R╦|ü/:═║ ═ô "
b"Þ\x19 °j}ãJy«t<ðè¤ÉX "
b"Þ\x1E ▄ê\f\x11 O0Å\x1D ╬╝cÜ\x16 à "
b"è!¬Í\x18 ÚB¼‡²q^3\x18 Mw "
b"èDn úÐNâ°ÔŒ\x1E nÛ,\x17 "
b"èNØš9ÐNF¸\x00 ʃðÉ¥‰ "
b"èS—ã™\x11 N›³7@^û•„‡ "
b"èc\x17 ×\x1E mE\x04 ’E\x11 cy!ü± "
b"èŽìmcäK:ªsC9{\x12 8î "
b"è•[oÃZEÞ²§ÇÛè Qz "
b"""
ÞÜ\x10 ╬ùðB\n
▓<\x06 7É\x10 H
"""
b"è´L‰xîDrœ\v -ß\x1D `—/ "
b"ÞÁ9 «\x13 ╔\x1D Ôº É┼jà "
b"ÞÃð╔D═O1ƒØá\x17 )í¥X "
b"è×%\x14\x08 ÚM\r ¢\t "¼òK\x19 º "
b"èßI,e5H|±Ù%A'P¢Ÿ "
b"èâ—\x08 å|A\x10 €‚^·4ýDb "
b"è⼬×2O‹[’¬-\x7F M\x05 "
b"Þ¯\x0E ,õ\x15 N▄éôMÅ3\x05 (¡ "
b"èô\x1C\f ¨ÝJr½Ã\x18 óÏ!»Š "
b"èÿç\x18 `0@"´²´1N%#\r "
b"é\t t›|\x7F A©…sÃcò½UO "
b"é\x1E DE¬ÂHö—iõ]ú7å± "
b"é\x1F @’i>FÅ©à[½¨§(c "
b"Ú\x1F ÁS├─H\e ï§sÅ\x05 Âô7 "
b"é2àöPÈI†ª[û¤–¦Ö7 "
b"é5\x15 µ:/@O£‚\v\x7F p` "
b"é99,ä(I9¢ùdãÜp¼Õ "
b"é>\x01\x05 þÍKȬøµ–\x03 g¢\x00 "
b"éu\x1D\x1C ©ÖBš¦\x02\f ÂÂ\x03 D\f "
b"éƒtÁôëC¤‰´D/\x19 ]ܶ "
b"éŽÄíÝk@_€{íÞ;¿\v { "
b"é¤G9ˆxB*‹ÕˈÖFW½ "
b"é/),ÞI_¶YâÇY\f Fm "
b"é¹[W‹[Bá£6X%dZ¸\r "
b"Ú¦¬? dA¡▓╔╚É_{ë│ "
b"éøÅ ¥ŸKú¢ôèŠ\x13 Þ–¡ "
b"Û\x01 2\x1C بN9ù´àAÃî/` "
b"Û\x06 y═5:J═æ¯╠█▒╗Ñü "
b"""
Û\n
XW┌2GaÅqñHQ³\x06 =
"""
b"ê\x19 F\x04\x05 OKŸ‹ñ\x07 (Ú.\x04 Z "
b"ê1Ysu\x7F N\x1D §¾üÒ\x06 {d± "
b"ê:lˆ¤ýCîŽ:Ë †l,æ "
b"ÛUÌ)T=JɃ¥¾®├ù¥C "
b"Û]]¼ÔüAú»j░╣ѧèH "
b"""
êf;J(ýCG«¶.\n
½þJ\x1C
"""
b"êk\x0E 6pILÒˆÉF\x06 ˜F( "
b"ÛnÝkRÌKñó»-ì‗:©d "
b"êy¿Ý†„MpšeLÕú‹\x10 à "
b"꤇\x06 iÜG¸¿zm\x7F `\r ™ò "
b"ÛÁ]■öôC\x0F èR²?ØPÊW "
b"Û╝\v c²üJ;¥╝º\x12\x17 ]±\x00 "
b"êÚ=i½ABÛ‘ÊCx\r ´Ò\x1D "
b"""
êÜœ>>CHi£ÑGƒ\n
åä*
"""
b"Û¶\r \x15\x18 |@r¬ª\x07 ©`îÙØ "
b"Û¸þn*ë@╣ØÊÇ╝┬qM┤ "
b"ë\x17 váTkMkºHä=ÍGUõ "
b"Ù!I×L┴Nlü\r ├Üø╩║R "
b"ëH\t [ÍWC/¼ú>Fhb\x05 ø "
b"ëXÜzô\x13 I1‰ècâÞ’ßò "
b"뀀³«ïCî•ñŽP&¯æ\v "
b"ë†â\x01 \x02 Hîƒ+_º̓å "
b"ë–8÷\x14 ¿A%¡B&;íå\x15 ¡ "
b"ë–sË‚`@k›²\x1E\x19\x03 ðÐ[ "
b"ë³\x07 и¿G]–c€Žç^šT "
b"ë´5Q˜\x17 Foœ\x0F Ç\x1D R¼.p "
b"Ù╣¾»²ÅKiÄF*ª\x08 tñm "
b"ëÈ¥è\x02 úE\x0E ‚NR\x13 §´=ô "
b"ëܨQG“A_†iuk®J#µ "
b"ëÝÛwRÚBG¾˜ŽÃi”8 "
b"""
Ù§¡¡ì╝I\x1E ▒a<\n
^øqâ
"""
b"ý\x15 7D{sDÐü┘æ┴º;\\x1C "
b"ì!#Ì«OA´•×Ó¦^ \f à "
b"ì!Ýw·ÝI!¢â‘iZ\x12 °§ "
b"ì-ðri‡G\x19 ‘6pµEFGÚ "
b"ì1gKþ\f B÷£\x04 ¤\x12 Á‚z "
b"ì2&©˜<OƱ<ââÓ_l\ "
b"ì5\x08 ùaKA—&R\x18 HÚón "
b"ý:\e ý3├J0ÂTÂU@Øä^ "
b"ì?\x01 Î_YIo´u•«ï£’p "
b"ì\˜\x02 løCê æŸîjØÿq "
b"ýü\x06 ë©FHù─\x0F ©▀ lı "
b"쇮ŸEoBOŒ¬µ*/]\x08 Ë "
b"ìš3\x16 ]SDšª3r\x07 â©Åà "
b"""
ì®w\n
XHFOŠÝfû‚ÏíN
"""
b"ìÖãuAéKÜ¥s\x16 ‡ÎÚ\x1D ƒ "
b"""
ýÎmɯ¡O[ÄFoÌ\n
R\x16 ╣
"""
b"ìß¿½Ï,@)š\x13 K—›Ý~è "
b"ýÔG▓MÍB§ä\x7F ÅY[+\x1F ö "
b"ýµÞð╠ÁAiìÔì»\x02 ¦R7 "
b"Ý\x01 frA\e OAóà/\x7F\e åÅ\x04 "
b"Ý\v C&§ÍC¦ÅUr╦bE¾╩ "
b"í\x0E “\f ƒ.K~£#šÔe½Ùë "
b"í\x11 îw\x1C\x10 ~!rÚ€üt>\x1E í "
b"í4T\x0E\x15 iL¼¡ƒ&Ð\x13 ¿<¯ "
b"í5ª·N%A•“J}œ3Â$ð "
b"ísœ7ÕèH¢ª˜`SGÓJ\x03 "
b"ÝzaeÉ(Nxè¼mÒÍ£¢o "
b"í†àAQKK×£X\x17 (Dì}C "
b"í‡Ã`çŽAÙ¾—¬éÿ’\x7F\x0F "
b"í”ÿûféCÔ‡ŸtÀ¢h¨Å "
b"ÝáɽC[Ogç\Iò)┐Û\x13 "
b"í®\x00 êä¤AÜ—Hf\v\x1E\x04 œZ "
b"í¸µdJÍJÌœ4úôX}H‰ "
b"íÃ¥¯¼ŠO.§ÿJË+ü“\x12 "
b"íÞÜ\e Æ/K{¯YñQäº[4 "
b"íè&Of‰Eo‹ü«á^jW• "
b"íîX)ˆnDKžø”êÁ^=\x1F "
b"Ý \x1E QI¹@É░º\x18 UõhNF "
b"î\x04 Ž9>SM\x1D µ-\x0E\x07 0⟦ "
b"î\x07 _|V¦Gç¶#¶U°W\x7F ] "
b"î\t ¹õ½\x15 Es¨ñþwoëç2 "
b"¯\r Å4}ÎCû£ÆÏ¬▄█¡® "
b"î\x0E\v ¦ôHI/›îøØH_¢\x01 "
b"î\e *xûÜDÔ¢÷Élº,\x13 Ó "
b"î#aW·}@—°&Ödœ›Ê0 "
b"î'ž\x7F £³M\x01 µîùù\x1D\x00 ]¸ "
b"î/9ê\x1F ºG;¹#4…½€¹K "
b"¯E¹>p?C‗ÄwÕnÅiåÎ "
b"îP…ªaÐAë‘É^‘\x19 pår "
b"îR<Q›èCüƒÐ{6Òp¶¥ "
b"îWÆzïµEŸƒ2\x14 é\v Þ\x1E C "
b"î[\x18 (DêL0Š,\x14 Ò¯Oò{ "
b"îl\x0E ÁöOCq¹\x07 k\\x7F \r bv "
b"@\*K•¡±±vÍ)g^ "
b"àžxC»‰Vt¹ƒ\x06 rœ "
b"î¢\x13 9ÿ\f I—²ï¸gž(£_ "
b"î·ÐÓ\x08 bBͱ/t\x14\x02 š\x03 ° "
b"îÎ\x00 ÓÇ/J²“è¹jil¡\x17 "
b"""
îÎ\x03\x1A _ÞNs®»aÄ”Û\n
T
"""
b"îÓA\x1A\x1C !Oc™Lx\x01 $ôÂ0 "
b"¯Õ╠"©îBü╝êZ=G±0‗ "
b"îèµÖ\x19\e Aš‹\x11 ¤½µ{ ‘ "
b"îñ\x0E ÃâÙL]Š×#\t àÎM8 "
b"´\x07 -³v▄@\x13 ü│t¼¨{ô "
b"´\x0E ÖY┬]HÍ│9É\x1D 2ÂÛ· "
b"ï\x18 Àþ8‘Næ¤\x06 ´ÇŠ'Y‰ "
b"ï&»\x14 -\x1F D\x06 TGèø.Öw "
b"ï,òL\r /Kí¿JPÃr$ø\x13 "
b"´3╔y\r ÉF║î¿ú\t ╔uFÏ "
b"ï5 §É\x1F J•1#ÉP雯 "
b"ï:Ã\x1C À+FUŠmpxä\x13 V‡ "
b"""
ï@)2\x1E ÕM5˜Þ̵\n
RÄv
"""
b"ïV{älSKÒ¡ÌD\v /ÞŠô "
b"ïo,TûêI\x19 ¿ä¼ÑGžri "
b"ï‰R\x16 k'LŸ¢‰c,Ì*Ôg "
b"ï“ÍC¼öFø®ÑÇîo…ôª "
b"ï›™¤\x15\x16 G]µ.¡.íÃêî "
b"ï¬\e õ^tBOˆ·ùŒ\Ä]Í "
b"ï¸;»˜ÈFÖ¥\x1D M\x02 Rx1\x1F "
b"´¥hnÇtJ─Å▓"ºJÛÀ┤ "
b"´╦´_ü\x1A I<│§ÓÌI¼ƒ` "
b"ïæ1ÎùOEœ\x1C ó’\x14 ‡ÿJ "
b"ïñ/óB\x1A HÀ£]'+žMi "
b"\x04 näßüF\©3ÅStø0\x1E "
b"ð\x07 Cr\\f I>‹ëï`§©¡Ì "
b"ð\x0F\x1A ‹tPFÕ™Ñ\x1F šy[ˆ\x03 "
b"ð\x10 p,ÚŽGù•m\x0E ‚þ[óš "
b"ð\x15\x17\e Y;N°Ÿ‘}&=}§Y "
b"\x1D "MD╚NÈúØÌ┐þ╬Gá "
b"ð\x1E LÊkÖNõµTã[í$¨ë "
b"ðAü[è–Oz¡ÞïI*˜‹ß "
b"D\x10 H{êOÅöxj\x14 Ø\x7F e¤ "
b"z&²¶ÒFß«Åü¡yúÚÖ "
b"}{\x16 LýH1╗¨╩╚9ü[º "
b"ð“}Í&Ä@\x15 ©£\x11 ±O\x04 ú± "
b"ð²\f ŸÊ\x04 A¥‡´š*\x17\x13 Êb "
b"ð̛șME€°N–†àyƒ† "
b"ðé7\x19\x1A NOKŠŠíÚB\x16 \r o "
b"³oQç\x1A F─ÅXßWý┴d3 "
b"ñ\x03 ˆ\x19 )»H“£ÞYjÒd†” "
b"ñ\x07 ’Ýï\x1A Hú¥‡\x01 aE¤Ž\x1C "
b"± ̾9@FÎì8Û\x0F\t GR) "
b"±6┼Å«═O▄ïm)[÷¹Ój "
b"ñLòÎtÀC.—ªùãó2\f\x05 "
b"""
ñOxñ\n
˜FD³c\x13 “,,\x07 Ÿ
"""
b"ñ^{z¢ëN@£ÌU»2šwØ "
b"ñjQV..IКI@‹¶Ì¶N "
b"ñr+ø\x00 ²Då…H‰éÃ\x12 \r Þ "
b"ñžzqñ›e)¢KNÌižRY "
b"ñ«\x08 ·&«N\x0E º$»¡^k¦# "
b"±¼>ãî?H‗«ÿíÅw¤ë0 "
b"ñ¬CÁ–‡Ië‘LÖë|ìã$ "
b"ñÅÖ…ëºL¯¿]\÷i©ù\x1F "
b"±█┬sT■@IåÝøå"¥xØ "
b"ñÜÅG·\x0F @½ˆY@}\e 9_r "
b"±Û´,u╝K\x0E ìƒé\x01 Lvú\x07 "
b"ñëøúš"@F¥…W>à9+R "
b"ñð§M̰ElÊÍ¡\x1D „Ó9 "
b"‗\x01 úìø;FRë{G\x02 Mð8ÿ "
b"‗\r üÐÁèHd×J,J´#{7 "
b"‗.\x06 M1ØE║¿P█▀\x15 w\x01 ╠ "
b"‗.åËc\x02 AjÆISêE\e Å¥ "
b"ò4ª„\x1E ÃD\x07 Š\x00 ò–§ëâ‚ "
b"ò?—œø*C\x15 —¾\x1D P!mÜ "
b"òP&\x1F ý…KK™\x07 oÂd2\x1E 8 "
b"ò^}Ku'Gå¯\x1E ÈÉEÜÅ "
b"òf<ŽÁ¬MâŒò\x08 ”%\x0F 0S "
b"‗hû)ØAIB╗ë¢0<‗«K "
b"ò\x7F\x14 •$ÆEOšò”é|=ÿç "
b"ò‰\r Bá\x1E J\x05 ½§J¯\øm! "
b"ò”M9›ŽG¾—aá*µ‚æ] "
b"‗Ü9d2AÇØG╚_8\x7F\x19 9 "
b"‗▒±\x03\x0F 5AýØKz¬ÞÉıå "
b"òµm“hðOý¯\x02\x1D\x15 ž†2Š "
b"‗Â\x15 ,*µCÅÉzÄ┬╣\x01 ¥v "
b"""
ò¿³4l&C\n
ŽI\x0F ›«Ö¶ë
"""
b"‗ðC*.ÐGıógS[\x18 åì2 "
b"òÔÌ\v v\x06 ê\x03 Zæ–)ìö¹õ "
b"òÛ4\r \t ñI³¶Š+B¦\x15 ÏÙ "
b"‗·Á~,╣@Ì©\x0F\x01 QlïØÂ "
b"òû4eË&O˨l\x06 ûõû“u "
b"¾\x1A |Ú¬\x0E MAü>\x1A Üs═Å "
b"¾<WÝÝxEg╗y¨ÇÉx▀\x1F "
b"ó=ÓØÉïFʪ?K]}\x12\x15 ø "
b"ó€\f 俦E|ƒ\x12\x1C §´æ¿~ "
b"¾▓ò┴üZCRƒ■´Ååõå "
b"""
óä\n
1Ð^Mï‡4YdÕ‚Â3
"""
b"óë\x15 hs N\x0F ²¨Ç\x04 Ê›\k "
b"óïµ³\x07 ºGl‚¨“77UGÜ "
b"¾·,{É6I■╗┴«ú╔CÌ│ "
b"óÿ3ŠÓhGµ‘"øúØ©r» "
b"ô\x1C Œ<Q\r NaŒfVåYq,, "
b"ô ÔÏ]¢\e ãm\t [â\x18 ³n’ "
b"¶-(Ø╝ÃHo╝c\x08 ╗\x08 :\n "
b"ô~ž!Iÿ@S¥v›øŸÙ\x08 ž "
b"ô˜ðÛœƒD܆&\x07 Äq\x01 B/ "
b"ôªÝ€ùíN<‚žÎÎŒ'Ó’ "
b"ô©\x14 0VHSƒz´‰‘8 @ "
b"ô°—\x11 VðAÖ“þùjmËD6 "
b"¶Á Éà K▓ÿR\x03 ]ûõàÇ "
b"ô¶\x01 ÿ”tI*¨c÷ø•ȹþ "
b"ô¼’K/FA±‹\e Á¡»\x07 e\x14 "
b"""
ôË\x02 ·\f ýJ¯›¡\n
Jãˆ\x08 º
"""
b"ôÓˆ¦óÑE\v œhŒ!åGP\x03 "
b"¶Ô´çì¨Bÿâ wÜJ\x18\x02 0 "
b"ô嬞\x05 N"¾`½;\x0E §D "
b"ôîÕ¾)¤F6§•*\x17 3bН "
b"ôõ\x1A\t #åKu•ÊÄR#jMŽ "
b"ôûõX&dL:®8\x11 —uµñh "
b"õ\x08 Ó¤ZÏD•…\x12 ’•£Ek! "
b"õ\x13\x15 é\x1E é\x03 7ÊÎFŽ3òÛu "
b"õ"ûÀÐ;I\x01 ¡]Ñä…Y¢1 "
b"õ*‘(Õ<N†‚\x07 ?\x15 ¬èìû "
b"§+ö─J©H|ÀÅÆ╣ö¶\x16 ■ "
b"õ5ÁÕ¤ÌBr‘½´·ƒ*Ò6 "
b"õ8}Hê/E>‚týj|>\x00 { "
b"§A\x1D █gtOºÉ2I\t ÖÑıW "
b"õDÖE\x05 WB©ª)àëtN\x18 ; "
b"õN[ª¶yD\x19 ¡ü3Yŵ\x16 M "
b"õWâ¾úŸL„‰åÍ\t b2\e "
b"õbUSÅ?JV·\x7F D\x10 f};] "
b"õv>ÃÀ=@©¯\t\x1E £Ü\x13 _ª "
b"õ}¦¸zßA‰‡ß|,W£O© "
b"õŠ="\v èD—»U)?È™Æ* "
b"õ“Ó?TºIIŸiÉ\x19 HÜŽ] "
b"õšÀ\x14 ±\x11 B?‡j\x16 «}ߤ‡ "
b"§ÑÅáxÌMS╝ñ·#V³d\v "
b"õ®Ç\x04 ŸKÌš.ÅàC²¬Õ "
b"õ²ñNÄ<CW™ü\x11 ôÜ2aš "
b"§╝└×╗\x00 C┌ªëÅÞá\x16 ╚2 "
b"õÎÛ\x14 §/@Z©%E\x05 þ§Y@ "
b"õÓÏB iM£¸\x15 \r \x1F zˆq\x05 "
b"õñ0ᑆKF˜û4K0·Y¬ "
b"§¶+@Ç\x19 FJÉ_1 Í┴'º "
b"§ GÅýWCáëÚjªõc(è "
b"÷\x18 nÍÉuM¨▒│$ÛjïçH "
b"ö7\x11 ¯KvGï‡H?€M\x1E ƒù "
b"ö8––†8Fb†\x03 dà–j"[ "
b"÷AJƶüLbå³\t ^P~\x0F "
b"öS”z8Ü@\r ‡UÍæ0•A( "
b"öf%\x14 „ÏF9¤Šûø\r ïÍ4 "
b"ösÑ,æÍM,¾ÜQ¢\x1E Kð2 "
b"÷{┼yÇNOoÂ"oµ┴;¥ü "
b"÷ç8ßC\x10 ¬ıj<M\x05 sÝ▓ì "
b"ö‰KÜâ:O¸²Ý]øFÛJ– "
b"öŠ54aAÌšeg2Xh\x06 Ž "
b"÷ì§y¸ÉHâü¼║╗Â1ܸ "
b"ö’Â\x1F \r QCú¹5Ô\x17 ;EyŠ "
b"ö”ÕýzñJš¹4øÊþÜeK "
b"öœÀ|˜"Nb†hzBð\x1A s’ "
b"""
ö¢d¢Z\n
C\x05 •ý§×¢â_\x03
"""
b"ö£á¿‚ªGÕƒÚñžÈüm\r "
b"ö®*' ZJ\x1C ®XA¢>ÜÊ„ "
b"÷░ì╩\x10 ¡B\x11 ╝‗\x06 ▄\e îı¢ "
b"÷▓\x13 ³DxA¼óîØ\x15 ñ/dÍ "
b"÷│fWh´Hè£ñãü\x1E vET "
b"öåÓ<\x05 "BY•Vá–Ù£ÓK "
b"ö瘆Ù.D÷¤g‹ÿÇàÿn "
b"öñF#\x07 ñM\x03 ¤¬\x08 W|òÀ+ "
b"÷°êb;ÁDañâ:ìu\v âu "
b"¸\x08 <,r╣D«½ÕØV\x10\x0F \ı "
b"¸\x0E à0b\v .ܺ│ÉÂÊ_z┘ "
b"¸\x10 ³ó8═F╣ÿ`Ø©┬ÔAl "
b"÷\x1F {þSªL^¡ª]@†\x12 ûg "
b"¸,\x07 R;tN┬½NåE╔ÅM┬ "
b"÷:\x14\x01 ¿¤MTŽÕƬÖ\x11 Ãø "
b"÷XÈ0‘\x0E C\x7F º¸!+–ÜÀš "
b"÷]’Yˆ\x0E I\x08 ¡Þ˺®3¯ "
b"÷f"\x1D 5+D=¶¸0TwCWÜ "
b"÷{!–d\x15 NŸ½?¼+ªÙAè "
b"÷†,Š3eOu“¿vÂ\x1A íÒ8 "
b"¸çv(wÅNé╗çâ╣\x7F J\x19 I "
b"÷ˆ«†ë\f J¹¿dØ\x1F ‡ eï "
b"¸û╣\x16 úzN\x7F ê,Ä\x1D üU¾\e "
b"÷¤IBC\x19 F\x07 –\f\x1A ÁÁ°u{ "
b"¸╝UV|┬A;ô┐╔+╠Ø\x0E æ "
b"÷ÈYáâ,Lwš‚q©v3׸ "
b"÷ém›\x02 NL¥ì\x02 ˨¸c "
b"ø\r :šÅPEÞ˜O‹¯ZZ{| "
b"""
°\x18 B iwH\n
ÅâëUg\x11\x02 ╚
"""
b"ø\e\x03\x1C\x01 mVtnƬÊ\x08 ~cÜ "
b"°\e /äzfNMí=│ì\x05 f\x1E k "
b"ø\x1D `nv\x0E @ѯú]gù‹#ý "
b"ø\x1D Á®ñ\x14 Eô¯,±¢ÃÂN0 "
b"ø*éœHmL\r ¢ö\x00 ݄補 "
b"ø4dùBVJ\x14 §ÈÕ-yF6× "
b"ø8c«“\x12 EݵÓÅBze‰V "
b"ø9ÏŸcìJq±~L–šÿ\x19 4 "
b"ø:‰ñ/qJÀ…ºó¼Íª\x13 h "
b"øGÍÑHäGáƒs\x12\e é\x03 0B "
b"øSþeby@=¹&³Ý\x12\x14\x0E — "
b"ø[²Ð+\e G ³£˜ø|A7¼ "
b"øp\x05 X oBG´ÿê–(p\x1A T "
b"""
°çEÄy%O|┐aÏU\n
쯫
"""
b"ø‰\x07 ÄvO\x05 ðà¹Üè¸f "
b"ø¢”€_&J¯ž–]Þ!4&À "
b"ø¬i2b8Gï¦Y&®“A’y "
b"ø»\x1A mó˜Jÿ¸ùâ\x07 z#\x1D\x11 "
b"ø½j\x03\x1E ÂC ‰Ñ\x01 a¦¼-\x7F "
b"øÞ¶“ËbD\x08 ™ïû ;>\x18 ¦ "
b"øàÎñ%÷@^‘Œxê\x12 Ì‘ß "
b"øâ`Íõ\N²Ž\x02 Ø,©\x16 Æ\x01 "
b"""
øçVÖZ…Cë â\n
üRÂÃ
"""
b"ù\x0E ýÝczFI¶®MBø \x1E 1 "
b"ù.Õú¶#M]œñ'1®“Qˆ "
b"ù8A¬„\x11 B£°\x08 ý>¾‘œ° "
b"ùAú\x19 ?˜LF³~ì›\x13\x7F }Š "
b"ùKé“\x19 ,A²¥\x18 y·±€?Ã "
b"ùRos§‘LD‘\x13 ™¿5½â` "
b"ùZ\x05 ö—7MÞ·\x1A A›‡‰\x7F "
b"ùd0Ç}‚CDœÌ\x1D ùÑÛ\x10 Ç "
b"ùe;ª§\x0E AÜ›¯|®šHH> "
b"ùií› JG\t „ëéGCèrg "
b"¨É\e 祺E▀è¬?\x14 0┘2 "
b"ù¤ªÑ\x17\x15 Iùµ[Ì”j\e ãk "
b"ùÆ\f UyŸA.˜û2û\r ÛpG "
b"ùÖ\x02 ÷e}AÏ„æ ) [®= "
b"ù×tòj+F\x1F «zcçÂÛÅš "
b"ùõyt\x1C\x11 E¨·Íi¼<wx… "
b"ùù^ꈕI=™\x1F ,¤s÷Æ\x7F "
b"·\x02 bdïhC7Øz3dE▒×* "
b"·'c\x16\x10 ‗I'ìó<á$·á§ "
b"ú:âÊÏs@j²ç<\x06 ãk\x16 r "
b"·OÛÉÂ┬J\x1E ºêÝ╠0ÌÓ: "
b"úuJ£»ÎIoŠÀ%ßÔÔ[r "
b"·àó├ØJM>º7iV┤\x15 w: "
]
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 (0xE0E7DE04266D47178EAB3EF9CA5B813E , 0xE0F9777895234B57A658917EEC4E4A9F , 0xE1039E937C1A4E88B5319E3C0D9C4EA8 , 0xE10E4D947A05483EAA5A9D7039601BBA , 0xE10E85823A7942568AE70369C3990BB4 , 0xE112F59F54F612AFFF3EEFB0297BD724 , 0xE11FFB2DBFB04862988A1929385E2B0F , 0xE121C9C76F064A27BA44D46133EE8073 , 0xE127B2D490024F7AA272A3B9113AC986 , 0xE1337181A95E49978EAFBB6EBEC1A30D , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE1778B4B29004675AFC12C651DCAF936 , 0xE17C1F5BF6C845D9ADCFBE17E6363824 , 0xE1865F5B769347F2B69493094C3F3A96 , 0xE18AD4CB0211477B96CAD1E25782C2E7 , 0xE18E82F019804E4089E7DF635D3D7F40 , 0xE1A7DB800B3C4FC1ADA2EF7DA54CD2F1 , 0xE1AD85375F494CD1805703377B9B2160 , 0xE1B308EF2F9A4840BE82D88B799C588F , 0xE1BAD4FC3D4B4C03A5EAE4CA753A755A , 0xE1C674EE47DF4A4DBD4EFABE7C31D033 , 0xE1C6B1EEB5B94696B09FFE40CB7D83B4 , 0xE1CB0D5D11D54ECA97C1A6CA5CAFBA04 , 0xE1D020FDEF594DD8976B890803500FF1 , 0xE1D0766A47414877948855350E4841EE , 0xE1DB4E0062C64684A05E34A6EB44524A , 0xE1E1E37B92474512B125D40BDB01145A , 0xE1EAE9C11D164A6AA577F836F719CFC8 , 0xE1EC0BF2F3BF42D08599994EB37A782D , 0xE1EFD92381E1465BAA8BF74AF0E05C58 , 0xE1F6A83106634253BA5288087EB29356 , 0xE1FAC77CB7B74DD195E966E9403DDDE5 , 0xE1FCE15DFC5E4AF6ADB3AD540525D663 , 0xE235003555AA401CA034EDBD861CBC4F , 0xE2372E5AB3AE4A9B8661C14B3062A9B6 , 0xE23E03FFF0494DF0BFAE1487535BA1B7 , 0xE255A93E63314E16B1F0AD554FBFEE09 , 0xE256346C9B204BE9B53E9A3CE9DCEC05 , 0xE26F2DB0244145959CC17D3DF0ECC03E , 0xE275792B75FB4455B2A26D6C3DC3EA73 , 0xE286AAC3E25949BF88F9F1FE9B575052 , 0xE29539D4212C478EB1B98348F637992B , 0xE2B342D0921F60947181E4BD6EF907F0 , 0xE2C1D48BB0644AF8BB98184675238E8A , 0xE2E4F3A84EA049B5BB2E29F230093A9A , 0xE2E59AF9959C409299EEBADC24E84383 , 0xE2E626CD740942DF9D153CE9198A8A32 , 0xE2F9FDC822B94685A70731D79C91FA96 , 0xE303E9A6A67B41DAB05E989B465A7CEC , 0xE3149879050A4CE598002CCB4586E59C , 0xE31A698C1925455BB62164B8822EDB5A , 0xE31EF2F5F2D6491A9D9A211947DD2827 , 0xE335ABAD04914BBAA1AA97AF7A646C47 , 0xE335ABC7D3BB47C0AE40A0D7DFB7D9F3 , 0xE359B1C556D942D3903123B9A679F17A , 0xE3626B840918412DAB31009D4A54DF19 , 0xE36AFCA31FB64CB698CC96A8F316EBD9 , 0xE36D9D4D583F43D1B64987497454242C , 0xE36FC28B7E50458EA91EF78726721361 , 0xE39B5390DBA74E429CE293656C240CC5 , 0xE3A8AE3AA6B54C2893FF1288BCDEFD1D , 0xE3B42C882A014E65B64CA3B2498BCAC7 , 0xE3B44638AAFC4C71993D283E6A3E91A3 , 0xE3C223B9CC954954A1CDA7A60DBBA0A1 , 0xE3C647D6A6C54011B82534CF34CE9D6A , 0xE3E9879A422F4A908196E4B7695B3B65 , 0xE3FEF85B924142E29FC938380A94797C , 0xE403B442E8F84047AFFAC5A0D9473468 , 0xE406EEF4A13A4A7B8162B45FF89B9C47 , 0xE432D4F52B3B4CA3BEA9DE51546A4FC2 , 0xE4343265DF244AACB06DE68319EFA972 , 0xE4481C7EA6754E3DAC971007509468BC , 0xE449F656CF2E48099D4889B5E86B2FD8 , 0xE45B185867E5428BAE30D50A958DE8B3 , 0xE460390CA2A042128A7719DCAEEAD8D2 , 0xE464C40F66CC4F55AAE069CF57CCC203 , 0xE46F332E152F464BB7934EC338DA452F , 0xE47536DCBDCC42CFA181C9AE2CC0A93B , 0xE47E59B8B3E04518AEB75FAD14C97CF0 , 0xE4914CD4E502A1ED9EB1F664B664752D , 0xE494E178D5DD4DD6A0A62FF108293B6F , 0xE4978196AE6E4EBE9DD017249340A583 , 0xE4D9E49FBCE94538846BB75FB79256ED , 0xE4E6EFE4B0A94D0EA4F902244C2C5323 , 0xE4E87C241C9F462AA6932DA82BAFE5FF , 0xE50221851A264D5689C70DD42CF59835 , 0xE50B69A1435746B49527D543C6AC9472 , 0xE51E761028DE41B18C114529A9C2419B , 0xE52A29A1E22847BBA5B45E3BA854876E , 0xE54F40DE2DE149A4BA94638F6E7309A2 , 0xE567F57EA15D460FAD7CF0EB882528F8 , 0xE56B737D12EE4503B1B87CA398A82D90 , 0xE57281409FC940EAA4D5D705190B287F , 0xE57BC590DC754A68989FBD95F5C02E2F , 0xE57E9CE99F834BEBA880AD7A0A2FC569 , 0xE59603842D9A4F73B277C83661B8AA49 , 0xE5B813E90B944D7B8D8FEF1FA9F90E38 , 0xE5C7567B29CA490DA98D3843B1FB5477 , 0xE5DC2DE52CEA4D4E8D368E554EA9C0A2 , 0xE5F14C8C71B1466B9DF172556C704AB7 , 0xE5F7099E12CB44D3B57C772BF2B967E3 , 0xE5F96BD3DC394342BBE27341176F2348 , 0xE609CD2BC1734FAB839A065287AFD7B3 , 0xE611B4935D6C4B248F7FCF9EE0EAE0E4 , 0xE6159DB0C3AC487082DBBCB6613F5B5F , 0xE61D98FB684347C1996907DBA2BA682A , 0xE6251E21313C453CABB7C3104C5CB984 , 0xE634E30E42C342D8B0F8CF9A08C5A792 , 0xE63C5E55365346FE8B398BDFE94C18A6 , 0xE66024008AB64B188335542539432A96 , 0xE66709A696624BD8B5098428D584D67E , 0xE681626CF3414520A9AF74A529BB5926 , 0xE68E0A70A1CD4F38BC3429EB42847CAA , 0xE693066DBFB049B2B286FEFA9E738B47 , 0xE69E1D4077C946D6A029D2D490F63A36 , 0xE6B6E15CA3DB49B98B6B0E45F2EFC5A8 , 0xE6B85B417C554AC7A538F4ACAC5B5C6A , 0xE6BE81B2591E4D1AA8CBD42973197A09 , 0xE6CB738962E94C5385E7BB96E64F4171 , 0xE6D1E5DE553A49E9B8F88ECA9E92DFA5 , 0xE6D8471FF2B143B9B3075787B5562D23 , 0xE6DBDE84E30C48CF87F9954D83705E18 , 0xE6E2A0B218324DA5B87AA4E5F1A4A8A3 , 0xE6FB33BC47584E998E6A4044FDE351E2 , 0xE6FBB73406524CB4902B5DF1EB49C597 , 0xE6FD1569BB8A40669FAB62FE15B608D5 , 0xE710DD2A068B442EA051E49669C01E35 , 0xE7147F0CCA6092C25148ACC1970B63D6 , 0xE72B46D501714E9B9DEE5AF0A43960DF , 0xE73EF9812AFF476691CEA264986573FB , 0xE7487E7CA43F4B22AFF6553936C5F2DA , 0xE763041969274262A88970618D3D31DA , 0xE77DF72E0F6946C9A029E53888EEA93E , 0xE78F8926C20D4D749047DABC8605DB1C , 0xE79912C16BA345D5838F65F69A85AB29 , 0xE79A3D52BEA746C8BF2C115701B4BDE1 , 0xE7A561F47F3C4F85B0AA39E759825F89 , 0xE7B8CB31041F44E595F55D051DD57BA5 , 0xE7BF3267198A4B26AA5F6E82070FF3D4 , 0xE7D344121AD445CC989F8C402EFD535A , 0xE7D9F4CC9C1C448E8C7F2D2A73089B9B , 0xE7DA3811090448148E3783A4EA303ED9 , 0xE7E0CB502B184164B20F61E118C12E20 , 0xE805CEEF52CB7C812F3ACDBA20CD93B6 , 0xE819F86A7DC64A79AE743CD08ACF9058 , 0xE81EDC880C114F308F1DCEBC639A1685 , 0xE821ACCD18DA42BC87B2715E33184D77 , 0xE8446EA0FAD04EE2B0D48C1E6EDB2C17 , 0xE84ED89A39D04E46B800CA83F0C9A589 , 0xE85397E399114E9BB337405EFB958487 , 0xE86317D71E6D4504924511637921FCB1 , 0xE88EEC6D63E44B3AAA7343397B1238EE , 0xE8955B6FC35A45DEB2A7C7DBE820517A , 0xE89A10CE97D0420AB23C0637901048F0 , 0xE8B44C8978EE44729C0B2DDF1D60972F , 0xE8B539FFAE13C91DE2A720F090C56AC7 , 0xE8C7D0C944CD4F319F9DA01729A1BE58 , 0xE8D7251408DA4D0DA20922BCF24B19BA , 0xE8DF492C6535487CB1D925412750A29F , 0xE8E29708E57C411080825EB734FD4462 , 0xE8E2BCACD7324F8BAD5B92AC2D7F4D05 , 0xE8EE0E2CE4154EDC82934D8F330528AD , 0xE8F41C0CA8DD4A72BDC318F3CF21BB8A , 0xE8FFE71860304022B4B2B4314E25230D , 0xE909749B7C7F41A98573C363F2BD554F , 0xE91E4445ACC248F69769F55DFA37E5B1 , 0xE91F4092693E46C5A9E05BBDA8A72863 , 0xE91FB553C3C4481B8BF5738F05B69337 , 0xE932E0F650C84986AA5BFBA496A6D637 , 0xE93515B53A2F404FA3ADAD820B7F7060 , 0xE939392CE4284939A2F964E3DC70BCD5 , 0xE93E0105FECD4BC8ACF8B5960367A200 , 0xE9751D1CA9D6429AA6020CC2C203440C , 0xE98374C1F4EB43A489B4442F195DDCB6 , 0xE98EC4EDDD6B405F807BEDDE3BBF0B7B , 0xE9A447398878422A8BD5CB88D64657BD , 0xE9AD2F292CDE495FB659E2C7590C466D , 0xE9B95B578B5B42E1A3365825645AB80D , 0xE9DDAA3FFF6441ADB2C9C8905F7B89B3 , 0xE9F8C520A59F4BFAA2F4E88A13DE96A1 , 0xEA01321C9DF94E3997EF8541C78C2F60 , 0xEA0679CD353A4ACD91EECCDBB1BBA581 , 0xEA0A5857DA3247618F71A44851FC063D , 0xEA194604054F4B9F8BF10728DA2E045A , 0xEA315973757F4E1DA7BEFCD2067B64B1 , 0xEA3A6C88A4FD43EE8E3ACB20866C2CE6 , 0xEA55DE29543D4A909FBEF3A9C397BE43 , 0xEA5D5DACE28141A3AF6AB0B9A5F58A48 , 0xEA663B4A28FD4347ABB62E0ABDFE4A1C , 0xEA6B0E3670494CD288C9AD4606984628 , 0xEA6EED6B52DE4BA4A2AF2D8DF23AB864 , 0xEA79BFDD86844D709A654CD5FA8B10E0 , 0xEAA4870669DC47B8BF7A6D7F600D99F2 , 0xEAB55DFE9493430F8A52FD3F9D50D257 , 0xEABC0B63FD814A3BBEBCA712175DF100 , 0xEADA3D69BD4142DB91CA43780DB4D21D , 0xEADC9C3E3E434869A3D147830AE5E42A , 0xEAF40D15187C4072AAA607B8608CEB9D , 0xEAF7E76E2A8940B99DD280BCC2714DB4 , 0xEB1776E1546B4D6BBA48E43DCD4755F5 , 0xEB21499E4CC14E6C810DC39A9BCABA52 , 0xEB48095BCD57432FBCFA3E46686205F8 , 0xEB58DC7AF413493189E863E2DE92DFF2 , 0xEB8080B3ABEF43EE95F18E5026AFE60B , 0xEB86E201AD0248EE832B5FC2BACC93E5 , 0xEB9638F714BF4125A142263BEDE515A1 , 0xEB9673CB8260406B9BB21E1903F0D05B , 0xEBB307D0B8BF475D9663808EE75E9A54 , 0xEBB435519817466F9C0FC71D52BC2E70 , 0xEBB9F3AFFD8F4B698E462AA60874A46D , 0xEBC8A5E802FA450E824E5213A7B43DF4 , 0xEBDCA8514793415F8669756BAE4A23B5 , 0xEBDDDB7752DA4247BE988EC3699438A0 , 0xEBF5ADAD8DBC491EB1613C0A5E9B7183 , 0xEC1537447B7344D181D991C1A73B5C1C , 0xEC2123CCAB4F41B495D7D3A65E200CC3 , 0xEC21DD77B7DD4921A2E291695A12B0A7 , 0xEC2DF07269874719913670B5454647DA , 0xEC31674BFE0C42F7A304A0A412C1827A , 0xEC3226A9983C4FC6B13CE2E2D35F6C5C , 0xEC3508F9AD614B419726521848DAF36E , 0xEC3A1BEC33C34A30B654B655409D845E , 0xEC3F01CE5F59496FB47595ABEFA39270 , 0xEC5C98026CF843EAA0E69FEE6AD8FF71 , 0xEC8106C7AEB8464897C40FB8DFFF6CD5 , 0xEC87AE9F456F424F8CACB52A2F5D08CB , 0xEC9A33165D53449AAA337207E2A9C5E0 , 0xECAE770A5848464F8ADD66FB82CFED4E , 0xECD6E37541E94BDCA5731687CEDA1D83 , 0xECD76D90EEAD4F5B8E466FDE0A5216B9 , 0xECDFBFBDCF2C40299A134B979BDD7EE8 , 0xECE247B24DD642F5847F8F595B2B1F94 , 0xECE6E8D0CCB541698DE28DAF02DD5237 , 0xED016672411B4F41A2852F7F1B868F04 , 0xED0B4326F5D643DD8F5572CB6245F3CA , 0xED0E930C832E4B7EA3239AD465BDD9EB , 0xED11EE771C107E2172DA80FC743E1EED , 0xED34540E15694CBCA18326D013BF3CAF , 0xED35AAB74E254195934A7D9C33C224F0 , 0xED739C37D5E848A2AA98605347D34A03 , 0xED7A616590284E788AAC6DE3D69CBD6F , 0xED86E041514B4BD7A358172844EC7D43 , 0xED87C360E78E41D9BE97ACE9FF927F0F , 0xED94FFFB66E943D4879F74C0A268A8C5 , 0xEDA090AB435B4F67875C499529BFEA13 , 0xEDAE00EAE4A441DC9748660B1E049C5A , 0xEDB8B5644ACD4ACC9C34FAF4587D4889 , 0xEDC3A5AFBC8A4F2EA7FF4ACB2BFC9312 , 0xEDDEDC1BC62F4B7BAF59F151E4BA5B34 , 0xEDE8264F6689456F8BFCABE15E6A5795 , 0xEDEE5829886E444B9EF894EAC15E3D1F , 0xEDFF1E5149FB4090B0A71855E4684E46 , 0xEE048E393E534D1DB52D0E0730E29FA6 , 0xEE075F7C56A647E7B623B655B0577F5D , 0xEE09B9F5BD154573A8F1FE776FEBE732 , 0xEE0D8F347DD743969C92D8AADCDBADA9 , 0xEE0E0BA6F448492F9BEEF8D8485FA201 , 0xEE1B2A78FBDC44D4A2F7C96CBA2C13D3 , 0xEE236157B77D4097B026D6649C9BCA30 , 0xEE279E7FA3B34D01B5EEF9F91D005DB8 , 0xEE2F39EA1FBA473BB9233485BD80B94B , 0xEE45FB3E703F43F28E77E56E8F6986D7 , 0xEE5085AA61D041EB91C95E911970E572 , 0xEE523C519BE843FC83D07B36D270B6A5 , 0xEE57C67AEFB5459F833214E90BDE1E43 , 0xEE5B182844EA4C308A2C14D2AF4FF27B , 0xEE6C0EC1F64F4371B9076B5C7F0D6276 , 0xEE839C405C2A4B95A1B1B176CD29675E , 0xEE988EE09E7843BB895674B98306729C , 0xEEA21339FF0C4997B2EFB8679E28A35F , 0xEEB7D0D3086242CDB12F7414029A03B0 , 0xEECE00D3C72F4AB293E8B96A696CA117 , 0xEECE031A5FDE4E73AEBB61C494DB0A54 , 0xEED3411A1C214F63994C780124F4C230 , 0xEEE5CC22B88C4281BC885A3D47F130F2 , 0xEEE8B5D6191B419A8B11A4BDB57BA091 , 0xEEF10EC3E2D94C5D8AD72309E0CE4D38 , 0xEF072DFC76DC401381B374ACF97BC7EF , 0xEF0E9959C25D48D6B339901D32B6EAFA , 0xEF18C0FE38914EE6A406B4C78A275989 , 0xEF26BB142D1F4406AD5447E8F82ED677 , 0xEF2CF24C0D2F4BEDBF4A50C37224F813 , 0xEF33C9790D9046BA8CA8A309C97546D8 , 0xEF35A0A7C91F4AC2953123C950E99BAF , 0xEF3AC31CC02B46558A6D7078E4135687 , 0xEF4029321ED54D3598DECCB50A52C476 , 0xEF567BE46C534BD2A1CC440B2FDE8AF4 , 0xEF6F2C54FBEA4919BFE4BCD1479E7269 , 0xEF8952166B274C9FA289632CCC2AD467 , 0xEF93CD43BCF646F8AED1C7EE6F85F4AA , 0xEF9B99A41516475DB52EA12EEDC3EAEE , 0xEFAC1BF55E74424F88B7F98C5CC45DCD , 0xEFB83BBB98C846D6A51D4D025278311F , 0xEFBE686E80744AC48FB222A74AEAB7B4 , 0xEFCBEF5F811A493CB3F5E0DE49AC9F60 , 0xEFE631CEF9AD4F459C1CF3921487FF4A , 0xEFF12FF3421A48C0A35D272B9E4D69C2 , 0xF0046E84E181465CB8338F53749B301E , 0xF00743725C0C493E8BEBEF60A7A9A1CC , 0xF00F1A8B745046D599D11F9A795B8803 , 0xF010702CDA8E47F9956D0E82FE5BF39A , 0xF015171B593B4EB09F917D263D7DA759 , 0xF01D224D44C84ED4A39DDEBFE7CE47A0 , 0xF01E4CCA6BD64EF5B554E35BED24A8EB , 0xF041FC5BE8964F7AA1DEEF492A988BDF , 0xF04410487B884F8F94786A149D7F65CF , 0xF07A26FDF4E346E1AE8F81AD79A3E999 , 0xF07D7B164CEC4831BBF9CAC839815BA7 , 0xF0937DCD26C44015A9A311B14F04FAB1 , 0xF0B20C9FCA0441A587B49A2A1713CA62 , 0xF0CC9BC8994D4580B04E9686E0798386 , 0xF0E937191A4E4F4B8A8AEDDA42160D6F , 0xF0FC6F51871A46C48F58E157ECC16433 , 0xF103881929BB4893A3DE596AD2648694 , 0xF10792DDEF1A48FAA587016145A48E1C , 0xF120DEF3394046D78D38EA0F09475229 , 0xF136C58FAECD4FDC8B6D295BF6FBE06A , 0xF14CF2CE74C0432E97AAF9E3F3320C05 , 0xF14F78F10A984644B36313932C2C079F , 0xF15E7B7AA2EB4E40A3CC55BB329A77D8 , 0xF16A51562E2E49D09A49408BB6CCB64E , 0xF1722BF800B244E5854889E9C3120DDE , 0xF19E7A71F19B6529A24B4ECC699E5259 , 0xF1AB08B726AB4E0EBA24BBA15E6BA623 , 0xF1AC3EC68C3F48F2AE98A18F77CF8930 , 0xF1AC43C1968749EB914CD6EB7CECE324 , 0xF1C5D685EBBA4CAFBF5D5CF769A9F91F , 0xF1DBC27354FE404986ED9B8622BE789D , 0xF1DCC547B70F40BD8859407D1B395F72 , 0xF1EAEF2C75BC4B0E8D9F82014C76A307 , 0xF1EBF8FA9A224046A585573EE0392B52 , 0xF1F0A74DCCB0456CADCACDA11D84D339 , 0xF201A38D9B3B4652897B47024DD03898 , 0xF20D81D1B58A48649E4A2C4AEF237B37 , 0xF22E064D319D45BAA850DBDF157701CC , 0xF22E86D36302416A92495388451B8FBE , 0xF234AA841EC344078A00F296A7EBE282 , 0xF23F979CF82A431597BE1DA050216DDC , 0xF250261FFD854B4B99076FC264321E38 , 0xF25E7D4B752747E5AF1EC388C945DCC5 , 0xF2663C8EC1AC4DE28CF20894250F3053 , 0xF26896299D414942BB89BD303CF2AE4B , 0xF27F149524C6454F9AF294E97C3DFFE7 , 0xF2890D42E11E4A05BDA74AAF5CF86D21 , 0xF2944D399B8E47BE9761E12AB582E65D , 0xF29AF039643241809D47C85F387F1939 , 0xF2B1F1030F3541EC9D4B7AAAE890D586 , 0xF2B56D9368F04FFDAF021D159E86328A , 0xF2B6152C2AE6438F907A8EC2B901BE76 , 0xF2BFB3346C26430A8E490F9BABD6B6EB , 0xF2D0432A2ED147D5A267535B18868D32 , 0xF2D4CC0B7606EA035AE69629ECF6B9F5 , 0xF2DB340D09F149B3B68A2B42A615CFD9 , 0xF2FAB57E2CB940DEB80F01516C8B9DB6 , 0xF2FB3465CB264FCBA86C06FBF5FB9375 , 0xF31A7CE9AA0E4D41813E1A9AF073CD8F , 0xF33C57EDED784567BB79F9809078DF1F , 0xF33DD3D8C9EF46CAAA3F4B5D7D1215F8 , 0xF3800CE4E6A6457C83121CA7B4E6BF7E , 0xF3B295C1815A43529FF0FEEF8F86E486 , 0xF3E40A31D05E4DEF87345964D582C233 , 0xF3EB156873A04E0FB2A8C704CA9B5C6B , 0xF3EFB5B307BA476C82A89337375547DC , 0xF3FA2C7B903649FEBBC1AEA3C943DEB3 , 0xF3FF338AD36847B59122F8FAD8A972BB , 0xF41C8C3C510D4E618C6656E559712C2C , 0xF420D4CF5DA21BE36D095BE218B36E92 , 0xF42D289DBCC7486FBC6308BB08F03A0A , 0xF47E9E2149FF4053A5769BF89FD9089E , 0xF498F0DB9C8344DC862607C47101422F , 0xF4AADD80F9ED4E3C829ECECE8C27D392 , 0xF4ADA91430564853837AB4899138A040 , 0xF4B0971156F041D693FEF96A6DCB4436 , 0xF4B52090C7FF4BB29852035D96E48580 , 0xF4B601FF9474492AA863F7F895C8B9FE , 0xF4BC924B2F4641B18B1BC1A1BB076514 , 0xF4CB02B70CFD4AAF9BA10A4AE38808BA , 0xF4D388A6F3D1450B9C688C21E5475003 , 0xF4E2EF878DF9429883FF779A4A180230 , 0xF4E5AC9E05AD4E22BE60C2BD3B0EA744 , 0xF4EED5BE29A44636A7952A1733628AAF , 0xF4F51A0923E54B7595CAC452236A4D8E , 0xF4FBF55826644C3AAE38119775B5F168 , 0xF508D3A45ACF449585129295A3456B21 , 0xF51315E91EE90337CACE468E33F2DB75 , 0xF522FBC0D03B4901A15DD1E48559A231 , 0xF52A9128D53C4E8682073F15ACE8ECFB , 0xF52B94C44AB8487CB78F92B994F416FE , 0xF535C1D5A4CC427291BDB4B7832AD236 , 0xF5387D48EA2F453E8274FD6A7C3E007B , 0xF5411DDB67744FA79032490999A5D557 , 0xF544D645055742A9AA29E0EB744E183B , 0xF54E5BAAB6794419A1FC3359C5B5164D , 0xF557E2BEFA9F4C8489E5CD09AD62321B , 0xF5625553C53F4A56B77F4410667D3B5D , 0xF5763EC3C03D40A9AF091EA3DC135FAA , 0xF57DA6B87ADF418987DF7C2C57A34FA9 , 0xF58A3D220BE84497BB55293FC899C62A , 0xF593D33F54BA49499F69C91948DC8E5D , 0xF59AC014B111423F876A16AB7DDFA487 , 0xF5A58FA078DE4D53BCA4FA2356FC640B , 0xF5AEC704C5B84BCC9A2EC5E043B2ACD5 , 0xF5B2F14EC43C435799FC11F4DC32619A , 0xF5BCC09EBB0043DAA6898FE8A016C832 , 0xF5CEDB14A72F405AA9254505FEA75940 , 0xF5D3CF4220694DA3B8150D1F7A887105 , 0xF5F130E191864B4698FB344B30B759AC , 0xF5F42B408019464A905F3120D6C127A7 , 0xF5FF478FEC5743A089E96AA6E463288A , 0xF6186ED690754DF9B1B324EA6A8B8748 , 0xF63711AF4B7647EF87483F804D1E83F9 , 0xF638969686384662860364E0966A225B , 0xF6414A92F4814C6286FC095E507E0FFF , 0xF653947A38DC400D8755CDE630954128 , 0xF666251484CF4639A48AFBF80DEFCD34 , 0xF673D12CE6CD4D2CBEDC51A21E4BF032 , 0xF67BC579804E4F6FB6226FE6C13BBE81 , 0xF68738E14310AAD56A3C4D0573EDB28D , 0xF6894BDCE23A4FB8B2DD5DF846DB4A96 , 0xF68A3534AD6141CC9A6567325868068E , 0xF68DF579F790488381ACBABBB6319AF7 , 0xF692C21F0D5143FAB935D4173B45798A , 0xF694D5FD7AF14A9AB934F8CAFEDC654B , 0xF69CC07C98224E6286687A42F01A7392 , 0xF6A264A25A0A430595FDA7D7A2E25F03 , 0xF6A3E1BF82AA47D583DAF19EC8FC6D0D , 0xF6AE2A27205A4A1CAE5841A23EDCCA84 , 0xF6B08DCA10AD4211BCF206DC1B8CD5BD , 0xF6B213FC447841ACA28C9D15A42F64D6 , 0xF6B3665768EF488A9CA4C6811E764554 , 0xF6E5D33C052242599556E196D9A3D34B , 0xF6E79886D92E44F7A4678BFFC7E0FF6E , 0xF6F1462307F14D03A4AC08577CF2C02B , 0xF6F888623BB54461A4833A8D750B8375 , 0xF7083C2C72B944AEABE59D56100F5CD5 , 0xF70E8530620B2E9AA7B390B6D25F7AD9 , 0xF710FCA238CD46B998609DB8C2E2416C , 0xF71F7BFE53AA4C5EA1AA5D408612FB67 , 0xF72C07523B744EC2AB4E8645C98F4DC2 , 0xF73A1401BFA44D548ED5C6ACD611C3F8 , 0xF758C830910E437FBAB8212B96DCC09A , 0xF75D9259880E4908A0A1DECBBAAE33AF , 0xF766221D352B443DB6B83054774357DC , 0xF77B219664154E9FBD3FBC2BAAD941E8 , 0xF7862C8A33654F7593BF76C21AEDD238 , 0xF7877628778F4E82BB8783B97F4A1949 , 0xF788AB86EB0C4AB9BF64D81F87A065EF , 0xF796B916A37A4E7F882C8E1D8155F31B , 0xF7A4494243194607960C1AC1C1B0757B , 0xF7BC55567CC2413B93BFC92BCC9D0E91 , 0xF7C859E1E22C4C779A8271A97633D7B8 , 0xF7E96D9B02A04E4CA5EC02CBA8C2B863 , 0xF80D3A9AC55045DE984F8BAF5A5A7B7C , 0xF81842FF6977480A8F838955671102C8 , 0xF81B031C016D56746EC6ACCA087E63DC , 0xF81B2F847A664E4DA13DB38D05661E6B , 0xF81D606E760E40D1AFFA5D67F98B23FD , 0xF81DC1AEF11445F4AF2CB1A2C3C24E30 , 0xF82AE99C486D4C0DA2F600DD84E8A39C , 0xF83464F942564A14A7C8D52D794636D7 , 0xF83863AB931245DDB5D3C5427A658956 , 0xF839CF9F63EC4A71B17E4C969AFF1934 , 0xF83A89F12F714AC085BAF3BCCDAA1368 , 0xF847CDD148E447E18373121BE9033042 , 0xF853FE656279403DB926B3DD12140E97 , 0xF85BB2D02B1B47A0B3A398F87C4137BC , 0xF8700558A06F4247B4FFEA9628701A54 , 0xF887458E79254F7CBF61D8550A8DEEAE , 0xF88907C476AD4F05ADF0E0B9DCE8B866 , 0xF8A294805F264AAF9E965DDE213426C0 , 0xF8AC6932623847EFA65926AE93419279 , 0xF8BB1A6DF3984AFFB8F9E2077A231D11 , 0xF8BD6A031EC2432089D10161A6BC2D7F , 0xF8DEB693CB62440899EFFBA03B3E18A6 , 0xF8E0CEF125F7405E918C78EA12CC91DF , 0xF8E260CDF55C4EB28E02D82CA916C601 , 0xF8E756D65A8543EBA0E20AFC52ADC2C3 , 0xF90EFDDD637A4649B6AE4D42F8201E31 , 0xF92ED5FAB6234D5D9CF12731AE935188 , 0xF93841AC841142A3B008FD3EBE919CB0 , 0xF941FA193F984C46B37EEC9B137F7D8A , 0xF94BE993192C41B2A51879B7B1803FC3 , 0xF9526F73A7914C44911399BF35BDE260 , 0xF95A05F697374DDEB71A419B87897FAD , 0xF96430C77D8243449CCC1DF9D1DB10C7 , 0xF9653BAAA70E41DC9BAF7CAE9A48483E , 0xF969ED9B204A470984EBE94743E87267 , 0xF9901B87BEA745DF8AAA3F1430F0D932 , 0xF9A4AAD1171549F9B55BCC946A1BE36B , 0xF9C60C55799F412E98FB32FB0DDB7047 , 0xF9D602F7657D41CF84E62029205BAE3D , 0xF9D774F26A2B461FAB7A63E7C2DBC59A , 0xF9F579741C1145A8B7CD69BC3C777885 , 0xF9F95EEA8895493D991F2CA473F7C67F , 0xFA0262648B6843379D7A336445B19E2A , 0xFA27631610F249278DA23CA024FAA0F5 , 0xFA3AE2CACF73406AB2E73C06E36B1672 , 0xFA4FEA90B6C24A1EA788EDCC30DEE03A , 0xFA754AA3BBCE496F8AC025DFD4D45B72 , 0xFA85A2C39D4A4D3EA7376956B415773A );
Copy
51
0.37 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"âV4l› Kéµ>š<éÜì\x05 "
b"µ¹À4\x06 RL┤É+]±ÙI┼ù "
b"é¹[W‹[Bá£6X%dZ¸\r "
b"ÛnÝkRÌKñó»-ì‗:©d "
b"î·ÐÓ\x08 bBͱ/t\x14\x02 š\x03 ° "
b"ò?—œø*C\x15 —¾\x1D P!mÜ "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0xE1378DB7808A478F919E0D740D5D6C1A , 0xE256346C9B204BE9B53E9A3CE9DCEC05 , 0xE6FBB73406524CB4902B5DF1EB49C597 , 0xE9B95B578B5B42E1A3365825645AB80D , 0xEA6EED6B52DE4BA4A2AF2D8DF23AB864 , 0xEEB7D0D3086242CDB12F7414029A03B0 , 0xF23F979CF82A431597BE1DA050216DDC )
ORDER BY rc . rule_id , rc . position ;
Copy
52
1.42 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 4500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 OFFSET 4500 ;
Copy
53
0.44 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"ú†±‚ʹAË´kæB’þ\x19 ³ "
b"·ÅêÛÔñEá½\x16 9Nõed\x13 "
b"""
·¬÷¡Î\L[Ç║2DØé\n
&
"""
b"ú²ómDkHç„ýÔ½\x0E <4 "
b"úÑ\x05 ‹^¤B Ÿé_û'Åýê "
b"""
úÕµ"\n
`HZ¸ËþO®ì“¸
"""
b"úçõˆ,=H!¯\x08 ]ÙPüU» "
b"û\x18 Q³¶EJ\x17 ”AÊMÏqÎ\x1D "
b"û4ôBÎB-–+\x06 ÉÌáT( "
b"û;` CòLG¶‘OÚDñé0 "
b"û\\x19 åF\x1A @â‰(¦\x10\e ›ÈC "
b"ûpõ.f¤Kõ¶¡Tº¤d¬\n "
b"û…»öw÷AZ¼ÑÈ\x19 *óú+ "
b"¹è÷\x12\v áOר║,Â;]æ8 "
b"û•\r \x17 Q4K࿌"¼™÷lî "
b"¹¼┘g\x17 YL\x16 ôɽ¤ü¼Ô▒ "
b"¹▒æ5B{@Ä¢6─ØZ¨\x1F\v "
b"ûÏáY\x17 ©BðƒKÀ\x11\x15 šæœ "
b"ûÒƒnÅIAZ¾Ò•eQ\x1D ¬p "
b"¹┌■@KHJpö\x1A :JãØ}ï "
b"¹þ8˯S@£â6░"nììÞ "
b"ûó\x05 GÛ&E¼€‡.R]5_‹ "
b"ûþ‰e†áNv‚a(›I\x1C ìS "
b"ûÿ§X‚ÙHŒ¶0¯~ć±? "
b"ü\x08 Ñ\x15 ç3I}Šø\x1C 1ýºÓB "
b"³\x13 Ùf\x19 ¢E(¢ÔÖ1Å9»╝ "
b"ü\x18\x1D ðº\x14 M¼¼\x06\x15 ¡ìLA\n "
b"³*\r Ý\e #KüÆ\x10 º\x03 ı╔¤ "
b"üMj?ÁäN”’SN÷'‹ü^ "
b"üP̉:iâ¿ÝÉ_H¨`6? "
b"üT\x11 &¸\v N¹®m\x04\x13 Õ#,¹ "
b"ül\*\x14 +HÍ«\x07 „7\x1E ü\® "
b"üoTÀìBDp²áE܎窪 "
b"³o¤ñóèFìçdéë+ÃÜ% "
b"³Ä\x05 ÝÆ\x11 E*ƒÉ╝█³p'h "
b"ü ¯\x19 6ó“?»þ\x02 ¶\x00 ‚Ðó "
b"³í5O©ÁOÅ▓u\x13 çØÊF9 "
b"³ñ¡õz┬D║É┤oO▄åö┐ "
b"ü±^}ÝkD+ˆØ\x12 Î éå½ "
b"³│\x02 ÝÅ\x0F IoÑI^æ±▄┴S "
b"ü·’>WB@\x1E ¬+GÚçåFˆ "
b"""
üÂM2E\x02 D:¦¡:ÅX2\n
"""
b"üÃ×â\x14 ™L¡«›¨4Â\x19 M "
b"³ãÔÝÁõN4ú╗üƒW\x10 ┼ "
b"üË\x17 ¨ºqOÿ¢‹^ú{XÒÈ "
b"³Õã\x10 Å\x08 E©«╔╝8¤O# "
b"²\v ²┤│Ä@┌ö\x12 ■S\x13 ÝØ╦ "
b"²\x1D W\x14 p>N»ì J\r \x1E ▒4& "
b"ý7\x0E I!ÊG\x00 §Úc5L\x7F Þ¥ "
b"ýS{×ñ]F˜¢@\x1D K\x18 ®Úº "
b"ý_E\x14 ±ßF\r ›²+Œ\x03\x06 O\x11 "
b"ý\x7F ¹}¤.I¯±UBàæ}Ã\x02 "
b"ý‰ó:è^E\x0E ƒ™\x02 Âè®\x18 B "
b"ýžNØG?Cé«\x1C µv”Œb‰ "
b"²ñp-└┬Izü9\x18 })\²@ "
b"ý¦x[DÂHTdd˜b·;À "
b"""
ý¿‹WÕþCGˆRg\n
r\e 8
"""
b"ýô\x16 â…¤H\x06 ™wÐ\x04 ©êÈ, "
b"ýø"M‡\x1A Ký¶\x18 /º¯D»˜ "
b"ýýcø;éÈ\x06 _’¶š«g1… "
b"ýý—äõ,Nj€VyA\r õ¦· "
b"þ\x11 N›\x14\x12 M§šÑ\x06 þí·z\x06 "
b"""
þ\x14 wOX\x12 L\n
••j\x18 ëÿg°
"""
b"■$ƒ~càJ?«µzÉt\x1C h> "
b"þ)B®2\x12 Nþ¿;]\x11 íFò— "
b"þ8xÖÿ6F<¹5¢š*ö®\x19 "
b"þq}ðí;H˜¥Ð>\x1C 't\x16 Ë "
b"■üʹQ░I┴│dcXpŽ░ "
b"þŸþ•ÏùE<˜vp×¶c8Þ "
b"■óÚi═±@yìp\x01 7Zñê\x04 "
b"■¿\x04 Üó[C\x19 ô×Éô\x19 àÆ8 "
b"þ°\e cTËNÞ„üÇæ`Êó× "
b"þÁgý+–A&š¼ìóÄ[èø "
b"þÇdË-<H«‘Üo1¸çIF "
b"þÎ\e h”0K\x00 œÞÓãCôgš "
b"■█ÅáõÇJZ▓åÏÝàæàò "
b"þÜZŠW‰Kž\x17 ÎJVVá• "
b"þæ\x0F BAìJ#‰Œuåt0ÿ— "
b"þéép]NFžª§%\x11 nþÚü "
b"þòÜŽÃíC\x19 • h\e ÖœUØ "
b"þô¬7aaI«®Ú«\x17 ʆZ) "
b"þø•\x00 ðíGô›\x12 OxÒŠf³ "
b"ÿ\x13 }I QFò›½z×YøPØ "
b" .É╗iI\x12 ¼┼ºÂtµ1ü "
b"ÿ]:b›cA6ˆ\x1C “\x06 õ-‹ÿ "
b"ÿ_SV\x15 ÅHˆ«gfý\x0E ¬Û¬ "
b"ÿgyç\x02 ÷Eý’eÛÍeßQß "
b"ÿŽw\x17 MãNt§Šnßée©‚ "
b" ö╚\x0F ╬HJ\v ®¸Å+gµ\x13 ^ "
b"ÿ›«›Ì#Cí©âz\x1F ±¸€ü "
b"ÿ¢b\x07 çFI°œ\x1E\x06\x11 ¤Áµã "
b" ÑÜÓ\r .@\x0E â┌qXg\x11 ÂÅ "
b"ÿ«\x08 H3\e CU‡q<<V\x7F\x02 à "
b" ¼>ØÓbDO¥ä÷\f Ä÷þ¥ "
b"ÿ¸l°ØìDÅ¢¨q„¼rY´ "
b"ÿ»¹l$zOƱRVq–ýñ$ "
b"ÿ¼;cÔ6I=’¯³=œ7’› "
b"ÿÊ\x1C _<\x04 JU‹ªîn>·j¢ "
b"ÿÔU\x1C °…FL“€©€©\x05 99 "
b"""
O%‘Pg³F\n
‘ð\e §\x04 ÿ€œ
"""
b"Žy^þ¥·IØ¡âÌâñ|-\x03 "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"€`àz\x10 ó@x«¸nÖM{\x1E Z "
b"“ã@³¸~O\x07 ¥ìMn&"·A "
b"¯í´+&ëEÏ–ÕèÏî\x10 ßÑ "
b"ÆŸK2"ûH®‚ã.eªÝ\x06 Ö "
b"ÞúX…7¡@˜»\x1C\x18 tñ–¨j "
]
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 (0xFA86B182CAB941CBB46BE64292FE19B3 , 0xFA8F88EAE2A445A0AB16394EE4656413 , 0xFAAAF6ADD75C4C5B80BA32449D820A26 , 0xFAB2F36D446B48E784FDD4ADBD0E3C34 , 0xFAD1058B5EA442209FE95FFB27C5FDEA , 0xFAD5B5220A60485AB8CBFE4FAEEC93B8 , 0xFAE7F5882C3D4821AF085DD950FC55BB , 0xFB1851B3B6454A179441CA4DCF71CE1D , 0xFB34ADF442CE422D962B06C9CCE15428 , 0xFB3B602043F24C47B6914FDA44F1E930 , 0xFB5C19E5461A40E28928A6101B9BC843 , 0xFB70F52E66A44BF5B6A154BAA464AC0A , 0xFB85BBF677F7415ABCD1C8192AF3FA2B , 0xFB8AF6120BA04F9E9DBA2CB63B5D9138 , 0xFB950D1751344BE0BF8C22BC99F76CEE , 0xFBACD96717594C169390ABCF81ACE2B1 , 0xFBB19135427B408EBD36C49D5AF91F0B , 0xFBCFE15917A942F0834BC011159AE69C , 0xFBD2836EC549415ABED29565511DAC70 , 0xFBDAFE404B484A70941A3A4AC69D7D8B , 0xFBE738D3EE53409C8336B0226E8D8DE8 , 0xFBF30547DB2645BC80872E525D355F8B , 0xFBFE896586E14E768261289B491CEC53 , 0xFBFFA75882D9488CB630AF7EC487B13F , 0xFC08D115E733497D8AF81C31FDBAD342 , 0xFC13EB6619BD4528BDE299318F39AFBC , 0xFC181DF0BA144DBCBC0615A1EC4C410A , 0xFC2A0DED1B234B819210A703D5C9CFFF , 0xFC4D6A3FC1E44E9492534EF7278BFC5E , 0xFC50CC893A69E2BFDDC95F48A860363F , 0xFC541126B80B4EB9AE6D0413D5232CB9 , 0xFC6C5C2A142B48CDAB0784371EFC5CAE , 0xFC6F54C0EC424470B2E145DC8EE7AAAA , 0xFC6FCFA4A28A468D876482892BC79A25 , 0xFC8E05ED9211452A9F90BCDBFC702768 , 0xFCA0AF1936F3933FBBFE02B60082D0F3 , 0xFCA1354FB8B54F8FB27513879DD24639 , 0xFCA4ADE47AC244BA90B46F4FDC8694BF , 0xFCB15E7DDD6B442B88D812CE20E9E5BD , 0xFCB302ED8F0F496FA5495E91F1DCC153 , 0xFCB7923E5742401EAC2B47DAE7E54688 , 0xFCC24D324502443AA6A13AC558320AAD , 0xFCC3D7E214994CA1AB9BA834C219204D , 0xFCC6E2EDB5E44E34A3BB819F57F010C5 , 0xFCCB17A8BA714FFFA28B5EFA7B58D2C8 , 0xFCE5C6108F0845B8AEC9BC38CF4F2320 , 0xFD0BFDB4B38E40DA9412FE5313ED9DCB , 0xFD1D5714703E4EAF8DFF4A0D1EB13426 , 0xFD370E4921CA4700A7DA63354C7FDEA5 , 0xFD537BD7F15D4698A2401D4B18AEDABA , 0xFD5F4514B1DF460D9BB22B8C03064F11 , 0xFD7FB97DA42E49AFB15542E0E67DC302 , 0xFD89F33AE85E450E839902C2E8AE1842 , 0xFD9E4ED8473F43E9AB1CB576948C6289 , 0xFDA4702DC0C2497A8139187D295CFD40 , 0xFDA6785B44C24854AD64649862B73BC0 , 0xFDBF8B57D5FE43478852670A72AD1B38 , 0xFDF416E285A448069977D004A9EAC82C , 0xFDF8224D871A4BFDB6182FBAAF44BB98 , 0xFDFD63F83BE9C8065F92B69AAB673185 , 0xFDFD97E4F52C4E6A805679410DF5A6B7 , 0xFE114E9B14124DA79AD106FEEDB77A06 , 0xFE14774F58124C0A95956A18EBFF67B0 , 0xFE249F7E63854A3FAEE67A90741C683E , 0xFE2942AE32124EFEBF3B5D11ED46F297 , 0xFE3878D6FF36463CB935A29A2AF6AE19 , 0xFE717DF0ED3B4898A5D03E1C277416CB , 0xFE81D2FB51B049C1B3646358708FABB0 , 0xFE9FFE95CFF9453C987670D7B66338DE , 0xFEA2E969CDF140798D7001375AA48804 , 0xFEA8049AA25B4319939E909319859238 , 0xFEB01B6354CB4EDE84FCC7E660CAF3D7 , 0xFEC167FD2B9641269ABCECF3C45BE8F8 , 0xFEC764CB2D3C48AB91DC6F31B8E74946 , 0xFECE1B6894304B009CDED3E343F4679A , 0xFEDB8FA0E4804A5AB286D8ED85918595 , 0xFEDC5A8A57894BC29E17CE4A5656E195 , 0xFEE60F4241EC4A23898C75E57430FF97 , 0xFEE9E9705D4E469EAAA725116EFEDAFC , 0xFEF2DC8EC3ED43199520681BD69C55D8 , 0xFEF4AC37616149ABAEDAAB17CA865A29 , 0xFEF89500F0ED47F49B124F78D28A66B3 , 0xFF137D49A05146F29BBD7AD759F850D8 , 0xFF2E90F0BB694912ACC5A7B674E63181 , 0xFF5D3A629B634136881C9306F52D8BFF , 0xFF5F535615C54888AB6766FD0EACDBAC , 0xFF6779E702F745FD9265DBCD65DF51DF , 0xFF8E77174DE34E74A78A6EDFE965A982 , 0xFF94C80FCE484A0BA9F78F2B67E6135E , 0xFF9BAB9BCC2343EDA9E27A1FB1B880FC , 0xFFA26207E74649B09C1E0611A4C1B5E3 , 0xFFA59AE00D2E400E83DA71586711B68F , 0xFFAB0848331B435587713C3C567F02E0 , 0xFFAC3E9DE062444FBE84F60C8EF6E7BE , 0xFFB86CB0D8EC44C5A2A87184BC7259B4 , 0xFFBBB96C247A4FC6B152567196FDF124 , 0xFFBC3B63D436493D92AFB33D9C37929B , 0xFFCA1C5F3C044A558BAAEE6E3EB76AA2 , 0xFFD4551CB085464C9380A980A9053939 , 0x4F25915067B3460A91F01BA704FF809C , 0x8E795EFEA5B749D8A1E2CCE2F17C2D03 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0x8060E07A10F34078ABB86ED64D7B1E5A , 0x93E340B3B87E4F07A5EC4D6E2622B741 , 0xAFEDB42B26EB45CF96D5E8CFEE10DFD1 , 0xC69F4B3222FB48AE82E32E65AADD06D6 , 0xDEFA588537A14098BB1C1874F196A86A );
Copy
54
0.24 ms
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (? , ? , ? , ? , ? , ? )
ORDER BY rc . rule_id , rc . position
Parameters :
[
b"ü±^}ÝkD+ˆØ\x12 Î éå½ "
b"ý7\x0E I!ÊG\x00 §Úc5L\x7F Þ¥ "
b"""
O%‘Pg³F\n
‘ð\e §\x04 ÿ€œ
"""
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"¯í´+&ëEÏ–ÕèÏî\x10 ßÑ "
b"ÞúX…7¡@˜»\x1C\x18 tñ–¨j "
]
SELECT LOWER (HEX (rc . rule_id )) as array_key , rc . * , rs . script , rs . identifier , rs . updated_at as lastModified
FROM rule_condition rc
LEFT JOIN app_script_condition rs ON rc . script_id = rs . id AND rs . active = 1
WHERE rc . rule_id IN (0xFCB15E7DDD6B442B88D812CE20E9E5BD , 0xFD370E4921CA4700A7DA63354C7FDEA5 , 0x4F25915067B3460A91F01BA704FF809C , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xAFEDB42B26EB45CF96D5E8CFEE10DFD1 , 0xDEFA588537A14098BB1C1874F196A86A )
ORDER BY rc . rule_id , rc . position ;
Copy
55
0.20 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
56
0.69 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
57
0.42 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
58
0.14 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
b"Q\x11 Å%ØÎAó▒\x0E 0õØtà( "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xF8395072C9774E6C96B534B504D6D073 AND `sales_channel_country` . `country_id` = 0x51118F259DD741A2B10E30E49D748528 );
Copy
59
0.29 ms
SELECT
variant_listing_config as variantListingConfig ,
parent_id as parentId
FROM product
WHERE id = ?
AND version_id = ?
Parameters :
[
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT
variant_listing_config as variantListingConfig ,
parent_id as parentId
FROM product
WHERE id = 0x9A907D087B4044E5B84AE894ECF6C57F
AND version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
60
0.44 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` . `parent_id` = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) ORDER BY `product` . `available` DESC , IFNULL ((ROUND ((ROUND (CAST ((COALESCE ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `price` , "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) + 0.0 ))) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((COALESCE ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `price` , "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) + 0.0 ))) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )) ASC LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
10
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
true
]
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` . `parent_id` = 0x9A907D087B4044E5B84AE894ECF6C57F AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0xF8395072C9774E6C96B534B504D6D073 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) ORDER BY `product` . `available` DESC , IFNULL ((ROUND ((ROUND (CAST ((COALESCE ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `price` , "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) + 0.0 ))) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((COALESCE ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `price` , "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) + 0.0 ))) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )) ASC LIMIT 1 ;
Copy
61
0.31 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"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0xF8395072C9774E6C96B534B504D6D073 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
62
0.28 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"ø9PrÉwNl–µ4µ\x04 ÖÐs "
true
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
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` = 0xF8395072C9774E6C96B534B504D6D073 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x9A907D087B4044E5B84AE894ECF6C57F )) GROUP BY `product` . `id` ;
Copy
63
1.77 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.media` . `id` as `product.manufacturer.media.id` , `product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` , `product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` , `product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` , `product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` , `product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` , `product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` , `product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` , `product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` , `product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` , `product.manufacturer.media` . `config` as `product.manufacturer.media.config` , `product.manufacturer.media` . `path` as `product.manufacturer.media.path` , `product.manufacturer.media` . `private` as `product.manufacturer.media.private` , `product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` , `product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` , `product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` , `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation.title` as `product.manufacturer.media.title` , `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` , `product.manufacturer.media.translation.customFields` , `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation` . `media_id` , `product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation` . `language_id` = ? ) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.media` . `id` as `product.manufacturer.media.id` ,
`product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` ,
`product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` ,
`product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` ,
`product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` ,
`product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` ,
`product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` ,
`product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` ,
`product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` ,
`product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` ,
`product.manufacturer.media` . `config` as `product.manufacturer.media.config` ,
`product.manufacturer.media` . `path` as `product.manufacturer.media.path` ,
`product.manufacturer.media` . `private` as `product.manufacturer.media.private` ,
`product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` ,
`product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` ,
`product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` ,
`product.manufacturer.media.translation.title` ,
`product.manufacturer.media.translation.title` as `product.manufacturer.media.title` ,
`product.manufacturer.media.translation.alt` ,
`product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` ,
`product.manufacturer.media.translation.customFields` ,
`product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping` . `product_id` = `product` . `properties`
) as `product.properties.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.media.translation` . `media_id` ,
`product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` ,
`product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` ,
`product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields`
FROM
`media_translation` `product.manufacturer.media.translation`
WHERE
`product.manufacturer.media.translation` . `language_id` = ?
) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.media` . `id` as `product.manufacturer.media.id` , `product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` , `product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` , `product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` , `product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` , `product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` , `product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` , `product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` , `product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` , `product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` , `product.manufacturer.media` . `config` as `product.manufacturer.media.config` , `product.manufacturer.media` . `path` as `product.manufacturer.media.path` , `product.manufacturer.media` . `private` as `product.manufacturer.media.private` , `product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` , `product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` , `product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` , `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation.title` as `product.manufacturer.media.title` , `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` , `product.manufacturer.media.translation.customFields` , `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation` . `media_id` , `product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x9A907D087B4044E5B84AE894ECF6C57F ));
Copy
64
0.37 ms
SELECT `main_category` . `id` as `main_category.id` , `main_category` . `product_id` as `main_category.productId` , `main_category` . `product_version_id` as `main_category.productVersionId` , `main_category` . `category_id` as `main_category.categoryId` , `main_category` . `category_version_id` as `main_category.categoryVersionId` , `main_category` . `sales_channel_id` as `main_category.salesChannelId` , `main_category` . `created_at` as `main_category.createdAt` , `main_category` . `updated_at` as `main_category.updatedAt` , `main_category.category` . `id` as `main_category.category.id` , `main_category.category` . `version_id` as `main_category.category.versionId` , `main_category.category` . `parent_id` as `main_category.category.parentId` , `main_category.category` . `parent_version_id` as `main_category.category.parentVersionId` , `main_category.category` . `after_category_id` as `main_category.category.afterCategoryId` , `main_category.category` . `after_category_version_id` as `main_category.category.afterCategoryVersionId` , `main_category.category` . `media_id` as `main_category.category.mediaId` , `main_category.category` . `display_nested_products` as `main_category.category.displayNestedProducts` , `main_category.category` . `auto_increment` as `main_category.category.autoIncrement` , `main_category.category` . `level` as `main_category.category.level` , `main_category.category` . `path` as `main_category.category.path` , `main_category.category` . `child_count` as `main_category.category.childCount` , `main_category.category` . `type` as `main_category.category.type` , `main_category.category` . `product_assignment_type` as `main_category.category.productAssignmentType` , `main_category.category` . `visible` as `main_category.category.visible` , `main_category.category` . `active` as `main_category.category.active` , `main_category.category` . `cms_page_id` as `main_category.category.cmsPageId` , `main_category.category` . `cms_page_version_id` as `main_category.category.cmsPageVersionId` , `main_category.category` . `product_stream_id` as `main_category.category.productStreamId` , `main_category.category` . `custom_entity_type_id` as `main_category.category.customEntityTypeId` , `main_category.category` . `created_at` as `main_category.category.createdAt` , `main_category.category` . `updated_at` as `main_category.category.updatedAt` , `main_category.category.translation.name` , `main_category.category.translation.name` as `main_category.category.name` , `main_category.category.translation.breadcrumb` , `main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb` , `main_category.category.translation.slotConfig` , `main_category.category.translation.slotConfig` as `main_category.category.slotConfig` , `main_category.category.translation.linkType` , `main_category.category.translation.linkType` as `main_category.category.linkType` , `main_category.category.translation.internalLink` , `main_category.category.translation.internalLink` as `main_category.category.internalLink` , `main_category.category.translation.externalLink` , `main_category.category.translation.externalLink` as `main_category.category.externalLink` , `main_category.category.translation.linkNewTab` , `main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab` , `main_category.category.translation.description` , `main_category.category.translation.description` as `main_category.category.description` , `main_category.category.translation.metaTitle` , `main_category.category.translation.metaTitle` as `main_category.category.metaTitle` , `main_category.category.translation.metaDescription` , `main_category.category.translation.metaDescription` as `main_category.category.metaDescription` , `main_category.category.translation.keywords` , `main_category.category.translation.keywords` as `main_category.category.keywords` , `main_category.category.translation.customFields` , `main_category.category.translation.customFields` as `main_category.category.customFields` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category` . `category_id` = `main_category.category` . `id` AND `main_category` . `category_version_id` = `main_category.category` . `version_id` LEFT JOIN (SELECT `main_category.category.translation` . `category_id` , `main_category.category.translation` . `category_version_id` , `main_category.category.translation` . `breadcrumb` as `main_category.category.translation.breadcrumb` , `main_category.category.translation` . `name` as `main_category.category.translation.name` , `main_category.category.translation` . `custom_fields` as `main_category.category.translation.customFields` , `main_category.category.translation` . `slot_config` as `main_category.category.translation.slotConfig` , `main_category.category.translation` . `link_type` as `main_category.category.translation.linkType` , `main_category.category.translation` . `internal_link` as `main_category.category.translation.internalLink` , `main_category.category.translation` . `external_link` as `main_category.category.translation.externalLink` , `main_category.category.translation` . `link_new_tab` as `main_category.category.translation.linkNewTab` , `main_category.category.translation` . `description` as `main_category.category.translation.description` , `main_category.category.translation` . `meta_title` as `main_category.category.translation.metaTitle` , `main_category.category.translation` . `meta_description` as `main_category.category.translation.metaDescription` , `main_category.category.translation` . `keywords` as `main_category.category.translation.keywords` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation` . `language_id` = ? ) `main_category.category.category_translation` ON `main_category.category.category_translation` . `category_id` = `main_category.category` . `id` AND `main_category.category.category_translation` . `category_version_id` = `main_category.category` . `version_id` WHERE (`main_category` . `sales_channel_id` = ? AND `main_category` . `product_id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
SELECT
`main_category` . `id` as `main_category.id` ,
`main_category` . `product_id` as `main_category.productId` ,
`main_category` . `product_version_id` as `main_category.productVersionId` ,
`main_category` . `category_id` as `main_category.categoryId` ,
`main_category` . `category_version_id` as `main_category.categoryVersionId` ,
`main_category` . `sales_channel_id` as `main_category.salesChannelId` ,
`main_category` . `created_at` as `main_category.createdAt` ,
`main_category` . `updated_at` as `main_category.updatedAt` ,
`main_category.category` . `id` as `main_category.category.id` ,
`main_category.category` . `version_id` as `main_category.category.versionId` ,
`main_category.category` . `parent_id` as `main_category.category.parentId` ,
`main_category.category` . `parent_version_id` as `main_category.category.parentVersionId` ,
`main_category.category` . `after_category_id` as `main_category.category.afterCategoryId` ,
`main_category.category` . `after_category_version_id` as `main_category.category.afterCategoryVersionId` ,
`main_category.category` . `media_id` as `main_category.category.mediaId` ,
`main_category.category` . `display_nested_products` as `main_category.category.displayNestedProducts` ,
`main_category.category` . `auto_increment` as `main_category.category.autoIncrement` ,
`main_category.category` . `level` as `main_category.category.level` ,
`main_category.category` . `path` as `main_category.category.path` ,
`main_category.category` . `child_count` as `main_category.category.childCount` ,
`main_category.category` . `type` as `main_category.category.type` ,
`main_category.category` . `product_assignment_type` as `main_category.category.productAssignmentType` ,
`main_category.category` . `visible` as `main_category.category.visible` ,
`main_category.category` . `active` as `main_category.category.active` ,
`main_category.category` . `cms_page_id` as `main_category.category.cmsPageId` ,
`main_category.category` . `cms_page_version_id` as `main_category.category.cmsPageVersionId` ,
`main_category.category` . `product_stream_id` as `main_category.category.productStreamId` ,
`main_category.category` . `custom_entity_type_id` as `main_category.category.customEntityTypeId` ,
`main_category.category` . `created_at` as `main_category.category.createdAt` ,
`main_category.category` . `updated_at` as `main_category.category.updatedAt` ,
`main_category.category.translation.name` ,
`main_category.category.translation.name` as `main_category.category.name` ,
`main_category.category.translation.breadcrumb` ,
`main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb` ,
`main_category.category.translation.slotConfig` ,
`main_category.category.translation.slotConfig` as `main_category.category.slotConfig` ,
`main_category.category.translation.linkType` ,
`main_category.category.translation.linkType` as `main_category.category.linkType` ,
`main_category.category.translation.internalLink` ,
`main_category.category.translation.internalLink` as `main_category.category.internalLink` ,
`main_category.category.translation.externalLink` ,
`main_category.category.translation.externalLink` as `main_category.category.externalLink` ,
`main_category.category.translation.linkNewTab` ,
`main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab` ,
`main_category.category.translation.description` ,
`main_category.category.translation.description` as `main_category.category.description` ,
`main_category.category.translation.metaTitle` ,
`main_category.category.translation.metaTitle` as `main_category.category.metaTitle` ,
`main_category.category.translation.metaDescription` ,
`main_category.category.translation.metaDescription` as `main_category.category.metaDescription` ,
`main_category.category.translation.keywords` ,
`main_category.category.translation.keywords` as `main_category.category.keywords` ,
`main_category.category.translation.customFields` ,
`main_category.category.translation.customFields` as `main_category.category.customFields`
FROM
`main_category`
LEFT JOIN `category` `main_category.category` ON `main_category` . `category_id` = `main_category.category` . `id`
AND `main_category` . `category_version_id` = `main_category.category` . `version_id`
LEFT JOIN (
SELECT
`main_category.category.translation` . `category_id` ,
`main_category.category.translation` . `category_version_id` ,
`main_category.category.translation` . `breadcrumb` as `main_category.category.translation.breadcrumb` ,
`main_category.category.translation` . `name` as `main_category.category.translation.name` ,
`main_category.category.translation` . `custom_fields` as `main_category.category.translation.customFields` ,
`main_category.category.translation` . `slot_config` as `main_category.category.translation.slotConfig` ,
`main_category.category.translation` . `link_type` as `main_category.category.translation.linkType` ,
`main_category.category.translation` . `internal_link` as `main_category.category.translation.internalLink` ,
`main_category.category.translation` . `external_link` as `main_category.category.translation.externalLink` ,
`main_category.category.translation` . `link_new_tab` as `main_category.category.translation.linkNewTab` ,
`main_category.category.translation` . `description` as `main_category.category.translation.description` ,
`main_category.category.translation` . `meta_title` as `main_category.category.translation.metaTitle` ,
`main_category.category.translation` . `meta_description` as `main_category.category.translation.metaDescription` ,
`main_category.category.translation` . `keywords` as `main_category.category.translation.keywords`
FROM
`category_translation` `main_category.category.translation`
WHERE
`main_category.category.translation` . `language_id` = ?
) `main_category.category.category_translation` ON `main_category.category.category_translation` . `category_id` = `main_category.category` . `id`
AND `main_category.category.category_translation` . `category_version_id` = `main_category.category` . `version_id`
WHERE
(
`main_category` . `sales_channel_id` = ?
AND `main_category` . `product_id` IN (? )
)
Copy
SELECT `main_category` . `id` as `main_category.id` , `main_category` . `product_id` as `main_category.productId` , `main_category` . `product_version_id` as `main_category.productVersionId` , `main_category` . `category_id` as `main_category.categoryId` , `main_category` . `category_version_id` as `main_category.categoryVersionId` , `main_category` . `sales_channel_id` as `main_category.salesChannelId` , `main_category` . `created_at` as `main_category.createdAt` , `main_category` . `updated_at` as `main_category.updatedAt` , `main_category.category` . `id` as `main_category.category.id` , `main_category.category` . `version_id` as `main_category.category.versionId` , `main_category.category` . `parent_id` as `main_category.category.parentId` , `main_category.category` . `parent_version_id` as `main_category.category.parentVersionId` , `main_category.category` . `after_category_id` as `main_category.category.afterCategoryId` , `main_category.category` . `after_category_version_id` as `main_category.category.afterCategoryVersionId` , `main_category.category` . `media_id` as `main_category.category.mediaId` , `main_category.category` . `display_nested_products` as `main_category.category.displayNestedProducts` , `main_category.category` . `auto_increment` as `main_category.category.autoIncrement` , `main_category.category` . `level` as `main_category.category.level` , `main_category.category` . `path` as `main_category.category.path` , `main_category.category` . `child_count` as `main_category.category.childCount` , `main_category.category` . `type` as `main_category.category.type` , `main_category.category` . `product_assignment_type` as `main_category.category.productAssignmentType` , `main_category.category` . `visible` as `main_category.category.visible` , `main_category.category` . `active` as `main_category.category.active` , `main_category.category` . `cms_page_id` as `main_category.category.cmsPageId` , `main_category.category` . `cms_page_version_id` as `main_category.category.cmsPageVersionId` , `main_category.category` . `product_stream_id` as `main_category.category.productStreamId` , `main_category.category` . `custom_entity_type_id` as `main_category.category.customEntityTypeId` , `main_category.category` . `created_at` as `main_category.category.createdAt` , `main_category.category` . `updated_at` as `main_category.category.updatedAt` , `main_category.category.translation.name` , `main_category.category.translation.name` as `main_category.category.name` , `main_category.category.translation.breadcrumb` , `main_category.category.translation.breadcrumb` as `main_category.category.breadcrumb` , `main_category.category.translation.slotConfig` , `main_category.category.translation.slotConfig` as `main_category.category.slotConfig` , `main_category.category.translation.linkType` , `main_category.category.translation.linkType` as `main_category.category.linkType` , `main_category.category.translation.internalLink` , `main_category.category.translation.internalLink` as `main_category.category.internalLink` , `main_category.category.translation.externalLink` , `main_category.category.translation.externalLink` as `main_category.category.externalLink` , `main_category.category.translation.linkNewTab` , `main_category.category.translation.linkNewTab` as `main_category.category.linkNewTab` , `main_category.category.translation.description` , `main_category.category.translation.description` as `main_category.category.description` , `main_category.category.translation.metaTitle` , `main_category.category.translation.metaTitle` as `main_category.category.metaTitle` , `main_category.category.translation.metaDescription` , `main_category.category.translation.metaDescription` as `main_category.category.metaDescription` , `main_category.category.translation.keywords` , `main_category.category.translation.keywords` as `main_category.category.keywords` , `main_category.category.translation.customFields` , `main_category.category.translation.customFields` as `main_category.category.customFields` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category` . `category_id` = `main_category.category` . `id` AND `main_category` . `category_version_id` = `main_category.category` . `version_id` LEFT JOIN (SELECT `main_category.category.translation` . `category_id` , `main_category.category.translation` . `category_version_id` , `main_category.category.translation` . `breadcrumb` as `main_category.category.translation.breadcrumb` , `main_category.category.translation` . `name` as `main_category.category.translation.name` , `main_category.category.translation` . `custom_fields` as `main_category.category.translation.customFields` , `main_category.category.translation` . `slot_config` as `main_category.category.translation.slotConfig` , `main_category.category.translation` . `link_type` as `main_category.category.translation.linkType` , `main_category.category.translation` . `internal_link` as `main_category.category.translation.internalLink` , `main_category.category.translation` . `external_link` as `main_category.category.translation.externalLink` , `main_category.category.translation` . `link_new_tab` as `main_category.category.translation.linkNewTab` , `main_category.category.translation` . `description` as `main_category.category.translation.description` , `main_category.category.translation` . `meta_title` as `main_category.category.translation.metaTitle` , `main_category.category.translation` . `meta_description` as `main_category.category.translation.metaDescription` , `main_category.category.translation` . `keywords` as `main_category.category.translation.keywords` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `main_category.category.category_translation` ON `main_category.category.category_translation` . `category_id` = `main_category.category` . `id` AND `main_category.category.category_translation` . `category_version_id` = `main_category.category` . `version_id` WHERE (`main_category` . `sales_channel_id` = 0xF8395072C9774E6C96B534B504D6D073 AND `main_category` . `product_id` IN (0x9A907D087B4044E5B84AE894ECF6C57F ));
Copy
65
0.61 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` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `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` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `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` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` 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 (? ))) ORDER BY `product_media` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
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` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `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` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `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` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` 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 (0x9A907D087B4044E5B84AE894ECF6C57F ))) ORDER BY `product_media` . `position` ASC ;
Copy
66
0.16 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"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
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 (0x9A907D087B4044E5B84AE894ECF6C57F )));
Copy
67
0.24 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
68
0.19 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = ? ) AND (((`category.mainCategories` . `product_id` = ? AND `category.mainCategories` . `sales_channel_id` = ? AND (`category` . `path` LIKE ? OR `category` . `path` LIKE ? )))) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
"%|4e7d0b9218a543c0b333d844fe87ff23|% "
"%|2c955cb996f249598b869bc92719a5ac|% "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.mainCategories` . `product_id` = 0x9A907D087B4044E5B84AE894ECF6C57F AND `category.mainCategories` . `sales_channel_id` = 0xF8395072C9774E6C96B534B504D6D073 AND (`category` . `path` LIKE '%|4e7d0b9218a543c0b333d844fe87ff23|%' OR `category` . `path` LIKE '%|2c955cb996f249598b869bc92719a5ac|%' )))) LIMIT 1 ;
Copy
69
0.15 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `active` = ? AND (`category` . `path` LIKE ? OR `category` . `path` LIKE ? ))) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
true
"%|4e7d0b9218a543c0b333d844fe87ff23|% "
"%|2c955cb996f249598b869bc92719a5ac|% "
b"¼›´-k'LЀ\e §¨Ädäë "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `active` = 1 AND (`category` . `path` LIKE '%|4e7d0b9218a543c0b333d844fe87ff23|%' OR `category` . `path` LIKE '%|2c955cb996f249598b869bc92719a5ac|%' ))) AND (`category` . `id` IN (0xBC9BB42D6B274CD0801BA7A8C464E4EB )) LIMIT 1 ;
Copy
70
0.30 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"¼›´-k'LЀ\e §¨Ädäë "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xBC9BB42D6B274CD0801BA7A8C464E4EB ));
Copy
71
0.23 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •·p¨ÀxU³*z‹\x13 ,`’ "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x0195B770A8C07855B32A7A8B132C6092 ));
Copy
72
0.30 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •·p¨ÀxU³*z‹\x13 ,`’ "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x0195B770A8C07855B32A7A8B132C6092 )));
Copy
73
0.39 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 •·p³Mt+–÷\n
äL\x7F &Â
"""
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0195B770B34D742B96F70AE44C7F26C2 )));
Copy
74
0.29 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •·pËr\x7F ©²oá`m$\x16\x16 "
b"\x01 •·pËr\x7F ©²oábMþ g "
b"\x01 •·pËr\x7F ©²oád\x14 è\x02 l "
b"\x01 •·pËst_²ºtõ]€ºV "
b"\x01 •·qg‡tÌŒgTL¶\x07 6 "
b"\x01 •·q «uæ¶ð²ÀeA2¢ "
b"\x01 •·rñ-t#¶ôH\t ÓŒÑ÷ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0195B770CB727FA9B26FE1606D241616 , 0x0195B770CB727FA9B26FE1624DFEA067 , 0x0195B770CB727FA9B26FE16414E8026C , 0x0195B770CB73745FB2BA74F55D80BA56 , 0x0195B771678774CC8CAD67544CB60736 , 0x0195B771A0AB75E6B6F0B2C0654132A2 , 0x0195B772F12D7423B6F44809D38CD1F7 )));
Copy
75
0.25 ms
SELECT COUNT (DISTINCT `product_review` . `id` ) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))
Parameters :
[
true
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
SELECT COUNT (DISTINCT `product_review` . `id` ) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x9A907D087B4044E5B84AE894ECF6C57F OR `product_review.product` . `parent_id` = 0x9A907D087B4044E5B84AE894ECF6C57F )));
Copy
76
0.32 ms
SELECT `product_review` . `points` as `ratingMatrix.key` , COUNT (`product_review` . `id` ) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))) AND (((`product_review` . `status` = ? ))) GROUP BY `product_review` . `points`
Parameters :
[
true
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
true
]
SELECT `product_review` . `points` as `ratingMatrix.key` , COUNT (`product_review` . `id` ) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x9A907D087B4044E5B84AE894ECF6C57F OR `product_review.product` . `parent_id` = 0x9A907D087B4044E5B84AE894ECF6C57F )))) AND (((`product_review` . `status` = 1 ))) GROUP BY `product_review` . `points` ;
Copy
77
0.30 ms
SELECT LOWER (HEX (`product_review` . `language_id` )) as `languageMatrix.key` , COUNT (`product_review` . `id` ) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))) AND ((`product_review` . `language_id` = ? AND (`product_review` . `status` = ? ))) GROUP BY `product_review` . `language_id`
Parameters :
[
true
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT LOWER (HEX (`product_review` . `language_id` )) as `languageMatrix.key` , COUNT (`product_review` . `id` ) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x9A907D087B4044E5B84AE894ECF6C57F OR `product_review.product` . `parent_id` = 0x9A907D087B4044E5B84AE894ECF6C57F )))) AND ((`product_review` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND (`product_review` . `status` = 1 ))) GROUP BY `product_review` . `language_id` ;
Copy
78
0.23 ms
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? ))) ORDER BY `product_review` . `created_at` DESC LIMIT 10
Parameters :
[
true
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x9A907D087B4044E5B84AE894ECF6C57F OR `product_review.product` . `parent_id` = 0x9A907D087B4044E5B84AE894ECF6C57F ))) ORDER BY `product_review` . `created_at` DESC LIMIT 10 ;
Copy
79
0.23 ms
SELECT COUNT (* ) FROM (
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))) total
Parameters :
[
true
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
]
SELECT COUNT (* ) FROM (
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x9A907D087B4044E5B84AE894ECF6C57F OR `product_review.product` . `parent_id` = 0x9A907D087B4044E5B84AE894ECF6C57F )))) total ;
Copy
80
0.27 ms
SELECT `product_cross_selling` . `id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling` . `product_id` = `product_cross_selling.product` . `crossSellings` AND `product_cross_selling` . `product_version_id` = `product_cross_selling.product` . `version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product` . `parent_id` = `product_cross_selling.product.parent` . `id` AND `product_cross_selling.product` . `parent_version_id` = `product_cross_selling.product.parent` . `version_id` WHERE (`product_cross_selling.product` . `id` = ? AND `product_cross_selling` . `active` = ? ) ORDER BY `product_cross_selling` . `position` ASC
Parameters :
[
b"ÜÉ}\x08 {@DÕ©JÞöý÷┼\x7F "
1
]
SELECT `product_cross_selling` . `id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling` . `product_id` = `product_cross_selling.product` . `crossSellings` AND `product_cross_selling` . `product_version_id` = `product_cross_selling.product` . `version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product` . `parent_id` = `product_cross_selling.product.parent` . `id` AND `product_cross_selling.product` . `parent_version_id` = `product_cross_selling.product.parent` . `version_id` WHERE (`product_cross_selling.product` . `id` = 0x9A907D087B4044E5B84AE894ECF6C57F AND `product_cross_selling` . `active` = 1 ) ORDER BY `product_cross_selling` . `position` ASC ;
Copy
81
0.23 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"N}\v ’\x18 ¥CÀ³3ØDþ‡ÿ# "
b"N}\v ’\x18 ¥CÀ³3ØDþ‡ÿ# "
b"N}\v ’\x18 ¥CÀ³3ØDþ‡ÿ# "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x4E7D0B9218A543C0B333D844FE87FF23 OR `parent_id` = 0x4E7D0B9218A543C0B333D844FE87FF23 OR `id` = 0x4E7D0B9218A543C0B333D844FE87FF23
;
Copy
82
1.35 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|4e7d0b9218a543c0b333d844fe87ff23|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|4e7d0b9218a543c0b333d844fe87ff23|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
83
0.37 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% "
"%|4e7d0b9218a543c0b333d844fe87ff23|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|4e7d0b9218a543c0b333d844fe87ff23|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
84
0.37 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"N}\v ’\x18 ¥CÀ³3ØDþ‡ÿ# "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x4E7D0B9218A543C0B333D844FE87FF23 ));
Copy
85
0.33 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"ø9PrÉwNl–µ4µ\x04 ÖÐs "
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
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` = 0xF8395072C9774E6C96B534B504D6D073 AND `language.salesChannels` . `id` = 0xF8395072C9774E6C96B534B504D6D073 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
86
0.29 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
87
0.20 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"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
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` = 0xF8395072C9774E6C96B534B504D6D073 ) GROUP BY `currency` . `id` ;
Copy
88
0.51 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
89
0.23 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b",•\¹–òIY‹†›É'\x19 ¥¬ "
b",•\¹–òIY‹†›É'\x19 ¥¬ "
b",•\¹–òIY‹†›É'\x19 ¥¬ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x2C955CB996F249598B869BC92719A5AC OR `parent_id` = 0x2C955CB996F249598B869BC92719A5AC OR `id` = 0x2C955CB996F249598B869BC92719A5AC
;
Copy
90
0.62 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|2c955cb996f249598b869bc92719a5ac|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|2c955cb996f249598b869bc92719a5ac|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
91
0.38 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% "
"%|2c955cb996f249598b869bc92719a5ac|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|2c955cb996f249598b869bc92719a5ac|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
92
0.38 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b",•\¹–òIY‹†›É'\x19 ¥¬ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x2C955CB996F249598B869BC92719A5AC ));
Copy
93
0.28 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"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
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` = 0xF8395072C9774E6C96B534B504D6D073 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
94
0.43 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"&¡\x02 êû8I¤‚‘:\x12 Ï«‹ "
b"ôeh\x06 ®\x16 Lç°\x1C\x1E Îddd¬ "
b"%xäŠ\\x08 EÝŽwMª˜k–® "
b"+\x03 I\x02 ìsH┌âFEp2Gú╦ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x26A102EAFB3849A482913AAD12CFAB8B , 0xF4656806AE164CE7B01C1ECE646464AC , 0x2578E48A5C0845DD8E774DAA986B96AE , 0x2B0349028D7348DA834645703247A3CB );
Copy
95
0.39 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0xF8395072C9774E6C96B534B504D6D073 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
96
0.53 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ý┬fÑ÷xL°Ø█J@f\x1C ÿ\x10 "
b"?oˆm»®Cª·I(\e î–\x13 Ì "
b"\x00 æwýä„Mí–÷?…\x0F †Û2 "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xEDC266A5F6784CF89DDB4A40661C9810 , 0x3F6F886DBBAE43AAB749281BEE9613CC , 0x00E677FDE4844DED96F73F850F86DB32 );
Copy
97
0.17 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
98
0.22 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"¼›´-k'LЀ\e §¨Ädäë "
]
SELECT path FROM category WHERE id = 0xBC9BB42D6B274CD0801BA7A8C464E4EB ;
Copy
99
0.12 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
100
0.51 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
101
0.32 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"Þ.7\x7F ÝÜI¨±¦`Ÿ•A\x19 b "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xDE2E377FDDDC49A8B1A6609F95411962 ));
Copy
102
0.24 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
103
0.15 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
104
0.12 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"Êš@\x1D\f ÆL`³W>\x01 W/Ô> "
]
SELECT iso FROM snippet_set WHERE id = 0xCA9A401D0CC64C60B3573E01572FD43E ;
Copy
105
0.20 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0xF8395072C9774E6C96B534B504D6D073
;
Copy
106
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
107
0.39 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"Êš@\x1D\f ÆL`³W>\x01 W/Ô> "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xCA9A401D0CC64C60B3573E01572FD43E ;
Copy
108
0.49 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÒP½ûÁ\x0F GoëVAƒ8U║Å "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0xE350AB96B50F476F8956419F3855BA8F );
Copy
109
0.70 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
110
0.34 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"Þ.7\x7F ÝÜI¨±¦`Ÿ•A\x19 b "
b"Þ.7\x7F ÝÜI¨±¦`Ÿ•A\x19 b "
b"Þ.7\x7F ÝÜI¨±¦`Ÿ•A\x19 b "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xDE2E377FDDDC49A8B1A6609F95411962 , 0xDE2E377FDDDC49A8B1A6609F95411962 , 0xDE2E377FDDDC49A8B1A6609F95411962 ));
Copy
111
0.51 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"À'\x10 ¦\x17 @L«ÀæÉ¦\x08 ┐P╣ "
b"¼›´-k'LЀ\e §¨Ädäë "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xB72710DD17404CAEB79190DD08BF50B9 , 0xBC9BB42D6B274CD0801BA7A8C464E4EB ));
Copy
112
1.87 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/detail/9a907d087b4044e5b84ae894ecf6c57f "
"/navigation/a2f9760407a54137af6a85afc25bad69 "
"/navigation/1d3a9f45d427452d92a01afa9ca1df60 "
"/navigation/a6d0e854287546c691521ae1701f2008 "
"/navigation/36bed372871c418c9b574f99864f4845 "
"/navigation/091a009bece14cdf9d539fe88bc54277 "
"/navigation/6ccc8c40a9aa461b8c6bf092f3be5c6f "
"/navigation/18d03de910ce4f66993a4ac0e31ba673 "
"/navigation/c1aa63474dac48cfa1971f85084ec377 "
"/navigation/303238ec0bc547e2a77482f82d498676 "
"/navigation/3154859831f74468a62878fad5e5c76e "
"/navigation/60dc6406fbb44d5d88a5127d9d8885fc "
"/navigation/63b93704e2b74356948da42bf14aa14b "
"/navigation/7c6a5d0ad2fc4a74afee4f39760f8dd5 "
"/navigation/de24298a8e394cb699c529edd432dbee "
"/navigation/f7b8dff9c2c84e4ea5a17edc0395ec68 "
"/navigation/e6be4adb043f4b9a879b38044bc23cc9 "
"/navigation/226a1b7ceb844396a5bee56e46abcabb "
"/navigation/a3f5fb7b4cb7426db1c8026cda509c3e "
"/navigation/a522b700ad9c40b882b2e319f3371de6 "
"/navigation/addccd7765b4432eaf3b13acb823204f "
"/navigation/bb38f88793c7468ebe7fdd2921829cff "
"/navigation/bf7f38cb1ab14bfaae960282493eb752 "
"/navigation/ff2da78e473f428d9352f3d78f8c3d23 "
"/navigation/3b10e446900440a79d6ef330b0b0fd95 "
"/navigation/686e72d222b54e6c8e56331bc41adac7 "
"/navigation/6fc5d19c0ed84c0ca6bf90ea77234696 "
"/navigation/9d7cd2cd04204ba5bdc9707dea733da9 "
"/navigation/a47b61baf72a4fdd8fa297dcb4b1d4fd "
"/navigation/c5948ad131dd42469f510c26ef25d138 "
"/navigation/f11e4f81b9c74cac9cbe0ba4f5dda504 "
"/navigation/f2942bc2d7504f68a76eed3f2660eaf4 "
"/navigation/287cda0f7d0a47e7af25afe052f31f5c "
"/navigation/23ea3bd365824878ae035f5eef2c5802 "
"/navigation/4f03e6e766924c9ea2e9bfcb24a988a9 "
"/navigation/53fd7b3740a94f6e9ac362525de2eb4a "
"/navigation/91ebbe46f5bc448084f6389ca5cb909a "
"/navigation/b00bcdaaf73a4c1483b12119dd18fe3e "
"/navigation/d6d6b613176b44c5a48478f6cede3e57 "
"/navigation/d923fd21add4473c87dd739680114fc4 "
"/navigation/82bf80e5867d4f828b50e71428b6b382 "
"/navigation/220f81353d924ad59415a70fb0a6a353 "
"/navigation/fc7d743f08fb4163a405553779149f8a "
"/navigation/5ac2784539d24200a7fb4f39cf6f3eba "
"/navigation/a840c0121ac84cbaab42e0bac4e35479 "
"/navigation/a998f4a7e67240f082e8d1e68ce24e63 "
"/navigation/c7c9cc4656fd4505ba9121f0925c9386 "
"/navigation/1e7ce0254aa44feda6cbbdb6b3d6ae09 "
"/navigation/118714cfdbb04118986ebe13b7f34646 "
"/navigation/1419d448bd0e4e0ba92d04d4c76addca "
"/navigation/4eb17861071041be9d0a9fb1b017602f "
"/navigation/531c6a8420bb47beb5c8779200e2eec8 "
"/navigation/d24492ee7d174b80bf8559ff820f7e42 "
"/navigation/dc3c2945a4cf4127955e0db29d3f9b4f "
"/navigation/22895de7eba34ba1a1c357e789a13029 "
"/navigation/5fb57200317d47a184055d55dc6e521d "
"/navigation/af7a7c48838140ab88e95d5453f66992 "
"/navigation/d8c6dff90b3b43b19c924e40dd0a3c18 "
"/navigation/dede36d811474b3a8af210751b3e37c9 "
"/navigation/ee497868198c4276905f901c788f5b8e "
"/navigation/fba04adb41ff4e2ca40ee11607e7b12c "
"/navigation/1115b06fbcc14c8a97d6db131050e6cd "
"/navigation/3e241f9477404fe69cf5a50a678a2697 "
"/navigation/79e69f2e34ea46aeac256be125b1562a "
"/navigation/92a44a0e3bb64f5fbeef782a54fd7607 "
"/navigation/af2779fc36e842da8ff8b94a0e4d3d2c "
"/navigation/91a71dfc69ca4f37a421c5adaf3baba7 "
"/navigation/f39068217d254a8e9b0d606c33eae1e6 "
"/navigation/d302266a644741a8b3fd8076e1aa80bb "
"/navigation/08fdb29af9e1423196994fe73c74a850 "
"/navigation/10359495a287488e8dc9b5739ab6b1d9 "
"/navigation/1eb2f1a43410444c9f313de198d85492 "
"/navigation/4825e38241db46cf969b39be9f0b31cc "
"/navigation/4c6fcce210dd4fc79b1011bafae50f60 "
"/navigation/55032229a56c476f84c9a4a6c0e97d3f "
"/navigation/6d6886227e2a4c9db23a65eed26a58d8 "
"/navigation/780c95d40c9546618a0505d124739d68 "
"/navigation/7e3463a19231424eb2a922afc5345b84 "
"/navigation/8d14edb5f2854c4cae0a32d0e5e0fa60 "
"/navigation/a36ce322c97b4a6a8bb1c061d3448c82 "
"/navigation/adf68a97b66041f9b2af158c92623ace "
"/navigation/c2947edc3ac5412d8eb2ade69bd0b975 "
"/navigation/cce05555bfab47239d4337c6024239f1 "
"/navigation/e9dd52394ad74d18a9060bb0940f7eaf "
"/navigation/eff38874a240454aabbc24a0fbee4712 "
"/navigation/f83936f65895483e9201d37757054039 "
"/navigation/cbe3cee001364048a2f84ae683735172 "
"/navigation/2fa8fa54fafe415d85e476f61271436f "
"/navigation/7aeffb2b7c934f5591565c48568c96f0 "
"/navigation/db4438128a1643019712f2e33888a52b "
"/navigation/ca4bfe272bbe4ab19571f0ca17d0ed52 "
"/navigation/422dcc557f664cd8a652a0b74fec4fb6 "
"/navigation/47b2591b33c94bc590a27623aa49c167 "
"/navigation/d47ce6bd1bce4ddfb564f38d4ba812b1 "
"/navigation/a7d7350247c146c1a09cddb22e78300b "
"/navigation/3390dbbe579a4b84989ec33b4d709065 "
"/navigation/dda3ac0676d14120ad2412e407e0d4ba "
"/navigation/2a2a5c42b239401b82e4d68dcb7e15db "
"/navigation/06eab17bcc204dafa45d9f77d3e3b849 "
"/navigation/16b5e8349dce484aa8ae564b40727deb "
"/navigation/1d65f4ce310a48e593a026168cc3fc9f "
"/navigation/47b58be1cb3945f894cfbc619bf453a3 "
"/navigation/78dd682f3ca243d2b147dda55728d0f6 "
"/navigation/d7f324afaddb4c7fba2ce4cc4ba95dab "
"/navigation/f77f1e4040d04c6c90c17d3db0e08ed6 "
"/navigation/fae50d98017a425190e963233981897b "
"/navigation/323d0d42fced44299190899bdca6d048 "
"/navigation/e59e249cb0f148b4bbb085c5d7f441fe "
"/navigation/2bd26bd2ea6845e7b898a4bcf751311d "
"/navigation/f917a497e6124552bea0a0ee7e4f6c24 "
"/navigation/fbf1250ac2de4f208b4f341f0b1e8ebc "
"/landingPage/03ca2569d8764bbabaac4676e5b37bf3 "
"/navigation/bc9bb42d6b274cd0801ba7a8c464e4eb "
"/account/recover "
"/navigation/1cd60ffc86884db18af4d222898e96cf "
"/navigation/959c587c09fc4c8389abf0b019841255 "
"/navigation/bab097e2c21b4b2bbbdf4fde4f50d672 "
"/navigation/255bc8f6884444eaa740c5033fe1e3ea "
"/landingPage/e33eb61250c4485092df62efedc47d01 "
"/navigation/0192dfdbc3eb4925a57b62d83126add1 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ø9PrÉwNl–µ4µ\x04 ÖÐs "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/detail/9a907d087b4044e5b84ae894ecf6c57f' , '/navigation/a2f9760407a54137af6a85afc25bad69' , '/navigation/1d3a9f45d427452d92a01afa9ca1df60' , '/navigation/a6d0e854287546c691521ae1701f2008' , '/navigation/36bed372871c418c9b574f99864f4845' , '/navigation/091a009bece14cdf9d539fe88bc54277' , '/navigation/6ccc8c40a9aa461b8c6bf092f3be5c6f' , '/navigation/18d03de910ce4f66993a4ac0e31ba673' , '/navigation/c1aa63474dac48cfa1971f85084ec377' , '/navigation/303238ec0bc547e2a77482f82d498676' , '/navigation/3154859831f74468a62878fad5e5c76e' , '/navigation/60dc6406fbb44d5d88a5127d9d8885fc' , '/navigation/63b93704e2b74356948da42bf14aa14b' , '/navigation/7c6a5d0ad2fc4a74afee4f39760f8dd5' , '/navigation/de24298a8e394cb699c529edd432dbee' , '/navigation/f7b8dff9c2c84e4ea5a17edc0395ec68' , '/navigation/e6be4adb043f4b9a879b38044bc23cc9' , '/navigation/226a1b7ceb844396a5bee56e46abcabb' , '/navigation/a3f5fb7b4cb7426db1c8026cda509c3e' , '/navigation/a522b700ad9c40b882b2e319f3371de6' , '/navigation/addccd7765b4432eaf3b13acb823204f' , '/navigation/bb38f88793c7468ebe7fdd2921829cff' , '/navigation/bf7f38cb1ab14bfaae960282493eb752' , '/navigation/ff2da78e473f428d9352f3d78f8c3d23' , '/navigation/3b10e446900440a79d6ef330b0b0fd95' , '/navigation/686e72d222b54e6c8e56331bc41adac7' , '/navigation/6fc5d19c0ed84c0ca6bf90ea77234696' , '/navigation/9d7cd2cd04204ba5bdc9707dea733da9' , '/navigation/a47b61baf72a4fdd8fa297dcb4b1d4fd' , '/navigation/c5948ad131dd42469f510c26ef25d138' , '/navigation/f11e4f81b9c74cac9cbe0ba4f5dda504' , '/navigation/f2942bc2d7504f68a76eed3f2660eaf4' , '/navigation/287cda0f7d0a47e7af25afe052f31f5c' , '/navigation/23ea3bd365824878ae035f5eef2c5802' , '/navigation/4f03e6e766924c9ea2e9bfcb24a988a9' , '/navigation/53fd7b3740a94f6e9ac362525de2eb4a' , '/navigation/91ebbe46f5bc448084f6389ca5cb909a' , '/navigation/b00bcdaaf73a4c1483b12119dd18fe3e' , '/navigation/d6d6b613176b44c5a48478f6cede3e57' , '/navigation/d923fd21add4473c87dd739680114fc4' , '/navigation/82bf80e5867d4f828b50e71428b6b382' , '/navigation/220f81353d924ad59415a70fb0a6a353' , '/navigation/fc7d743f08fb4163a405553779149f8a' , '/navigation/5ac2784539d24200a7fb4f39cf6f3eba' , '/navigation/a840c0121ac84cbaab42e0bac4e35479' , '/navigation/a998f4a7e67240f082e8d1e68ce24e63' , '/navigation/c7c9cc4656fd4505ba9121f0925c9386' , '/navigation/1e7ce0254aa44feda6cbbdb6b3d6ae09' , '/navigation/118714cfdbb04118986ebe13b7f34646' , '/navigation/1419d448bd0e4e0ba92d04d4c76addca' , '/navigation/4eb17861071041be9d0a9fb1b017602f' , '/navigation/531c6a8420bb47beb5c8779200e2eec8' , '/navigation/d24492ee7d174b80bf8559ff820f7e42' , '/navigation/dc3c2945a4cf4127955e0db29d3f9b4f' , '/navigation/22895de7eba34ba1a1c357e789a13029' , '/navigation/5fb57200317d47a184055d55dc6e521d' , '/navigation/af7a7c48838140ab88e95d5453f66992' , '/navigation/d8c6dff90b3b43b19c924e40dd0a3c18' , '/navigation/dede36d811474b3a8af210751b3e37c9' , '/navigation/ee497868198c4276905f901c788f5b8e' , '/navigation/fba04adb41ff4e2ca40ee11607e7b12c' , '/navigation/1115b06fbcc14c8a97d6db131050e6cd' , '/navigation/3e241f9477404fe69cf5a50a678a2697' , '/navigation/79e69f2e34ea46aeac256be125b1562a' , '/navigation/92a44a0e3bb64f5fbeef782a54fd7607' , '/navigation/af2779fc36e842da8ff8b94a0e4d3d2c' , '/navigation/91a71dfc69ca4f37a421c5adaf3baba7' , '/navigation/f39068217d254a8e9b0d606c33eae1e6' , '/navigation/d302266a644741a8b3fd8076e1aa80bb' , '/navigation/08fdb29af9e1423196994fe73c74a850' , '/navigation/10359495a287488e8dc9b5739ab6b1d9' , '/navigation/1eb2f1a43410444c9f313de198d85492' , '/navigation/4825e38241db46cf969b39be9f0b31cc' , '/navigation/4c6fcce210dd4fc79b1011bafae50f60' , '/navigation/55032229a56c476f84c9a4a6c0e97d3f' , '/navigation/6d6886227e2a4c9db23a65eed26a58d8' , '/navigation/780c95d40c9546618a0505d124739d68' , '/navigation/7e3463a19231424eb2a922afc5345b84' , '/navigation/8d14edb5f2854c4cae0a32d0e5e0fa60' , '/navigation/a36ce322c97b4a6a8bb1c061d3448c82' , '/navigation/adf68a97b66041f9b2af158c92623ace' , '/navigation/c2947edc3ac5412d8eb2ade69bd0b975' , '/navigation/cce05555bfab47239d4337c6024239f1' , '/navigation/e9dd52394ad74d18a9060bb0940f7eaf' , '/navigation/eff38874a240454aabbc24a0fbee4712' , '/navigation/f83936f65895483e9201d37757054039' , '/navigation/cbe3cee001364048a2f84ae683735172' , '/navigation/2fa8fa54fafe415d85e476f61271436f' , '/navigation/7aeffb2b7c934f5591565c48568c96f0' , '/navigation/db4438128a1643019712f2e33888a52b' , '/navigation/ca4bfe272bbe4ab19571f0ca17d0ed52' , '/navigation/422dcc557f664cd8a652a0b74fec4fb6' , '/navigation/47b2591b33c94bc590a27623aa49c167' , '/navigation/d47ce6bd1bce4ddfb564f38d4ba812b1' , '/navigation/a7d7350247c146c1a09cddb22e78300b' , '/navigation/3390dbbe579a4b84989ec33b4d709065' , '/navigation/dda3ac0676d14120ad2412e407e0d4ba' , '/navigation/2a2a5c42b239401b82e4d68dcb7e15db' , '/navigation/06eab17bcc204dafa45d9f77d3e3b849' , '/navigation/16b5e8349dce484aa8ae564b40727deb' , '/navigation/1d65f4ce310a48e593a026168cc3fc9f' , '/navigation/47b58be1cb3945f894cfbc619bf453a3' , '/navigation/78dd682f3ca243d2b147dda55728d0f6' , '/navigation/d7f324afaddb4c7fba2ce4cc4ba95dab' , '/navigation/f77f1e4040d04c6c90c17d3db0e08ed6' , '/navigation/fae50d98017a425190e963233981897b' , '/navigation/323d0d42fced44299190899bdca6d048' , '/navigation/e59e249cb0f148b4bbb085c5d7f441fe' , '/navigation/2bd26bd2ea6845e7b898a4bcf751311d' , '/navigation/f917a497e6124552bea0a0ee7e4f6c24' , '/navigation/fbf1250ac2de4f208b4f341f0b1e8ebc' , '/landingPage/03ca2569d8764bbabaac4676e5b37bf3' , '/navigation/bc9bb42d6b274cd0801ba7a8c464e4eb' , '/account/recover' , '/navigation/1cd60ffc86884db18af4d222898e96cf' , '/navigation/959c587c09fc4c8389abf0b019841255' , '/navigation/bab097e2c21b4b2bbbdf4fde4f50d672' , '/navigation/255bc8f6884444eaa740c5033fe1e3ea' , '/landingPage/e33eb61250c4485092df62efedc47d01' , '/navigation/0192dfdbc3eb4925a57b62d83126add1' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xF8395072C9774E6C96B534B504D6D073 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
113
0.37 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"ŒŠm\f ËüN\x18 „\x14 f˜éë©ñ "
b"üÃ×â\x14 ™L¡«›¨4Â\x19 M "
b"Žy^þ¥·IØ¡âÌâñ|-\x03 "
b"“ã@³¸~O\x07 ¥ìMn&"·A "
b"ÆŸK2"ûH®‚ã.eªÝ\x06 Ö "
]
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 (0x8C8A6D0CCBFC4E1884146698E9EBA9F1 , 0xFCC3D7E214994CA1AB9BA834C219204D , 0x8E795EFEA5B749D8A1E2CCE2F17C2D03 , 0x93E340B3B87E4F07A5EC4D6E2622B741 , 0xC69F4B3222FB48AE82E32E65AADD06D6 );
Copy