1
0.36 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.23 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.22 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.22 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.09 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
6
0.32 ms
SELECT configuration_value FROM system_config WHERE (configuration_key = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) ORDER BY sales_channel_id IS NULL ASC LIMIT 1
Parameters :
[
"NetiNextStoreLocator.config.seoUrl "
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
]
SELECT configuration_value FROM system_config WHERE (configuration_key = 'NetiNextStoreLocator.config.seoUrl' ) AND ((sales_channel_id = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 OR sales_channel_id IS NULL )) ORDER BY sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
7
0.30 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"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
"Wina "
"Wina/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Wina' OR seo_path_info = 'Wina/' ));
Copy
8
0.40 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
"UlVnvHlyfXaWjdF8XKLVw3jUmQN0tjAR "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 ) AND (token = 'UlVnvHlyfXaWjdF8XKLVw3jUmQN0tjAR' ) LIMIT 1 ;
Copy
9
0.20 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"UlVnvHlyfXaWjdF8XKLVw3jUmQN0tjAR "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'UlVnvHlyfXaWjdF8XKLVw3jUmQN0tjAR' ;
Copy
10
0.18 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
11
0.42 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (0x0192AF53CC5272609D99A261573935A8 );
Copy
12
0.17 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0192AF53CC5272609D99A261573935A8 ));
Copy
13
0.36 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
14
0.24 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
15
0.16 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"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
b"▀¨óhÇiI─ÅTY nÂGº "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND `sales_channel_country` . `country_id` = 0xDFF9A268806949C48F5459206EB647A7 );
Copy
16
0.16 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
17
0.32 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (0x0192AF53CC5272609D99A261573935A8 );
Copy
18
0.13 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0192AF53CC5272609D99A261573935A8 ));
Copy
19
0.30 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
20
0.21 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
21
0.19 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
22
0.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (0x0192AF53CC5272609D99A261573935A8 );
Copy
23
0.18 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0192AF53CC5272609D99A261573935A8 ));
Copy
24
0.31 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
25
0.22 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
26
0.14 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
27
0.36 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (0x0192AF53CC5272609D99A261573935A8 );
Copy
28
0.14 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0192AF53CC5272609D99A261573935A8 ));
Copy
29
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
30
0.22 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
31
0.59 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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . language_id = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title as `category.media.translation.title` ,
`category.media.translation` . alt as `category.media.translation.alt` ,
`category.media.translation` . custom_fields as `category.media.translation.customFields` ,
`category.media.translation` . created_at as `category.media.translation.createdAt` ,
`category.media.translation` . updated_at as `category.media.translation.updatedAt` ,
`category.media.translation` . media_id as `category.media.translation.mediaId` ,
`category.media.translation` . language_id as `category.media.translation.languageId`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . language_id = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x16561F02419949FEB5AC61A4EE6C6211 ));
Copy
32
0.20 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
33
0.29 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , COALESCE (`cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.createdAt` , `cms_page.translation.updatedAt` , `cms_page.translation.cmsPageId` , `cms_page.translation.languageId` , `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . cms_page_id , `cms_page.translation` . cms_page_version_id , `cms_page.translation` . name as `cms_page.translation.name` , `cms_page.translation` . custom_fields as `cms_page.translation.customFields` , `cms_page.translation` . created_at as `cms_page.translation.createdAt` , `cms_page.translation` . updated_at as `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id as `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . language_id = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . cms_page_version_id = `cms_page` . version_id WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Šj’)Nsצ›9ü°BŠP "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , COALESCE (`cms_page.translation.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` , `cms_page.translation.createdAt` , `cms_page.translation.updatedAt` , `cms_page.translation.cmsPageId` , `cms_page.translation.languageId` , `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . cms_page_id , `cms_page.translation` . cms_page_version_id , `cms_page.translation` . name as `cms_page.translation.name` , `cms_page.translation` . custom_fields as `cms_page.translation.customFields` , `cms_page.translation` . created_at as `cms_page.translation.createdAt` , `cms_page.translation` . updated_at as `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id as `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id as `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id as `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . cms_page_version_id = `cms_page` . version_id WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x018A6A92294E73D7A69B39FCB0428A50 ));
Copy
34
0.35 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . media_id , `cms_section.backgroundMedia.translation` . title as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . language_id = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Šj’)Nsצ›9ü°BŠP "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
COALESCE (
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title`
) as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt`
) as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) as `cms_section.backgroundMedia.customFields` ,
`cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation.languageId`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . media_id ,
`cms_section.backgroundMedia.translation` . title as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . language_id = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . media_id , `cms_section.backgroundMedia.translation` . title as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at as `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at as `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id as `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id as `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x018A6A92294E73D7A69B39FCB0428A50 )));
Copy
35
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` , COALESCE (`cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . media_id , `cms_block.backgroundMedia.translation` . title as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . language_id = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Šj’)hsµœÒ*\v „E¯? "
b"\x01 Šj’)¹p^ƒ\r ž€ÌÎȼ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
COALESCE (
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title`
) as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt`
) as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) as `cms_block.backgroundMedia.customFields` ,
`cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation.languageId`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . media_id ,
`cms_block.backgroundMedia.translation` . title as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . language_id = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . media_id , `cms_block.backgroundMedia.translation` . title as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at as `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at as `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id as `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id as `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x018A6A92296873B59CD22A0B8445AF3F , 0x018A6A9229B9705E830D9E80CCCEC8BC )));
Copy
36
0.30 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . cms_slot_id , `cms_slot.translation` . cms_slot_version_id , `cms_slot.translation` . config as `cms_slot.translation.config` , `cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . language_id = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Šj’)hsµœÒ*\v „ DŒ "
b"\x01 èjÆ)hsÁ£Ê*\v à┌£Å "
b"\x01 Šj’)¹p^ƒ\r ž€Í<÷M "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . cms_slot_id , `cms_slot.translation` . cms_slot_version_id , `cms_slot.translation` . config as `cms_slot.translation.config` , `cms_slot.translation` . custom_fields as `cms_slot.translation.customFields` , `cms_slot.translation` . created_at as `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at as `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id as `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id as `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id as `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . cms_slot_version_id = `cms_slot` . version_id WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x018A6A92296873B59CD22A0B84A0448C , 0x018A6A92296873B59CD22A0B85DA9C8F , 0x018A6A9229B9705E830D9E80CD3CF74D )));
Copy
37
0.26 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . language_id = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"OŠºY1ÂBÔ„ïgÆQ\x1A ¾† "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x4F8ABA5931C242D484EF67C6511ABE86 );
Copy
38
0.20 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
39
0.26 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . language_id = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"OŠºY1ÂBÔ„ïgÆQ\x1A ¾† "
b"ÂJŠù&OMz›¢u¢Âª\x02 ¢ "
b"ìYÀÆ«$F\x10 ░├½¾Ôé\r \x1E "
b"\x01 ìÈ·SH|þêÖ\x11 )Wv╦q "
b"JgïÊؽOFá\x12 QÚ_\x03 ç¡ "
b"5ÍF‡5ÀAi‹^å\r \e ±E‚ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) as `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label as `product_sorting.translation.label` , `product_sorting.translation` . created_at as `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at as `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id as `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id as `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x4F8ABA5931C242D484EF67C6511ABE86 , 0xC24A8AF9264F4D7A9BA275A2C2AA02A2 , 0x8D59B792AE244610B0C3ABF3E2820D1E , 0x018DD4FA53487CE7889911295776CB71 , 0x4A678BD29DAB4F46A01251E95F0387AD , 0x35CD468735C041698B5EE50D1BB14582 );
Copy
40
0.14 ms
SELECT LOWER (HEX (property_group_id )) as property_group_id , LOWER (HEX (id )) as id
FROM property_group_option
WHERE id IN (? )
Parameters :
[
b"\x11 #ã└~HFvÉ(\x01 ┬d¿\x1C º "
]
SELECT LOWER (HEX (property_group_id )) as property_group_id , LOWER (HEX (id )) as id
FROM property_group_option
WHERE id IN (0x1123C6C07E484676902801C264A81CA7 );
Copy
41
4.65 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category` . `id` = `category.nestedProducts.mapping` . `category_id` AND `category` . `version_id` = `category.nestedProducts.mapping` . `category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping` . `product_id` = `category.nestedProducts` . `id` AND `category.nestedProducts` . `version_id` = `category.nestedProducts.mapping` . `product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts` . `parent_id` = `category.nestedProducts.parent` . `id` AND `category.nestedProducts` . `parent_version_id` = `category.nestedProducts.parent` . `version_id` WHERE (`category` . `version_id` = ? ) AND ((NOT (`category.nestedProducts` . `id` < = > ? OR `category` . `level` < = > ? ))) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
null
1
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `product_category_tree` `category.nestedProducts.mapping` ON `category` . `id` = `category.nestedProducts.mapping` . `category_id` AND `category` . `version_id` = `category.nestedProducts.mapping` . `category_version_id` LEFT JOIN `product` `category.nestedProducts` ON `category.nestedProducts.mapping` . `product_id` = `category.nestedProducts` . `id` AND `category.nestedProducts` . `version_id` = `category.nestedProducts.mapping` . `product_version_id` LEFT JOIN `product` `category.nestedProducts.parent` ON `category.nestedProducts` . `parent_id` = `category.nestedProducts.parent` . `id` AND `category.nestedProducts` . `parent_version_id` = `category.nestedProducts.parent` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`category.nestedProducts` . `id` < = > NULL OR `category` . `level` < = > 1 ))) GROUP BY `category` . `id` ;
Copy
42
1.23 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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , (SELECT GROUP_CONCAT (HEX (`category.nestedProducts.mapping` . `product_id` ) SEPARATOR '||' )
FROM `product_category_tree` `category.nestedProducts.mapping`
WHERE `category.nestedProducts.mapping` . `category_id` = `category` . `id` AND `category.nestedProducts.mapping` . category_version_id = `category` . version_id ) as `category.nestedProducts.id_mapping` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì▒§ı®t┴º\x06 úO└▄╩4 "
b"\x01 “ÏÌÍpx¢£/‹Qm&Û? "
b"\x02 é³Z \x15 N’¹‹¥\x14 -S¦I "
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
b"@Qq\x00 Â^O\x02 ░\v ░ì\x10 ■TÒ "
b"""
B K.€eN\x06 º™!Ò\n
\x11 B‹
"""
b"N\x02 âýnGO"©ˆ\x06 u-»0Ë "
b"vÆ–]\x00\x14 MX“od|ÐV\x15 ~ "
b"üÒ\x17\x05\x13 EB£│\x05 ÒÀ\v 'ÄØ "
b"‹û_TøÓO¦¸k¨3mCŽ‰ "
b"¦=\x11 tg\v DC”Î\x1F ÿ¼¦ã> "
b"±2~*£¦G"ªÚ’Ü*¾\x1D 1 "
b"Ï Ñáò┐Nä©yÄýì°[[ "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`category.nestedProducts.mapping` . `product_id`
) SEPARATOR '||'
)
FROM
`product_category_tree` `category.nestedProducts.mapping`
WHERE
`category.nestedProducts.mapping` . `category_id` = `category` . `id`
AND `category.nestedProducts.mapping` . category_version_id = `category` . version_id
) as `category.nestedProducts.id_mapping` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , (SELECT GROUP_CONCAT (HEX (`category.nestedProducts.mapping` . `product_id` ) SEPARATOR '||' )
FROM `product_category_tree` `category.nestedProducts.mapping`
WHERE `category.nestedProducts.mapping` . `category_id` = `category` . `id` AND `category.nestedProducts.mapping` . category_version_id = `category` . version_id ) as `category.nestedProducts.id_mapping` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018DB1F5D5A974C1A706A34FC0DCCA34 , 0x0193CFCCCD7078A2A32F8B516D26DB3F , 0x02E9B35AA0154E92B98BA5142D53A649 , 0x16561F02419949FEB5AC61A4EE6C6211 , 0x40517100B65E4F02B00BB08D10FE54E3 , 0x42204B2E80654E06BA9921D20A11428B , 0x4E02E2FD6E474F22A98806752DBB30CB , 0x76C6965D00144D58936F647CD056157E , 0x81E317051345429CB305E3B70B278E9D , 0x8BFB5F54F8D34FA6B86BA8336D438E89 , 0xA63D1174670B444394CE1FFFBCA6E33E , 0xB1327E2AA3A64722AADA92DC2ABE1D31 , 0xD8FFA5A095BF4E84B8798EEC8DF85B5B ));
Copy
43
17.32 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `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` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x13 *vãp┘┤┴#ÝÉdÍ© "
b"\x01 ì\x13 *▓▀p$╣ÒF¨rEµ& "
b"\x01 ì\x14\x16 \|p\e ò┘±┬&+]´ "
b"\x01 ì\x14 Újp<®wë>│(?î "
b"\x01 ì\x14 $+æs³ªãþ|p9qR "
b"\x01 ì\x14 'Ó{pvåxA\v »à\x1F ù "
b"\x01 ì\x14 (Døqh×\r Þ«Éb┼K "
b"\x01 ì\x14 (¬¸q9×Ïâó╝│ZÔ "
b"\x01 ì\x16 ü└\x1E s\x14 ëêÇ.\x02 SÇÌ "
b"\x01 ì\x16 Ø´ÇqáîfÛiÏL\x1F "
b"\x01 ì\x16 ×û+r\x0E ¬s´\x07 rìø\n "
b"\x01 ì\x16 í1Ïrxàêù\x05 Ùw\x1E ô "
b"\x01 ì\x16 í~ÓstÀMu1ϲ═} "
b"\x01 ì\x16 úiþq´╝9┬n½\x04 ¿\x18 "
b"\x01 ì\x16 Ñ\x15 ÄqöüS#a\x01 ôÿ "
b"\x01 ì\x16 ¬ÉÒp║ê,ƒÓ×ø\x1A Ó "
b"\x01 ì\x16 ¬²7q$¥×èÇ\ÇÛQ "
b"\x01 ì\x1D gå&q⻃L'Ì‗9Í "
b"\x01 “ÐF¶Mp£—7"¥šD\x0F T "
b"\x01 “ÐF¾Ns\x05 ¢,ÎX=ȉQ "
b"\x01 “ÐFÅ>p\f ¬g†2´@y¨ "
b"\x01 “ÐFË·p\x17 e§ø['ãZ "
b"\x01 “ÐFÒÕpDŠ4k‹\x10 Œ\x02 "
b"\x01 “ô\x08 $ñqê¼Wr\x7F /"`Ž "
b"\x01 “ô\x08 IŒpÒ¹v<\r E‡"² "
b"\x01 “ô\x08 “#s“¦5\x1E r þ‹¸ "
b"\x01 “ô\x08 Ö¤qÁ®tœ…=«¬Ý "
b"\x01 ì\x12 Àº\x0E sV¥é9§={╩¸ "
b"\x01 ì\x12 Àݲr┬º‗ùýÜq\x10 ╬ "
b"\x01 ì\x12 ©2\x00 rX¬wÙ3û("0 "
b"\x01 ì\x12 ©vpqöö|┼¡i═f\x04 "
b"\x01 ì\x12 © æs\v ùJ\x02 u¥²┌É "
b"\x01 ì\x12 ¥£`qáùo\x1D \r ┐\x1E ¢; "
b"\x01 ì\x12 ─·5r×ú3Ñb¶\x17 ÜI "
b"\x01 ì\x12 ┼J/rhäÇnp\x02\f Þ■ "
b"\x01 ì\x12 ┼¢¶q\x14 ╗îò0a,╣ú "
b"""
\x01 ì\x12 ã\n
ªs▀Á6±ü¼±ı3
"""
b"\x01 ì\x12 ãWtqi½ãü%¾<W "
b"\x01 ì\x12 ã╩×rDÂeC{!(º· "
b"\x01 ì\x12 Ã\x13 ]qÿ║Ê╗6.\x7F / "
b"\x01 ì\x12 Ã^\x0F qøäKM#ͬP4 "
b"\x01 ì\x12 ëıqm▓,¶\x16 Ï[\x17 "
b"\x01 ì\x12 ╚\x03 ms'│ÿ╠\x1F ¨±R\x10 "
b"\x01 ì\x12 дÉq«ëb\x07 j®\x06 █® "
b"\x01 ì\x12 ÊB╦pêèq,t┤âµ╩ "
b"\x01 ì\x12 ÊÉ\x10 p¸ÂIZFÿ¯\x7F R "
b"\x01 ì\x12 ÊÔ)qïƽå┤·vÑû "
b"\x01 ì\x12 Ë:\x02 rÖë\x0E 5\x0F gå╗t "
b"\x01 ì\x12 ¸åCqs¬xý½wg+┴ "
b"\x01 ì\x12 ¸█\x7F p\x04 ô \x17 Ô*rQq "
b"\x01 ì\x12 °╩!q®âs¨xh┐«9 "
b"\x01 ì\x12 ³û;q\x03 ª|³OR«╚┬ "
b"\x01 ì\x12 ³Õ\x12 s:║\x1E 53\x10 ú©═ "
b"\x01 ì\x12 ²,╬qË®[\╚ê\x14 Ç "
b"\x01 ì\x12 ²vpqÈç¢Ã± \Þ^ "
b"\x01 ì\x12 ²┐7rDƒ╦¶Ø5>4\x17 "
b"\x01 ì\x12 ■\x08 Ér¨è7¦º╚'\r ╔ "
b"\x01 ì\x13\x02 u┘pD╗§BÐ┼Y─ª "
b"\x01 ì\x13\x02 ─\v p\x14 á«wäÒº▒; "
b"\x01 ì\x13\x03\x11\x14 s═å\x0E )\v u\x1D ½Ù "
b"\x01 ì\x13\x03 `\x16 qRÖ\f ├%ÿ¦Oj "
b"\x01 ì\x13\x03 ½âr(èÅw─\x0E ?ÐÊ "
b"\x01 ì\x13\x03 °¶rvÅêÿÇÝÍ\x7F ░ "
b"\x01 ì\x13\x04 mÛr\x14 ÑÌ└A\e 5I» "
b"\x01 ì\x13\x04 Â╣s?«│\x1E ÷OÖPÛ "
b"\x01 ì\x13\x05\x03 8qí║û<r1¤╩Í "
b"\x01 ì\x13\x05 NØqåë╩ò7ÌbÊ~ "
b"\x01 ì\x13\x05 øMqà║@È\x19 ╬\x07 Ôò "
b"\x01 ì\x13\x05 Þ\x04 q&ºK]ú■ßéW "
b"\x01 ì\x13\x06 a\x19 p\r ï╣sÚ\ÉE┐ "
b"\x01 ì\x13\x06 ░dsd╣~Û\x04 jl╚Ì "
b"\x01 ì\x13\x06 ■ªr\x00 ü\x7F `ñÁ[l& "
b"\x01 ì\x13\x07 K\x06 p%äy■$│┌E\x18 "
b"\x01 ì\x13\x07 ø£r═©\x11 Ôth¤Ô* "
b"\x01 ì\x13\x07 îs%Àcä÷w\▒X "
b"\x01 ì\x13\x08 BRsÎÖI1ué┬Í> "
b"\x01 ì\x13\x08 òdrbÉòOÆ¡+║¤ "
b"\x01 ì\x13\x08 µÛrlØbÔ-̽Èa "
b"\x01 ì\x13\t 6\x10 pÖíç‗0╚ì|I "
b"\x01 ì\x13\t ëJp¿ç7╔ÂÊ2rH "
b"""
\x01 ì\x13 \n
\x03 Xq³Æ\x04 Ð"Ä,³:
"""
b"""
\x01 ì\x13 \n
T¿rJëû└\e 67½\
"""
b"""
\x01 ì\x13 \n
º╩r▄Ñ█bÓRñ\x19 ¢
"""
b"""
\x01 ì\x13 \n
°gp\x0E íÜA▓cX\x1C Þ
"""
b"\x01 ì\x13\v KâqËå3\x12 i¬[¸K "
b"\x01 ì\x13\v øãqc¢Q\x15\x1E ~çúa "
b"\x01 ì\x13\v ¯ ru©jvV\x08 ¹Úí "
b"\x01 ì\x13\f CesB░A¯½|!8= "
b"\x01 ì\x13 \r /.pþäþ\x04 Ä\x1C eÊ3 "
b"\x01 ì\x13 \r ü¶pO¿0┐─ú_╩é "
b"\x01 ì\x13 \r ı0pTï╦É\x02 ¤o\t ð "
b"\x01 ì\x13\x0E g¢r,åRuf"ɵõ "
b"\x01 ì\x13\x0E ┬▒rQÿ┼Pe\x1F Ë\x0F r "
b"\x01 ì\x13\x0F Cq╬û®>þ!»ì╬ "
b"""
\x01 ì\x13\x0F y\x11 s┬Ür\n
Ló▄çS
"""
b"\x01 ì\x13\x0F Ð/p{ï®gÇ═ê¦2 "
b"""
\x01 ì\x13\x10 [eq)»\n
░òò*┌│
"""
b"\x01 ì\x13\x10 Íâq¥ç÷\x17\x14 uø╣à "
b"\x01 ì\x13\x11 '¯s½æV├»Ë‗:¿ "
b"\x01 ì\x13\x11 p×rHª¡'ó╬Þ)D "
b"\x01 ì\x13\x11 ãÄs³ÅtÑçTýë# "
b"\x01 ì\x13\x14 2\v q\x13 ¿╝4>\x1E\x10 i6 "
b"\x01 ì\x13\x14 éöp▓é>l\x1E ~╠Ú) "
b"\x01 ì\x13\x14 Í3r]û0ü▒Ú$a┬ "
b"\x01 ì\x13\x15 ({ré£\x19 ±Ñ\x15 LVø "
b"\x01 ì\x13\x15 ~DsмÏóÌÕ╣»\x1C "
b"\x01 ì\x13\x15 ╠Wr%úYd}¦d▒ "
b"\x01 ì\x13\x16 IRq╦ï\x0E é┌9kO\x03 "
b"\x01 ì\x13\x16 £\x00 qçé½╔\x01 }\x12 sÕ "
b"\x01 ì\x13\x16 ¯ºq"¼E)¬CÞ_m "
b"\x01 ì\x13\x17 ?¤p\x11 Æs}áÙ\x1D ┼D "
b"\x01 ì\x13\x17 æärnÜ£K&î\r $ì "
b"\x01 ì\x13\x17 Ó p¢éøÓ$t\x1A └B "
b"\x01 ì\x13\x18 .õq·¼<Yð(┐е "
b"\x01 ì\x13\x18 }oq\x0E ¬ç]BXÓ\x03 g "
b"\x01 ì\x13\x18 ¤\x1C p:à\x00 ┐¶ö:# "
b"\x01 ì\x13\x19 b▄p`ÀÆ`¨Pò\x15 7 "
b"\x01 ì\x13\e KÖq¢Å;o┬\x18 c+, "
b"\x01 ì\x13\e Ö9ráª^Ò╬╚Ý\x07 § "
b"\x01 ì\x13\e Û[q»á°±M\x04 ╔▓n "
b"\x01 ì\x13\x1C 3┤p┘╣b╔&RÀ╗k "
b"\x01 ì\x13\x1C ▒Æq\x1D Á?┐\x18 ╚Î\x17 Ù "
b"\x01 ì\x13\x1D\x02 8qÇÂæ┘5Éh═r "
b"\x01 ì\x13\x1D S+q\x04 ëÔ¥\x04 wRƒ\x1D "
b"\x01 ì\x13\x1D È\x17 r─ø\f l╚D*w« "
b"\x01 ì\x13\x1E %└r:Ü▄-k(ëÌã "
b"\x01 ì\x13\x1E wq\x02 «{\r ±:V╩~ "
b"\x01 ì\x13\x1E ╬░s@¡\x1D \ÓLLÌ\x18 "
b"\x01 ì\x13\x1F\x1D EsáèݽÏOGb "
b"\x01 ì\x13\x1F lÿpt│ÇEÍ+:Fã "
b"\x01 ì\x13\x1F Ýär▀×íí█Uº┌b "
b"\x01 ì\x13 A¯qç¼à^/ÔP╩q "
b"\x01 ì\x13 Övqpï\x0E\e +®┬Å\x01 "
b"\x01 ì\x13 ‗$p\x12 Öq ║\x17 Ga^ "
b"\x01 ì\x13 !D\qP╝Ze░ƒæH, "
b"\x01 ì\x13 !┬RrÑ╝Ø\x1D ıp4Aj "
b"\x01 ì\x13 "\x13 dsÆók\e Wã├âü "
b"\x01 ì\x13 "Ä6raÿT│┘DËL‗ "
b"\x01 ì\x13 "ß\x05 r3░Êg█p\x01 v\f "
b"\x01 ì\x13 #7mqNƾ\x10 ¦;`«¡ "
b"\x01 ì\x13 #ï9puª¾\x15 3vñFX "
b"\x01 ì\x13 #┌6q#à╬_\x11 àú?" "
b"\x01 ì\x13 $+╦q\x06 ¿\x0E Ùxß(Jõ "
b"\x01 ì\x13 $x\x1C r\x14 èG»╦╔u ° "
b"\x01 ì\x13 $┼╩r\x18 ç[\x7F ®ã\x15 │ñ "
b"\x01 ì\x13 %\e Sp©ô\x1F f:ë^Å\v "
b"\x01 ì\x13 %o\x07 s\x03 ïk¬'ê■", "
b"\x01 ì\x13 %┬8q¬¢╣t└æa¤á "
b"\x01 ì\x13 &\x14 íq\x03 ┐┌»»äQ+█ "
b"\x01 ì\x13 &hTq~┐($]øEF¢ "
b"\x01 ì\x13 &©\v p_╣\x05 █ãJ¨¾l "
b"""
\x01 ì\x13 '\n
3pÁû[e§┐#Wµ
"""
b"\x01 ì\x13 'YåqéƒKx,u▀ê\x14 "
b"\x01 ì\x13 '®qsÊ▓|CÝ┴P╔[ "
b"\x01 ì\x13 '³ÿq«ê\t\x10 D\x0F DÝØ "
b"\x01 ì\x13 (Nèr«é¡\x15 Qø┬éØ "
b"\x01 ì\x13 (í\x0F sÐÂ╦êM®~ËÛ "
b"\x01 ì\x13 (¾ïsÄú■N┬U(«º "
b"\x01 ì\x13 Ð)├që┐\x01 p\v ¸ñ°Ø "
b"\x01 ì\x13 ÐscsƒïÂ\r ú¦zù© "
b"\x01 ì\x14\x19 SQqNçÃN0\x01 :zÓ "
b"\x01 ì\x14\x19 Ñ\x02 rü░\x06 $â\x1C öúÍ "
b"\x01 ì\x14\x19 ¾ sw¿sTÉÕ±x\x14 "
b"\x01 ì\x14\x1A IJp■ó┘i╦\x17 ù§E "
b"\x01 ì\x14\x1A öÚs═ó■\x12 Íæü-% "
b"\x01 ì\x14\x1A µUp░ºI5Í·<\x18 G "
b"\x01 ì\x16 {ôÇqkáç´├z░¹ý "
b"\x01 ì\x16 {╠2sMÁ\x13 â\>Ð\x03 Ó "
b"\x01 ì\x16 |\x07 Áqxå:ð\x11 ÉI \x12 "
b"\x01 ì\x16 |Arsrû└─Fý┴‗¹ "
b"\x01 ì\x16 |w~sV»\x07\x13 C\x02 P"\x11 "
b"\x01 ì\x16 |«Çs]¬[‗ý\x08\x11\x16 c "
b"\x01 ì\x16 |ÒrrD╝¤æà\Ø\x03 9 "
b"\x01 ì\x16 }\x19 ‗q\x00 ûT┘\x0E S\t x' "
b"\x01 ì\x16 â\x17 öpýü\x08 ±_è¾Ö× "
b"\x01 ì\x16 âd\x03 s│À¥å¥xGû÷ "
b"\x01 ì\x16 â¤[qF¼!├U\x17 H\x13 ì "
b"\x01 ì\x16 ä\x13 }p┬éîk║k\x06 ¡T "
b"""
\x01 ì\x16 ä[+s\x16 æÎB\n
Û║╝┬
"""
b"\x01 ì\x16 äá¥s]┐cÙ\f ═1À╚ "
b"\x01 ì\x16 ë░ýr\x0E ¡\x12 ─Ì█;s+ "
b"\x01 ì\x16 èx\x15 pe½Ò\x10 í¿\x1D º╚ "
b"\x01 ì\x16 è¬Wr\x1C ½Í═^ı\x17\x16 T "
b"\x01 ì\x16 èÌ▒p\x13 ì\x18 ¹Q÷8@n "
b"\x01 ì\x16 î!■sð╗ÐKQn±¹Ù "
b"\x01 ì\x16 îê¬sH¡║¯{ý§.N "
b"\x01 ì\x16 û╝¹pcè╠Ê┼;D&Ë "
b"\x01 ì\x16 ù\x06 ²rä░'ÿ\[×┤@ "
b"\x01 ì\x16 ùQvs7½¤q±L¶vÛ "
b"\x01 ì\x16 ùñËqï╗┘¿c╠\x13 Yã "
b"\x01 ì\x16 ù±'p▄ìoÐ┬ø¥æ` "
b"\x01 ì\x16 ÿ8Öp<©Kç└\ıÂõ "
b"\x01 ì\x16 ÿädsÖÜ▄mDd└²À "
b"\x01 ì\x16 ½qFp"░=æ+\x06 ┐\x1E µ "
b"\x01 ì\x16 ½½\x08 q:ÂÆêç;u\x0E ] "
b"\x01 ì\x16 ½Òepîâ\x14 (0┴øe¢ "
b"\x01 ì\x16 ¼\x18 ìsYƒ╝╩1-,ô└ "
b"\x01 ì\x16 ¼LùsÉóÍ3ã$îüu "
b"""
\x01 ì\x16 ¼¼╠qØ¥â╔\n
\x03 sõú
"""
b"\x01 ì\x16 ¼Õ╬r.ïTt╦©┼{K "
b"\x01 ì\x16 ▓^ßp*ó┘j<\x17 ¢┴c "
b"\x01 ì\x16 ▓£\x13 r\x07 Æ\x19 %@W=èW "
b"\x01 ì\x16 ▓õcr\x1A ║\x04 x▄Xýû3 "
b"\x01 ì\x16 │%;sB¬█t-Hc»3 "
b"""
\x01 ì\x16 │i{qp┤®\n
,DÖìÛ
"""
b"\x01 ì\x16 │½gr>Äó0îr3■» "
b"\x01 ì\x16 ┤\x0F ÀrJÑ\x18 g&b\x08 ½è "
b"\x01 ì\x16 ┤]▓q!╗═ÿÁ·òbu "
b"\x01 ì\x16 ┤«Üp&¿d‗┐ƒü»· "
b"\x01 ì\x16 Á\x17 %ptÖ0K\x10 [+░r "
b"\x01 ì\x16 └ê~r°╣P½╣Ag└m "
b"\x01 ì\x16 └Úýqúä¶\x7F\x01 Î!\x19 ┬ "
b"\x01 ì\x16 ┴<§qp┐ú\x04 ▀Õ¸╦d "
b"\x01 ì\x16 ┴Ï╠q1×\x00 5_Ô-╗Û "
b"\x01 ì\x16 ┬0gs─¼@ƪõ┼\x17 5 "
b"\x01 ì\x16 ┬ôOs{ü¡9\x1F D[x1 "
b"\x01 ì\x16 ├$êshïßÈW╣QÊc "
b"\x01 ì\x16 ├lCq-å▓B0dº\x13\x08 "
b"\x01 ì\x16 ├½ùr<ä\x05\x12 Tó?║9 "
b"\x01 ì\x16 ├ÞnrbÁ└\x12 Év\x12\x17\x02 "
b"\x01 ì\x16 ─*Xrÿ╣ SpÃ&ÈK "
b"\x01 ì\x16 ─k╦p¥Æ■o└\x1E ¥Ô\x1A "
b"\x01 ì\x16 Ãı¹r¨äÅÌIÚ\\x0E\x16 "
b"\x01 ì\x16 ╠õ¬p▄׸µ9Ã\x16 1\x17 "
b"\x01 ì\x16 ═\e ßr\x00 ª┌$\x04 ¾│¸w "
b"\x01 ì\x16 ═UÒp╝Ü4j5¸Ë└7 "
b"\x01 ì\x16 ═ÅXq■Ķ/Mâ2;¾ "
b"\x01 ì\x16 ═╔òs\x13 ┐P└o\x0E ÌZõ "
b"\x01 ì\x16 ðä\x15 q1¡\x1D ü+╠TH╔ "
b"\x01 ì\x16 ð┴\x16 r2ܽWA\v ■┘| "
b"\x01 ì\x16 ð·Asê×>·\x04 ^N▒Ð "
b"\x01 ì\x16 ʃapâ奮╠¾\f \n "
b"\x01 ì\x16 Ê┌Jq┌çaÇÊØÇ©© "
b"\x01 ì\x16 Ë\x19 Åp7£bB8╗ë«\ "
b"\x01 ì\x16 ËZTq\x16 ©\t A▓\x12 p\x16 ┴ "
b"\x01 ì\x17\v É\x1F sÀà\x01 █á\x1D c.\x1F "
b"\x01 ì\x17\v ÎÅr®éá╗╚pt.Í "
b"\x01 ì\x17\f\x1D\x19 qBµ]\v -ô╣C "
b"\x01 ì\x17\f ûzq\x0F ô¾═¶/w¥\v "
b"\x01 ì\x17\f ¦Ür'Öé´¹rÛìu "
b"\x01 ì\x17 \r ¶r$Ö.S\x14 M\x00 +┌ "
b"\x01 ì\x17 \r a╩qþáW~e \v ðt "
b"\x01 ì\x17\x12 P║qƪ\x00 X,\r !{¾ "
b"\x01 ì\x17\x12 ò‗sÀª;¹ë\x10 ¼ÓP "
b"\x01 ì\x17\x12 █\x04 q,║\x19 ǃÍóTM "
b"\x01 ì\x17\x19 ;!qÔéØáF\x7F ©\x04 Ô "
b"\x01 ì\x17\x19 }ks/╗ÇÝð´Xk+ "
b"\x01 ì\x17\x19 ┬█qGëö7Ïg\x1A 4N "
b"\x01 ì\x17\x1A\x05 ær╦ÆV╗æe\x13\e\x1D "
b"\x01 ì\x17\x1A OnpRÜ╠üGÓM░╝ "
b"\x01 ì\x17\x1A û¶r}£\x15 Âi=»N╦ "
b"\x01 ì\x17\x1C\t ‗slÁâ╬_Mð Y "
b"\x01 ì\x17\x1C N\x01 p£ätï\r Çíç\x06 "
b"\x01 ì\x17\x1C Æïs¡º█_©`ì`\x04 "
b"\x01 ì\x17\x1C Í┬p*ª &î\x01 ð┴¢ "
b"\x01 ì\x17\x1D\x18 █pŃèãõW£q3 "
b"\x01 ì\x17\x1D _└qòá:┌X\x08 ]¥< "
b"\x01 ì\x17\x1D ñgrã┐Øíü\x0E ÄÆð "
b"\x01 ì\x17\x1D Úos╦║j-═\x19 F\x06 ° "
b"\x01 ì\x17\x1E .°qíÅı*(ö"T( "
b"\x01 ì\x17\x1E qSrpåt4É3¦k¹ "
b"\x01 ì\x17\x1E ┤as/çÄïÆè▀▀« "
b"\x01 ì\x17\x1E ÷Npá¼÷`ª@Xýo "
b"\x01 ì\x17\x1F :\x08 r\x02 øqè¨┴&\x7F │ "
b"\x01 ì\x17\x1F {·r[íÚU?õ÷eù "
b"\x01 ì\x17\x1F \v rÒºöt´\t º?| "
b"\x01 ì\x17 /¦p¥ÿ╣Pö\x0E ¯nk "
b"\x01 ì\x17 oªpGª▒jEA\x18 T\x1A "
b"\x01 ì\x17 ▒)q`▓çðpà\É "
b"\x01 ì\x17 §┬pV¿\x13 Þf\x11 D\x1D\t "
b"\x01 ì\x17 !9ñsE║æÁ═ßù\x08 Ù "
b"\x01 ì\x17 #╬äsp┐\f Zj\r {░S "
b"\x01 ì\x17 $\x13 cr\x07 à─░!Ť9 "
b"\x01 ì\x17 $Æ÷p(┤Ø©\x10 │\x08 ý─ "
b"\x01 ì\x17 $█\x07 pÿ╗q)éÈ1N_ "
b"\x01 ì\x17 %%Úq6ùú┴bDÅYd "
b"""
\x01 ì\x17 %m╗p÷ùza:\n
\x17 «m
"""
b"\x01 ì\x17 %┤4s´ñvA \x17 ¹Ó\t "
b"\x01 ì\x17 &,pýåÔ▀│x¦t´ "
b"\x01 ì\x17 &w─røç═Æ\x04 ¼¯<i "
b"\x01 ì\x17 &┐9syú¾fµ¤ƒd\x10 "
b"\x01 ì\x17 '\x07 Îs¶¿┬╩K'?.Å "
b"\x01 ì\x17 'O\x17 p}º=u\┘%\x7F ╗ "
b"\x01 ì\x17 '┼vsØ¢c├`20╦S "
b"""
\x01 ì\x17 (\n
ds3ÀIÃ█▓Ì `
"""
b"\x01 ì\x17 (Q\x15 pOù■\x10\x1F Éü÷H "
b"\x01 ì\x17 (ôís©Ø\x16 £Uí¯©- "
b"\x01 ì\x17 (ÏNro®\e Þæ╗¼\x05 Ú "
b"\x01 ì\x17 )M¬pƒö·óÝ\x1C $ª¾ "
b"\x01 ì\x17 )ôCq¤ëÄà▄üÛ╠╣ "
b"\x01 ì\x17 )┘\t sÛŲüã=\x0F ø├ "
b"\x01 ì\x17 *#^s7ƒõ\x17 T|ÍBÀ "
b"\x01 ì\x17 *mÈq\x08 ò¥kvÄ;ƒÁ "
b"\x01 ì\x17 *Û\e r┤▓╩±ðóQSC "
b"\x01 ì\x17 +36sºï»oº,\x07\x06 # "
b"""
\x01 ì\x17 +{âr5º\x08 na\n
┐╚Ñ
"""
b"\x01 ì\x17 +─oqØ¡╣\r ù¡öÙ÷ "
b"\x01 ì\x17 ,%╦p¬èùÔÝ\x1C 4╚ú "
b"\x01 ì\x17 ,Á,sÆø3 SKçJ\f "
b"\x01 ì\x17 -\t %p4▒\x13 ┘VeÁÍb "
b"\x01 ì\x17 -Wåp[▒*\x06 í¯╠Ô0 "
b"\x01 ì\x17 -ª╗s┴í¡\x16\x00 Û\v ?E "
b"\x01 ì\x17 .\x06\x1E s┴«iÏÝ\x08 Íí_ "
b"""
\x01 ì\x17 .┼ãrßÅ\n
ÔÓÛ#└u
"""
b"\x01 ì\x17 /\x1E VsYç│|£ï¸2Ï "
b"\x01 ì\x17 /v¹q0Çõ²'\x14\x07\x1E\x0F "
b"\x01 ì\x17 0R═s7£¾\x1C Û╔IQ\x00 "
b"\x01 ì\x17 0┬\x1F p!ñ4┌I\x19 ı═c "
b"\x01 ì\x17 1%+qhÉ├Lvj▓7\v "
b"\x01 ì\x17 1ÄúrÙ┐¡▓\x12 ║þ\x15 ├ "
b"\x01 ì\x17 1þ®s█░│¦│╩¤Äd "
b"\x01 ì\x17 21 s\x15 ╝▄ƒ2\t ÇvÚ "
b"\x01 ì\x17 2~Ûq¢é\x11 È\x17 ¨H°B "
b"\x01 ì\x17 2¨wqLº[vJl±íh "
b"\x01 ì\x17 3?·q\v Â\e Í═╗#k\x1C "
b"\x01 ì\x17 3ä_p_×s\x7F çı╦┌h "
b"\x01 ì\x1D 'P-s¸øtl¨»+▀\x1D "
b"\x01 ì\x1D 'Ʀpæñ¬®¢H¸!` "
b"\x01 ì\x1D 'Ëípzòýí*øþÅò "
b"\x01 ì\x1D (\x17 ╗s\x1F ÉlÐŤ▄T\x14 "
b"\x01 ì\x1D (Xüqä¬9²┤ê\x0E Ð] "
b"\x01 ì\x1D PGßrGÁÂ{═ù\r sj "
b"\x01 ì\x1D y½&sPú\x16 Ú-=o¼┘ "
b"\x01 ìâiÕ═rIé±+ÝÝs£\x02 "
b"\x01 ìâjQ╦p¶ïÿ\x1F ¦Z╦cG "
b"\x01 ìâj©^p\x17 «╝ñ\v L\x16 Â) "
b"\x01 ìâk?tqeÿÞ╩‗╠3¢Ð "
b"\x01 ìâk¡ürÔó\x07 uÊÝùùB "
b"\x01 ìà┌¿+peÇ´/░±}çV "
b"\x01 ìà┌°Òq\x08 ó¡\x1E M\f £§3 "
b"\x01 ìà█<ÛrÒÇím\x17 \ò\x18 ¾ "
b"\x01 ìà█åËp¥ó\x12 ËídàÝâ "
b"\x01 ìï\x10 ║\v p_àÿ\x04 ]ä´å═ "
b"\x01 ì┬\x15\x19 £pòíoÙúJ¹░┐ "
b"\x01 ì┬\x15 gòqjÜ╬sK\x1A Á¸l "
b"\x01 ì┬\x15 ¬¬r\x06 ▓Ýö¸ÂJıq "
b"\x01 ì┬\x15 ‗!sAù¿³E\x0E ??╚ "
b"\x01 ì┬\x16 K┤q▀óT▓æ4.\x01 j "
b"\x01 ì┬\x16 ú0s)éa\v Ý\x04 ̓ "
b"\x01 ì┬\x16 Ý9r\x02 æßHR\x12 òYp "
b"\x01 ì┬\x17 2kqÐçÝZ\x15 9®F¿ "
b"\x01 ì┬\\x04 ÀqÐ░\x1C ┬┤¹ý\x1A ' "
b"\x01 ì┬\M\x03 qíòq=í\x16 ¶k¬ "
b"\x01 ì┬\ôîqWì├d^\x15 \\x1F ┼ "
b"\x01 ì┬\Î=pàÀöô¨╬├]ý "
b"\x01 ì┬]\x1E öqUëm³ô┬¹_Ö "
b"\x01 ì┬]gNqþ×ò\x1D å?ÝÚ\f "
b"\x01 ’¯’âbr÷¨Ee€g(ïÞ "
b"\x01 ’¯“wZr\¥M\ªšœ½~ "
b"\x01 ’¯“÷Ïr\x12 £Ã»®Ññï‹ "
b"\x01 ’¯”±Prú˜í„¹€–zò "
b"\x01 Æ»òbýqÃä╔áÅ┘╔╝ç "
b"\x01 Æ»û6ÄpÅæ\x04 Än╚H╠Ù "
b"\x01 ’¯–ƒ\f p³µ\x08\x15 d$,~¤ "
b"\x01 ’¯–Óˆr\x13 ÀP2ûèmD "
b"\x01 ’¯—"Ýq©˜€ªkO\x17\x06 & "
b"\x01 ’¯—mcp\x13 †_µÇ8\x0E *i "
b"\x01 ’¯—½]q)„źìÍ=K\x17 "
b"\x01 ’¯ªwUsñ‘¥šp½.¢G "
b"\x01 ’¯ªË'r+¥Áí®~:’6 "
b"\x01 ’¯«\e\x01 pò%¯Üûh$\r "
b"\x01 ’¯«hµs¢»\f ¨ØˆT~ƒ "
b"\x01 ’¯«¶q·”+l¤\x13 ‰›â "
b"\x01 ’¯¬6žs¾É*\t 1T\x18 › "
b"\x01 Æ»¼äss╚ØÅ\x1C õB;"ã "
b"\x01 ’¯¬Ð…q\x07 ¥yö\x1F ¡“,0 "
b"\x01 ’¯\x1A ™q\x08 ›ÓµÓh\x16 ׈ "
b"\x01 ’¯coq<’ó…0@\x1A £< "
b"\x01 Æ»»\x18 ìs├ü‗sÅı ┘\x1E "
b"\x01 Æ»»gøqL¥§ÐÂø\x1E\x06 Ø "
b"\x01 Æ»»│¿pì▓Æj\x0E Õì^\v "
b"\x01 ’¯°\x03 Vs€”¯\x06 èÀ5¦4 "
b"\x01 ’¯°P˜r«†EÙÏÿE\x1C t "
b"\x01 Æ»░ƒPpkáìTı┴ùîd "
b"\x01 Æ»░Û<sؼ¾6§f╚\x01 : "
b"\x01 ’¯·ˆxs€„\x0E Ä$‘:ÈÙ "
b"\x01 ’¯·Ú—sÒ·\x18 ꮀF·\f "
b"""
\x01 ’¯¸,Øq™”\n
á.ñÂÇr
"""
b"\x01 ’¯¸wTrÌ™Oî¯ËÑeÈ "
b"\x01 ’¯¸È’p$„\x18\x00 QBvdÇ "
b"\x01 ’¯Îá6që¾N\e êaxv} "
b"\x01 ’¯Ï+Ûpk²iË §`¿N "
b"\x01 ’¯Ù×Apý›BV\x11 -;¡2 "
b"""
\x01 ’¯Ú&–s„‘\x17 \n
ÿ\x06 9\x0E 7
"""
b"""
\x01 Æ»┌p\n
s}Å┐°╝5?ì$
"""
b"\x01 Æ»┌╣┐q─ØL¬┌ûF\x11 \ "
b"\x01 ’¯éC?q˜’\x00\v\x08 Òc”\x10 "
b"\x01 ’¯úsfpDºjÍâ*©à´ "
b"\x01 ’¯úÊÙsý‹ã˲IAi; "
b"\x01 ’¯û\x14 øs©˜ì×ÏÛZúi "
b"\x01 ’¯ûaùq\x1F §Iõ4x`HS "
b"\x01 ’¯û¯Årê¾™qB\x02 Jxm "
b"""
\x01 ’¯ûüÙrp™a‚Ÿ\n
o\x05 î
"""
b"\x01 ’¯üFøp¶ª8zÔ\x1A ¥9Ì "
b"\x01 ’°\x01 °€q¤¶á]»ZÞZ¡ "
b"\x01 ’°&G™px·S{€ûöç™ "
b"\x01 ’°&—Js¿°&š!\x04\x7F ù( "
b"""
\x01 ’°2“ŒqY·\n
Í]Ä%èL
"""
b"\x01 ’°2ãÇq͘ý\x00 6»¶\x17 Ë "
b"\x01 Æ░3/Øs╠¼vz|äYô¦ "
b"\x01 ’°3„\x14 sA„z\x7F Cìÿ\x06 @ "
b"\x01 “ÏìZîp““Cþ—=L¼9 "
b"\x01 “Ð\t p8põ‘1Ðw§Û/i "
b"\x01 ì\x12 │D\x1D sâÀ\x04\x18 Ófýj╬ "
b"\x01 ì\x12 │ªJpØ¡Ó¬@6A▒┴ "
b"\x01 ì\x12 │µ¿p%äoB"é\v P5 "
b"\x01 ì\x12 ┤%Ås=Ä~8jïfl£ "
b"\x01 ì\x12 ┤h\x01 q\x1E ì\t ╗£|½¥a "
b"\x01 ì\x12 ┤▒sDöÞ¹¢Vá%\x1D "
b"\x01 ì\x12 ┤¨§pÃè=.·▄"Ç\x14 "
b"\x01 ì\x12 Áhor%ç║ý÷╚├¶® "
b"\x01 ì\x12 Á░ÓqIçG╝Þµµ│C "
b"\x01 ì\x12 Á│rÒü╦¤▓2\x01 j$ "
b"\x01 ì\x12 Â-5r<º\e ╬█UÄ|Ø "
b"\x01 ì\x12 ÂÑrqv£\x00 nÿ²¿õ\v "
b"\x01 ì\x12 Â┌Ìqd½[òQj¹ï "
b"\x01 ì\x12 À\x15 bsà╣\x07 »╩═Ó1\t "
b"\x01 ì\x12 Àº\x0E sV¥é9§={╩¸ "
b"\x01 ì\x12 Àݲr┬º‗ùýÜq\x10 ╬ "
b"\x01 ì\x12 ©2\x00 rX¬wÙ3û("0 "
b"\x01 ì\x12 ©vpqöö|┼¡i═f\x04 "
b"\x01 ì\x12 © æs\v ùJ\x02 u¥²┌É "
b"\x01 ì\x12 ╣R^pg¡└\x02 î?û:¤ "
b"\x01 ì\x12 ╣ñ╬q««þjÏõ,R° "
b"\x01 ì\x12 ╣¦─pEáe╦a0─ô┤ "
b"\x01 ì\x12 ║6─s┼º}\x7F\x02 mfl´ "
b"\x01 ì\x12 ║t£p\x1E £│º¤Þ│6ò "
b"\x01 ì\x12 ║░mqÕûæ╔rê÷W─ "
b"\x01 ì\x12 ║´ªqHë╚nÏQ\x00 Rc "
b"\x01 ì\x12 ╗+;q\x17 ê\v .‗\x18 5¡¨ "
b"\x01 ì\x12 ╗jvqÝôbóÓxø7z "
b"\x01 ì\x12 ╗¬╗sbù╩r×.ËAp "
b"\x01 ì\x12 ╗Ù\x15 q│¿°¹Á╬\x05 D╩ "
b"\x01 ì\x12 ╝,|s;║à┐ÄÅ\x01 õì "
b"\x01 ì\x12 ╝k╠r(ô~w{g*ª╠ "
b"\x01 ì\x12 ╝¬p┐┐┬ÜSu!âk "
b"\x01 ì\x12 ╝µ;pØØü0┌3Á\n \x00 "
b"\x01 ì\x12 ¢&┴p¥ïsÈ,Æÿ@┬ "
b"\x01 ì\x12 ¢jJq¥â¥Q¥k\x01 ┌r "
b"\x01 ì\x12 ¢»\x17 r(Â2Y»‗+¶~ "
b"\x01 ì\x12 ¢úse¡\v b\r -▒Q‗ "
b"\x01 ì\x12 ¥1àp░ê■▀│¢1╗§ "
b"\x01 ì\x12 ¥£`qáùo\x1D \r ┐\x1E ¢; "
b"\x01 ì\x12 ┐\x04 ºpäÜ#├3´FôÝ "
b"\x01 ì\x12 ┐?\r q¸éamK¥éö┌ "
b"\x01 ì\x12 ┐|ƒsR┤o¿+Vo\x15 6 "
b"\x01 ì\x12 ┐ÂMs¹Ä¸\x7F Ý¿VqT "
b"\x01 ì\x12 └A┼q¤éÛ;\x10\x08 ãÉN "
b"\x01 ì\x12 └ò╝q▓æ&[¨¼oõU "
b"""
\x01 ì\x12 ┴\n
╗p)ÿj\x02 <æÈü
"""
b"\x01 ì\x12 ┴UÊq.è¡yt\x1D \r 8ë "
b"\x01 ì\x12 ┴¬├sß«g\x08 fßÀK╗ "
b"\x01 ì\x12 ┴Ùfp\x1C ▓\x7F\x0F ú╚Àtt "
b"\x01 ì\x12 ┬:ÚrZè\x05 X*m÷\x04\x10 "
b"\x01 ì\x12 ┬\x7F r\x14 ¬\x10 BÃ ░C\x19 "
b"\x01 ì\x12 ┬─ur▒┤┐¥Ä3!\x0F Ô "
b"\x01 ì\x12 ├*Öq╣êz\x15 æ,;AÍ "
b"\x01 ì\x12 ├mÿq`╣/ãA\ãü\x0E "
b"\x01 ì\x12 ├│=qÄÖP9Ç]k\x18 Ó "
b"\x01 ì\x12 ├¨NsÃÀÝÍ/┼MàU "
b"\x01 ì\x12 ─?\t söàÒoê\x04 X╩\t "
b"\x01 ì\x12 ─ï0q\x7F ║k\x7F ¾]╣╠å "
b"\x01 ì\x12 ─·5r×ú3Ñb¶\x17 ÜI "
b"\x01 ì\x12 ┼J/rhäÇnp\x02\f Þ■ "
b"\x01 ì\x12 ┼¢¶q\x14 ╗îò0a,╣ú "
b"""
\x01 ì\x12 ã\n
ªs▀Á6±ü¼±ı3
"""
b"\x01 ì\x12 ãWtqi½ãü%¾<W "
b"\x01 ì\x12 ã╩×rDÂeC{!(º· "
b"\x01 ì\x12 Ã\x13 ]qÿ║Ê╗6.\x7F / "
b"\x01 ì\x12 Ã^\x0F qøäKM#ͬP4 "
b"\x01 ì\x12 ëıqm▓,¶\x16 Ï[\x17 "
b"\x01 ì\x12 ╚\x03 ms'│ÿ╠\x1F ¨±R\x10 "
b"\x01 ì\x12 ╩╠\x00 q1êj|\x7F X¬ƒý "
b"\x01 ì\x12 ╦\x13 ¼sFï╔F;D\x1D È╦ "
b"\x01 ì\x12 ╦Rfrü╗¸/l°╬gó "
b"\x01 ì\x12 ╦×½p╠¢KÚsz\x0E )┴ "
b"\x01 ì\x12 ╦┌÷qæî▀%غûù╝ "
b"\x01 ì\x12 ╠\x19 s´ù½Y\x1E Et\x19 e "
b"\x01 ì\x12 ╠_ sJ¢´ÈÖ¯\x0E u┐ "
b"\x01 ì\x12 ╠úÀrþ«ü˃M\x18 Ù@ "
b"\x01 ì\x12 ╠Ù╣rú»ç:6y\e ¸\x12 "
b"\x01 ì\x12 ═/gqáóË▄┼¡&hý "
b"""
\x01 ì\x12 ═|Hr.╗\n
┼u4o3
"""
b"\x01 ì\x12 ═ÞasYç┘\x1C xg)4\x11 "
b"\x01 ì\x12 ╬C\x1C qqóÀ\r ,?Â\e ╚ "
b"\x01 ì\x12 ╬¡=qoø±┐SµTA "
b"\x01 ì\x12 ╬³║r<öj]\x19 Õ/ò\x17 "
b"\x01 ì\x12 ¤F░päö¹Ð¤ÙV.K "
b"\x01 ì\x12 ¤×hq[×j|u\x06 ÖEw "
b"\x01 ì\x12 дÉq«ëb\x07 j®\x06 █® "
b"\x01 ì\x12 ÊB╦pêèq,t┤âµ╩ "
b"\x01 ì\x12 ÊÉ\x10 p¸ÂIZFÿ¯\x7F R "
b"\x01 ì\x12 ÊÔ)qïƽå┤·vÑû "
b"\x01 ì\x12 Ë:\x02 rÖë\x0E 5\x0F gå╗t "
b"""
\x01 ì\x12 Ëüsmƒ\v }^S\n
\t ¯
"""
b"\x01 ì\x12 Ë─╬p-½ß╩`\x00 Ô\x1E Û "
b"\x01 ì\x12 È'Yr▒ë═h\x08 U&Â╝ "
b"\x01 ì\x12 Èííp`Ä╔ùUþìæ\x1E "
b"\x01 ì\x12 È▀hsë¼#\f ÏéOî~ "
b"\x01 ì\x12 ıKµr*▓ä\x06 Zb┘Xõ "
b"\x01 ì\x12 ıô6rlåáÒ=─[9I "
b"\x01 ì\x12 Í\x05 .s÷¬áÕô*pã´ "
b"\x01 ì\x12 Ír¶s┬ÆTи¶³Vc "
b"\x01 ì\x12 ÍÌórËø┤\r Á█pV╚ "
b"\x01 ì\x12 ÎØnqrè\t ƒ┘Ô2ø! "
b"\x01 ì\x12 Ï\x04\x15 rõâ\x17 ¥Åþ¨═\x08 "
b"\x01 ì\x12 Ïi¢rþàÏd+×╬nã "
b"\x01 ì\x12 ÏımrÏâº\t qƒ)\x1F s "
b"\x01 ì\x12 ┘9îr\x14 Åk└:¥│ñW "
b"\x01 ì\x12 ┘ç8q$É«6▒&\x06\x1E\x1A "
b"\x01 ì\x12 ┘─▀p0º\x1C ┌rFêOì "
b"\x01 ì\x12 ┌\x08 ├rì│\f ?Øî\x12\x1D } "
b"\x01 ì\x12 ┌tÅq=╣═{à\x0F `O‗ "
b"""
\x01 ì\x12 ┌│Ss?│\n
)Ͼ\x10 ò»
"""
b"\x01 ì\x12 █\v\x06 sÜçõ\x04 V■_┬i "
b"\x01 ì\x12 █Ä>s¯░»V¦Dï±k "
b"""
\x01 ì\x12 ▄@áqÅ®\n
±Í┼ËL■
"""
b"\x01 ì\x12 ▄¼\x1A s]ï\x19 ;ã\x1F ¹\x0F . "
b"\x01 ì\x12 ▄´\x0E rNÿ3\f 1u■,\x14 "
b"\x01 ì\x12 ¦3XrÈâ▒¸]&V¯■ "
b"\x01 ì\x12 ¦wésþí[JÑjÅÒ\n "
b"\x01 ì\x12 ¦┐7qÁì╔1ùPAzø "
b"\x01 ì\x12 ¦ ¥pÇá?(çFª;\x03 "
b"\x01 ì\x12 ÌDés¬╝Ì)\x7F\x1F ▓╚\x01 "
b"\x01 ì\x12 Ìï´p‗ö┘4-Ü^êý "
b"\x01 ì\x12 ▀\x18 !rÉNð4\x14 À\x18 ─ "
b"\x01 ì\x12 ▀^%qS▒h▀dûf█║ "
b"\x01 ì\x12 ▀┼&qÜù*BFûß "
b"\x01 ì\x12 Ó*|q\x12 ë`¸\x13\e ,`Ä "
b"\x01 ì\x12 Ó£Mq╠▓sJÒ³çÅÆ "
b"\x01 ì\x12 ÓÌÊs├ªí└´;ö\x18\x0E "
b"\x01 ì\x12 ß"èpé¿_À¥╣o³@ "
b"\x01 ì\x12 ßf2pPê╝bkç\t [o "
b"\x01 ì\x12 ß®ïqîîÄ└,W░\x10\x11 "
b"\x01 ì\x12 Ô\x11 ┬qþíx׃‗¾ýX "
b"\x01 ì\x12 Ôb\x19 q\x0F Â╚Cÿƒ\x1A zx "
b"\x01 ì\x12 Ô╠èqýÄÅêà\e ÔG\x12 "
b"\x01 ì\x12 Òè█r£ƒÑÛZ7╝┌Ù "
b"\x01 ì\x12 Ò[rçº╦\x08 þq{▒[ "
b"\x01 ì\x12 õ;½q~¬¿9+s÷¬║ "
b"\x01 ì\x12 õ╝Tpð║q-ß\x1F 3\x04 ) "
b"\x01 ì\x12 ÕV¼qÍ▒5sB.·Î; "
b"\x01 ì\x12 Õãoqjî╔¼ç-_ú´ "
b"""
\x01 ì\x12 µ\n
@pD▓$èÝh¯êá
"""
b"\x01 ì\x12 µC\x7F sUº\x17 U^A¸ãÛ "
b"\x01 ì\x12 µ»Br\x01 ô;ëÙn\x02 ±A "
b"\x01 ì\x12 µ \x07 q\x1F ì▓>U,\e ¤C "
b"\x01 ì\x12 þC\e s┐▒\x10 ÷ûx£±6 "
b"\x01 ì\x12 þô│s¶╣ÜS}AÅb& "
b"\x01 ì\x12 Þ\x18 Hr.çW§Ã)mP╗ "
b"\x01 ì\x12 Þë\t pÒ¡U+\f ,\x17 =\v "
b"\x01 ì\x12 Þ═\x1D s\x08 ®£BdåèòÏ "
b"\x01 ì\x12 Ú\x11 Éq«▓ûÓ┘etäö "
b"\x01 ì\x12 ÚZ¾p¿©¹\x7F ┴¨·B_ "
b"\x01 ì\x12 Úº\x10 s\é:ç\x01 ıE7ë "
b"\x01 ì\x12 Ú°éqV│▒┬ıÑ╚/P "
b"\x01 ì\x12 ÛM\x13 qÿÁãªæC1ÃÁ "
b"\x01 ì\x12 Û├Lr¤┐À{øy─¢ "
b"\x01 ì\x12 ÙAıq╬×J&@ßÓäm "
b"\x01 ì\x12 ÙÖûqOº Â\t Î\x1A ═ì "
b"\x01 ì\x12 Ù▀│sïâØ\x1A 7üü'\x19 "
b"\x01 ì\x12 ý&\x14 sãø▓õ\x13\x02 ?╣^ "
b"\x01 ì\x12 ýgÞsGÇËM>^Y═æ "
b"\x01 ì\x12 ý¡)p æ┼û\r ÞdT× "
b"\x01 ì\x12 ý§`rKï4Ì¢»Ì■ò "
b"\x01 ì\x12 Ý@´q]è¼´=ø■╣] "
b"\x01 ì\x12 Ýçãq1╣>a1▄åêï "
b"\x01 ì\x12 Ý╠Ísb│ôƒµÎïµW "
b"\x01 ì\x12 ¯\x13 Ysv╝×\x16 Öë?\x1A\x1E "
b"\x01 ì\x12 ¯XãqNâW\x02 j\t B}y "
b"\x01 ì\x12 ¯ƒ¦p°øl!óë\v ╣╠ "
b"\x01 ì\x12 ¯µÝr\x07 á│¦º!+\C "
b"\x01 ì\x12 ´,èqUÑ‗\x0E §g-Ñ4 "
b"\x01 ì\x12 ´t┬rÙû\x0F p\x07 ±\v <Ë "
b"\x01 ì\x12 ´ÎórmÖb\x14 º´´Á\x15 "
b"\x01 ì\x12 ,Õsñƒ}¢ø#&q\x02 "
b"\x01 ì\x12 yÒp║╣w\x1D ▒\x14 cv- "
b"""
\x01 ì\x12 ╩╦q¬àу\n
┬\x06 Ã9
"""
b"\x01 ì\x12 ±'╚qı║\x1E\x15\x18 ¨\x0E ì» "
b"\x01 ì\x12 ±ï|q■Ñ$÷\x06 iY\x19\x18 "
b"\x01 ì\x12 ±█ÛprÄñ\x13 f¶§¯¹ "
b"\x01 ì\x12 ‗\x1F ┴q0Å×Â\x13 ▀ÄÏ┤ "
b"\x01 ì\x12 ‗iZr\x01 ü\e lÅà\x07 x\x1E "
b"\x01 ì\x12 ‗»█q´¢»ÐB±D─┐ "
b"\x01 ì\x12 ‗³"p\x13 © \x02 þ¬ò\x06\x05 "
b"\x01 ì\x12 ¾l:p,╝×6È═×▓» "
b"\x01 ì\x12 ¾│\e reÂÛ/²³\x05 ÑÌ "
b"\x01 ì\x12 ¾■▒r┐ûsMÖ±/9? "
b"\x01 ì\x12 ¶UVqµÀ$TÛÓr!¤ "
b"\x01 ì\x12 ¶ß\x1D p\x1D ÿ¢ß\x05 ¾L»\x17 "
b"\x01 ì\x12 §EBpj«f@ \x10 ¶«1 "
b"\x01 ì\x12 §Ö|qñáÝ+L¼╦¼Ô "
b"\x01 ì\x12 §ÙHrïäÇ\t içz╗l "
b"\x01 ì\x12 ÷.Òpc©e╔SçE´ù "
b"\x01 ì\x12 ÷vñs║▓:2È\x02 î\x1C × "
b"\x01 ì\x12 ÷¥@s¯×¸¤[g»Tø "
b"\x01 ì\x12 ¸\x06 ir\v ×dþ\x10 Êôx_ "
b"\x01 ì\x12 ¸åCqs¬xý½wg+┴ "
b"\x01 ì\x12 ¸█\x7F p\x04 ô \x17 Ô*rQq "
b"\x01 ì\x12 °*ÿs|èÑkA\x12\x18\x02 ═ "
b"\x01 ì\x12 °yçs`Çηt─\x14 q) "
b"\x01 ì\x12 °╩!q®âs¨xh┐«9 "
b"\x01 ì\x12 ¨\x19 wrïâ╚kõ_¦\x7F Ü "
b"\x01 ì\x12 ¨g└pƒ»´H\x1F ╔°q█ "
b"\x01 ì\x12 ¨╣Ls\r áöU¹t├"\x00 "
b"\x01 ì\x12 ·\t gq »©\x08 %^'u▄ "
b"\x01 ì\x12 ·VQq\e ó^¡ƒ÷%D¾ "
b"\x01 ì\x12 ·ñüqîÉñ¢\x1F #▒Mh "
b"\x01 ì\x12 ·¶Ws§í4╝├q¤É\x0F "
b"\x01 ì\x12 ¹Dæq\x13 ╝µ┘┴┬÷└± "
b"\x01 ì\x12 ¹Ä┘sWá\x16 £ë;°d\ "
b"\x01 ì\x12 ¹▄▄p┼«Ñu['\x11 ½± "
b"\x01 ì\x12 ³'*r4¬HßƲ\x05 «¡ "
b"\x01 ì\x12 ³û;q\x03 ª|³OR«╚┬ "
b"\x01 ì\x12 ³Õ\x12 s:║\x1E 53\x10 ú©═ "
b"\x01 ì\x12 ²,╬qË®[\╚ê\x14 Ç "
b"\x01 ì\x12 ²vpqÈç¢Ã± \Þ^ "
b"\x01 ì\x12 ²┐7rDƒ╦¶Ø5>4\x17 "
b"\x01 ì\x12 ■\x08 Ér¨è7¦º╚'\r ╔ "
b"\x01 ì\x12 ■Oër3Çä═ò\x1A i53 "
b"\x01 ì\x12 ■┐Üq█É$ÌÉPù└¾ "
b"\x01 ì\x12 \x07 Áp¾ó\x04 î8\t ┴┴f "
b"\x01 ì\x12 G\x19 r┬É]│Z«¨ðä "
b"\x01 ì\x12 î<rÝá/JO#à;\r "
b"\x01 ì\x12 Ëmr|úÊ‗Ã\x03 2±\x16 "
b"\x01 ì\x13\x00\x12 µræéëÃ\x13 ì«û "
b"\x01 ì\x13\x00 Y¾p┬®\x07 ó?k\x1D §\f "
b"\x01 ì\x13\x00 Ø├p╣äW6Ö]╦E] "
b"\x01 ì\x13\x00 µ\x10 s£\x07 0 ÝT╔ "
b"\x01 ì\x13\x01 ($s\x0E éMÊøGæ4º "
b"\x01 ì\x13\x01 tpÿ▒dÀê░.óà "
b"\x01 ì\x13\x01 À\x11 qü╣Þ\x10 '¢OR┼ "
b"\x01 ì\x13\x01 ■\x01 rnä»×è§ìjÔ "
b"\x01 ì\x13\x02 u┘pD╗§BÐ┼Y─ª "
b"\x01 ì\x13\x02 ─\v p\x14 á«wäÒº▒; "
b"\x01 ì\x13\x03\x11\x14 s═å\x0E )\v u\x1D ½Ù "
b"\x01 ì\x13\x03 `\x16 qRÖ\f ├%ÿ¦Oj "
b"\x01 ì\x13\x03 ½âr(èÅw─\x0E ?ÐÊ "
b"\x01 ì\x13\x03 °¶rvÅêÿÇÝÍ\x7F ░ "
b"\x01 ì\x13\x04 mÛr\x14 ÑÌ└A\e 5I» "
b"\x01 ì\x13\x04 Â╣s?«│\x1E ÷OÖPÛ "
b"\x01 ì\x13\x05\x03 8qí║û<r1¤╩Í "
b"\x01 ì\x13\x05 NØqåë╩ò7ÌbÊ~ "
b"\x01 ì\x13\x05 øMqà║@È\x19 ╬\x07 Ôò "
b"\x01 ì\x13\x05 Þ\x04 q&ºK]ú■ßéW "
b"\x01 ì\x13\x06 a\x19 p\r ï╣sÚ\ÉE┐ "
b"\x01 ì\x13\x06 ░dsd╣~Û\x04 jl╚Ì "
b"\x01 ì\x13\x06 ■ªr\x00 ü\x7F `ñÁ[l& "
b"\x01 ì\x13\x07 K\x06 p%äy■$│┌E\x18 "
b"\x01 ì\x13\x07 ø£r═©\x11 Ôth¤Ô* "
b"\x01 ì\x13\x07 îs%Àcä÷w\▒X "
b"\x01 ì\x13\x08 BRsÎÖI1ué┬Í> "
b"\x01 ì\x13\x08 òdrbÉòOÆ¡+║¤ "
b"\x01 ì\x13\x08 µÛrlØbÔ-̽Èa "
b"\x01 ì\x13\t 6\x10 pÖíç‗0╚ì|I "
b"\x01 ì\x13\t ëJp¿ç7╔ÂÊ2rH "
b"""
\x01 ì\x13 \n
\x03 Xq³Æ\x04 Ð"Ä,³:
"""
b"""
\x01 ì\x13 \n
T¿rJëû└\e 67½\
"""
b"""
\x01 ì\x13 \n
º╩r▄Ñ█bÓRñ\x19 ¢
"""
b"""
\x01 ì\x13 \n
°gp\x0E íÜA▓cX\x1C Þ
"""
b"\x01 ì\x13\v KâqËå3\x12 i¬[¸K "
b"\x01 ì\x13\v øãqc¢Q\x15\x1E ~çúa "
b"\x01 ì\x13\v ¯ ru©jvV\x08 ¹Úí "
b"\x01 ì\x13\f CesB░A¯½|!8= "
b"""
\x01 ì\x13\f ö█pÎ║\x0F ¨~\n
È\t Ì
"""
b"\x01 ì\x13\f Ì¿p$▓▀jm\x1C\x0F f\x05 "
b"\x01 ì\x13 \r /.pþäþ\x04 Ä\x1C eÊ3 "
b"\x01 ì\x13 \r ü¶pO¿0┐─ú_╩é "
b"\x01 ì\x13 \r ı0pTï╦É\x02 ¤o\t ð "
b"\x01 ì\x13\x0E g¢r,åRuf"ɵõ "
b"\x01 ì\x13\x0E ┬▒rQÿ┼Pe\x1F Ë\x0F r "
b"\x01 ì\x13\x0F Cq╬û®>þ!»ì╬ "
b"""
\x01 ì\x13\x0F y\x11 s┬Ür\n
Ló▄çS
"""
b"\x01 ì\x13\x0F Ð/p{ï®gÇ═ê¦2 "
b"""
\x01 ì\x13\x10 [eq)»\n
░òò*┌│
"""
b"\x01 ì\x13\x10 Íâq¥ç÷\x17\x14 uø╣à "
b"\x01 ì\x13\x11 '¯s½æV├»Ë‗:¿ "
b"\x01 ì\x13\x11 p×rHª¡'ó╬Þ)D "
b"\x01 ì\x13\x11 ãÄs³ÅtÑçTýë# "
b"\x01 ì\x13\x12 7Zq╗¡|?bPòx7 "
b"\x01 ì\x13\x12 ÇJrMéäÕAÖ=3î "
b"\x01 ì\x13\x12 ═\x16 q\x16 į·╗ÍÀt½ "
b"\x01 ì\x13\x13\x1D\x01 p±îPæÄ´\x00 Ë÷ "
b"\x01 ì\x13\x13 j.rÜ»{Õ─ËÂ1É "
b"\x01 ì\x13\x13 ║\x04 sF┤\x04 éØ·¥Ôà "
b"\x01 ì\x13\x14 2\v q\x13 ¿╝4>\x1E\x10 i6 "
b"\x01 ì\x13\x14 éöp▓é>l\x1E ~╠Ú) "
b"\x01 ì\x13\x14 Í3r]û0ü▒Ú$a┬ "
b"\x01 ì\x13\x15 ({ré£\x19 ±Ñ\x15 LVø "
b"\x01 ì\x13\x15 ~DsмÏóÌÕ╣»\x1C "
b"\x01 ì\x13\x15 ╠Wr%úYd}¦d▒ "
b"\x01 ì\x13\x16 IRq╦ï\x0E é┌9kO\x03 "
b"\x01 ì\x13\x16 £\x00 qçé½╔\x01 }\x12 sÕ "
b"\x01 ì\x13\x16 ¯ºq"¼E)¬CÞ_m "
b"\x01 ì\x13\x17 ?¤p\x11 Æs}áÙ\x1D ┼D "
b"\x01 ì\x13\x17 æärnÜ£K&î\r $ì "
b"\x01 ì\x13\x17 Ó p¢éøÓ$t\x1A └B "
b"\x01 ì\x13\x18 .õq·¼<Yð(┐е "
b"\x01 ì\x13\x18 }oq\x0E ¬ç]BXÓ\x03 g "
b"\x01 ì\x13\x18 ¤\x1C p:à\x00 ┐¶ö:# "
b"\x01 ì\x13\x19\x15 Èr║äöWøôhj┘ "
b"\x01 ì\x13\x19 b▄p`ÀÆ`¨Pò\x15 7 "
b"\x01 ì\x13\x19 ÍùrÖü«Ù╦\x17 hvÿ "
b"\x01 ì\x13\x1A !ms╩ÄQ£H╚┤¢î "
b"""
\x01 ì\x13\x1A l\x02 sƒêg\n
U│Í@j
"""
b"\x01 ì\x13\x1A ▓▀pwàæë\x02 ¿ö\x05 ç "
b"\x01 ì\x13\x1A ²ùqí¿ñÇı\x1C ┌/| "
b"\x01 ì\x13\e KÖq¢Å;o┬\x18 c+, "
b"\x01 ì\x13\e Ö9ráª^Ò╬╚Ý\x07 § "
b"\x01 ì\x13\e Û[q»á°±M\x04 ╔▓n "
b"\x01 ì\x13\x1C 3┤p┘╣b╔&RÀ╗k "
b"\x01 ì\x13\x1C ▒Æq\x1D Á?┐\x18 ╚Î\x17 Ù "
b"\x01 ì\x13\x1D\x02 8qÇÂæ┘5Éh═r "
b"\x01 ì\x13\x1D S+q\x04 ëÔ¥\x04 wRƒ\x1D "
b"\x01 ì\x13\x1D È\x17 r─ø\f l╚D*w« "
b"\x01 ì\x13\x1E %└r:Ü▄-k(ëÌã "
b"\x01 ì\x13\x1E wq\x02 «{\r ±:V╩~ "
b"\x01 ì\x13\x1E ╬░s@¡\x1D \ÓLLÌ\x18 "
b"\x01 ì\x13\x1F\x1D EsáèݽÏOGb "
b"\x01 ì\x13\x1F lÿpt│ÇEÍ+:Fã "
b"\x01 ì\x13\x1F Ýär▀×íí█Uº┌b "
b"\x01 ì\x13 A¯qç¼à^/ÔP╩q "
b"\x01 ì\x13 Övqpï\x0E\e +®┬Å\x01 "
b"\x01 ì\x13 ‗$p\x12 Öq ║\x17 Ga^ "
b"\x01 ì\x13 !D\qP╝Ze░ƒæH, "
b"\x01 ì\x13 !┬RrÑ╝Ø\x1D ıp4Aj "
b"\x01 ì\x13 "\x13 dsÆók\e Wã├âü "
b"\x01 ì\x13 "Ä6raÿT│┘DËL‗ "
b"\x01 ì\x13 "ß\x05 r3░Êg█p\x01 v\f "
b"\x01 ì\x13 #7mqNƾ\x10 ¦;`«¡ "
b"\x01 ì\x13 #ï9puª¾\x15 3vñFX "
b"\x01 ì\x13 #┌6q#à╬_\x11 àú?" "
b"\x01 ì\x13 $+╦q\x06 ¿\x0E Ùxß(Jõ "
b"\x01 ì\x13 $x\x1C r\x14 èG»╦╔u ° "
b"\x01 ì\x13 $┼╩r\x18 ç[\x7F ®ã\x15 │ñ "
b"\x01 ì\x13 %\e Sp©ô\x1F f:ë^Å\v "
b"\x01 ì\x13 %o\x07 s\x03 ïk¬'ê■", "
b"\x01 ì\x13 %┬8q¬¢╣t└æa¤á "
b"\x01 ì\x13 &\x14 íq\x03 ┐┌»»äQ+█ "
b"\x01 ì\x13 &hTq~┐($]øEF¢ "
b"\x01 ì\x13 &©\v p_╣\x05 █ãJ¨¾l "
b"""
\x01 ì\x13 '\n
3pÁû[e§┐#Wµ
"""
b"\x01 ì\x13 'YåqéƒKx,u▀ê\x14 "
b"\x01 ì\x13 '®qsÊ▓|CÝ┴P╔[ "
b"\x01 ì\x13 '³ÿq«ê\t\x10 D\x0F DÝØ "
b"\x01 ì\x13 (Nèr«é¡\x15 Qø┬éØ "
b"\x01 ì\x13 (í\x0F sÐÂ╦êM®~ËÛ "
b"\x01 ì\x13 (¾ïsÄú■N┬U(«º "
b"\x01 ì\x13 )Bws┘Ä╔6M\x00\x7F\x0F § "
b"\x01 ì\x13 )æ║p\x15 ø˽¢\x0F ┌ëâ "
b"\x01 ì\x13 )Ô\x04 q6¡╗Alä\x06 ¹h "
b"\x01 ì\x13 *7>q▓Â~qu─*½├ "
b"\x01 ì\x13 Ð)├që┐\x01 p\v ¸ñ°Ø "
b"\x01 ì\x13 ÐscsƒïÂ\r ú¦zù© "
b"\x01 ì\x14\x17 @2p7è,åø\x06 ¦,Ý "
b"\x01 ì\x14\x17 à9s╬»«Ïð\x05 Û³õ "
b"\x01 ì\x14\x17 ╠\x12 p;ìùÌ\e ÿÒc$ "
b"\x01 ì\x14\x18\x11 FsÕ│°!Ç\x05 Á¶┴ "
b"\x01 ì\x14\x18 U┴s┼ƒVÊ¥ñï}\x16 "
b"\x01 ì\x14\x18 £rpV½Rb─?£ÆÅ "
b"\x01 ì\x14\x18 Ôöq~ö1ºÈƼæh "
b"\x01 ì\x14\x19 SQqNçÃN0\x01 :zÓ "
b"\x01 ì\x14\x19 Ñ\x02 rü░\x06 $â\x1C öúÍ "
b"\x01 ì\x14\x19 ¾ sw¿sTÉÕ±x\x14 "
b"\x01 ì\x14\x1A IJp■ó┘i╦\x17 ù§E "
b"\x01 ì\x14\x1A öÚs═ó■\x12 Íæü-% "
b"\x01 ì\x14\x1A µUp░ºI5Í·<\x18 G "
b"\x01 ì\x14\x1C Öþr(½7╝ä8ò┤I "
b"\x01 ì\x14\x1C █┤rg£ßü\x0E\x1D ¼CÅ "
b"\x01 ì\x14\x1D\x1E ¡pðÀO\e _å┤Ùh "
b"\x01 ì\x14\x1D a\x0E s║║ªEr¬╠w╝ "
b"\x01 ì\x14\x1D ╬ÂqXáÔ·ÑQu█Ê "
b"\x01 ì\x14\x1E\x11 cs{ïÂT\x18 ¡█öò "
b"\x01 ì\x14\x1E S\x07 rgÇEIßî\e ¡Ý "
b"\x01 ì\x14\x1E æósFò®Ì%\x07 âí└ "
b"\x01 ì\x14\x1E █_q\x15 ©*©\ÐM▓\x11 "
b"\x01 ì\x14\x1F\x1D þsIöÅ│WvÍ*▀ "
b"\x01 ì\x14\x1F äªspåÛcúFÛd¿ "
b"\x01 ì\x14\x1F ├╝pQ½┐¨4»å╚( "
b"\x01 ì\x14 &@àq9ôúnAI═ú\x1E "
b"\x01 ì\x14 &é\x07 p\x17 ù\x12 ┴ü╦§P# "
b"\x01 ì\x14 ,▄ÿs\t ò\x0F M_%▄N\x7F "
b"\x01 ì\x14 -"┬p²╝│°Ú▄Ò\x14 9 "
b"\x01 ì\x14 -oÅrýæç\v ░*Ïff "
b"""
\x01 ì\x14 -┤µpÌ»\n
È¡°nþ0
"""
b"\x01 ì\x14 -÷øq\x05 ÂNês ╬èà "
b"\x01 ì\x14 .89q¾Áª¸¥^à> "
b"\x01 ì\x14 .q³s(ù\x19 ¸\x12 ¼\x07 ¥ù "
b"\x01 ì\x14 .·pD«{IÜ┬¶t@ "
b"\x01 ì\x14 .■õr\x14 ìØ\x15\x00\x7F\x01\x14 "
b"\x01 ì\x14 /B_qj½ìÙVÚv║Ú "
b"\x01 ì\x14 /ì\x01 s\v å─_GFw▄ì "
b"\x01 ì\x14 /Î╦pNë&ö░\e ╚yÑ "
b"\x01 ì\x14 0$dp\x10 ║‗ëý݃E, "
b"\x01 ì\x14 0ÜUs®ì\f =a\e }çÉ "
b"\x01 ì\x14 0¦jrv»O╔ºèÔüg "
b"""
\x01 ì\x14 1\x1F\x15 r×│Ø6\x1E ö\n
Ë\x10
"""
b"\x01 ì\x14 1cÇpá¿ÆÔÛyå┌l "
b"\x01 ì\x14 1¿´r7Áþ█R\r └ú[ "
b"\x01 ì\x14 1‗VqIóÊ{ôèkÀ: "
b"\x01 ì\x14 2i\x04 s┼î\x17\x05\x16 °s·O "
b"\x01 ì\x14 2▒MqOö╠i\x00\x01 ¶¿À "
b"\x01 ì\x14 2¸ÒsC┤»M¤╠[├Ì "
b"\x01 ì\x14 3ATr\x17 ÀõׯðIè┴ "
b"\x01 ì\x14 3êºs}Çf╝\x14 ¶Eòu "
b"\x01 ì\x14 3ÐýqD©\x01 Rp¯ñ\x19 ¶ "
b"\x01 ì\x14 4\x17 ÿqJ┤lS╠Æ╠═ä "
b"\x01 ì\x14 4_\x19 s\f Â*±è(q0Ø "
b"\x01 ì\x14 4Ñ╣smÿ¦\x03 ╗\x1E ¤┴¯ "
b"\x01 ì\x16 {ôÇqkáç´├z░¹ý "
b"\x01 ì\x16 {╠2sMÁ\x13 â\>Ð\x03 Ó "
b"\x01 ì\x16 |\x07 Áqxå:ð\x11 ÉI \x12 "
b"\x01 ì\x16 |Arsrû└─Fý┴‗¹ "
b"\x01 ì\x16 |w~sV»\x07\x13 C\x02 P"\x11 "
b"\x01 ì\x16 |«Çs]¬[‗ý\x08\x11\x16 c "
b"\x01 ì\x16 |ÒrrD╝¤æà\Ø\x03 9 "
b"\x01 ì\x16 }\x19 ‗q\x00 ûT┘\x0E S\t x' "
b"""
\x01 ì\x16 }êÆq}æ\x03 \n
åáfna
"""
b"\x01 ì\x16 }╣Ór1áÓ¸áÜ3qU "
b"\x01 ì\x16 }ݾqã8þv¼Ë¸R "
b"\x01 ì\x16 ~\x1F\x1C p°ìÅ3þ6òI¿ "
b"\x01 ì\x16 ~O▀r║ñì░gÂMk║ "
b"\x01 ì\x16 ~Æ╠s«¥PQ+ýU╠ "
b"\x01 ì\x16 ~─\x08 sÆ╗»ÐÄæÿñÐ "
b"\x01 ì\x16\x7F\x18 ¦s®ô┌╗├═é▓º "
b"\x01 ì\x16\x7F G\f r²ÀìÚ!+ûÊ8 "
b"\x01 ì\x16\x7F v7sÍûï_N(╗w= "
b"\x01 ì\x16\x7F Ñ═pE¼\x0F ì5q\x1E ¹î "
b"\x01 ì\x16\x7F Îtré©[\x11 8\x07\x03 eƒ "
b"\x01 ì\x16 Ç\v Ôq█ºåo└ê?Âq "
b"\x01 ì\x16 Ç@Øs.º£@ÚQ¿oç "
b"\x01 ì\x16 Çær>ïp│█ Ëfú "
b"\x01 ì\x16 Ç─\x17 r ú2¯º\t *É\x17 "
b"\x01 ì\x16 ǧùq'¡O┼╬│®\x15 Í "
b"\x01 ì\x16 ü%^r`É]╠÷ô\x03 ÄÀ "
b"\x01 ì\x16 ü]pqHôrÄÛùíîY "
b"\x01 ì\x16 éy§pªùÙ╚¯H▒±Ã "
b"\x01 ì\x16 é▓ r\x13 ÂÌvN»Ïf* "
b"\x01 ì\x16 â\x17 öpýü\x08 ±_è¾Ö× "
b"\x01 ì\x16 âd\x03 s│À¥å¥xGû÷ "
b"\x01 ì\x16 â¤[qF¼!├U\x17 H\x13 ì "
b"\x01 ì\x16 ä\x13 }p┬éîk║k\x06 ¡T "
b"""
\x01 ì\x16 ä[+s\x16 æÎB\n
Û║╝┬
"""
b"\x01 ì\x16 äá¥s]┐cÙ\f ═1À╚ "
b"""
\x01 ì\x16 äÔEpÈïEþ¶×\n
ñ╗
"""
b"\x01 ì\x16 àH░rfàÔÛ┌N┤½┐ "
b"\x01 ì\x16 à~´pJü\³¶\x16 @$\x13 "
b"\x01 ì\x16 àÂ2s³ú┌ƒ\x13 ▄ËÅb "
b"\x01 ì\x16 à¯TrFÇ\x14 ¶╠ËõøN "
b"\x01 ì\x16 å+br▀ÅAqÑJ©,┌ "
b"\x01 ì\x16 åeárIü┤tÁ\x13 Ü´L "
b"\x01 ì\x16 å╗&qáä]Å▒:Ì| "
b"\x01 ì\x16 åÙdr½b╗'®Â▄╗ "
b"\x01 ì\x16 ç\x1D ¶s¸Ç\x1E │Ï0,`\v "
b"\x01 ì\x16 çRBqªó\x05 áCº\r ®\x7F "
b"\x01 ì\x16 çêÕrrÑ─ƒÁ^"\x1E È "
b"\x01 ì\x16 çÕÌq{Å\x03 Dxü*}ò "
b"\x01 ì\x16 ê&Þr!áóM]ËýðB "
b"\x01 ì\x16 ê^Jrxÿ░IÌ4\t ┌╬ "
b"\x01 ì\x16 êù¢s\x07 û¹ƒM├\x01 ë¼ "
b"\x01 ì\x16 êð\t s¿îçK\x07 Ü4\x06 ┐ "
b"\x01 ì\x16 ë\x0F &rã▒Pÿõ)\x12 Î^ "
b"\x01 ì\x16 ëEõqÊëQ╚▄ÿÙZÇ "
b"\x01 ì\x16 ë{Êqóô'¡ÀÚþXµ "
b"\x01 ì\x16 ë░ýr\x0E ¡\x12 ─Ì█;s+ "
b"\x01 ì\x16 ëÕPp\t î▀O Ë;#2 "
b"\x01 ì\x16 è\x14 5qÚía\x04 ┴LD\x1F / "
b"\x01 ì\x16 èD\x1C q3ƒ×╔Y═\x08 LÔ "
b"\x01 ì\x16 èx\x15 pe½Ò\x10 í¿\x1D º╚ "
b"\x01 ì\x16 è¬Wr\x1C ½Í═^ı\x17\x16 T "
b"\x01 ì\x16 èÌ▒p\x13 ì\x18 ¹Q÷8@n "
b"""
\x01 ì\x16 ï\n
ÈpÅó\x1A Dt\v W}Ì
"""
b"\x01 ì\x16 ï6*s▀┐\x1D ð─õ<\x07 = "
b"\x01 ì\x16 ïbdqªÀF└1ßH║X "
b"\x01 ì\x16 ïÉ╠p!Öå╠>£×"j "
b"\x01 ì\x16 ï´\x08 ppî([ßø¬Ò\x06 "
b"\x01 ì\x16 î!■sð╗ÐKQn±¹Ù "
b"\x01 ì\x16 îRdpaª\x17 ¬â?×jº "
b"\x01 ì\x16 îê¬sH¡║¯{ý§.N "
b"\x01 ì\x16 î╣ZpÎØJ¸7=N^ "
b"\x01 ì\x16 îÙ\x00 p©áNgbGvBå "
b"\x01 ì\x16 ìN┘pè»ôµw¹\x02\f p "
b"\x01 ì\x16 ìîËs\x0F À²K╩\x18 Pü£ "
b"\x01 ì\x16 ì╚vrCà¶RØı¦¦\e "
b"\x01 ì\x16 ì■As\x18 è½Y´¼\x12\x04 Å "
b"\x01 ì\x16 Ä7\qãô\x03 zØ]C¹¶ "
b"\x01 ì\x16 Äsjr╚»‗├cr■©\x7F "
b"\x01 ì\x16 Ä®År]©nÝì┐îA¥ "
b"\x01 ì\x16 Å\x02 pp®╗Yx×^ù9R "
b"\x01 ì\x16 Å2╬q\x14 ×°¬í\x11 »æb "
b"\x01 ì\x16 Åkíp,»\x1F\x01 ·4º║À "
b"\x01 ì\x16 ÅÖtp.ô¡INÚ\v Ðö "
b"\x01 ì\x16 Åýðr3ÂêÕW\x1C .Ý\x02 "
b"\x01 ì\x16 ÉDÀpì««ÜÒ¯Qô▒ "
b"\x01 ì\x16 É¿\x10 p`ƒ┼§rh╚¦i "
b"\x01 ì\x16 æ\x05 Òpxàr═$è$f\x01 "
b"\x01 ì\x16 æ?Up8îýnwi¥jU "
b"\x01 ì\x16 æó¿qlë\x17 ƒá\x1C ê‗Ë "
b"""
\x01 ì\x16 æÛ¦r@Ä\n
k{'sÊ'
"""
b"\x01 ì\x16 Æ:╩rð▒¹ç®$Ã┼¬ "
b"\x01 ì\x16 ƤÇr*¬Ó\x03 b§\v Nº "
b"\x01 ì\x16 ô1jpqò1ø╔lѱb "
b"""
\x01 ì\x16 ôèÜs┌íÛÉ[ ¹\n
¾
"""
b"\x01 ì\x16 ôþÏq▓¬\x1E z\x12 h]\x00 b "
b"\x01 ì\x16 ö7\x1E qbé#\x15 Û0╝┌T "
b"\x01 ì\x16 öè«sáæ;ƒu╚"Dî "
b"\x01 ì\x16 ö║ss┤│Ûî\x04 îàIÄ "
b"\x01 ì\x16 ò1\x00 pæ▓D┼(§ÕÜÏ "
b"\x01 ì\x16 òiôqlÁÀc¸Ô~\e Û "
b"\x01 ì\x16 òñàr\x15 ïðP¿cJ╚å "
b"\x01 ì\x16 ò±├sIä╩uî (»õ "
b"\x01 ì\x16 û;>q─»yÝ6dC±R "
b"\x01 ì\x16 û╝¹pcè╠Ê┼;D&Ë "
b"\x01 ì\x16 ù\x06 ²rä░'ÿ\[×┤@ "
b"\x01 ì\x16 ùQvs7½¤q±L¶vÛ "
b"\x01 ì\x16 ùñËqï╗┘¿c╠\x13 Yã "
b"\x01 ì\x16 ù±'p▄ìoÐ┬ø¥æ` "
b"\x01 ì\x16 ÿ8Öp<©Kç└\ıÂõ "
b"\x01 ì\x16 ÿädsÖÜ▄mDd└²À "
b"\x01 ì\x16 ÿÚåp¹ì^P*═2q\x18 "
b"\x01 ì\x16 Ö\x1C ãp*óá¿«&&ÓÐ "
b"\x01 ì\x16 ÖQ`r.î└«\x16 Ã┘Æ£ "
b"\x01 ì\x16 Öî\x12 sJÀÔY5Aùé. "
b"\x01 ì\x16 ÖÃ\x15 sB¡O¼léL\f\x07 "
b"\x01 ì\x16 Ü\x10 ┤rØ╗gÅNÀ#ç\x0F "
b"\x01 ì\x16 ÜÄGs\x05 ÇÀu!£+ Ú "
b"\x01 ì\x16 Ü╬hsñ¡¡ÇXhB▒U "
b"\x01 ì\x16 ø\x12 Gq½Åd‗µ╩■÷m "
b"\x01 ì\x16 ø`gp0Ño;Üþ┤³Ö "
b"\x01 ì\x16 ø¡¢sÑÄëïb\x18 ¡ðà "
b"\x01 ì\x16 ½qFp"░=æ+\x06 ┐\x1E µ "
b"\x01 ì\x16 ½½\x08 q:ÂÆêç;u\x0E ] "
b"\x01 ì\x16 ½Òepîâ\x14 (0┴øe¢ "
b"\x01 ì\x16 ¼\x18 ìsYƒ╝╩1-,ô└ "
b"\x01 ì\x16 ¼LùsÉóÍ3ã$îüu "
b"""
\x01 ì\x16 ¼¼╠qØ¥â╔\n
\x03 sõú
"""
b"\x01 ì\x16 ¼Õ╬r.ïTt╦©┼{K "
b"\x01 ì\x16 ¡\x17 ┬sã£þƒªË¾\x06 6 "
b"\x01 ì\x16 ¡Lâr\v í\x0E ì\t %¢ôz "
b"\x01 ì\x16 ¡ª¦rzåàV\x1F ┴q±) "
b"\x01 ì\x16 ¡┘ËqWà│s┐┬\x7F b▄ "
b"\x01 ì\x16 «\r ═p┼ï¸d²¥ò╬D "
b"\x01 ì\x16 «A\x12 pãûb¦âßNkª "
b"\x01 ì\x16 «s┌q¨äÁÏ©\x17 3(T "
b"\x01 ì\x16 «═Gr´ö\x18 ýÞÃåů "
b"\x01 ì\x16 »\x00\x03 rBÆ]ú¢¡╩Vá "
b"\x01 ì\x16 »]┼r\x11 ô¹Ã¼\x07 Ý?■ "
b"\x01 ì\x16 »æ┼sÇøN┼å\x02\x05 ═i "
b"\x01 ì\x16 »ÃÄsÔ£Êâ}\x0E í¬| "
b"\x01 ì\x16 »²°qƒÉ\v C Û|Ûs "
b"\x01 ì\x16 ░5½r\x11 æ \x7F ý_Ðlð "
b"\x01 ì\x16 ░oçq_£«4È─Èî¿ "
b"\x01 ì\x16 ░ó¡s4áB/Za0,ó "
b"\x01 ì\x16 ░Îír\x06 í\x11 4@XgÖƒ "
b"\x01 ì\x16 ▒\f ðrm╝'22\x1C Â╝ƒ "
b"""
\x01 ì\x16 ▒h}r\x11 ømÉ\n
@ì\x17 ó
"""
b"\x01 ì\x16 ▒í´p\x00 ñ░E\n Ó#dQ "
b"\x01 ì\x16 ▒▄ÅqñÁ&;¯e\éo "
b"\x01 ì\x16 ▓\x1C +qF¡\x02 VLW¤ô─ "
b"\x01 ì\x16 ▓^ßp*ó┘j<\x17 ¢┴c "
b"\x01 ì\x16 ▓£\x13 r\x07 Æ\x19 %@W=èW "
b"\x01 ì\x16 ▓õcr\x1A ║\x04 x▄Xýû3 "
b"\x01 ì\x16 │%;sB¬█t-Hc»3 "
b"""
\x01 ì\x16 │i{qp┤®\n
,DÖìÛ
"""
b"\x01 ì\x16 │½gr>Äó0îr3■» "
b"\x01 ì\x16 ┤\x0F ÀrJÑ\x18 g&b\x08 ½è "
b"\x01 ì\x16 ┤]▓q!╗═ÿÁ·òbu "
b"\x01 ì\x16 ┤«Üp&¿d‗┐ƒü»· "
b"\x01 ì\x16 Á\x17 %ptÖ0K\x10 [+░r "
b"\x01 ì\x16 Á©0s6çßh¤ÛOÿ\r "
b"\x01 ì\x16 Â$■ráâ(È=.ÆÛh "
b"\x01 ì\x16 Âè\t põÜ]î=¦b¾e "
b"\x01 ì\x16 µßs\x1C º8▄nÔ¾÷J "
b"\x01 ì\x16 À4_sEº║ݸr\x19 é< "
b"\x01 ì\x16 À{\x12 r╚ù°6╚¾à©\f "
b"\x01 ì\x16 À┬\x08 p·¬W╠,Êñ¯\x01 "
b"\x01 ì\x16 ©K┐sÁ¬Ñw█,├¯; "
b"\x01 ì\x16 ©ù▒sƒê╔7V╩þ┴5 "
b"\x01 ì\x16 ╣3upJçamxÛ1_ "
b"\x01 ì\x16 ╣çírüÿøÿhd■\x08 ¡ "
b"\x01 ì\x16 ╣²Ls0è╦¿éÒÐ▓V "
b"\x01 ì\x16 ║Ç«saÅËtô\r ■ï- "
b"\x01 ì\x16 ║ã»pñ░\t À ÔY]E "
b"""
\x01 ì\x16 ╗\x0F rs\n
íJÙ)\e u°Ç
"""
b"\x01 ì\x16 ╗i\x11 s¨ù┤,dl:úè "
b"\x01 ì\x16 ╗íıpÈêÒ\x1D E\x1D å~Å "
b"\x01 ì\x16 ╗┘░r[½,;ãÙëB8 "
b"\x01 ì\x16 ╝\x05 jrã«»\x08 >y\x18 e┴ "
b"\x01 ì\x16 ╝h\x15 s(»:ºê▀2"< "
b"\x01 ì\x16 ╝º·rzù¹k¹ÀQ?╚ "
b"\x01 ì\x16 ¢\x12 ñsÍú┤Ý]Ûßûµ "
b"\x01 ì\x16 ¢E%rK║©®Ã´ôÝU "
b"\x01 ì\x16 ¢ƒ╩p#Å\t /½g<C\x15 "
b"\x01 ì\x16 ¢ÐÑqh»tærS\x15 Iß "
b"""
\x01 ì\x16 ¥\n
ÊrÚÜ,\x1E ÂMCA¡
"""
b"\x01 ì\x16 ¥=$r\x10 ╗P░\x13 a:╬6 "
b"\x01 ì\x16 ¥uòs7¬Ó!\x15 ▄ÓC= "
b"\x01 ì\x16 ¥©ssAÑx\x10 ║½║ô% "
b"\x01 ì\x16 ┐;´prï\x02 ░,{ b# "
b"\x01 ì\x16 ┐oıs%ô■-ibyƒ┼ "
b"\x01 ì\x16 ┐óãs@Ö©Ø║eöÉ\x10 "
b"\x01 ì\x16 ┐┘2pwÑßÉ\x05 2<Ê3 "
b"\x01 ì\x16 └\x10 Ãqñë▒ñõe2ûk "
b"\x01 ì\x16 └ê~r°╣P½╣Ag└m "
b"\x01 ì\x16 └Úýqúä¶\x7F\x01 Î!\x19 ┬ "
b"\x01 ì\x16 ┴<§qp┐ú\x04 ▀Õ¸╦d "
b"\x01 ì\x16 ┴Ï╠q1×\x00 5_Ô-╗Û "
b"\x01 ì\x16 ┬0gs─¼@ƪõ┼\x17 5 "
b"\x01 ì\x16 ┬ôOs{ü¡9\x1F D[x1 "
b"\x01 ì\x16 ├$êshïßÈW╣QÊc "
b"\x01 ì\x16 ├lCq-å▓B0dº\x13\x08 "
b"\x01 ì\x16 ├½ùr<ä\x05\x12 Tó?║9 "
b"\x01 ì\x16 ├ÞnrbÁ└\x12 Év\x12\x17\x02 "
b"\x01 ì\x16 ─*Xrÿ╣ SpÃ&ÈK "
b"\x01 ì\x16 ─k╦p¥Æ■o└\x1E ¥Ô\x1A "
b"\x01 ì\x16 ─ðgq½é`äW=}øà "
b"\x01 ì\x16 ┼\x0F \r qWÄj¥'Ü{┼Ì "
b"\x01 ì\x16 ┼YmsjÜ─M%ª\x14 ƒÁ "
b"\x01 ì\x16 ┼»\x00 p\x16 ╗HO■FVû3 "
b"\x01 ì\x16 ã\x08 $s¾╣Ü¢PB1\x0F ▓ "
b"\x01 ì\x16 ãz(r┌ÉÛ9âg"*j "
b"\x01 ì\x16 ã╩Wp§í+ü\x1D 5È+ä "
b"\x01 ì\x16 Ã\x1E 4p5╣Ô\x01\x14 ┼R r "
b"\x01 ì\x16 Ã{är╬¡Crù┤┐s¦ "
b"\x01 ì\x16 Ãı¹r¨äÅÌIÚ\\x0E\x16 "
b"\x01 ì\x16 ╚6MpLº(X'<~¯\x1E "
b"\x01 ì\x16 ╚ëgqìîwUö%¥kC "
b"\x01 ì\x16 ╔\x03 ip|åÀP\x17 äè[¥ "
b"\x01 ì\x16 ╔<ÛsÇÜÇÑpÐ3T* "
b"\x01 ì\x16 ╔xZqåº╦´bb┘Þ? "
b"""
\x01 ì\x16 ╔░┴r`¬<à\n
Ág§¹
"""
b"\x01 ì\x16 ╔Þôp(ò1╩N▀Ôß┘ "
b"\x01 ì\x16 ╩\x1C upòÉ╚;ý╚*̶ "
b"\x01 ì\x16 ╩RGp|ÄKÝ:ôáå¥ "
b"\x01 ì\x16 ╩åÜp\x7F èÉU;╦ÐØÅ "
b"\x01 ì\x16 ╩┐ër\x05 çG├ÎÍø├ "
b"\x01 ì\x16 ╩¨╣pðºÞ!0Añð2 "
b"""
\x01 ì\x16 ╦VdrCí\n
Y9ÎÌÑ\x13
"""
b"\x01 ì\x16 ╦«ëpÁâ~¾.┬5ÉÁ "
b"\x01 ì\x16 ╦Ó┌p½║├@\x1E [\x03 YC "
b"\x01 ì\x16 ╠\x10 çq&ø█©n▀\x17 Âõ "
b"\x01 ì\x16 ╠B|s¹Æbl\x17 F|Æ "
b"\x01 ì\x16 ╠uÕqu©z\x1D Ö¦sð< "
b"\x01 ì\x16 ╠¼5r\x7F á╠(█®+\e » "
b"\x01 ì\x16 ╠õ¬p▄׸µ9Ã\x16 1\x17 "
b"\x01 ì\x16 ═\e ßr\x00 ª┌$\x04 ¾│¸w "
b"\x01 ì\x16 ═UÒp╝Ü4j5¸Ë└7 "
b"\x01 ì\x16 ═ÅXq■Ķ/Mâ2;¾ "
b"\x01 ì\x16 ═╔òs\x13 ┐P└o\x0E ÌZõ "
b"\x01 ì\x16 ╬'0sëépµ¥ú\x02 Õþ "
b"\x01 ì\x16 ╬ass‗░┤bÊè╔§² "
b"\x01 ì\x16 ╬£Ipñ┤¾Àë¾ô\v t "
b"\x01 ì\x16 ╬Í]r\x04 «ò\e\x13\x04 ╝Hí "
b"\x01 ì\x16 ¤\x16 *q ïð²\x7F ß´Fù "
b"\x01 ì\x16 ¤N\x13 pE®_\x02\x00 £³)B "
b"\x01 ì\x16 ¤ê8pEâë\x08 F─▄¼├ "
b"\x01 ì\x16 ¤ÕÇrzä║eÆÊ\ëÐ "
b"\x01 ì\x16 ð\x1C Mr4ç█ÿ\x08 7\x10 "" "
b"\x01 ì\x16 ðä\x15 q1¡\x1D ü+╠TH╔ "
b"\x01 ì\x16 ð┴\x16 r2ܽWA\v ■┘| "
b"\x01 ì\x16 ð·Asê×>·\x04 ^N▒Ð "
b"\x01 ì\x16 ÐY5q`£Ræôª¬4\x1E "
b"\x01 ì\x16 ÐÄËr>ùT-p╣¡Km "
b"\x01 ì\x16 Ð┼┐rHÿ1┴zó¸\x06\x08 "
b"\x01 ì\x16 й\x19 sâ▒9=ıÅçiZ "
b"\x01 ì\x16 Ê8 pYØ$0└Â\t 55 "
b"\x01 ì\x16 ʃapâ奮╠¾\f \n "
b"\x01 ì\x16 Ê┌Jq┌çaÇÊØÇ©© "
b"\x01 ì\x16 Ë\x19 Åp7£bB8╗ë«\ "
b"\x01 ì\x16 ËZTq\x16 ©\t A▓\x12 p\x16 ┴ "
b"\x01 ì\x16 Ë╝█s°Ä¹F~╔§M¹ "
b"\x01 ì\x16 Ë°dr│à·(¤▒°ôÑ "
b"\x01 ì\x16 È3╔rkº'Èp,øÁy "
b"\x01 ì\x16 Èn¸s└¡»ëSÃl\x06 c "
b"\x01 ì\x16 ȽQpÁ»ÄîÅ{Ô'B "
b"\x01 ì\x16 ı\x11 ]p\x1A ƒ.\x06 <U@Èê "
b"\x01 ì\x16 ıIr6¼█<¤╩Ó\x1F " "
b"\x01 ì\x16 ıäq▀ó\x17 ú«\x1D Íı~ "
b"\x01 ì\x16 ı┐OsCƒ{Ã\x10 $Ý×G "
b"\x01 ì\x16 Í zp!Éoª/½ìn┘ "
b"\x01 ì\x16 Ía\x06 r╝Ö±B\x13 }\x7F ®. "
b"\x01 ì\x16 Íøvp0îA©`ø+¨Å "
b"\x01 ì\x16 Íı¡säÿ·«±(5g "
b"\x01 ì\x16 Î\r \x0F r\x14 åoØp\t cLq "
b"\x01 ì\x16 ÎHarâÅ┼┼(yýy▀ "
b"\x01 ì\x16 Îü7q4ähä\x02 ▒*³m "
b"\x01 ì\x16 ΢5qy░Yítåäê7 "
b"\x01 ì\x16 Χup\x15 Ä[┐¿\x06\x18 Óí "
b"\x01 ì\x16 Ï0^s)éÔ/v-╦®┘ "
b"\x01 ì\x16 Ïj/rnÑܸ▄\x00 █\x0F Ç "
b"\x01 ì\x16 ϼÄsıÆIw║á53ð "
b"\x01 ì\x16 ┘\x19 ósãêàFî©┴[\x0E "
b"\x01 ì\x16 ┘ZÖsµàQóª\x16 KA» "
b"\x01 ì\x16 ┘óısÇ░H┌+q¼-\x15 "
b"\x01 ì\x16 ┘µ\x04 rKØ\x17 ┤³NÁJó "
b"\x01 ì\x16 ┌&õrªÁ╦xª┐\x12 GR "
b"\x01 ì\x16 ┌gÆq$î¿┬┘\x13 ühç "
b"\x01 ì\x16 ┌º\x7F r©¼Ó&øÐB╝{ "
b"\x01 ì\x16 ┌Úªp┌ÑûO«)ç[g "
b"\x01 ì\x16 █'cs3╝\x7F Îà█X7┴ "
b"\x01 ì\x16 █hMq\x02 Ü"\x12 %\x12 ý¾Ò "
b"\x01 ì\x16 █╦ÉrÖóýÑtXA█╬ "
b"\x01 ì\x16 ▄\x04\x04 qÂüÍ\x17 '"bd┘ "
b"\x01 ì\x16 ▄ACq(âÒV┘37CÛ "
b"\x01 ì\x16 ▄zHqÒÖ\'┬{>¢Û "
b"\x01 ì\x16 ▄░ðql│=C7ÅX0Æ "
b"\x01 ì\x16 ▄¹ìs"£Ð£XÆ\r ÍB "
b"\x01 ì\x16 ¦G╬p%É:6àÍ¡ü\x18 "
b"\x01 ì\x16 ¦º┘q^ë×êH¥\x18 C▓ "
b"\x01 ì\x16 ¦Þ2p»â┘;º"t╝┤ "
b"\x01 ì\x16 Ì/SrÀëuÉ»▓ð4( "
b"\x01 ì\x16 Ìj┤rL£T\x06 ▄Û\x1F\x1D D "
b"\x01 ì\x16 ▀\x08\x0E s*À`¬_\x15 KP╠ "
b"""
\x01 ì\x16 ▀<\f pµ¡Ý\n
q®t╝!
"""
b"\x01 ì\x16 ▀t\x04 ràïçG#\x10 ö\x10 ð "
b"\x01 ì\x16 ▀¼Fpþ│<k\x11 ▄\x03\x1E u "
b"\x01 ì\x16 ▀õ;r¥çL╗&Úµ^Þ "
b"\x01 ì\x16 ÓCérä©\e ~8\x0F │îº "
b"\x01 ì\x16 ÓyqE¬║²´S\x11\e ú "
b"\x01 ì\x16 Ó░7rqû;7»º│O\x00 "
b"\x01 ì\x16 Ó\x14 pØò╩ÇÎýøPÀ "
b"\x01 ì\x16 ß,cqTƺ$²À\x1E I\r "
b"\x01 ì\x16 ße1r┼é³ÝR£E‗¬ "
b"\x01 ì\x16 ßÖÆpã®FûÄ\x10 {|└ "
b"\x01 ì\x16 ßÈMr\e ¢ù·Äu+ò. "
b"\x01 ì\x16 Ô\x0F ır│¬.°\v >C\x19\x12 "
b"\x01 ì\x16 ÔFyrÀó\x0F M>Ì▄-× "
b"\x01 ì\x16 Ô«upm½:ö=\x11\x1D ╝E "
b"\x01 ì\x16 Ôý9r┬É┐L\x1E\x0F ¦:\x12 "
b"\x01 ì\x16 Ò$Ãp▄Ä°'ý║±Â═ "
b"\x01 ì\x16 Ò`òr¸░ÜSõ$&h\x1A "
b"\x01 ì\x16 ÒñÀq¹ñQ\x04 iÃbV³ "
b"\x01 ì\x16 Òß½q┘®&óÏ\x12 M?Î "
b"\x01 ì\x16 õ,^q*»^ÈØ\x08 Ë]« "
b"\x01 ì\x16 õn\x1E pÚô\x16 l{\x19 º#ª "
b"\x01 ì\x16 õ▒ËpÄØ^&2À»ƒè "
b"\x01 ì\x16 õ²╝sM×je:╠└ùâ "
b"\x01 ì\x16 Õ@òs\e î (╚└0Qt "
b"\x01 ì\x16 Õ¢zpVº[>Øì╗\x06 ╦ "
b"\x01 ì\x16 Õ²1rÿ¡ì£ÒÕY3\v "
b"\x01 ì\x16 µ@┴sÄ┤▒╝t!Ëg┐ "
b"\x01 ì\x16 µâEp\x1E ©M╣Q°¿5\x16 "
b"\x01 ì\x16 µ─Vqzù\r ┤ zñ¶ "
b"\x01 ì\x16 µ·‗pDë%ø»\x1C £ ÷ "
b"\x01 ì\x16 þ;ur㼦{Ë\x08 b─\x17 "
b"\x01 ì\x16 þías█æ@Ij¾hz² "
b"\x01 ì\x16 þ¦┴sXÀª¤▓¹ë║m "
b"\x01 ì\x16 Þ\x1C ísêÂ\x14 ¡NÑ¢\v ¾ "
b"""
\x01 ì\x16 ÞV\n
s ØiÛu>\x01 bø
"""
b"\x01 ì\x16 ÞÀÐqHón§ ÕÉ\x04 / "
b"\x01 ì\x16 Þmr┐¥\x13 d'GI\x00 ╦ "
b"\x01 ì\x16 Ú,üp÷ñÃ═½55Ó╣ "
b"\x01 ì\x16 ÚiúrCèyæ‗»└sÔ "
b"\x01 ì\x16 Úºjs*É;T®¨¦▄- "
b"\x01 ì\x16 ÚÕ{qEúè╝s\x04 ÝBF "
b"\x01 ì\x16 ÛZ\t q░ÉÜv¯-ì°Y "
b"\x01 ì\x16 ÛÑ╩pnøïµv$=\x17 ý "
b"\x01 ì\x16 Û¹ısƒüöà__┬█┼ "
b"\x01 ì\x16 Ù>\x01 q\x03 ôò|ÿãv¿¥ "
b"\x01 ì\x16 Ù\x7F }p¢┤kÜ▓$Ü╚È "
b"\x01 ì\x16 Ù¹Äp╠غÍÞh@Ç¢ "
b"\x01 ì\x16 ýOspÅ×ù'3ÿ╬(E "
b"\x01 ì\x16 ý▒]qìúx\x1D ÈÊZ\x05 Ò "
b"\x01 ì\x16 Ý\x13 Bqê×ÜQ▀ïÚ/î "
b"\x01 ì\x16 ÝoÌr├ÖgñÞiP\x01\x14 "
b"\x01 ì\x16 ¯*ýq\x1A ö¯ÊOñ£u[ "
b"\x01 ì\x16 ¯°\p:î¡║\x00 y "
b"\x01 ì\x16 ´PØqÿ£Ì²"Å Ð\x04 "
b"\x01 ì\x16 ´┤'räí¾Z\x02 ƒi╬§ "
b"\x01 ì\x16 \x08\x14 rÀè┐N(KTï└ "
b"\x01 ì\x16 Í?r\x06 «\x04 á2\r M3ß "
b"\x01 ì\x16 ±8§rɪÍ+y2MÙË "
b"\x01 ì\x16 ±┼·r¢Åhº█~Äh{ "
b"\x01 ì\x16 ‗Z`s\x18 ï7ðÑ\x1F ▒\x7F ¸ "
b"\x01 ì\x16 ‗§\x05 rº¬¤nÇc)╣ "
b"\x01 ì\x16 ¾y\x1F s▓À\x05 ¤▒1^Ì‗ "
b"\x01 ì\x16 ¾‗lq5ÆkÖ9F!Ø\x08 "
b"\x01 ì\x16 ¶ûjsnåÛ┬lQÃ\x7F Û "
b"\x01 ì\x16 §=ÒrZî■YÍ\x0F ¨Π"
b"\x01 ì\x16 §│1sp¡┴*Ä\x1D ËÓ "
b"\x01 ì\x16 ÷P\x05 rXÂmpöw@6\x06 "
b"\x01 ì\x16 ÷ƒäp ѹ╦¶²p▒ã "
b"\x01 ì\x16 ÷Þ®sı┤R@c×ç╔£ "
b"\x01 ì\x16 ¸6ÔqÇ▓z▄ù\x06 %ïD "
b"\x01 ì\x16 ¸í■s▓¢|oû,-²\x0F "
b"\x01 ì\x16 °\v\x1C s║▓Ãy¦±Ù×Y "
b"\x01 ì\x16 °\x7F\x04 r┴¢PÃGùru─ "
b"\x01 ì\x16 ¨\x0E -r®åõèB-^F¢ "
b"\x01 ì\x16 ¨´\e s9ö┌i©\e òÜÉ "
b"\x01 ì\x16 ·9Wsi®?O\x01\x0F { 0 "
b"\x01 ì\x16 ·èTscûµØJà±?í "
b"\x01 ì\x16 ·┘Zq#£2\x05 ù┬:█¼ "
b"""
\x01 ì\x16 ¹3\n
q«çÈ▀ mæUÈ
"""
b"\x01 ì\x16 ¹Ä\x11 sKíîbp\x1D D[w "
b"\x01 ì\x16 ¹█}qtâÝ]Ò¬=\f É "
b"\x01 ì\x16 ³35q ┐═\x1D\x10 [iîA "
b"""
\x01 ì\x16 ³▄zp\n
À@µl░)Êz
"""
b"\x01 ì\x16 ²w\x13 q\e í┤ZÒ\x13 ¡o» "
b"\x01 ì\x16 ²╝Ûr¹Ç »W█Öêw "
b"\x01 ì\x16 ■\x00 "p\x03 ü¼┼¿KÎk; "
b"\x01 ì\x16 ■LÜq╝┤\x1C\v\x13 ïh¸e "
b"\x01 ì\x16 ■Å@pñÜ│\x12 í\╣¶< "
b"\x01 ì\x16 ■Ï└qV▒\x08\x19 "ÊòÚ? "
b"\x01 ì\x16 o╔pzªCd╩bÝ<? "
b"\x01 ì\x16 Ã4pV┤┤¸/ý\x03\x7F 7 "
b"\x01 ì\x17\x00 &ûq´ú\x7F ´1\x1C û\x02 [ "
b"\x01 ì\x17\x00 yöqRÅeÿv82Ó¶ "
b"\x01 ì\x17\x00 Í┌s¿äƒUrÜZªF "
b"\x01 ì\x17\x01 --sàë▒É5{B4a "
b"\x01 ì\x17\x01 vTs\x06 ┤▀æÅ÷WL¯ "
b"\x01 ì\x17\x01 ┬urgÄ▄eàãÞæë "
b"\x01 ì\x17\x02 7ùp¶Á×└\x1E ¬Ä:- "
b"\x01 ì\x17\x02 whq¼Á~\x07 ┴=;;+ "
b"\x01 ì\x17\x02 ┐os\x1C Â\x1C rõ¢&¯ï "
b"\x01 ì\x17\x02 1s3Å2³|F§YU "
b"\x01 ì\x17\x03 @IpùÖ(┼¹\x19 |àÍ "
b"\x01 ì\x17\x03 äÂp1é╣íB¢åtï "
b"\x01 ì\x17\x04\x00 3r~┤\x11 ¢*▓\x19 ƒî "
b"\x01 ì\x17\x04 Hµpl®Î»ûØT\x0F ├ "
b"\x01 ì\x17\x04 Öxp\x08 Å\x07 \·Þê\x1F F "
b"\x01 ì\x17\x05 JXpp¹\x1D .\x19 SÒ[ "
b"""
\x01 ì\x17\x05 ÊPqÿâ\x07 ¨cÎ\n
Êä
"""
b"\x01 ì\x17\x06 `µsk¼╝H\x1A *ñ\x04\f "
b"\x01 ì\x17\x07 \r ╬p┼çÞ\v Ló5P┌ "
b"\x01 ì\x17\x07 ^9pûçL\r q╗1ç\x05 "
b"\x01 ì\x17\x07 ┘©qÐ┤©à|\[hL "
b"\x01 ì\x17\x08 !\x03 sóÄηrTï\x05 å "
b"\x01 ì\x17\x08 a▀r]Öâ\x1A æÃ$©ù "
b"\x01 ì\x17\x08 ú'r«┤ÆX╗\x10 yã┐ "
b"\x01 ì\x17\t\x16 Òqƒåê■╦2ÑZ\r "
b"\x01 ì\x17\t Y8q"ÂU¤t\x14 5\n \x00 "
b"\x01 ì\x17\t Öàs│öØæî▓iaµ "
b"\x01 ì\x17\t ┌÷r\x18 ¥þ\x1D £Å├ã± "
b"""
\x01 ì\x17 \n
\x1F ¬pϪV-┌¬Ôí‗
"""
b"""
\x01 ì\x17 \n
Æ^q8×▒ë|ÙÛeç
"""
b"""
\x01 ì\x17 \n
ı¨pX¡eç«Cîó¬
"""
b"\x01 ì\x17\v\e Gr¦╣ýsnû´\x19 Ê "
b"\x01 ì\x17\v É\x1F sÀà\x01 █á\x1D c.\x1F "
b"\x01 ì\x17\v ÎÅr®éá╗╚pt.Í "
b"\x01 ì\x17\f\x1D\x19 qBµ]\v -ô╣C "
b"\x01 ì\x17\f ûzq\x0F ô¾═¶/w¥\v "
b"\x01 ì\x17\f ¦Ür'Öé´¹rÛìu "
b"\x01 ì\x17 \r ¶r$Ö.S\x14 M\x00 +┌ "
b"\x01 ì\x17 \r a╩qþáW~e \v ðt "
b"\x01 ì\x17 \r ðNp\x18 äRêNá(W\x10 "
b"""
\x01 ì\x17\x0E\x0E #r\n
áHgísq╦ý
"""
b"\x01 ì\x17\x0E ÇËqÎäa!┤20[} "
b"\x01 ì\x17\x0E └us\x7F ú)ä╦Ä·ïò "
b"\x01 ì\x17\x0F\x00 NpDûº^Ð\x7F bñ7 "
b"\x01 ì\x17\x0F qÀsÆèõß<18# "
b"\x01 ì\x17\x0F ¦ºsr░ù´Oº:T/ "
b"\x01 ì\x17\x10\x19 HrÞ╗▓NXõªyê "
b"\x01 ì\x17\x10 WÁs"║S\x0F\x17 h\x11 .æ "
b"\x01 ì\x17\x10 û├qcÆÜKO}┴$, "
b"\x01 ì\x17\x11\x07\x00 riá£ä©V\x00 {ƒ "
b"\x01 ì\x17\x11 F¿q├▒g_ÊqñÏ@ "
b"\x01 ì\x17\x11 êís¬ºüé\x1F %OtÄ "
b"\x01 ì\x17\x11 ã÷qnèï¸■W╗>╗ "
b"\x01 ì\x17\x12\x08 npèçì═ı¼`¶S "
b"\x01 ì\x17\x12 P║qƪ\x00 X,\r !{¾ "
b"\x01 ì\x17\x12 ò‗sÀª;¹ë\x10 ¼ÓP "
b"\x01 ì\x17\x12 █\x04 q,║\x19 ǃÍóTM "
b"\x01 ì\x17\x13 \Bs┴║4¥\x1C bÐ┌s "
b"\x01 ì\x17\x13 ƒ\x16 sºñcqƒ¿\x11 *ð "
b"\x01 ì\x17\x13 Ò¢p\x02 ▓\x14 ®\)1╚á "
b"\x01 ì\x17\x14 -mr_«Û*ýY_┤ë "
b"\x01 ì\x17\x14 rts├ÇÖ┬I┬Ç\x03 ▄ "
b"\x01 ì\x17\x14 Â&q1¼ÅriäxéÚ "
b"\x01 ì\x17\x14 ¹«q▄øéÁ³»rXl "
b"\x01 ì\x17\x15 jÅs\x1D ╗\x08 A\x7F +cSn "
b"\x01 ì\x17\x15 ¬Bsv╝bø$╗█¢² "
b"\x01 ì\x17\x15 Û'p┘⺲¿/\x15 ¨\x08 "
b"\x01 ì\x17\x16 &8q╦ì\x1A ╔©\x04\x0F © "
b"\x01 ì\x17\x16 fÕp+ɨGëkñ j "
b"\x01 ì\x17\x16 Ñ/r▀êKCÒ¹ö\x13 ▄ "
b"\x01 ì\x17\x17 â©qé╗ÍOð\x02 'øe "
b"""
\x01 ì\x17\x17 ┼\x11 qÜ╝Ü\n
:░m(Ú
"""
b"\x01 ì\x17\x18\x06 ~rdî\x10 G©ùaÉ\x04 "
b"\x01 ì\x17\x18 I\x00 r¥Â\x08 á\x00\x06 {J& "
b"\x01 ì\x17\x18 ç-qÅî║îC\x1A ─´9 "
b"\x01 ì\x17\x18 Ã╚s\x01 ╝vo³äFÛ╠ "
b"\x01 ì\x17\x19 ;!qÔéØáF\x7F ©\x04 Ô "
b"\x01 ì\x17\x19 }ks/╗ÇÝð´Xk+ "
b"\x01 ì\x17\x19 ┬█qGëö7Ïg\x1A 4N "
b"\x01 ì\x17\x1A\x05 ær╦ÆV╗æe\x13\e\x1D "
b"\x01 ì\x17\x1A OnpRÜ╠üGÓM░╝ "
b"\x01 ì\x17\x1A û¶r}£\x15 Âi=»N╦ "
b"\x01 ì\x17\e\v │p¨ó²íòvÍ!Z "
b"\x01 ì\x17\e N¸qG¼ZÙáÒ½0& "
b"\x01 ì\x17\e öfs\x08 ¢Òò\x10\f º7 "
b"\x01 ì\x17\x1C\t ‗slÁâ╬_Mð Y "
b"\x01 ì\x17\x1C N\x01 p£ätï\r Çíç\x06 "
b"\x01 ì\x17\x1C Æïs¡º█_©`ì`\x04 "
b"\x01 ì\x17\x1C Í┬p*ª &î\x01 ð┴¢ "
b"\x01 ì\x17\x1D\x18 █pŃèãõW£q3 "
b"\x01 ì\x17\x1D _└qòá:┌X\x08 ]¥< "
b"\x01 ì\x17\x1D ñgrã┐Øíü\x0E ÄÆð "
b"\x01 ì\x17\x1D Úos╦║j-═\x19 F\x06 ° "
b"\x01 ì\x17\x1E .°qíÅı*(ö"T( "
b"\x01 ì\x17\x1E qSrpåt4É3¦k¹ "
b"\x01 ì\x17\x1E ┤as/çÄïÆè▀▀« "
b"\x01 ì\x17\x1E ÷Npá¼÷`ª@Xýo "
b"\x01 ì\x17\x1F :\x08 r\x02 øqè¨┴&\x7F │ "
b"\x01 ì\x17\x1F {·r[íÚU?õ÷eù "
b"\x01 ì\x17\x1F \v rÒºöt´\t º?| "
b"\x01 ì\x17 /¦p¥ÿ╣Pö\x0E ¯nk "
b"\x01 ì\x17 oªpGª▒jEA\x18 T\x1A "
b"\x01 ì\x17 ▒)q`▓çðpà\É "
b"\x01 ì\x17 §┬pV¿\x13 Þf\x11 D\x1D\t "
b"\x01 ì\x17 !9ñsE║æÁ═ßù\x08 Ù "
b"\x01 ì\x17 !¼ÈpKÅé¼²Uî4z "
b"\x01 ì\x17 !±qû£0╩║c╣}\x7F "
b"\x01 ì\x17 "4└p╗ØÜ=FZpýõ "
b"\x01 ì\x17 "z=rpñ>‗zUu\x08 ▓ "
b"\x01 ì\x17 "ãkr\x0F ï\x07 \æzl37 "
b"""
\x01 ì\x17 #\n
┐pC¢(¡\x0E ÄL\x1D ì
"""
b"\x01 ì\x17 #Qls1å\x04 ╚]░±_u "
b"\x01 ì\x17 #╬äsp┐\f Zj\r {░S "
b"\x01 ì\x17 $\x13 cr\x07 à─░!Ť9 "
b"\x01 ì\x17 $Æ÷p(┤Ø©\x10 │\x08 ý─ "
b"\x01 ì\x17 $█\x07 pÿ╗q)éÈ1N_ "
b"\x01 ì\x17 %%Úq6ùú┴bDÅYd "
b"""
\x01 ì\x17 %m╗p÷ùza:\n
\x17 «m
"""
b"\x01 ì\x17 %┤4s´ñvA \x17 ¹Ó\t "
b"\x01 ì\x17 &,pýåÔ▀│x¦t´ "
b"\x01 ì\x17 &w─røç═Æ\x04 ¼¯<i "
b"\x01 ì\x17 &┐9syú¾fµ¤ƒd\x10 "
b"\x01 ì\x17 '\x07 Îs¶¿┬╩K'?.Å "
b"\x01 ì\x17 'O\x17 p}º=u\┘%\x7F ╗ "
b"\x01 ì\x17 '┼vsØ¢c├`20╦S "
b"""
\x01 ì\x17 (\n
ds3ÀIÃ█▓Ì `
"""
b"\x01 ì\x17 (Q\x15 pOù■\x10\x1F Éü÷H "
b"\x01 ì\x17 (ôís©Ø\x16 £Uí¯©- "
b"\x01 ì\x17 (ÏNro®\e Þæ╗¼\x05 Ú "
b"\x01 ì\x17 )M¬pƒö·óÝ\x1C $ª¾ "
b"\x01 ì\x17 )ôCq¤ëÄà▄üÛ╠╣ "
b"\x01 ì\x17 )┘\t sÛŲüã=\x0F ø├ "
b"\x01 ì\x17 *#^s7ƒõ\x17 T|ÍBÀ "
b"\x01 ì\x17 *mÈq\x08 ò¥kvÄ;ƒÁ "
b"\x01 ì\x17 *Û\e r┤▓╩±ðóQSC "
b"\x01 ì\x17 +36sºï»oº,\x07\x06 # "
b"""
\x01 ì\x17 +{âr5º\x08 na\n
┐╚Ñ
"""
b"\x01 ì\x17 +─oqØ¡╣\r ù¡öÙ÷ "
b"\x01 ì\x17 ,%╦p¬èùÔÝ\x1C 4╚ú "
b"\x01 ì\x17 ,Á,sÆø3 SKçJ\f "
b"\x01 ì\x17 -\t %p4▒\x13 ┘VeÁÍb "
b"\x01 ì\x17 -Wåp[▒*\x06 í¯╠Ô0 "
b"\x01 ì\x17 -ª╗s┴í¡\x16\x00 Û\v ?E "
b"\x01 ì\x17 .\x06\x1E s┴«iÏÝ\x08 Íí_ "
b"""
\x01 ì\x17 .┼ãrßÅ\n
ÔÓÛ#└u
"""
b"\x01 ì\x17 /\x1E VsYç│|£ï¸2Ï "
b"\x01 ì\x17 /v¹q0Çõ²'\x14\x07\x1E\x0F "
b"\x01 ì\x17 0R═s7£¾\x1C Û╔IQ\x00 "
b"\x01 ì\x17 0┬\x1F p!ñ4┌I\x19 ı═c "
b"\x01 ì\x17 1%+qhÉ├Lvj▓7\v "
b"\x01 ì\x17 1ÄúrÙ┐¡▓\x12 ║þ\x15 ├ "
b"\x01 ì\x17 1þ®s█░│¦│╩¤Äd "
b"\x01 ì\x17 21 s\x15 ╝▄ƒ2\t ÇvÚ "
b"\x01 ì\x17 2~Ûq¢é\x11 È\x17 ¨H°B "
b"\x01 ì\x17 2¨wqLº[vJl±íh "
b"\x01 ì\x17 3?·q\v Â\e Í═╗#k\x1C "
b"\x01 ì\x17 3ä_p_×s\x7F çı╦┌h "
b"\x01 ì\x1D !s╔sùýk×\æ"ï "
b"\x01 ì\x1D !▄┬p╠û%!¼┘þBÝ "
b"\x01 ì\x1D "\x1F ór┤ä╚a&┐Þpç "
b"\x01 ì\x1D 'P-s¸øtl¨»+▀\x1D "
b"\x01 ì\x1D 'Ʀpæñ¬®¢H¸!` "
b"\x01 ì\x1D 'Ëípzòýí*øþÅò "
b"\x01 ì\x1D (\x17 ╗s\x1F ÉlÐŤ▄T\x14 "
b"\x01 ì\x1D (Xüqä¬9²┤ê\x0E Ð] "
b"\x01 ì\x1D (Ë*q<×\x00 ╠âïº\x01 à "
b"\x01 ì\x1D )\e ]qÁ╗Û\>X¢█\x1D "
b"\x01 ì\x1D )b\x1E pd©╦V©Û\x05 ¼║ "
b"\x01 ì\x1D )ñ r¤╣©_¢»\x1A :» "
b"\x01 ì\x1D )Ú█pAî{¿n\f Ø¶Æ "
b"\x01 ì\x1D *+¸pU×t~Ö`Ƶ "
b"\x01 ì\x1D *s³s§ƒ[┼Z{‗{¡ "
b"\x01 ì\x1D /b\x1E röñ«]þUê¡x "
b"\x01 ì\x1D /ªøs}¬O.\x06 ¥╝Àb "
b"\x01 ì\x1D /òrÐèA¶}Im─, "
b"\x01 ì\x1D 07Cpܬ«MÇ\r ‗ÊÍ "
b"\x01 ì\x1D 0|GrÜòFú┬E\f Í "
b"\x01 ì\x1D 0├╬p3Ø/ð├YA┐l "
b"\x01 ì\x1D 1\x08\x12 qøï¢\t aÖ┘ÝW "
b"\x01 ì\x1D 1Oçs\x1F ¥ÚÁùufl "
b"\x01 ì\x1D 1ù\x13 rgö▓¶ıì+ÊJ "
b"""
\x01 ì\x1D 1¦£s°Â‗\x17 v°\n
þÏ
"""
b"\x01 ì\x1D 2"Üsy¼·\x12 Ñc2ñ3 "
b"\x01 ì\x1D 2hØrM¢\x00 q/ê4%¿ "
b"\x01 ì\x1D 2│Br│ªÒ\x08 ú\x08 1Æ' "
b"\x01 ì\x1D 2°\x17 r¡ØD\x1F ü4¹)C "
b"\x01 ì\x1D 3@Éq░×°ÁMݼGW "
b"\x01 ì\x1D 6$ïq;¡┐$0┬└q\x1C "
b"\x01 ì\x1D 7-4s2½ïÊ.zÁX/ "
b"\x01 ì\x1D PGßrGÁÂ{═ù\r sj "
b"\x01 ì\x1D _▓\x10 qöâU\v Ú¾^Àõ "
b"\x01 ì\x1D b\x10 \r r¯¿³!1Ƭ┌J "
b"\x01 ì\x1D y½&sPú\x16 Ú-=o¼┘ "
b"\x01 ì\x1D |A5qØàmôÞ▒+É█ "
b"\x01 ìâiÕ═rIé±+ÝÝs£\x02 "
b"\x01 ìâjQ╦p¶ïÿ\x1F ¦Z╦cG "
b"\x01 ìâj©^p\x17 «╝ñ\v L\x16 Â) "
b"\x01 ìâk?tqeÿÞ╩‗╠3¢Ð "
b"\x01 ìâk¡ürÔó\x07 uÊÝùùB "
b"\x01 ìâõÏ\x1E pRà57\x00 l┴0$ "
b"\x01 ìà┐Y\x07 p!å▄$4fú╬║ "
b"\x01 ìà┐©\x0F p\x7F ç59NX╔Ve "
b"\x01 ìà┌¿+peÇ´/░±}çV "
b"\x01 ìà┌°Òq\x08 ó¡\x1E M\f £§3 "
b"\x01 ìà█<ÛrÒÇím\x17 \ò\x18 ¾ "
b"\x01 ìà█åËp¥ó\x12 ËídàÝâ "
b"\x01 ìï\x10 ║\v p_àÿ\x04 ]ä´å═ "
b"\x01 ì┬\x15\x19 £pòíoÙúJ¹░┐ "
b"\x01 ì┬\x15 gòqjÜ╬sK\x1A Á¸l "
b"\x01 ì┬\x15 ¬¬r\x06 ▓Ýö¸ÂJıq "
b"\x01 ì┬\x15 ‗!sAù¿³E\x0E ??╚ "
b"\x01 ì┬\x16 K┤q▀óT▓æ4.\x01 j "
b"\x01 ì┬\x16 ú0s)éa\v Ý\x04 ̓ "
b"\x01 ì┬\x16 Ý9r\x02 æßHR\x12 òYp "
b"\x01 ì┬\x17 2kqÐçÝZ\x15 9®F¿ "
b"\x01 ì┬\\x04 ÀqÐ░\x1C ┬┤¹ý\x1A ' "
b"\x01 ì┬\M\x03 qíòq=í\x16 ¶k¬ "
b"\x01 ì┬\ôîqWì├d^\x15 \\x1F ┼ "
b"\x01 ì┬\Î=pàÀöô¨╬├]ý "
b"\x01 ì┬]\x1E öqUëm³ô┬¹_Ö "
b"\x01 ì┬]gNqþ×ò\x1D å?ÝÚ\f "
b"\x01 ’¯w¥®pY–jÌZú@¦r "
b"\x01 ’¯€öîq鈋U6ÿÆL\x08 "
b"\x01 ’¯’âbr÷¨Ee€g(ïÞ "
b"\x01 ’¯“wZr\¥M\ªšœ½~ "
b"\x01 ’¯“÷Ïr\x12 £Ã»®Ññï‹ "
b"\x01 ’¯”±Prú˜í„¹€–zò "
b"\x01 Æ»òbýqÃä╔áÅ┘╔╝ç "
b"\x01 Æ»û6ÄpÅæ\x04 Än╚H╠Ù "
b"\x01 ’¯–ƒ\f p³µ\x08\x15 d$,~¤ "
b"\x01 ’¯–Óˆr\x13 ÀP2ûèmD "
b"\x01 ’¯—"Ýq©˜€ªkO\x17\x06 & "
b"\x01 ’¯—mcp\x13 †_µÇ8\x0E *i "
b"\x01 ’¯—½]q)„źìÍ=K\x17 "
b"\x01 ’¯ªwUsñ‘¥šp½.¢G "
b"\x01 ’¯ªË'r+¥Áí®~:’6 "
b"\x01 ’¯«\e\x01 pò%¯Üûh$\r "
b"\x01 ’¯«hµs¢»\f ¨ØˆT~ƒ "
b"\x01 ’¯«¶q·”+l¤\x13 ‰›â "
b"\x01 ’¯¬6žs¾É*\t 1T\x18 › "
b"\x01 Æ»¼äss╚ØÅ\x1C õB;"ã "
b"\x01 ’¯¬Ð…q\x07 ¥yö\x1F ¡“,0 "
b"\x01 ’¯\x1A ™q\x08 ›ÓµÓh\x16 ׈ "
b"\x01 ’¯coq<’ó…0@\x1A £< "
b"\x01 Æ»»\x18 ìs├ü‗sÅı ┘\x1E "
b"\x01 Æ»»gøqL¥§ÐÂø\x1E\x06 Ø "
b"\x01 Æ»»│¿pì▓Æj\x0E Õì^\v "
b"\x01 ’¯°\x03 Vs€”¯\x06 èÀ5¦4 "
b"\x01 ’¯°P˜r«†EÙÏÿE\x1C t "
b"\x01 Æ»░ƒPpkáìTı┴ùîd "
b"\x01 Æ»░Û<sؼ¾6§f╚\x01 : "
b"\x01 ’¯·ˆxs€„\x0E Ä$‘:ÈÙ "
b"\x01 ’¯·Ú—sÒ·\x18 ꮀF·\f "
b"""
\x01 ’¯¸,Øq™”\n
á.ñÂÇr
"""
b"\x01 ’¯¸wTrÌ™Oî¯ËÑeÈ "
b"\x01 ’¯¸È’p$„\x18\x00 QBvdÇ "
b"\x01 ’¯Ç\f £rq±Ó>\x08 µwr\x19 "
b"\x01 ’¯Ç[Íss½5²ãÈMN¡ "
b"\x01 ’¯Ç¢s纬rØ\x06 1~t "
b"\x01 ’¯ÇéÓqlŒÎɌم/4 "
b"\x01 ’¯È.ùp½²È÷v¾žäY "
b"\x01 ’¯ÈvWpЗ5yš¹@ý` "
b"\x01 ’¯È½âr°)\x04 gzŒWà "
b"\x01 ’¯Îá6që¾N\e êaxv} "
b"\x01 ’¯Ï+Ûpk²iË §`¿N "
b"\x01 Æ»Ð\x15 :p#ï║·6Å)╚, "
b"\x01 ’¯ÒG}p²¾ßHj7Øš$ "
b"\x01 ’¯ÓxBqy—\x1D TÕ|\r «0 "
b"\x01 ’¯ÓÇYs$ª\x14 hAàØ}õ "
b"\x01 ’¯Ù×Apý›BV\x11 -;¡2 "
b"""
\x01 ’¯Ú&–s„‘\x17 \n
ÿ\x06 9\x0E 7
"""
b"""
\x01 Æ»┌p\n
s}Å┐°╝5?ì$
"""
b"\x01 Æ»┌╣┐q─ØL¬┌ûF\x11 \ "
b"\x01 ’¯éC?q˜’\x00\v\x08 Òc”\x10 "
b"\x01 Æ»¨@Üsüñ:û!</Q| "
b"\x01 ’¯ù”\x07 q¯§S…!5\t Ô\x7F "
b"\x01 ’¯úsfpDºjÍâ*©à´ "
b"\x01 ’¯úÊÙsý‹ã˲IAi; "
b"\x01 ’¯û\x14 øs©˜ì×ÏÛZúi "
b"\x01 ’¯ûaùq\x1F §Iõ4x`HS "
b"\x01 ’¯û¯Årê¾™qB\x02 Jxm "
b"""
\x01 ’¯ûüÙrp™a‚Ÿ\n
o\x05 î
"""
b"\x01 ’¯üFøp¶ª8zÔ\x1A ¥9Ì "
b"\x01 ’°\x01 °€q¤¶á]»ZÞZ¡ "
b"\x01 ’°\f\v Zrä•êœ Dy"î "
b"\x01 ’°\x12 ˆSqì±ì:ć‡zÜ "
b"\x01 Æ░\x12 ıCq²º\x01\x16 ÇÉ\x1E ┌x "
b"\x01 ’°\x1D R-q~‡ì\x14 |[ôÎr "
b"\x01 ’°&G™px·S{€ûöç™ "
b"\x01 ’°&—Js¿°&š!\x04\x7F ù( "
b"""
\x01 ’°2“ŒqY·\n
Í]Ä%èL
"""
b"\x01 ’°2ãÇq͘ý\x00 6»¶\x17 Ë "
b"\x01 Æ░3/Øs╠¼vz|äYô¦ "
b"\x01 ’°3„\x14 sA„z\x7F Cìÿ\x06 @ "
b"\x01 ’°6ÑXrò¸‘s¬åGvš "
b"\x01 ’°7%îqvŒõ\x1E \\x06 K<í "
b"\x01 ’°7s\x01 q¥¿„\x08 ƒ\x03 aÅy "
b"\x01 ’°7À†rO™\x07 ·S‘º15 "
b"\x01 Æ░8\e ßrü¿ä╦#ÐÌá= "
b"\x01 Æ░8p1sƒº6[¯+ÅLõ "
b"\x01 “ÏìZîp““Cþ—=L¼9 "
b"\x01 “Ð\x04\x0E Hrè½fõ\x02 èPxX "
b"\x01 “Ð\t p8põ‘1Ðw§Û/i "
b"\x01 “Ð4€Ùqû§0~ÌpÀ¡¥ "
b"\x01 ì\x12 © æs\v ùJ\x02 u¥²┌É "
b"\x01 ì\x12 ║t£p\x1E £│º¤Þ│6ò "
b"\x01 ì\x12 ║´ªqHë╚nÏQ\x00 Rc "
b"\x01 ì\x12 ╗+;q\x17 ê\v .‗\x18 5¡¨ "
b"\x01 ì\x12 ╗jvqÝôbóÓxø7z "
b"\x01 ì\x12 ╗¬╗sbù╩r×.ËAp "
b"\x01 ì\x12 ╗Ù\x15 q│¿°¹Á╬\x05 D╩ "
b"\x01 ì\x12 ¢»\x17 r(Â2Y»‗+¶~ "
b"\x01 ì\x12 ▄´\x0E rNÿ3\f 1u■,\x14 "
b"\x01 ì\x12 ³û;q\x03 ª|³OR«╚┬ "
b"\x01 ì\x12 ³Õ\x12 s:║\x1E 53\x10 ú©═ "
b"\x01 ì\x12 ²vpqÈç¢Ã± \Þ^ "
b"\x01 ì\x12 ²┐7rDƒ╦¶Ø5>4\x17 "
b"\x01 ì\x13\x16 IRq╦ï\x0E é┌9kO\x03 "
b"\x01 ì\x13\x16 ¯ºq"¼E)¬CÞ_m "
b"\x01 ì\x13\x17 æärnÜ£K&î\r $ì "
b"\x01 ì\x14\x19 SQqNçÃN0\x01 :zÓ "
b"\x01 ì\x14 .■õr\x14 ìØ\x15\x00\x7F\x01\x14 "
b"\x01 ì\x14 /Î╦pNë&ö░\e ╚yÑ "
b"\x01 ì\x16 |\x07 Áqxå:ð\x11 ÉI \x12 "
b"\x01 ì\x16 |ÒrrD╝¤æà\Ø\x03 9 "
b"\x01 ì\x16 Ç@Øs.º£@ÚQ¿oç "
b"""
\x01 ì\x16 äÔEpÈïEþ¶×\n
ñ╗
"""
b"\x01 ì\x16 ë░ýr\x0E ¡\x12 ─Ì█;s+ "
b"\x01 ì\x16 èx\x15 pe½Ò\x10 í¿\x1D º╚ "
b"\x01 ì\x16 è¬Wr\x1C ½Í═^ı\x17\x16 T "
b"\x01 ì\x16 î!■sð╗ÐKQn±¹Ù "
b"\x01 ì\x16 îê¬sH¡║¯{ý§.N "
b"\x01 ì\x16 └ê~r°╣P½╣Ag└m "
b"\x01 ì\x16 ┬ôOs{ü¡9\x1F D[x1 "
b"\x01 ì\x16 ʃapâ奮╠¾\f \n "
b"\x01 ì\x16 ËZTq\x16 ©\t A▓\x12 p\x16 ┴ "
b"\x01 ì\x16 ·èTscûµØJà±?í "
b"\x01 ì\x17\v ÎÅr®éá╗╚pt.Í "
b"\x01 ì\x17\f ûzq\x0F ô¾═¶/w¥\v "
b"\x01 ì\x17 *Û\e r┤▓╩±ðóQSC "
b"\x01 ì\x17 +─oqØ¡╣\r ù¡öÙ÷ "
b"\x01 ì\x17 ,%╦p¬èùÔÝ\x1C 4╚ú "
b"\x01 ì\x1D /b\x1E röñ«]þUê¡x "
b"\x01 ì\x1D /ªøs}¬O.\x06 ¥╝Àb "
b"\x01 ì\x1D 0├╬p3Ø/ð├YA┐l "
b"\x01 ì\x1D 3@Éq░×°ÁMݼGW "
b"\x01 ì\x1D y½&sPú\x16 Ú-=o¼┘ "
b"\x01 ì┬]\x1E öqUëm³ô┬¹_Ö "
b"\x01 ’¯úsfpDºjÍâ*©à´ "
b"\x01 ’¯ûaùq\x1F §Iõ4x`HS "
b"\x01 ì\x12 Ë:\x02 rÖë\x0E 5\x0F gå╗t "
b"\x01 ì\x13\x17 æärnÜ£K&î\r $ì "
b"\x01 ì\x16 |w~sV»\x07\x13 C\x02 P"\x11 "
b"\x01 ì\x16 |«Çs]¬[‗ý\x08\x11\x16 c "
b"\x01 ì\x16 â\x17 öpýü\x08 ±_è¾Ö× "
b"\x01 ì\x16 äá¥s]┐cÙ\f ═1À╚ "
b"\x01 ì\x16 è¬Wr\x1C ½Í═^ı\x17\x16 T "
b"\x01 ì\x16 ├$êshïßÈW╣QÊc "
b"\x01 ì\x16 ═╔òs\x13 ┐P└o\x0E ÌZõ "
b"\x01 ì\x17 &,pýåÔ▀│x¦t´ "
b"\x01 ì\x17 )M¬pƒö·óÝ\x1C $ª¾ "
b"\x01 ì\x17 )ôCq¤ëÄà▄üÛ╠╣ "
b"\x01 ì\x17 )┘\t sÛŲüã=\x0F ø├ "
b"\x01 ì\x17 *#^s7ƒõ\x17 T|ÍBÀ "
b"\x01 ì\x17 *mÈq\x08 ò¥kvÄ;ƒÁ "
b"\x01 ì\x17 *Û\e r┤▓╩±ðóQSC "
b"\x01 ì┬\x17 2kqÐçÝZ\x15 9®F¿ "
b"\x01 ì┬\M\x03 qíòq=í\x16 ¶k¬ "
b"\x01 ì┬\Î=pàÀöô¨╬├]ý "
b"\x01 ì┬]\x1E öqUëm³ô┬¹_Ö "
b"\x01 ì┬]gNqþ×ò\x1D å?ÝÚ\f "
b"\x01 ’¯È.ùp½²È÷v¾žäY "
b"\x01 ’¯Îá6që¾N\e êaxv} "
b"\x01 ’¯Ï+Ûpk²iË §`¿N "
b"\x01 ’¯¬6žs¾É*\t 1T\x18 › "
b"\x01 Æ»¼äss╚ØÅ\x1C õB;"ã "
b"\x01 ’¯¬Ð…q\x07 ¥yö\x1F ¡“,0 "
b"\x01 ’¯\x1A ™q\x08 ›ÓµÓh\x16 ׈ "
b"\x01 ’¯coq<’ó…0@\x1A £< "
b"\x01 Æ»»\x18 ìs├ü‗sÅı ┘\x1E "
b"\x01 Æ»»gøqL¥§ÐÂø\x1E\x06 Ø "
b"\x01 Æ»»│¿pì▓Æj\x0E Õì^\v "
b"\x01 ’¯°\x03 Vs€”¯\x06 èÀ5¦4 "
b"\x01 ’¯°P˜r«†EÙÏÿE\x1C t "
b"\x01 Æ»░ƒPpkáìTı┴ùîd "
b"\x01 Æ»░Û<sؼ¾6§f╚\x01 : "
b"\x01 ’¯·ˆxs€„\x0E Ä$‘:ÈÙ "
b"\x01 ’¯·Ú—sÒ·\x18 ꮀF·\f "
b"""
\x01 ’¯¸,Øq™”\n
á.ñÂÇr
"""
b"\x01 ’¯¸wTrÌ™Oî¯ËÑeÈ "
b"\x01 ’¯¸È’p$„\x18\x00 QBvdÇ "
b"\x01 ’¯Ç\f £rq±Ó>\x08 µwr\x19 "
b"\x01 ’¯Ç[Íss½5²ãÈMN¡ "
b"\x01 ’¯Ç¢s纬rØ\x06 1~t "
b"\x01 ’¯ÇéÓqlŒÎɌم/4 "
b"\x01 ’¯È.ùp½²È÷v¾žäY "
b"\x01 ’¯ÈvWpЗ5yš¹@ý` "
b"\x01 ’¯È½âr°)\x04 gzŒWà "
b"\x01 ’¯ÓxBqy—\x1D TÕ|\r «0 "
b"\x01 ’¯ÓÇYs$ª\x14 hAàØ}õ "
b"\x01 ’¯Ù×Apý›BV\x11 -;¡2 "
b"""
\x01 ’¯Ú&–s„‘\x17 \n
ÿ\x06 9\x0E 7
"""
b"""
\x01 Æ»┌p\n
s}Å┐°╝5?ì$
"""
b"\x01 Æ»┌╣┐q─ØL¬┌ûF\x11 \ "
b"\x01 ’°\x01 °€q¤¶á]»ZÞZ¡ "
b"\x01 ’°\x12 ˆSqì±ì:ć‡zÜ "
b"\x01 Æ░\x12 ıCq²º\x01\x16 ÇÉ\x1E ┌x "
b"\x01 ’°\x1D R-q~‡ì\x14 |[ôÎr "
b"\x01 ’°6ÑXrò¸‘s¬åGvš "
b"\x01 ’°7%îqvŒõ\x1E \\x06 K<í "
b"\x01 ’°7s\x01 q¥¿„\x08 ƒ\x03 aÅy "
b"\x01 ’°7À†rO™\x07 ·S‘º15 "
b"\x01 Æ░8\e ßrü¿ä╦#ÐÌá= "
b"\x01 Æ░8p1sƒº6[¯+ÅLõ "
b"\x01 “Ð4€Ùqû§0~ÌpÀ¡¥ "
b"\x01 ì\x12 ─?\t söàÒoê\x04 X╩\t "
b"\x01 ì\x12 ┌tÅq=╣═{à\x0F `O‗ "
b"""
\x01 ì\x12 ┌│Ss?│\n
)Ͼ\x10 ò»
"""
b"\x01 ì\x12 █\v\x06 sÜçõ\x04 V■_┬i "
b"\x01 ì\x12 Ú\x11 Éq«▓ûÓ┘etäö "
b"\x01 ì\x12 ÚZ¾p¿©¹\x7F ┴¨·B_ "
b"\x01 ì\x12 Úº\x10 s\é:ç\x01 ıE7ë "
b"\x01 ì\x12 Ú°éqV│▒┬ıÑ╚/P "
b"""
\x01 ì\x12 ╩╦q¬àу\n
┬\x06 Ã9
"""
b"\x01 ì\x12 ±'╚qı║\x1E\x15\x18 ¨\x0E ì» "
b"\x01 ì\x12 ¸\x06 ir\v ×dþ\x10 Êôx_ "
b"\x01 ì\x16 îRdpaª\x17 ¬â?×jº "
b"\x01 ì\x16 ╣²Ls0è╦¿éÒÐ▓V "
b"\x01 ì\x16 ¸í■s▓¢|oû,-²\x0F "
b"\x01 ì\x17\x07 ^9pûçL\r q╗1ç\x05 "
b"\x01 “ÐF¶Mp£—7"¥šD\x0F T "
b"\x01 “ÐF¾Ns\x05 ¢,ÎX=ȉQ "
b"\x01 “ÐFÅ>p\f ¬g†2´@y¨ "
b"\x01 “ÐFË·p\x17 e§ø['ãZ "
b"\x01 “ÐFÒÕpDŠ4k‹\x10 Œ\x02 "
b"\x01 “ô\x08 $ñqê¼Wr\x7F /"`Ž "
b"\x01 “ô\x08 IŒpÒ¹v<\r E‡"² "
b"\x01 “ô\x08 “#s“¦5\x1E r þ‹¸ "
b"\x01 “ô\x08 Ö¤qÁ®tœ…=«¬Ý "
b"\x01 ì\x12 ╚AUq\x13 ▓ýË$Ú\x17 ¸& "
b"\x01 ì\x12 ╚|]qj╣K®W╦\x1C ╗\x1E "
b"\x01 ì\x12 ╚¼\r qÆôzÈ╩‗ı\x1D â "
b"\x01 ì\x12 ╚ \x1C qÑ╗ıD╔Z)·( "
b"\x01 ì\x12 ╔j¼r\x15 │▀╬í\x11 ÙEI "
b"\x01 ì\x12 ╔Í─qÈê\x01\x18 ÿ\x7F ƒ\x05 p "
b"\x01 ì\x12 ╩Y8rG¼»þ¾┐\x13 ®\n "
b"\x01 ì\x12 ð\x01 Óq░Ö)*:EkK┬ "
b"\x01 ì\x12 ð\\v q´┐ýçD\x1C Ú┌\ "
b"\x01 ì\x12 ðÀiqmì®┐Xú!ÿ6 "
b"\x01 ì\x12 Ð\x19 ─pÿò*ÔÌÿ═┬_ "
b"\x01 ì\x12 Ðy\x05 q\x17 Ä»\x0F vìa8─ "
b"\x01 ì\x13 *vãp┘┤┴#ÝÉdÍ© "
b"\x01 ì\x13 *▓▀p$╣ÒF¨rEµ& "
b"\x01 ì\x13 *Ýgq║ò┬v\v\x0F {Ë┼ "
b"\x01 ì\x14\x16 \|p\e ò┘±┬&+]´ "
b"\x01 ì\x14\x16 ùñr2ÉRBRI╗Wì "
b"\x01 ì\x14\x16 ÐÇq░Ç×]Þä┐Â4 "
b"\x01 ì\x14\e\x1F çròÜ%═%¹\x11 &I "
b"\x01 ì\x14\e éÁr\x03 ÂT¦ª7‗õl "
b"\x01 ì\x14\e ║³qGü%,°S\x1E ¿E "
b"\x01 ì\x14\e ¾█q ª\x1F\x12 ûeıgM "
b"\x01 ì\x14\x1C .Òpóà£╬xBf5& "
b"\x01 ì\x14 \x00 Áq\x10 ç%Èï"ûÄì "
b"\x01 ì\x14 <LqZ»±Ð;%a+® "
b"\x01 ì\x14 uúp^│ÑZ"ç?Ê4 "
b"\x01 ì\x14 «JqÁóL\x0E ╚þƒ\e ▒ "
b"\x01 ì\x14 Újp<®wë>│(?î "
b"\x01 ì\x14 !".q\x00 ¬Ó\x1E Hßè\x17 ▓ "
b"\x01 ì\x14 !^´rÇÅeØ\x7F ƒs "
b"\x01 ì\x14 !ò\x06 pÿù╩Àÿéîæ▀ "
b"\x01 ì\x14 !¹.pîÅÈß\x06\x1A ?█à "
b"\x01 ì\x14 "b\x1F qvóg{î|1³\x15 "
b"\x01 ì\x14 "╦Nr»òÃ\r uï«mf "
b"\x01 ì\x14 #\f ¼r¢┐APFLíYë "
b"""
\x01 ì\x14 #E¡s\f º╠J.¾\n
+\e
"""
b"\x01 ì\x14 #ǽptàùÝ8é\x06 |ë "
b"\x01 ì\x14 #║gpFöKw\x0E\x08 o╬■ "
b"\x01 ì\x14 #±êqà¢6çè░▄║ "
b"\x01 ì\x14 $+æs³ªãþ|p9qR "
b"\x01 ì\x14 $iEq9¿Õëõ¶z─Å "
b"\x01 ì\x14 $ímrë░pÊé#╦\x19 8 "
b"\x01 ì\x14 $┘┐rLƒ²┤>fí?\t "
b"\x01 ì\x14 %\x13 ßr\t ¢`\x04 µ\x1F !─P "
b"\x01 ì\x14 %N^px¥Uo\³Á¸5 "
b"\x01 ì\x14 %Åvr±½±÷3ù{Û§ "
b"\x01 ì\x14 %ðás¼ï╗~Â8æE; "
b"\x01 ì\x14 &└└p#òíË(¶p\x7F ¤ "
b"\x01 ì\x14 & LqÀùÓ1Ñ»F\x15 p "
b"\x01 ì\x14 '?ñp■ë¦ÿ)\x11\x16 ?. "
b"\x01 ì\x14 '{ør¾▓ö®{t\x13 nö "
b"\x01 ì\x14 'Ó{pvåxA\v »à\x1F ù "
b"\x01 ì\x14 (Døqh×\r Þ«Éb┼K "
b"\x01 ì\x14 (¬¸q9×Ïâó╝│ZÔ "
b"\x01 ì\x14 (Õ\x19 qı¬!Wpzýä« "
b"\x01 ì\x14 )LGrøÀAаÂWjØ "
b"\x01 ì\x14 )çer¡û¨▄░\x1E ñW├ "
b"\x01 ì\x14 )¾÷q¹åã3ð|fëÈ "
b"\x01 ì\x14 *YÝq²öðÝvÚ╠pæ "
b"\x01 ì\x14 *┐²rc▓sÒå\v 8®) "
b"\x01 ì\x14 *¹´psû┴'┌\x1F\x07 Ó\x03 "
b"\x01 ì\x14 +5¸p_ªÏ┼\x1A ,t│² "
b"\x01 ì\x14 +øÚsååWÏß+@\x12 ä "
b"\x01 ì\x14 ,\x04 NpÆÆ~9nO8è´ "
b"\x01 ì\x14 ,j piòº#Z▒®g\x1C "
b"\x01 ì\x16 ü└\x1E s\x14 ëêÇ.\x02 SÇÌ "
b"\x01 ì\x16 ü±aq┬Ä_Ú¼Ê$U\x08 "
b"\x01 ì\x16 é!8r\x19 ÖGV9º¹gØ "
b"\x01 ì\x16 £1ïráíë²ó│\x0F 'ð "
b"\x01 ì\x16 £æAp4¢e\x1D ±\x13 ªZb "
b"\x01 ì\x16 £Þ\x1E qpº;øû\x12 ^█d "
b"\x01 ì\x16 ØFÃqÛë\x19 ´³Ë)\t ; "
b"\x01 ì\x16 ØÖ\x18 r@ìÆÏ\x02 Ç▓W\x1C "
b"\x01 ì\x16 Ø´ÇqáîfÛiÏL\x1F "
b"\x01 ì\x16 ×D\e q\x14 ÿFß\x0E }Þ\x19 "
b"\x01 ì\x16 ×û+r\x0E ¬s´\x07 rìø\n "
b"\x01 ì\x16 ×‗Wq¨Ñ\x05 }¹¾×t² "
b"\x01 ì\x16 ƒL┼p4ù¬Qy¾§Ð\x17 "
b"\x01 ì\x16 ƒøúsÄÇ̳öªÿv[ "
b"\x01 ì\x16 ƒ´þr±è¯þã®I´¡ "
b"\x01 ì\x16 á?╩qm£ÝR"qÂëo "
b"\x01 ì\x16 áÅ‗pGöÄç^Dw¸r "
b"\x01 ì\x16 áÒ┤q5¿)Ø_é*\x17 > "
b"\x01 ì\x16 í1Ïrxàêù\x05 Ùw\x1E ô "
b"\x01 ì\x16 í~ÓstÀMu1ϲ═} "
b"\x01 ì\x16 íðºp>©ßcúº-àS "
b"\x01 ì\x16 í■¹s2øt2wƒC\x16 e "
b"\x01 ì\x16 ó+prTÂã¹‗¨%Ö\x1F "
b"\x01 ì\x16 óVüsM▓Ä\x18 é╚┼╠┼ "
b"\x01 ì\x16 óä¸r¶▒▀\x1D ı═┘\x19 ┤ "
b"\x01 ì\x16 ó▒\x1D sÔâr!Lø¹²¤ "
b"\x01 ì\x16 ó▀<pª¬¡]Â0e\\x1D "
b"\x01 ì\x16 ú\v fpU║\x08\x0E 3\x14 É&í "
b"\x01 ì\x16 ú9▄qPÄ»hBXÿ█M "
b"\x01 ì\x16 úiþq´╝9┬n½\x04 ¿\x18 "
b"\x01 ì\x16 ú¢ÔsIÅÀQsé\x13 ¥\x1D "
b"\x01 ì\x16 ñ\x17 ks®î\x01 s░\x15 î┤n "
b"\x01 ì\x16 ñorr}òçÖì¯J ╣ "
b"\x01 ì\x16 ñ─±p/ú'O¥\x04 4Ö\v "
b"\x01 ì\x16 Ñ\x15 ÄqöüS#a\x01 ôÿ "
b"\x01 ì\x16 Ñi[q!Ä+\x08 H\x13 /\x10 █ "
b"\x01 ì\x16 Ñÿ\x11 qB¡╬┴=\x14 ¶\x06 ã "
b"\x01 ì\x16 ÑÚzr}º╝e5â|Ö¦ "
b"\x01 ì\x16 ª@Ysø®\x1C öw\1b° "
b"\x01 ì\x16 ªæès‗º¶K÷+\x06 ú╝ "
b"\x01 ì\x16 ªÔ°s+©UüÓ╬,éV "
b"\x01 ì\x16 º8MsÐô×üDpCàA "
b"\x01 ì\x16 ºîÔrbåÒÕ´ä\x19 ó\x0E "
b"\x01 ì\x16 ºÕ¦pnéÌU\x18\t ÑG┼ "
b"\x01 ì\x16 ¿\x7F ÊsiùóEæau#\x05 "
b"\x01 ì\x16 ¿Ïrqu¥\x02 »ò`,®w "
b"\x01 ì\x16 ®-ûr▀íL(8\x01 â¦╦ "
b"\x01 ì\x16 ®å\x17 p.░▄▒î╦r/U "
b"\x01 ì\x16 ¬0\x1C pö▓\x14\x15\x02 ã6Ì▓ "
b"\x01 ì\x16 ¬ÉÒp║ê,ƒÓ×ø\x1A Ó "
b"\x01 ì\x16 ¬²7q$¥×èÇ\ÇÛQ "
b"\x01 ì\x16 ½6£pÿ░.╦ÀÐÕ§9 "
b"\x01 ì\x16 Ì¿\x1E s\x1C º┼Æ,±░\f " "
b"\x01 ì\x16 ³Å\x01 pÜ¿äÀWS\x19 \ñ "
b"\x01 ì\x17\x17\x12 êp¾¢0c▒\x12 »"─ "
b"\x01 ì\x1D Q\x10 ês½ôØ\t ë)tT· "
b"\x01 ì\x1D W\x1F Úq╝áðg\x0F UÃâ2 "
b"\x01 ì\x1D ]~pp┘É\v £]▄ím╦ "
b"\x01 ì\x1D gå&q⻃L'Ì‗9Í "
b"\x01 ì\x1D i█br¿ïX\x1A ÕMÀ\x19 ▓ "
b"\x01 ì\x1D jL\x02 s┘¿s\x04\x1A ▀3│² "
b"\x01 ì\x1D ksírïöA¢▀\x08 ùÔ■ "
b"\x01 ’¯½õŒq, %'Ó\x1E ·J~ "
b"\x01 Æ»┴H}sc╗ mKع\x18 À "
b"\x01 ’¯Á‡DphˆQï;maÊ "
b"\x01 ’¯ä\x1C ksò–\x17 ûyP\x07 Á¦ "
b"\x01 ì\x12 Ë:\x02 rÖë\x0E 5\x0F gå╗t "
b"\x01 ì\x12 Ó*|q\x12 ë`¸\x13\e ,`Ä "
b"\x01 ì\x12 Ý╠Ísb│ôƒµÎïµW "
b"\x01 ì\x13\x0E g¢r,åRuf"ɵõ "
b"\x01 ì\x13\x0E ┬▒rQÿ┼Pe\x1F Ë\x0F r "
b"\x01 ì\x13\x19 b▄p`ÀÆ`¨Pò\x15 7 "
b"\x01 ì\x13\x1C 3┤p┘╣b╔&RÀ╗k "
b"\x01 ì\x13\x1E wq\x02 «{\r ±:V╩~ "
b"\x01 ì\x13 %┬8q¬¢╣t└æa¤á "
b"\x01 ì\x13 '³ÿq«ê\t\x10 D\x0F DÝØ "
b"\x01 ì\x14\x1A öÚs═ó■\x12 Íæü-% "
b"\x01 ì\x14 -÷øq\x05 ÂNês ╬èà "
b"\x01 ì\x14 0$dp\x10 ║‗ëý݃E, "
b"\x01 ì\x16 à~´pJü\³¶\x16 @$\x13 "
b"\x01 ì\x16 û╝¹pcè╠Ê┼;D&Ë "
b"""
\x01 ì\x16 ¼¼╠qØ¥â╔\n
\x03 sõú
"""
b"\x01 ì\x16 ┤]▓q!╗═ÿÁ·òbu "
b"\x01 ì\x16 ╝º·rzù¹k¹ÀQ?╚ "
b"\x01 ì\x16 ├$êshïßÈW╣QÊc "
b"\x01 ì\x16 ┼\x0F \r qWÄj¥'Ü{┼Ì "
b"\x01 ì\x16 ┼YmsjÜ─M%ª\x14 ƒÁ "
b"\x01 ì\x16 ┼»\x00 p\x16 ╗HO■FVû3 "
b"\x01 ì\x16 Ã{är╬¡Crù┤┐s¦ "
b"\x01 ì\x16 ╔\x03 ip|åÀP\x17 äè[¥ "
b"\x01 ì\x16 ╔Þôp(ò1╩N▀Ôß┘ "
b"\x01 ì\x16 ╩RGp|ÄKÝ:ôáå¥ "
b"\x01 ì\x16 ðä\x15 q1¡\x1D ü+╠TH╔ "
b"\x01 ì\x16 Ê┌Jq┌çaÇÊØÇ©© "
b"\x01 ì\x16 Èn¸s└¡»ëSÃl\x06 c "
b"\x01 ì\x16 Ù\x7F }p¢┤kÜ▓$Ü╚È "
b"\x01 ì\x16 ¯°\p:î¡║\x00 y "
b"\x01 ì\x17\x01 vTs\x06 ┤▀æÅ÷WL¯ "
b"\x01 ì\x17\f\x1D\x19 qBµ]\v -ô╣C "
b"\x01 ì\x17\x16 fÕp+ɨGëkñ j "
b"\x01 ì\x17\e öfs\x08 ¢Òò\x10\f º7 "
b"\x01 ì\x17 %%Úq6ùú┴bDÅYd "
b"""
\x01 ì\x17 %m╗p÷ùza:\n
\x17 «m
"""
b"\x01 ì\x17 )ôCq¤ëÄà▄üÛ╠╣ "
b"\x01 ì\x17 0R═s7£¾\x1C Û╔IQ\x00 "
b"\x01 ì\x17 0┬\x1F p!ñ4┌I\x19 ı═c "
b"\x01 ì\x1D )\e ]qÁ╗Û\>X¢█\x1D "
b"\x01 ì\x1D )ñ r¤╣©_¢»\x1A :» "
b"\x01 ì\x1D )Ú█pAî{¿n\f Ø¶Æ "
b"\x01 ì\x1D 0|GrÜòFú┬E\f Í "
b"""
\x01 ì\x1D 1¦£s°Â‗\x17 v°\n
þÏ
"""
b"\x01 ìà┌°Òq\x08 ó¡\x1E M\f £§3 "
b"\x01 ìï\x10 ║\v p_àÿ\x04 ]ä´å═ "
b"\x01 ì┬\x15\x19 £pòíoÙúJ¹░┐ "
b"\x01 ì┬\x16 K┤q▀óT▓æ4.\x01 j "
b"\x01 ì┬\x17 2kqÐçÝZ\x15 9®F¿ "
b"\x01 Æ»¨@Üsüñ:û!</Q| "
b"\x01 ’¯üFøp¶ª8zÔ\x1A ¥9Ì "
b"\x01 ’¯½õŒq, %'Ó\x1E ·J~ "
b"\x01 Æ»┴H}sc╗ mKع\x18 À "
b"\x01 ’¯Á‡DphˆQï;maÊ "
b"\x01 ì\x14 /Î╦pNë&ö░\e ╚yÑ "
b"\x01 ì\x14 0$dp\x10 ║‗ëý݃E, "
b"\x01 ì\x14 2i\x04 s┼î\x17\x05\x16 °s·O "
b"\x01 ì\x14 2▒MqOö╠i\x00\x01 ¶¿À "
b"\x01 ì\x14 2¸ÒsC┤»M¤╠[├Ì "
b"\x01 ì\x14 3ATr\x17 ÀõׯðIè┴ "
b"\x01 ì\x14 3êºs}Çf╝\x14 ¶Eòu "
b"\x01 ì\x14 3ÐýqD©\x01 Rp¯ñ\x19 ¶ "
b"\x01 ì\x14 4\x17 ÿqJ┤lS╠Æ╠═ä "
b"\x01 ì\x14 4_\x19 s\f Â*±è(q0Ø "
b"\x01 ì\x14 4Ñ╣smÿ¦\x03 ╗\x1E ¤┴¯ "
b"\x01 ì\x16 }\x19 ‗q\x00 ûT┘\x0E S\t x' "
b"\x01 ì\x16 ░Îír\x06 í\x11 4@XgÖƒ "
b"\x01 ì\x16 ▒\f ðrm╝'22\x1C Â╝ƒ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `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` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `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` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x018D132A76C670D9B4C123ED9064D6B8 , 0x018D132AB2DF7024B9E346F97245E626 , 0x018D14165C7C701B95D9F1C2262B5DEF , 0x018D1420E96A703CA977893EB3283F8C , 0x018D14242B9173FCA6C6E77C70397152 , 0x018D1427E07B70768678410BAF851F97 , 0x018D1428449B71689E0DE8AE9062C54B , 0x018D1428AAF771399ED883A2BCB35AE2 , 0x018D1681C01E73148988802E025380DE , 0x018D169DEF8071A08C66EA69D84C1FFF , 0x018D169E962B720EAA73EF07728D9B0A , 0x018D16A131D8727885889705EB771E93 , 0x018D16A17EE07374B74D7531D8FDCD7D , 0x018D16A369E771EFBC39C26EAB04A818 , 0x018D16A5158E719481532361019398FF , 0x018D16AA90E370BA882C9FE09E9B1AE0 , 0x018D16AAFD377124BE9E8A805C80EA51 , 0x018D1D6786267183AF9F4C27DEF239D6 , 0x0193D046B64D70A3973722A59A440F54 , 0x0193D046BE4E7305A22CCE583DC88951 , 0x0193D046C53E700CAC678632B44079A8 , 0x0193D046CBB77017AD65A7F85B27E35A , 0x0193D046D2D570448A346B8B10A08C02 , 0x0193F40824F171EABC57727F2F22608E , 0x0193F408498C70D2B9763C0D458722B2 , 0x0193F40893237393A6351E72A0FE8BB8 , 0x0193F408D6A471C1AE749C853DABACDD , 0x018D12B7A70E7356BE8239F53D7BCAF7 , 0x018D12B7EDFD72C2A7F297EC9A7110CE , 0x018D12B832007258AA77EB3396282230 , 0x018D12B876707194947CC5AD69CD6604 , 0x018D12B8FF91730B974A0275BEFDDA90 , 0x018D12BE9C6071A0976F1D0DBF1EBD3B , 0x018D12C4FA35729EA333A562F4179A49 , 0x018D12C54A2F726884806E70020CE8FE , 0x018D12C5BDF47114BB8C9530612CB9A3 , 0x018D12C60AA673DFB536F181ACF1D533 , 0x018D12C657747169ABC68125F33C57FF , 0x018D12C6CA9E7244B665437B2128A7FA , 0x018D12C7135D7198BAD2BB362E7F2FB6 , 0x018D12C75E0F719B844B4D23D6AA5034 , 0x018D12C7AED5716DB22CF416D85B17FF , 0x018D12C8036D7327B398CC1FF9F15210 , 0x018D12D1EF9071AE8962076AA906DBA9 , 0x018D12D242CB70888A712C74B483E6CA , 0x018D12D2901070F7B6495A4698EE7F52 , 0x018D12D2E229718B92AB86B4FA76A596 , 0x018D12D33A027299890E350F6786BB74 , 0x018D12F786437173AA78ECAB77672BC1 , 0x018D12F7DB7F7004932017E22A725171 , 0x018D12F8CA2171A98373F97868BFAE39 , 0x018D12FC963B7103A67CFC4F52AEC8C2 , 0x018D12FCE512733ABA1E353310A3B8CD , 0x018D12FD2CCE71D3A95B5CC8881480FF , 0x018D12FD767071D487BDC7F1205CE85E , 0x018D12FDBF3772449FCBF49D353E3417 , 0x018D12FE089072F98A37DDA7C8270DC9 , 0x018D130275D97044BBF542D1C559C4A6 , 0x018D1302C40B7014A0AE7784E3A7B13B , 0x018D1303111473CD860E290B751DABEB , 0x018D130360167152990CC32598DD4F6A , 0x018D1303AB8372288A8F77C40E3FD1D2 , 0x018D1303F8F472768F889880EDD67FB0 , 0x018D13046DEA7214A5DEC0411B3549AF , 0x018D1304B6B9733FAEB31EF64F9950EA , 0x018D1305033871A1BA963C7231CFCAD6 , 0x018D13054E9D718689CA9537DE62D27E , 0x018D13059B4D7185BA40D419CE07E295 , 0x018D1305E8047126A74B5DA3FEE18257 , 0x018D13066119700D8BB973E95C9045BF , 0x018D1306B0647364B97EEA046A6CC8DE , 0x018D1306FEA67200817F60A4B55B6C26 , 0x018D13074B0670258479FE24B3DA4518 , 0x018D13079B9C72CDB811E27468CFE22A , 0x018D1307F08C7325B76384F6775CB158 , 0x018D1308425273D79949317582C2D63E , 0x018D13089564726290954F92AD2BBACF , 0x018D1308E6EA726C9D62E22DDEABD461 , 0x018D130936107099A187F230C88D7C49 , 0x018D1309894A70A88737C9B6D2327248 , 0x018D130A035871FC9204D1228E2CFC3A , 0x018D130A54A8724A8996C01B3637AB5C , 0x018D130AA7CA72DCA5DB62E052A419BD , 0x018D130AF867700EA19A41B263581CE8 , 0x018D130B4B8371D386331269AA5BF74B , 0x018D130B9BC67163BD51151E7E87A361 , 0x018D130BEE207275B86A765608FBE9A1 , 0x018D130C43657342B041EEAB7C21383D , 0x018D130D2F2E70E784E7048E1C65D233 , 0x018D130D81F4704FA830BFC4A35FCA82 , 0x018D130DD53070548BCB9002CF6F09D0 , 0x018D130E67BD722C865275662290E6E4 , 0x018D130EC2B1725198C550651FD30F72 , 0x018D130F204371CE96A93EE721AF8DCE , 0x018D130F791173C29A720A4CA2DC8753 , 0x018D130FD12F707B8BA96780CD88DD32 , 0x018D13105B657129AF0AB095952ADAB3 , 0x018D1310D68371BE87F61714759BB9C7 , 0x018D131127EE73AB9156C3AFD3F23AA8 , 0x018D1311709E7248A6AD27A2CEE82944 , 0x018D1311C68E73FC8F74A58754EC8923 , 0x018D1314320B7113A8BC343E1E106936 , 0x018D1314829470B2823E6C1E7ECCE929 , 0x018D1314D633725D963081B1E92461C2 , 0x018D1315287B72829C19F1A5154C569B , 0x018D13157E4473D1ACD8A2DEE5B9AF1C , 0x018D1315CC577225A359647DB6DD64B1 , 0x018D1316495271CB8B0E82DA396B4F03 , 0x018D13169C00718782ABC9017D1273E5 , 0x018D1316EEA77122AC4529AA43E85F6D , 0x018D13173FCF701192737DA0EB1DC544 , 0x018D13179184726E9A9C4B268C0D248D , 0x018D1317E02070BD829BE024741AC042 , 0x018D13182EE471FAAC3C59D028BFD1E6 , 0x018D13187D6F710EAA875D4258E00367 , 0x018D1318CF1C703A8500BFF494F03A23 , 0x018D131962DC7060B79260F950951537 , 0x018D131B4B9971BD8F3B6FC218632B2C , 0x018D131B993972A0A65EE3CEC8ED07F5 , 0x018D131BEA5B71AFA0F8F14D04C9B26E , 0x018D131C33B470D9B962C92652B7BB6B , 0x018D131CB192711DB53FBF18C8D717EB , 0x018D131D02387180B691D9359068CD72 , 0x018D131D532B710489E2BE0477529F1D , 0x018D131DD41772C49B0C6CC8442A77AE , 0x018D131E25C0723A9ADC2D6B2889DEC6 , 0x018D131E77F07102AE7B0DF13A56CA7E , 0x018D131ECEB07340AD1D5CE04C4CDE18 , 0x018D131F1D4573F0A08AEDABD84F4762 , 0x018D131F6C987074B38045D62B3A46C6 , 0x018D131FED8472DF9EA1A1DB55A7DA62 , 0x018D132041EE7187AC855E2FE250CA71 , 0x018D1320997671708B0E1B2BA9C28F01 , 0x018D1320F22470129971FFBA1747615E , 0x018D1321445C7150BC5A65B09F91482C , 0x018D1321C25272A5BC9D1DD57034416A , 0x018D132213647392A26B1B57C6C38381 , 0x018D13228E3672619854B3D944D34CF2 , 0x018D1322E1057233B0D267DB7001760C , 0x018D1323376D714E92F310DD3B60AEAD , 0x018D13238B397075A6F3153376A44658 , 0x018D1323DA36712385CE5F1185A33F22 , 0x018D13242BCB7106A80EEB78E1284AE4 , 0x018D1324781C72148A47AFCBC975FFF8 , 0x018D1324C5CA7218875B7FA9C615B3A4 , 0x018D13251B5370B8931F663A895E8F0B , 0x018D13256F0773038B6BAA2788FE222C , 0x018D1325C23871AABDB974C09161CFA0 , 0x018D132614A17103BFDAAFAF84512BDB , 0x018D13266854717EBF28245D9B4546BD , 0x018D1326B80B705FB905DBC64AF9F36C , 0x018D13270A3370B5965B65F5BF2357E6 , 0x018D1327598671829F4B782C75DF8814 , 0x018D1327A97173D2B27C43EDC150C95B , 0x018D1327FC9871AE880910440F44ED9D , 0x018D13284E8A72AE82AD15519BC2829D , 0x018D1328A10F73D1B6CB884DA97ED3EA , 0x018D1328F38B738EA3FE4EC25528AEA7 , 0x018D13D129C37189BF01700BF7A4F89D , 0x018D13D17363739F8BB60DA3DD7A97B8 , 0x018D14195351714E87C74E30013A7AE0 , 0x018D1419A5027281B00624831C94A3D6 , 0x018D1419F3FF7377A8735490E5F17814 , 0x018D141A494A70FEA2D969CB1797F545 , 0x018D141A94E973CDA2FE12D691812D25 , 0x018D141AE65570B0A74935D6FA3C1847 , 0x018D167B9380716BA087EFC37AB0FBEC , 0x018D167BCC32734DB513835C3ED103E0 , 0x018D167C07B57178863AD01190492012 , 0x018D167C4172737296C0C446ECC1F2FB , 0x018D167C777E7356AF07134302502211 , 0x018D167CAE80735DAA5BF2EC08111663 , 0x018D167CE3727244BCCF91855C9D0339 , 0x018D167D19F271009654D90E53097827 , 0x018D1683179470EC8108F15F8AF3999E , 0x018D1683640373B3B7BE86BE784796F6 , 0x018D1683CF5B7146AC21C3551748138D , 0x018D1684137D70C2828C6BBA6B06AD54 , 0x018D16845B2B731691D7420AEABABCC2 , 0x018D1684A0BE735DBF63EB0CCD31B7C8 , 0x018D1689B0EC720EAD12C4DEDB3B732B , 0x018D168A78157065ABE310A1A81DA7C8 , 0x018D168AAA57721CABD6CD5ED5171654 , 0x018D168ADEB170138D18FB51F638406E , 0x018D168C21FE73D0BBD14B516EF1FBEB , 0x018D168C88AA7348ADBAEE7BECF52E4E , 0x018D1696BCFB70638ACCD2C53B4426D3 , 0x018D169706FD7284B027985C5B9EB440 , 0x018D169751767337ABCF71F14CF476EA , 0x018D1697A4D3718BBBD9A863CC1359C6 , 0x018D1697F12770DC8D6FD1C29BBE9160 , 0x018D16983899703CB84B87C05CD5B6E4 , 0x018D1698846473999ADC6D4464C0FDB7 , 0x018D16AB71467022B03D912B06BF1EE6 , 0x018D16ABAB08713AB69288873B750E5D , 0x018D16ABE365708C83142830C19B65BD , 0x018D16AC188D73599FBCCA312D2C93C0 , 0x018D16AC4C977390A2D633C6248C8175 , 0x018D16ACACCC719DBE83C90A0373E4A3 , 0x018D16ACE5CE722E8B5474CBB8C57B4B , 0x018D16B25EE1702AA2D96A3C17BDC163 , 0x018D16B29C13720792192540573D8A57 , 0x018D16B2E463721ABA0478DC58EC9633 , 0x018D16B3253B7342AADB742D4863AF33 , 0x018D16B3697B7170B4A90A2C44998DEA , 0x018D16B3AB67723E8EA2308C7233FEAF , 0x018D16B40FB7724AA51867266208AB8A , 0x018D16B45DB27121BBCD98B5FA956275 , 0x018D16B4AE9A7026A864F2BF9F81AFFA , 0x018D16B51725707499304B105B2BB072 , 0x018D16C0887E72F8B950ABB94167C06D , 0x018D16C0E9EC71A384F47F01D72119C2 , 0x018D16C13CF57170BFA304DFE5F7CB64 , 0x018D16C1D8CC71319E00355FE22DBBEA , 0x018D16C2306773C4AC4092A6E4C51735 , 0x018D16C2934F737B81AD391F445B7831 , 0x018D16C3248873688BE1D457B951D263 , 0x018D16C36C43712D86B2423064A71308 , 0x018D16C3AB97723C84051254A23FBA39 , 0x018D16C3E86E7262B5C0129076121702 , 0x018D16C42A587298B9FF5370C726D44B , 0x018D16C46BCB70BE92FE6FC01EBEE21A , 0x018D16C7D5FB72F9848FDE49E95C0E16 , 0x018D16CCE4AA70DC9EF7E639C7163117 , 0x018D16CD1BE17200A6DA2404F3B3F777 , 0x018D16CD55E370BC9A346A35F7D3C037 , 0x018D16CD8F5871FE8EF42F4D83323BF3 , 0x018D16CDC9957313BF50C06F0EDE5AE4 , 0x018D16D084157131AD1D812BCC5448C9 , 0x018D16D0C11672329AAB57410BFED97C , 0x018D16D0FA4173889E3EFA045E4EB1D1 , 0x018D16D29F6170C7BD86BEA9CCF30C0A , 0x018D16D2DA4A71DA876180D29D80B8B8 , 0x018D16D3198F70379C624238BB89AE5C , 0x018D16D35A547116B80941B2127016C1 , 0x018D170B901F73B78501DBA01D632E1F , 0x018D170BD78F72A982A0BBC870742ED6 , 0x018D170C1D197142B6E65D0B2D93B943 , 0x018D170C967A710F93F3CDF42F77BE0B , 0x018D170CDD9A72279982EFFB72EA8D75 , 0x018D170D20F47224992E53144D002BDA , 0x018D170D61CA71E7A0577E65FF0BD074 , 0x018D171250BA7192A600582C0D217BF3 , 0x018D171295F273B7A63BFB8910ACE050 , 0x018D1712DB04712CBA19809FD6A2544D , 0x018D17193B2171E2829DA0467FB804E2 , 0x018D17197D6B732FBB80EDD0EF586B2B , 0x018D1719C2DB7147899437D8671A344E , 0x018D171A059172CB9256BB9165131B1D , 0x018D171A4F6E70529ACC8147E04DB0BC , 0x018D171A96F4727D9C15B6693DAF4ECB , 0x018D171C09F2736CB583CE5F4DD0FF59 , 0x018D171C4E01709C84748B0D80A18706 , 0x018D171C928B73ADA7DB5FB8608D6004 , 0x018D171CD6C2702AA6FF268C01D0C1BD , 0x018D171D18DB708F9F8AC6E4579C7133 , 0x018D171D5FC07195A03ADA58085DBE3C , 0x018D171DA46772C6BF9DA1810E8E92D0 , 0x018D171DE96F73CBBA6A2DCD194606F8 , 0x018D171E2EF871A18FD52A2894225428 , 0x018D171E715372708674349033DD6BFB , 0x018D171EB461732F878E8B928ADFDFAE , 0x018D171EF64E70A0ACF660A64058EC6F , 0x018D171F3A0872029B718AF9C1267FB3 , 0x018D171F7BFA725BA1E9553FE4F66597 , 0x018D171FF00B72E3A79474EF09A73F7C , 0x018D17202FDD70BE98B950940EEE6E6B , 0x018D17206FA67047A6B16A454118541A , 0x018D1720B1297160B287C7F870855C90 , 0x018D1720F5C27056A813E86611441D09 , 0x018D172139A47345BA91B5CDE19708EB , 0x018D1723CE847370BF0C5A6A0D7BB053 , 0x018D17241363720785C4B021F08FCF39 , 0x018D172492F67028B49DB810B308ECC4 , 0x018D1724DB077098BB712982D4314E5F , 0x018D172525E9713697A3C162448F5964 , 0x018D17256DBB70F6977A613A0A17AE6D , 0x018D1725B43473EFA476412017FBE009 , 0x018D17262CF070EC86E2DFB378DD74EF , 0x018D172677C4729B87CD9204ACEE3C69 , 0x018D1726BF397379A3F366E6CF9F6410 , 0x018D172707D773F4A8C2CA4B273F2E8F , 0x018D17274F17707DA73D755CD9257FBB , 0x018D1727C576739DBD63C3603230CB53 , 0x018D17280A647333B749C7DBB2DEFF60 , 0x018D17285115704F97FE101F9081F648 , 0x018D172893A173B89D169C55A1EEB82D , 0x018D1728D84E726FA91BE891BBAC05E9 , 0x018D17294DAA709F94FAA2ED1C24A6F3 , 0x018D1729934371CF898E85DC81EACCB9 , 0x018D1729D90973EA8FFD81C63D0F9BC3 , 0x018D172A235E73379FE417547CD642B7 , 0x018D172A6DD4710895BE6B768E3B9FB5 , 0x018D172AEA1B72B4B2CAF1D0A2515343 , 0x018D172B333673A78BAF6FA72C070623 , 0x018D172B7B837235A7086E610ABFC8A5 , 0x018D172BC46F719DADB90D97AD94EBF6 , 0x018D172C25CB70AA8A97E2ED1C34C8A3 , 0x018D172CB52C73929B33FF534B874A0C , 0x018D172D09257034B113D95665B5D662 , 0x018D172D5786705BB12A06A1EECCE230 , 0x018D172DA6BB73C1A1AD1600EA0B3F45 , 0x018D172E061E73C1AE69D8ED08D6A15F , 0x018D172EC5C672E18F0AE2E0EA23C075 , 0x018D172F1E56735987B37C9C8BF732D8 , 0x018D172F76FB713080E4FD2714071E0F , 0x018D173052CD73379CF31CEAC9495100 , 0x018D1730C21F7021A434DA4919D5CD63 , 0x018D1731252B716890C34C766AB2370B , 0x018D17318EA372EBBFADB212BAE715C3 , 0x018D1731E7A973DBB0B3DDB3CACF8E64 , 0x018D173231FF7315BCDC9F32098076E9 , 0x018D17327EEA71BD8211D417F948F842 , 0x018D1732F977714CA75B764A6CF1A168 , 0x018D17333FFA710BB61BD6CDBB236B1C , 0x018D1733845F705F9E737F87D5CBDA68 , 0x018D1D27502D73F79B746CF9AF2BDF1D , 0x018D1D2792DD7091A4AAA9BD48F72160 , 0x018D1D27D3A1707A95ECA12A9BE78F95 , 0x018D1D2817BB731F906CD18FCFDC5414 , 0x018D1D2858817184AA39FDB4880ED15D , 0x018D1D5047E17247B5B67BCD970D736A , 0x018D1D79AB267350A316E92D3D6FACD9 , 0x018D8369E5CD724982F12BEDED739C02 , 0x018D836A51CB70F48B981FDD5ACB6347 , 0x018D836AB85E7017AEBCA40B4C16B629 , 0x018D836B3F74716598E8CAF2CC33BDD1 , 0x018D836BAD8172E2A20775D2ED979742 , 0x018D85DAA82B706580EF2FB0F17D8756 , 0x018D85DAF8E37108A2AD1E4D0C9CF533 , 0x018D85DB3CEA72E380A16D175C9518F3 , 0x018D85DB86D370BEA212D3A16485ED83 , 0x018D8B10BA0B705F8598045D84EF86CD , 0x018DC215199C7095A16FEBA34AFBB0BF , 0x018DC2156795716A9ACE734B1AB5F76C , 0x018DC215AAAA7206B2ED94F7B64AD571 , 0x018DC215F221734197A8FC450E3F3FC8 , 0x018DC2164BB471DFA254B291342E016A , 0x018DC216A330732982610BED04D69FFF , 0x018DC216ED39720291E1485212955970 , 0x018DC217326B71D187ED5A1539A946A8 , 0x018DC25C04B771D1B01CC2B4FBEC1A27 , 0x018DC25C4D0371A195713DA116F46BAA , 0x018DC25C938C71578DC3645E155C1FC5 , 0x018DC25CD73D7085B79493F9CEC35DEC , 0x018DC25D1E947155896DFC93C2FB5F99 , 0x018DC25D674E71E79E951D863FEDE90C , 0x0192AF92E26272F7A84565806728EFDE , 0x0192AF93775A725CA54D5CAA9A9CBD7E , 0x0192AF93F7CF7212A3C3BBAED1F1EF8B , 0x0192AF94B15072FA98ED84B980967AF2 , 0x0192AF9562EC71C784C9A08FD9C9BC87 , 0x0192AF96368E708F91048E6EC848CCEB , 0x0192AF96830C70B3B5081564242C7EA4 , 0x0192AF96D3887213ADC05032FBE86D44 , 0x0192AF9722DD71A99880AA6B4F170626 , 0x0192AF976D637013865FB5C7380E2A69 , 0x0192AF97BD5D712984C5BAECCD3D4B17 , 0x0192AFAA775573F191A59A70BD2EA247 , 0x0192AFAACB27722BA5C1EDAE7E3A9236 , 0x0192AFAB1B0170C3B225AFDCFB68240D , 0x0192AFAB68B573A2BB0CA8D888547E83 , 0x0192AFABB6AD71B7942B6CA413899BE2 , 0x0192AFAC369E73C2BEC92A093154189B , 0x0192AFAC847373C89D8F1CE4423B22C6 , 0x0192AFACD0857107A579F61FA1932C30 , 0x0192AFAD1A9971089BD3B5D36816D788 , 0x0192AFAD636F713C92F38530401AA33C , 0x0192AFAF188D73C381F2738FD520D91E , 0x0192AFAF679B714CBEF5D1B69B1E069D , 0x0192AFAFB3A8708DB2926A0EE58D5E0B , 0x0192AFB00356738094AF06E8C035A634 , 0x0192AFB0509872AB8645D9CFFF451C74 , 0x0192AFB09F50706BA08D54D5C1978C64 , 0x0192AFB0EA3C739DACF336F566C8013A , 0x0192AFB788787380840EC424913AC8D9 , 0x0192AFB7DA9773D2B718EAAE8046B70C , 0x0192AFB82CD87199940AE12EF1C2C772 , 0x0192AFB8775472CC994FEEAFCBD165C8 , 0x0192AFB8C892702484180051427664C7 , 0x0192AFCEE13671EBBE4E1BEA6178767D , 0x0192AFCF2BDB706BB269CBA0A760BF4E , 0x0192AFD9D74170FD9B4256112D3BA132 , 0x0192AFDA2696738491170AFF06390E37 , 0x0192AFDA700A737D8FBFF8BC353F8D24 , 0x0192AFDAB9BF71C49D4CAADA9646115C , 0x0192AFE9433F719892000B08D2639410 , 0x0192AFFA73667044BA6ACDE22AA9E0B4 , 0x0192AFFACAD973FD8BE3CBB24941693B , 0x0192AFFB14F873A998ECD7CFDB5AFA69 , 0x0192AFFB61F9711FA749F53478604853 , 0x0192AFFBAFC572EABE997142024A786D , 0x0192AFFBFCD972709961829F0A6F05EE , 0x0192AFFC46F870B6AA387AD41AA539CC , 0x0192B001B08071A4B6E15DBB5ADE5AA1 , 0x0192B02647997078B7537B80FBF6E799 , 0x0192B026974A73BFB0269A21047FF928 , 0x0192B032938C7159B70ACD5DC425E84C , 0x0192B032E3C771CD98FD0036BBB617CB , 0x0192B0332F9D73CCAC767A7C845993DD , 0x0192B03384147341847A7F43ECFF0640 , 0x0193CFEC5AEE70939343FE973D4CBC39 , 0x0193D009703870F59131D077A7DB2F69 , 0x018D12B3441D7383B70418E066EC6ACE , 0x018D12B3A64A709DADE0AA403641B1C1 , 0x018D12B3E6A87025846F4222820B5035 , 0x018D12B4258F733D8E7E386A8B666C9C , 0x018D12B46801711E8D09BB9C7CABBE61 , 0x018D12B4B1F0734494E8FBBD56A0251D , 0x018D12B4F9F570C78A3D2EFADC228014 , 0x018D12B5686F722587BAECF6C8C3F4A9 , 0x018D12B5B0E071498747BCE8E6E6B343 , 0x018D12B5F0B372E381CBCFB232016A24 , 0x018D12B62D35723CA71BCEDB558E7C9D , 0x018D12B6A57271769C006E98FDA8E40B , 0x018D12B6DADE7164AB5B95516AF0FB8B , 0x018D12B715627385B907AFCACDE03109 , 0x018D12B7A70E7356BE8239F53D7BCAF7 , 0x018D12B7EDFD72C2A7F297EC9A7110CE , 0x018D12B832007258AA77EB3396282230 , 0x018D12B876707194947CC5AD69CD6604 , 0x018D12B8FF91730B974A0275BEFDDA90 , 0x018D12B9525E7067ADC0028C3F963ACF , 0x018D12B9A4CE71AEAEE76AD8E42C52F8 , 0x018D12B9DDC47045A065CB6130C493B4 , 0x018D12BA36C473C5A77D7F026D666CEF , 0x018D12BA749C701E9CB3A7CFE8B33695 , 0x018D12BAB06D71E59691C97288F657C4 , 0x018D12BAEFA6714889C86ED851005263 , 0x018D12BB2B3B7117880B2EF21835ADF9 , 0x018D12BB6A7671ED9362A2E0789B377A , 0x018D12BBAABB736297CA729E2ED34170 , 0x018D12BBEB1571B3A8F8FBB5CE0544CA , 0x018D12BC2C7C733BBA85BF8E8F01E48D , 0x018D12BC6BCC7228937E777B672AA6CC , 0x018D12BCAAF070BFBFC29A537521836B , 0x018D12BCE63B709D9D8130DA33B50A00 , 0x018D12BD26C170BE8B73D42C929840C2 , 0x018D12BD6A4A71BE83BE51BE6B01DA72 , 0x018D12BDAF177228B63259AFF22BF47E , 0x018D12BDF0A37365AD0B620D2DB151F2 , 0x018D12BE318570B088FEDFB3BD31BBF5 , 0x018D12BE9C6071A0976F1D0DBF1EBD3B , 0x018D12BF04A770849A23C333EF4693ED , 0x018D12BF3F0D71F782616D4BBE8294DA , 0x018D12BF7C9F7352B46FA82B566F1536 , 0x018D12BFB64D73FB8EF77FEDA8567154 , 0x018D12C041C571CF82EA3B1008C6904E , 0x018D12C095BC71B291265BF9AC6FE455 , 0x018D12C10ABB7029986A023C91D4C7AC , 0x018D12C155D2712E8AAD79741D0D3889 , 0x018D12C1AAC373E1AE670866E1B74BBB , 0x018D12C1EB66701CB27F0FA3C8B77474 , 0x018D12C23AE9725A8A05582A6DF60410 , 0x018D12C27FF07214AA1042C7FFB04319 , 0x018D12C2C47572B1B4BFBE8E33210FE2 , 0x018D12C32A9971B9887A15912C3B41D6 , 0x018D12C36D987160B92FC6415CC6810E , 0x018D12C3B33D718E995039805D6B18E0 , 0x018D12C3F94E73C7B7EDD62FC54D8555 , 0x018D12C43F09739485E36F880458CA09 , 0x018D12C48B30717FBA6B7FF35DB9CC86 , 0x018D12C4FA35729EA333A562F4179A49 , 0x018D12C54A2F726884806E70020CE8FE , 0x018D12C5BDF47114BB8C9530612CB9A3 , 0x018D12C60AA673DFB536F181ACF1D533 , 0x018D12C657747169ABC68125F33C57FF , 0x018D12C6CA9E7244B665437B2128A7FA , 0x018D12C7135D7198BAD2BB362E7F2FB6 , 0x018D12C75E0F719B844B4D23D6AA5034 , 0x018D12C7AED5716DB22CF416D85B17FF , 0x018D12C8036D7327B398CC1FF9F15210 , 0x018D12CACC007131886A7C7F58AA9FEC , 0x018D12CB13AC73468BC9463B441DD4CB , 0x018D12CB52667281BBF72F6CF8CE67A2 , 0x018D12CB9EAB70CCBD4BE9737A0E29C1 , 0x018D12CBDAF671918CDF259DA79697BC , 0x018D12CC19F073EF97AB591E45741965 , 0x018D12CC5FFF734ABDEFD499EE0E75BF , 0x018D12CCA3B772E7AE81D39F4D18EB40 , 0x018D12CCEBB972A3AF873A36791BF712 , 0x018D12CD2F6771A0A2D3DCC5AD2668EC , 0x018D12CD7C48722EBB0AC575346F33FF , 0x018D12CDE861735987D91C7867293411 , 0x018D12CE431C7171A2B70D2C3FB61BC8 , 0x018D12CEAD3D716F9BF1BF53B6E65441 , 0x018D12CEFCBA723C946A5D19E52F9517 , 0x018D12CF46B0708494FBD1CFEB562E4B , 0x018D12CF9E68715B9E6A7C7506994577 , 0x018D12D1EF9071AE8962076AA906DBA9 , 0x018D12D242CB70888A712C74B483E6CA , 0x018D12D2901070F7B6495A4698EE7F52 , 0x018D12D2E229718B92AB86B4FA76A596 , 0x018D12D33A027299890E350F6786BB74 , 0x018D12D381F0736D9F0B7D5E530A09EE , 0x018D12D3C4CE702DABE1CA6000E21EEA , 0x018D12D4275972B189CD68085526B6BC , 0x018D12D4A1A170608EC99755E78D911E , 0x018D12D4DF687389AC230CD8824F8C7E , 0x018D12D54BE6722AB284065A62D958E4 , 0x018D12D59336726C86A0E33DC45B3949 , 0x018D12D6052E73F6AAA0E5932A70C6EF , 0x018D12D672F473C29254D1F7F4FC5663 , 0x018D12D6DEA272D39BB40DB5DB7056C8 , 0x018D12D79D6E71728A099FD9E2329B21 , 0x018D12D8041572E48317BE8FE7F9CD08 , 0x018D12D869BD72E785D8642B9ECE6EC6 , 0x018D12D8D56D72D883A709719F291F73 , 0x018D12D9398C72148F6BC03ABEB3A457 , 0x018D12D98738712490AE36B126061E1A , 0x018D12D9C4DF7030A71CDA7246884F8D , 0x018D12DA08C3728DB30C3F9D8C121D7D , 0x018D12DA748F713DB9CD7B850F604FF2 , 0x018D12DAB353733FB30A29D8F31095AF , 0x018D12DB0B06739A87E40456FE5FC269 , 0x018D12DB8E3E73EEB0AF56DD448BF16B , 0x018D12DC40A0718FA90AF1D6C5D34CFE , 0x018D12DCAC1A735D8B193BC61FFB0F2E , 0x018D12DCEF0E724E98330C3175FE2C14 , 0x018D12DD335872D483B1F75D2656EEFE , 0x018D12DD778273E7A15B4AA56A8FE30A , 0x018D12DDBF3771B58DC9319750417A9B , 0x018D12DDFFBE7080A03F288746A63B03 , 0x018D12DE448273AABCDE297F1FB2C801 , 0x018D12DE8BEF70F294D9342D9A5E88EC , 0x018D12DF182172F0904ED03414B718C4 , 0x018D12DF5E257153B168DF649666DBBA , 0x018D12DFC526719A972A424696E120F0 , 0x018D12E02A7C71128960F7131B2C608E , 0x018D12E09C4D71CCB2734AE3FC878F92 , 0x018D12E0DED273C3A6A1C0EF3B94180E , 0x018D12E1228A7082A85FB7BEB96FFC40 , 0x018D12E16632705088BC626B87095B6F , 0x018D12E1A98B718C8C8EC02C57B01011 , 0x018D12E211C271E7A1789E9FF2F3EC58 , 0x018D12E26219710FB6C843989F1A7A78 , 0x018D12E2CC8A71EC8E8F88851BE24712 , 0x018D12E38ADB729C9FA5EA5A37BCDAEB , 0x018D12E3F05B7287A7CB08E7717BB15B , 0x018D12E43BAB717EAAA8392B73F6AABA , 0x018D12E4BC5470D0BA712DE11F330429 , 0x018D12E556AC71D6B13573422EFAD73B , 0x018D12E5C66F716A8CC9AC872D5FA3EF , 0x018D12E60A407044B2248AED68EE88A0 , 0x018D12E6437F7355A717555E41F7C6EA , 0x018D12E6AF427201933B89EB6E02F141 , 0x018D12E6FF07711F8DB23E552C1BCF43 , 0x018D12E7431B73BFB110F696789CF136 , 0x018D12E793B373F4B99A537D418F6226 , 0x018D12E81848722E8757F5C7296D50BB , 0x018D12E8890970E3AD552B0C2C173D0B , 0x018D12E8CD1D7308A99C4264868A95D8 , 0x018D12E9119071AEB296E0D965748494 , 0x018D12E95AF370A8B8FB7FC1F9FA425F , 0x018D12E9A710735C823A8701D5453789 , 0x018D12E9F8827156B3B1C2D5A5C82F50 , 0x018D12EA4D137198B5C6A6914331C7B5 , 0x018D12EAC34C72CFBFB77B9B79C4BD20 , 0x018D12EB41D571CE9E4A2640E1E0846D , 0x018D12EB9996714FA720B609D71ACD8D , 0x018D12EBDFB3738B839D1A3781812719 , 0x018D12EC261473C69BB2E413023FB95E , 0x018D12EC67E8734780D34D3E5E59CD91 , 0x018D12ECAD29702091C5960DE864549E , 0x018D12ECF560724B8B34DEBDAFDEFE95 , 0x018D12ED40EF715D8AACEF3D9BFEB95D , 0x018D12ED87C67131B93E6131DC86888B , 0x018D12EDCCD67362B3939FE6D78BE657 , 0x018D12EE13597376BC9E1699893F1A1E , 0x018D12EE58C6714E8357026A09427D79 , 0x018D12EE9FDD70F89B6C21A2890BB9CC , 0x018D12EEE6ED7207A0B3DDA7212B5C43 , 0x018D12EF2C8A7155A5F20EF5672DA534 , 0x018D12EF74C272EB960F7007F10B3CD3 , 0x018D12EFD7A2726D996214A7EFEFB515 , 0x018D12F02CE573A49F7DBD9B23267102 , 0x018D12F079E370BAB9771DB11463762D , 0x018D12F0CACB71AA85A59F0AC206C739 , 0x018D12F127C871D5BA1E1518F90E8DAF , 0x018D12F18B7C71FEA524F60669591918 , 0x018D12F1DBEA70728EA41366F4F5EEFB , 0x018D12F21FC171308F9EB613DF8ED8B4 , 0x018D12F2695A7201811B6C8F8507781E , 0x018D12F2AFDB71EFBDAFD142F144C4BF , 0x018D12F2FC227013B8FF02E7AA950605 , 0x018D12F36C3A702CBC9E36D4CD9EB2AF , 0x018D12F3B31B7265B6EA2FFDFC05A5DE , 0x018D12F3FEB172BF96734D99F12F393F , 0x018D12F4555671E6B72454EAE07221CF , 0x018D12F4E11D701D98BDE105F34CAF17 , 0x018D12F54542706AAE6640FF10F4AE31 , 0x018D12F5997C71A4A0ED2B4CACCBACE2 , 0x018D12F5EB48728B84800969877ABB6C , 0x018D12F62EE37063B865C9538745EF97 , 0x018D12F676A473BAB23A32D4028C1C9E , 0x018D12F6BE4073EE9EF7CF5B67AF549B , 0x018D12F70669720B9E64E710D293785F , 0x018D12F786437173AA78ECAB77672BC1 , 0x018D12F7DB7F7004932017E22A725171 , 0x018D12F82A98737C8AA56B41121802CD , 0x018D12F87987736080D7FA74C4147129 , 0x018D12F8CA2171A98373F97868BFAE39 , 0x018D12F91977728B83C86BE45FDD7F9A , 0x018D12F967C0709FAFEF481FC9F871DB , 0x018D12F9B94C730DA09455FB74C32200 , 0x018D12FA09677120AFB808255E2775DC , 0x018D12FA5651711BA25EAD9FF62544F3 , 0x018D12FAA481718C90A4BD1F23B14D68 , 0x018D12FAF45773F5A134BCC371CF900F , 0x018D12FB44917113BCE6D9C1C2F6C0F1 , 0x018D12FB8ED97357A0169C893BF8645C , 0x018D12FBDCDC70C5AEA5755B2711ABF1 , 0x018D12FC272A7234AA48E192FD05AEAD , 0x018D12FC963B7103A67CFC4F52AEC8C2 , 0x018D12FCE512733ABA1E353310A3B8CD , 0x018D12FD2CCE71D3A95B5CC8881480FF , 0x018D12FD767071D487BDC7F1205CE85E , 0x018D12FDBF3772449FCBF49D353E3417 , 0x018D12FE089072F98A37DDA7C8270DC9 , 0x018D12FE4F8972338084CD951A693533 , 0x018D12FEBF9A71DB9024DE905097C0F3 , 0x018D12FF07B570F3A2048C3809C1C166 , 0x018D12FF471972C2905DB35AAEF9D084 , 0x018D12FF8C3C72EDA02F4A4F23853B0D , 0x018D12FFD36D727CA3D2F2C70332F116 , 0x018D130012E672918289C713C7AAAE96 , 0x018D130059F370C2A907A23F6B1DF50C , 0x018D13009DC370B9845736995DCB455D , 0x018D1300E61073F09C0730FFED54C9FF , 0x018D13012824730E824DD29B479134A7 , 0x018D130174F07098B164B788B02EA285 , 0x018D1301B7117181B9E81027BD4F52C5 , 0x018D1301FE01726E84AF9E8AF58D6AE2 , 0x018D130275D97044BBF542D1C559C4A6 , 0x018D1302C40B7014A0AE7784E3A7B13B , 0x018D1303111473CD860E290B751DABEB , 0x018D130360167152990CC32598DD4F6A , 0x018D1303AB8372288A8F77C40E3FD1D2 , 0x018D1303F8F472768F889880EDD67FB0 , 0x018D13046DEA7214A5DEC0411B3549AF , 0x018D1304B6B9733FAEB31EF64F9950EA , 0x018D1305033871A1BA963C7231CFCAD6 , 0x018D13054E9D718689CA9537DE62D27E , 0x018D13059B4D7185BA40D419CE07E295 , 0x018D1305E8047126A74B5DA3FEE18257 , 0x018D13066119700D8BB973E95C9045BF , 0x018D1306B0647364B97EEA046A6CC8DE , 0x018D1306FEA67200817F60A4B55B6C26 , 0x018D13074B0670258479FE24B3DA4518 , 0x018D13079B9C72CDB811E27468CFE22A , 0x018D1307F08C7325B76384F6775CB158 , 0x018D1308425273D79949317582C2D63E , 0x018D13089564726290954F92AD2BBACF , 0x018D1308E6EA726C9D62E22DDEABD461 , 0x018D130936107099A187F230C88D7C49 , 0x018D1309894A70A88737C9B6D2327248 , 0x018D130A035871FC9204D1228E2CFC3A , 0x018D130A54A8724A8996C01B3637AB5C , 0x018D130AA7CA72DCA5DB62E052A419BD , 0x018D130AF867700EA19A41B263581CE8 , 0x018D130B4B8371D386331269AA5BF74B , 0x018D130B9BC67163BD51151E7E87A361 , 0x018D130BEE207275B86A765608FBE9A1 , 0x018D130C43657342B041EEAB7C21383D , 0x018D130C94DB70D7BA0FF97E0AD409DE , 0x018D130CDEA87024B2DF6A6D1C0F6605 , 0x018D130D2F2E70E784E7048E1C65D233 , 0x018D130D81F4704FA830BFC4A35FCA82 , 0x018D130DD53070548BCB9002CF6F09D0 , 0x018D130E67BD722C865275662290E6E4 , 0x018D130EC2B1725198C550651FD30F72 , 0x018D130F204371CE96A93EE721AF8DCE , 0x018D130F791173C29A720A4CA2DC8753 , 0x018D130FD12F707B8BA96780CD88DD32 , 0x018D13105B657129AF0AB095952ADAB3 , 0x018D1310D68371BE87F61714759BB9C7 , 0x018D131127EE73AB9156C3AFD3F23AA8 , 0x018D1311709E7248A6AD27A2CEE82944 , 0x018D1311C68E73FC8F74A58754EC8923 , 0x018D1312375A71BBAD7C3F6250957837 , 0x018D1312804A724D8284E541993D338C , 0x018D1312CD1671168EEEFABBD6B774AB , 0x018D13131D0170F18C50918EEF00D3F6 , 0x018D13136A2E729AAF7BE5C4D3B63190 , 0x018D1313BA047346B404829DFABEE285 , 0x018D1314320B7113A8BC343E1E106936 , 0x018D1314829470B2823E6C1E7ECCE929 , 0x018D1314D633725D963081B1E92461C2 , 0x018D1315287B72829C19F1A5154C569B , 0x018D13157E4473D1ACD8A2DEE5B9AF1C , 0x018D1315CC577225A359647DB6DD64B1 , 0x018D1316495271CB8B0E82DA396B4F03 , 0x018D13169C00718782ABC9017D1273E5 , 0x018D1316EEA77122AC4529AA43E85F6D , 0x018D13173FCF701192737DA0EB1DC544 , 0x018D13179184726E9A9C4B268C0D248D , 0x018D1317E02070BD829BE024741AC042 , 0x018D13182EE471FAAC3C59D028BFD1E6 , 0x018D13187D6F710EAA875D4258E00367 , 0x018D1318CF1C703A8500BFF494F03A23 , 0x018D131915D472BA8494579B93686AD9 , 0x018D131962DC7060B79260F950951537 , 0x018D1319D697729981AEEBCB17687698 , 0x018D131A216D73CA8E519C48C8B4BD8C , 0x018D131A6C02739F88670A55B3D6406A , 0x018D131AB2DF707785918902A8940587 , 0x018D131AFD9771A1A8A480D51CDA2F7C , 0x018D131B4B9971BD8F3B6FC218632B2C , 0x018D131B993972A0A65EE3CEC8ED07F5 , 0x018D131BEA5B71AFA0F8F14D04C9B26E , 0x018D131C33B470D9B962C92652B7BB6B , 0x018D131CB192711DB53FBF18C8D717EB , 0x018D131D02387180B691D9359068CD72 , 0x018D131D532B710489E2BE0477529F1D , 0x018D131DD41772C49B0C6CC8442A77AE , 0x018D131E25C0723A9ADC2D6B2889DEC6 , 0x018D131E77F07102AE7B0DF13A56CA7E , 0x018D131ECEB07340AD1D5CE04C4CDE18 , 0x018D131F1D4573F0A08AEDABD84F4762 , 0x018D131F6C987074B38045D62B3A46C6 , 0x018D131FED8472DF9EA1A1DB55A7DA62 , 0x018D132041EE7187AC855E2FE250CA71 , 0x018D1320997671708B0E1B2BA9C28F01 , 0x018D1320F22470129971FFBA1747615E , 0x018D1321445C7150BC5A65B09F91482C , 0x018D1321C25272A5BC9D1DD57034416A , 0x018D132213647392A26B1B57C6C38381 , 0x018D13228E3672619854B3D944D34CF2 , 0x018D1322E1057233B0D267DB7001760C , 0x018D1323376D714E92F310DD3B60AEAD , 0x018D13238B397075A6F3153376A44658 , 0x018D1323DA36712385CE5F1185A33F22 , 0x018D13242BCB7106A80EEB78E1284AE4 , 0x018D1324781C72148A47AFCBC975FFF8 , 0x018D1324C5CA7218875B7FA9C615B3A4 , 0x018D13251B5370B8931F663A895E8F0B , 0x018D13256F0773038B6BAA2788FE222C , 0x018D1325C23871AABDB974C09161CFA0 , 0x018D132614A17103BFDAAFAF84512BDB , 0x018D13266854717EBF28245D9B4546BD , 0x018D1326B80B705FB905DBC64AF9F36C , 0x018D13270A3370B5965B65F5BF2357E6 , 0x018D1327598671829F4B782C75DF8814 , 0x018D1327A97173D2B27C43EDC150C95B , 0x018D1327FC9871AE880910440F44ED9D , 0x018D13284E8A72AE82AD15519BC2829D , 0x018D1328A10F73D1B6CB884DA97ED3EA , 0x018D1328F38B738EA3FE4EC25528AEA7 , 0x018D1329427773D98EC9364D007F0FF5 , 0x018D132991BA70159BD3ABBD0FDA8983 , 0x018D1329E2047136ADBB416C8406FB68 , 0x018D132A373E71B2B67E7175C42AABC3 , 0x018D13D129C37189BF01700BF7A4F89D , 0x018D13D17363739F8BB60DA3DD7A97B8 , 0x018D1417403270378A2C869B06DD2CED , 0x018D1417853973CEAFAED8D005EAFCE4 , 0x018D1417CC12703B8D97DE1B98E36324 , 0x018D1418114673E5B3F8218005B5F4C1 , 0x018D141855C173C59F56D2BEA48B7D16 , 0x018D14189C727056AB5262C43F9C928F , 0x018D1418E294717E9431A7D492AC9168 , 0x018D14195351714E87C74E30013A7AE0 , 0x018D1419A5027281B00624831C94A3D6 , 0x018D1419F3FF7377A8735490E5F17814 , 0x018D141A494A70FEA2D969CB1797F545 , 0x018D141A94E973CDA2FE12D691812D25 , 0x018D141AE65570B0A74935D6FA3C1847 , 0x018D141C99E77228AB37BC843895B449 , 0x018D141CDBB472679CE1810E1DAC438F , 0x018D141D1EAD70D0B74F1B5F86B4EB68 , 0x018D141D610E73BABAA64572AACC77BC , 0x018D141DCEB67158A0E2FAA55175DBD2 , 0x018D141E1163737B8BB65418ADDB9495 , 0x018D141E53077267804549E18C1BADED , 0x018D141E91A2734695A9DE250783A1C0 , 0x018D141EDB5F7115B82AB85CD14DB211 , 0x018D141F1DE77349948FB35776D62ADF , 0x018D141F84A6737086EA63A346EA64A8 , 0x018D141FC3BC7051ABBFF934AF86C828 , 0x018D14264085713993A36E4149CDA31E , 0x018D1426820770179712C181CBF55023 , 0x018D142CDC987309950F4D5F25DC4E7F , 0x018D142D22C270FDBCB3F8E9DCE31439 , 0x018D142D6F8F72EC91870BB02AD86666 , 0x018D142DB4E670DEAF0AD4ADF86EE730 , 0x018D142DF69B7105B64E8873FFCE8AC7 , 0x018D142E383971F3B5F0A6F7BE5E853E , 0x018D142E71FC73289719F712AC07BE97 , 0x018D142EB6FA7044AE7B499AC2F47440 , 0x018D142EFEE472148D9DF015007F0114 , 0x018D142F425F716AAB8DEB56E976BAE9 , 0x018D142F8D01730B86C45F474677DC8D , 0x018D142FD7CB704E892694B01BC879A5 , 0x018D143024647010BAF289ECED9F452C , 0x018D14309A5573A98D0C3D611B7D8790 , 0x018D1430DD6A7276AF4FC9A78AE28167 , 0x018D14311F15729EB39D361E940AD310 , 0x018D1431638070A0A892E2EA7986DA6C , 0x018D1431A8EF7237B5E7DB520DC0A35B , 0x018D1431F2567149A2D27B938A6BB73A , 0x018D1432690473C58C170516F873FA4F , 0x018D1432B14D714F94CC690001F4A8B7 , 0x018D1432F7E37343B4AF4DCFCC5BC3DE , 0x018D143341547217B7E49EEED0498AC1 , 0x018D143388A7737D8066BC14F4459575 , 0x018D1433D1EC7144B8015270EEA419F4 , 0x018D14341798714AB46C53CC92CCCD84 , 0x018D14345F19730CB62AF18A2871309D , 0x018D1434A5B9736D98DD03BB1ECFC1EE , 0x018D167B9380716BA087EFC37AB0FBEC , 0x018D167BCC32734DB513835C3ED103E0 , 0x018D167C07B57178863AD01190492012 , 0x018D167C4172737296C0C446ECC1F2FB , 0x018D167C777E7356AF07134302502211 , 0x018D167CAE80735DAA5BF2EC08111663 , 0x018D167CE3727244BCCF91855C9D0339 , 0x018D167D19F271009654D90E53097827 , 0x018D167D8892717D91030A86A0666E61 , 0x018D167DB9E07231A0E0F7A09A337155 , 0x018D167DEDF371C79C38E776ACD3F752 , 0x018D167E1F1C70F88D8F33E7369549A8 , 0x018D167E4FDF72BAA48DB067B64D6BBA , 0x018D167E92CC73AEBE50512BECF055CC , 0x018D167EC4087392BBAFD18E9198A4D1 , 0x018D167F18DD73A993DABBC3CD82B2A7 , 0x018D167F470C72FDB78DE9212B96D238 , 0x018D167F763773D6968B5F4E28BB773D , 0x018D167FA5CD7045AC0F8D35711EFB8C , 0x018D167FD7747282B85B11380703659F , 0x018D16800BE271DBA7866FC0883FB671 , 0x018D1680409D732EA79C40E951A86F87 , 0x018D168091F0723E8B70B3DB20D366A3 , 0x018D1680C41772FFA332EEA7092A9017 , 0x018D1680F5977127AD4FC5CEB3A915D6 , 0x018D1681255E7260905DCCF693038EB7 , 0x018D16815D70714893728EEA97A18C59 , 0x018D168279F570A697EBC8EE48B1F1C7 , 0x018D1682B2FF7213B6DE764EAFD8662A , 0x018D1683179470EC8108F15F8AF3999E , 0x018D1683640373B3B7BE86BE784796F6 , 0x018D1683CF5B7146AC21C3551748138D , 0x018D1684137D70C2828C6BBA6B06AD54 , 0x018D16845B2B731691D7420AEABABCC2 , 0x018D1684A0BE735DBF63EB0CCD31B7C8 , 0x018D1684E24570D48B45E7F49E0AA4BB , 0x018D168548B0726685E2EADA4EB4ABBF , 0x018D16857EEF704A815CFCF416402413 , 0x018D1685B63273FCA3DA9F13DCD38F62 , 0x018D1685EE5472468014F4CCD3E49B4E , 0x018D16862B6272DF8F4171A54AB82CDA , 0x018D168665A0724981B474B5139AEF4C , 0x018D1686BB2671C7AD845D8FB13ADE7C , 0x018D1686EB6472B6AB62BB27A9B6DCBB , 0x018D16871DF473F7801EB3D8302C600B , 0x018D1687524271A6A205A043A70DA97F , 0x018D168788E57272A5C49FB55E221ED4 , 0x018D1687E5DE717B8F034478812A7D95 , 0x018D168826E87221A0A24D5DD3ECD042 , 0x018D16885E4A727898B049DE3409DACE , 0x018D168897BD730796FB9F4DC30189AC , 0x018D1688D00973A88C874B079A3406BF , 0x018D16890F2672C6B15098E42912D75E , 0x018D168945E471D28951C8DC98EB5A80 , 0x018D16897BD271A29327ADB7E9E758E6 , 0x018D1689B0EC720EAD12C4DEDB3B732B , 0x018D1689E55070098CDF4F20D33B2332 , 0x018D168A143571E9A16104C14C441F2F , 0x018D168A441C71339F9EC959CD084CE2 , 0x018D168A78157065ABE310A1A81DA7C8 , 0x018D168AAA57721CABD6CD5ED5171654 , 0x018D168ADEB170138D18FB51F638406E , 0x018D168B0AD4708FA21A44740B577DDE , 0x018D168B362A73DFBF1DD0C4E43C073D , 0x018D168B626471A6B746C031E148BA58 , 0x018D168B90CC70219986CC3E9C9E226A , 0x018D168BEF0870708C285BE19BAAE306 , 0x018D168C21FE73D0BBD14B516EF1FBEB , 0x018D168C52647061A617AA833F9E6AA7 , 0x018D168C88AA7348ADBAEE7BECF52E4E , 0x018D168CB95A70D79D4AF7373D4E5EF0 , 0x018D168CEB0070B8A04E676247764286 , 0x018D168D4ED9708AAF93E677FB020C70 , 0x018D168D8CD3730FB7FD4BCA1850819C , 0x018D168DC876724385F4529DD5DDDD1B , 0x018D168DFE4173188AAB59EFAC12048F , 0x018D168E375C71C693037A9D5D43FBF4 , 0x018D168E736A72C8AFF2C36372FEB87F , 0x018D168EA98F725DB86EED8DBF8C41BE , 0x018D168F027070A9BB59789E5E973952 , 0x018D168F32CE71149EF8AAA111AF9162 , 0x018D168F6BA1702CAF1F01FA34A7BAB7 , 0x018D168F9974702E93AD494EE90BD194 , 0x018D168FECD07233B688E5571C2EED02 , 0x018D169044B7708DAEAE9AE3EE5193B1 , 0x018D1690A81070609FC5F57268C8DD69 , 0x018D169105E370788572CD248A246601 , 0x018D16913F5570388CEC6E7769BE6A55 , 0x018D1691A2A8716C89179FA01C88F2D3 , 0x018D1691EADD72408E0A6B7B2773D227 , 0x018D16923ACA72D0B1FB87A924C7C5AA , 0x018D1692CF80722AAAE00362F50B4EA7 , 0x018D1693316A707195319BC96CA5F162 , 0x018D16938A9A73DAA1EA905B20FB0AF3 , 0x018D1693E7D871B2AA1E7A12685D0062 , 0x018D1694371E7162822315EA30BCDA54 , 0x018D16948AAE73A0913B9F75C822448C , 0x018D1694BA7373B4B3EA8C048C85498E , 0x018D169531007091B244C528F5E59AD8 , 0x018D16956993716CB5B763F7E27E1BEA , 0x018D1695A48572158BD050A8634AC886 , 0x018D1695F1C3734984CA758C2028AFE4 , 0x018D16963B3E71C4AF79ED366443F152 , 0x018D1696BCFB70638ACCD2C53B4426D3 , 0x018D169706FD7284B027985C5B9EB440 , 0x018D169751767337ABCF71F14CF476EA , 0x018D1697A4D3718BBBD9A863CC1359C6 , 0x018D1697F12770DC8D6FD1C29BBE9160 , 0x018D16983899703CB84B87C05CD5B6E4 , 0x018D1698846473999ADC6D4464C0FDB7 , 0x018D1698E98670FB8D5E502ACD327118 , 0x018D16991CC6702AA2A0A8AE2626E0D1 , 0x018D16995160722E8CC0AE16C7D9929C , 0x018D16998C12734AB7E259354197822E , 0x018D1699C7157342AD4FAC6C824C0C07 , 0x018D169A10B4729DBB678F4EB723870F , 0x018D169A8E47730580B775219C2BFFE9 , 0x018D169ACE6873A4ADAD80586842B155 , 0x018D169B124771AB8F64F2E6CAFEF66D , 0x018D169B60677030A56F3B9AE7B4FC99 , 0x018D169BADBD73A58E898B6218ADD085 , 0x018D16AB71467022B03D912B06BF1EE6 , 0x018D16ABAB08713AB69288873B750E5D , 0x018D16ABE365708C83142830C19B65BD , 0x018D16AC188D73599FBCCA312D2C93C0 , 0x018D16AC4C977390A2D633C6248C8175 , 0x018D16ACACCC719DBE83C90A0373E4A3 , 0x018D16ACE5CE722E8B5474CBB8C57B4B , 0x018D16AD17C273C69CE79FA6D3F30636 , 0x018D16AD4C83720BA10E8D0925BD937A , 0x018D16ADA6DD727A8685561FC171F129 , 0x018D16ADD9D3715785B373BFC27F62DC , 0x018D16AE0DCD70C58BF764FDBE95CE44 , 0x018D16AE411270C69662DD83E14E6BA6 , 0x018D16AE73DA71F984B5D8B817332854 , 0x018D16AECD4772EF9418ECE8C7868FEE , 0x018D16AF00037242925DA3BDADCA56A0 , 0x018D16AF5DC5721193FBC7AC07ED3FFE , 0x018D16AF91C573809B4EC5860205CD69 , 0x018D16AFC78E73E29CD2837D0EA1AA7C , 0x018D16AFFDF8719F900B4320EA7CEA73 , 0x018D16B035AB721191207FEC5FD16CD0 , 0x018D16B06F87715F9CAE34D4C4D48CA8 , 0x018D16B0A2AD7334A0422F5A61302CA2 , 0x018D16B0D7A17206A11134405867999F , 0x018D16B10CD0726DBC2732321CB6BC9F , 0x018D16B1687D72119B6D900A408D17A2 , 0x018D16B1A1EF7000A4B0450AE0236451 , 0x018D16B1DC8F71A4B5263BEE655C826F , 0x018D16B21C2B7146AD02564C57CF93C4 , 0x018D16B25EE1702AA2D96A3C17BDC163 , 0x018D16B29C13720792192540573D8A57 , 0x018D16B2E463721ABA0478DC58EC9633 , 0x018D16B3253B7342AADB742D4863AF33 , 0x018D16B3697B7170B4A90A2C44998DEA , 0x018D16B3AB67723E8EA2308C7233FEAF , 0x018D16B40FB7724AA51867266208AB8A , 0x018D16B45DB27121BBCD98B5FA956275 , 0x018D16B4AE9A7026A864F2BF9F81AFFA , 0x018D16B51725707499304B105B2BB072 , 0x018D16B5B830733687E168CFEA4F980D , 0x018D16B624FE72A08328D43D2E92EA68 , 0x018D16B68A0970E49A5D8C3DDD62F365 , 0x018D16B6E6E1731CA738DC6EE2F3F64A , 0x018D16B7345F7345A7BAEDF77219823C , 0x018D16B77B1272C897F836C8F385B80C , 0x018D16B7C20870FAAA57CC2CD2A4EE01 , 0x018D16B84BBF73B5AAA577DB2CC3EE3B , 0x018D16B897B1739F88C93756CAE7C135 , 0x018D16B93375704A8761F06D78EA315F , 0x018D16B987A17281989B986864FE08AD , 0x018D16B9FD4C73308ACBA882E3D1B256 , 0x018D16BA80AE73618FD374930DFE8B2D , 0x018D16BAC6AF70A4B009B720E2595D45 , 0x018D16BB0F72730AA14AEB291B75F880 , 0x018D16BB691173F997B42C646C3AA38A , 0x018D16BBA1D570D488E31D451D867E8F , 0x018D16BBD9B0725BAB2C3BC6EB894238 , 0x018D16BC056A72C6AEAF083E791865C1 , 0x018D16BC68157328AF3AA788DF32223C , 0x018D16BCA7FA727A97FB6BFBB7513FC8 , 0x018D16BD12A473D6A3B4ED5DEAE196E6 , 0x018D16BD4525724BBAB8A9C7EF93ED55 , 0x018D16BD9FCA70238F092FAB673C4315 , 0x018D16BDD1A57168AF749172531549E1 , 0x018D16BE0AD272E99A2C1EB64D4341AD , 0x018D16BE3D247210BB50B013613ACE36 , 0x018D16BE75957337AAE02115DCE0433D , 0x018D16BEB8737341A57810BAABBA9325 , 0x018D16BF3BEF70728B02B02C7BFF6223 , 0x018D16BF6FD5732593FE2D6962799FC5 , 0x018D16BFA2C6734099B89DBA65949010 , 0x018D16BFD9327077A5E19005323CD233 , 0x018D16C010C771A489B1A4E46532966B , 0x018D16C0887E72F8B950ABB94167C06D , 0x018D16C0E9EC71A384F47F01D72119C2 , 0x018D16C13CF57170BFA304DFE5F7CB64 , 0x018D16C1D8CC71319E00355FE22DBBEA , 0x018D16C2306773C4AC4092A6E4C51735 , 0x018D16C2934F737B81AD391F445B7831 , 0x018D16C3248873688BE1D457B951D263 , 0x018D16C36C43712D86B2423064A71308 , 0x018D16C3AB97723C84051254A23FBA39 , 0x018D16C3E86E7262B5C0129076121702 , 0x018D16C42A587298B9FF5370C726D44B , 0x018D16C46BCB70BE92FE6FC01EBEE21A , 0x018D16C4D06771AB826084573D7D9BC7 , 0x018D16C50F0D71578E6ABE279A7BC5DE , 0x018D16C5596D736A9AC44D25A6149FB5 , 0x018D16C5AF007016BB484FFE46569633 , 0x018D16C6082473F3B99ABD5042310FB2 , 0x018D16C67A2872DA90EA398367222A6A , 0x018D16C6CA5770F5A12B811D35D42B84 , 0x018D16C71E347035B9E20114C5522072 , 0x018D16C77B8472CEAD437297B4BF73DD , 0x018D16C7D5FB72F9848FDE49E95C0E16 , 0x018D16C8364D704CA72858273C7EEE1E , 0x018D16C88967718D8C77559425BE6B43 , 0x018D16C90369707C86B75017848A5BBE , 0x018D16C93CEA73809A80A570D133542A , 0x018D16C9785A7186A7CBEF6262D9E83F , 0x018D16C9B0C17260AA3C850AB567F5FB , 0x018D16C9E89370289531CA4EDFE2E1D9 , 0x018D16CA1C75709590C83BECC82ADEF4 , 0x018D16CA5247707C8E4BED3A93A086BE , 0x018D16CA869A707F8A90553BCBD19D8F , 0x018D16CABF8972058747C3D7D69BF0C3 , 0x018D16CAF9B970D0A7E8213041A4D032 , 0x018D16CB56647243A10A5939D7DEA513 , 0x018D16CBAE8970B5837EF32EC23590B5 , 0x018D16CBE0DA70ABBAC3401E5B035943 , 0x018D16CC108771269BDBB86EDF17B6E4 , 0x018D16CC427C73FB92626CF017467C92 , 0x018D16CC75E57175B87A1D99DD73D03C , 0x018D16CCAC35727FA0CC28DBA92B1BAF , 0x018D16CCE4AA70DC9EF7E639C7163117 , 0x018D16CD1BE17200A6DA2404F3B3F777 , 0x018D16CD55E370BC9A346A35F7D3C037 , 0x018D16CD8F5871FE8EF42F4D83323BF3 , 0x018D16CDC9957313BF50C06F0EDE5AE4 , 0x018D16CE273073898270E6BEA302E5E7 , 0x018D16CE617373F2B0B462D28AC9F5FD , 0x018D16CE9C4970A4B4F3B789F3930B74 , 0x018D16CED65D7204AE951B1304BC48A1 , 0x018D16CF162A71FF8BD0FD7FE1EF4697 , 0x018D16CF4E137045A95F02009CFC2942 , 0x018D16CF8838704583890846C4DCACC3 , 0x018D16CFE580727A84BA6592D25C89D1 , 0x018D16D01C4D723487DB980837102222 , 0x018D16D084157131AD1D812BCC5448C9 , 0x018D16D0C11672329AAB57410BFED97C , 0x018D16D0FA4173889E3EFA045E4EB1D1 , 0x018D16D1593571609C529193A6AA341E , 0x018D16D18ED3723E97542D70B9AD4B6D , 0x018D16D1C5BF72489831C17AA2F70608 , 0x018D16D1FB197383B1393DD58F87695A , 0x018D16D238FF70599D2430C0B6093535 , 0x018D16D29F6170C7BD86BEA9CCF30C0A , 0x018D16D2DA4A71DA876180D29D80B8B8 , 0x018D16D3198F70379C624238BB89AE5C , 0x018D16D35A547116B80941B2127016C1 , 0x018D16D3BCDB73F88EFB467EC9F54DFB , 0x018D16D3F86472B385FA28CFB1F893A5 , 0x018D16D433C9726BA727D4702C9BB579 , 0x018D16D46EF773C0ADAF8953C76C0663 , 0x018D16D4AB5170B5AF8E8C8F7BE22742 , 0x018D16D5115D701A9F2E063C5540D488 , 0x018D16D549F07236ACDB3CCFCAE01F22 , 0x018D16D584F071DFA217A3AE1DD6D57E , 0x018D16D5BF4F73439F7BC71024ED9E47 , 0x018D16D6207A7021906FA62FAB8D6ED9 , 0x018D16D6610672BC99F142137D7FA92E , 0x018D16D69B7670308C41B8609B2BF98F , 0x018D16D6D5AD73F08498FAAEF1283567 , 0x018D16D70D0F7214866F9D7009634C71 , 0x018D16D7486172838FC5C52879EC79DF , 0x018D16D78137713484688402B12AFC6D , 0x018D16D7BD357179B059A17486848837 , 0x018D16D7F57570158E5BBFA80618E0A1 , 0x018D16D8305E732982E22F762DCBA9D9 , 0x018D16D86A2F726EA59AF7DC00DB0F80 , 0x018D16D8AC8E73D5924977BAA03533D0 , 0x018D16D919A273C68885468CB8C15B0E , 0x018D16D95A9973E68551A2A6164B41AF , 0x018D16D9A2D57380B048DA2B71AC2D15 , 0x018D16D9E604724B9D17B4FC4EB54AA2 , 0x018D16DA26E472A6B5CB78A6BF124752 , 0x018D16DA679271248CA8C2D913816887 , 0x018D16DAA77F72B8ACE0269BD142BC7B , 0x018D16DAE9A670DAA5964FAE29875B67 , 0x018D16DB27637333BC7FD785DB5837C1 , 0x018D16DB684D71029A22122512ECF3E3 , 0x018D16DBCB907299A2ECA5745841DBCE , 0x018D16DC040471B681D61727226264D9 , 0x018D16DC4143712883E356D9333743EA , 0x018D16DC7A4871E3995C27C27B3EBDEA , 0x018D16DCB0D0716CB33D43378F583092 , 0x018D16DCFB8D73229CD19C58920DD642 , 0x018D16DD47CE7025903A3685D6AD8118 , 0x018D16DDA7D9715E899E8848BE1843B2 , 0x018D16DDE83270AF83D93BA72274BCB4 , 0x018D16DE2F5372B7897590AFB2D03428 , 0x018D16DE6AB4724C9C5406DCEA1F1D44 , 0x018D16DF080E732AB760AA5F154B50CC , 0x018D16DF3C0C70E6ADED0A71A974BC21 , 0x018D16DF740472858B874723109410D0 , 0x018D16DFAC4670E7B33C6B11DC031E75 , 0x018D16DFE43B72BE874CBB26E9E65EE8 , 0x018D16E043827284B81B7E380FB38CA7 , 0x018D16E079F07145AABAFDEF53111BA3 , 0x018D16E0B0377271963B37AFA7B34F00 , 0x018D16E0F014709D95CA80D7EC9B50B7 , 0x018D16E12C63715492A724FDB71E490D , 0x018D16E1653172C582FCED529C45F2AA , 0x018D16E1999270C6A946968E107B7CC0 , 0x018D16E1D44D721BBD97FA8E752B952E , 0x018D16E20FD572B3AA2EF80B3E431912 , 0x018D16E2467972B7A20F4D3EDEDC2D9E , 0x018D16E2AE75706DAB3A943D111DBC45 , 0x018D16E2EC3972C290BF4C1E0FDD3A12 , 0x018D16E324C770DC8EF827ECBAF1B6CD , 0x018D16E3609572F7B09A53E42426681A , 0x018D16E3A4B771FBA4510469C76256FC , 0x018D16E3E1AB71D9A926A2D8124D3FD7 , 0x018D16E42C5E712AAF5ED49D08D35DAE , 0x018D16E46E1E70E993166C7B19A723A6 , 0x018D16E4B1D3708E9D5E2632B7AF9F8A , 0x018D16E4FDBC734D9E6A653ACCC09783 , 0x018D16E54095731B8C2028C8C0305174 , 0x018D16E5BD7A7056A75B3E9D8DBB06CB , 0x018D16E5FD317298AD8D9CE3E559330B , 0x018D16E640C1738EB4B1BC7421D367BF , 0x018D16E68345701EB84DB951F8A83516 , 0x018D16E6C456717A970DB4FF7AA4F0F4 , 0x018D16E6FAF2704489259BAF1C9C20F6 , 0x018D16E73B7572C6ACDD7BD30862C417 , 0x018D16E7A16173DB9140496AF3687AFD , 0x018D16E7DDC17358B7A6CFB2FB89BA6D , 0x018D16E81CA17388B614AD4EA5BD0BF3 , 0x018D16E8560A73FF9D69EA753E01629B , 0x018D16E8B7D17148A26EF5FFE590042F , 0x018D16E8F06D72BFBE136427474900CB , 0x018D16E92C8170F6A4C7CDAB3535E0B9 , 0x018D16E969A372438A7991F2AFC073E2 , 0x018D16E9A76A732A903B54A9F9DDDC2D , 0x018D16E9E57B7145A38ABC7304ED4246 , 0x018D16EA5A0971B0909A76EE2D8DF859 , 0x018D16EAA5CA706E9B8BE676243D17EC , 0x018D16EAFBD5739F8194855F5FC2DBC5 , 0x018D16EB3E01710393957C98C676A8BE , 0x018D16EB7F7D70BDB46B9AB2249AC8D4 , 0x018D16EBFB8E70CC9DA7D6E8684080BD , 0x018D16EC4F73708F9E97273398CE2845 , 0x018D16ECB15D718DA3781DD4D25A05E3 , 0x018D16ED134271889E9A51DF8BE92F8C , 0x018D16ED6FDE72C39967A4E869500114 , 0x018D16EE2AEC711A94EED24FA49C755B , 0x018D16EEF85C703A8C8C9CFDADBA0079 , 0x018D16EF509D71989CDEFD228F20D104 , 0x018D16EFB4277284A1F35A029F69CEF5 , 0x018D16F0081472B78ABF4E284B548BC0 , 0x018D16F0D63F7206AE04A0320D4D33E1 , 0x018D16F138F57290A6D62B79324DEBD3 , 0x018D16F1C5FA72BD8F68A7DB7E8E687B , 0x018D16F25A6073188B37D0A51FB17FF7 , 0x018D16F2F50572A7AACF6E806329B920 , 0x018D16F3791F73B2B705CFB1315EDEF2 , 0x018D16F3F26C7135926B993946219D08 , 0x018D16F4966A736E86EAC26C51C77FEA , 0x018D16F53DE3725A8CFE59D60FB6F9D7 , 0x018D16F5B3317370ADC12A8EF01DD3E0 , 0x018D16F650057258B66D709477403606 , 0x018D16F69F8470FFA5FBCBF4FD70B1C6 , 0x018D16F6E8A973D5B45240639E87C99C , 0x018D16F736E27180B27ADC9706258B44 , 0x018D16F7A1FE73B2BD7C6F962C2DFD0F , 0x018D16F80B1C73BAB2C779DDF1EB9E59 , 0x018D16F87F0472C1BD50C747977275C4 , 0x018D16F90E2D72A986E48A422D5E46BD , 0x018D16F9EF1B733994DA69B81B959A90 , 0x018D16FA39577369A93F4F010F7BFF30 , 0x018D16FA8A54736396E69D4A85F13FA1 , 0x018D16FAD95A71239C320597C23ADBAC , 0x018D16FB330A71AE87D4DF206D9155D4 , 0x018D16FB8E11734BA18C62701D445B77 , 0x018D16FBDB7D717483ED5DE3AA3D0C90 , 0x018D16FC33357120BFCD1D105B698C41 , 0x018D16FCDC7A700AB740E66CB029D27A , 0x018D16FD7713711BA1B45AE313AD6FAF , 0x018D16FDBCEA72FB80FFAF57DB998877 , 0x018D16FE0022700381ACC5A84BD76B3B , 0x018D16FE4C9A71BCB41C0B138B68F765 , 0x018D16FE8F4070A49AB312A15CB9F43C , 0x018D16FED8C07156B1081922D295E93F , 0x018D16FF6FC9707AA64364CA62ED3C3F , 0x018D16FFC7347056B4B4F72FEC037F37 , 0x018D1700269671EFA37FEF311C96025B , 0x018D1700799471528F6598763832E0F4 , 0x018D1700D6DA73A8849F55729A5AA646 , 0x018D17012D2D738589B190357B423461 , 0x018D170176547306B4DF918FF6574CEE , 0x018D1701C27572678EDC6585C6E89189 , 0x018D1702379770F4B59EC01EAA8E3A2D , 0x018D1702776871ACB57E07C13D3B3B2B , 0x018D1702BF6F731CB61C72E4BD26EE8B , 0x018D1702FF3173338F32FC7C46F55955 , 0x018D1703404970979928C5FB197C85D6 , 0x018D170384B6703182B9A142BD86748B , 0x018D17040033727EB411BD2AB2199F8C , 0x018D170448E6706CA9D7AF969D540FC3 , 0x018D1704997870088F075CFAE8881F46 , 0x018D17054A587070B6FB1D2E1953E35B , 0x018D1705D25071988307F963D70AD284 , 0x018D170660E6736BACBC481A2AA4040C , 0x018D17070DCE70C587E80B4CA23550DA , 0x018D17075E397096874C0D71BB318705 , 0x018D1707D9B871D1B4B8857C5C5B684C , 0x018D1708210373A28ED7FA72548B0586 , 0x018D170861DF725D99831A91C724B897 , 0x018D1708A32772AEB49258BB1079C6BF , 0x018D170916E3719F8688FECB32A55A0D , 0x018D170959387122B655CF7414350A00 , 0x018D1709998573B3949D918CB26961E6 , 0x018D1709DAF67218BEE71D9C8FC3C6F1 , 0x018D170A1FAA70D8A6562DDAAAE2A1F2 , 0x018D170A925E71389EB1897CEBEA6587 , 0x018D170AD5F97058AD6587AE438CA2AA , 0x018D170B1B4772DDB9EC736E96EF19D2 , 0x018D170B901F73B78501DBA01D632E1F , 0x018D170BD78F72A982A0BBC870742ED6 , 0x018D170C1D197142B6E65D0B2D93B943 , 0x018D170C967A710F93F3CDF42F77BE0B , 0x018D170CDD9A72279982EFFB72EA8D75 , 0x018D170D20F47224992E53144D002BDA , 0x018D170D61CA71E7A0577E65FF0BD074 , 0x018D170DD04E70188452884EA0285710 , 0x018D170E0E23720AA04867A17371CBEC , 0x018D170E80D371D7846121B432305B7D , 0x018D170EC075737FA32984CB8EFA8B95 , 0x018D170F004E704496A75ED17F62A437 , 0x018D170F71B773928AE4E13CF0313823 , 0x018D170FDDA77372B097EF4FA73A542F , 0x018D1710194872E8BBB24E58E4A67988 , 0x018D171057B57322BA530F1768112E91 , 0x018D171096C37163929A4B4F7DC1242C , 0x018D171107007269A09C84B856007B9F , 0x018D171146A871C3B1675FD271A4D840 , 0x018D171188A173AAA781821F254F748E , 0x018D1711C6F6716E8A8BF7FE57BB3EBB , 0x018D1712086E708A878DCDD5AC60F453 , 0x018D171250BA7192A600582C0D217BF3 , 0x018D171295F273B7A63BFB8910ACE050 , 0x018D1712DB04712CBA19809FD6A2544D , 0x018D17135C4273C1BA34BE1C62D1DA73 , 0x018D17139F1673A7A463719FA8112AD0 , 0x018D1713E3BD7002B214A95C2931C8A0 , 0x018D17142D6D725FAEEA2AEC595FB489 , 0x018D1714727473C38099C249C28003DC , 0x018D1714B6267131AC8F7269847882E9 , 0x018D1714FBAE71DC9B82B5FCAF72586C , 0x018D17156A8F731DBB08417F2B63536E , 0x018D1715AA427376BC629B24BBDBBDFD , 0x018D1715EA2770D983A7FDA82F15F908 , 0x018D1716263871CB8D1AC9B8F0040FB8 , 0x018D171666E5702B90F947896BA4206A , 0x018D1716A52F72DF884B43E3FB9413DC , 0x018D171783B87182BBD64FD002279B65 , 0x018D1717C511719ABC9A0A3AB06D28E9 , 0x018D1718067E72648C1047B897619004 , 0x018D1718490072BEB608A000067B4A26 , 0x018D1718872D718F8CBA8C431AC4EF39 , 0x018D1718C7C87301BC766FFC8446EACC , 0x018D17193B2171E2829DA0467FB804E2 , 0x018D17197D6B732FBB80EDD0EF586B2B , 0x018D1719C2DB7147899437D8671A344E , 0x018D171A059172CB9256BB9165131B1D , 0x018D171A4F6E70529ACC8147E04DB0BC , 0x018D171A96F4727D9C15B6693DAF4ECB , 0x018D171B0BB370F9A2FDA19576D6215A , 0x018D171B4EF77147AC5AEBA0E3AB3026 , 0x018D171B94667308BDE3F095100CA737 , 0x018D171C09F2736CB583CE5F4DD0FF59 , 0x018D171C4E01709C84748B0D80A18706 , 0x018D171C928B73ADA7DB5FB8608D6004 , 0x018D171CD6C2702AA6FF268C01D0C1BD , 0x018D171D18DB708F9F8AC6E4579C7133 , 0x018D171D5FC07195A03ADA58085DBE3C , 0x018D171DA46772C6BF9DA1810E8E92D0 , 0x018D171DE96F73CBBA6A2DCD194606F8 , 0x018D171E2EF871A18FD52A2894225428 , 0x018D171E715372708674349033DD6BFB , 0x018D171EB461732F878E8B928ADFDFAE , 0x018D171EF64E70A0ACF660A64058EC6F , 0x018D171F3A0872029B718AF9C1267FB3 , 0x018D171F7BFA725BA1E9553FE4F66597 , 0x018D171FF00B72E3A79474EF09A73F7C , 0x018D17202FDD70BE98B950940EEE6E6B , 0x018D17206FA67047A6B16A454118541A , 0x018D1720B1297160B287C7F870855C90 , 0x018D1720F5C27056A813E86611441D09 , 0x018D172139A47345BA91B5CDE19708EB , 0x018D1721ACD4704B8F82ACFD558C347A , 0x018D1721F1F071969C30CABA63B97D7F , 0x018D172234C070BB9D9A3D465A70ECE4 , 0x018D17227A3D7270A43EF27A557508B2 , 0x018D1722C66B720F8B075C917A6C3337 , 0x018D17230ABF7043BD28AD0E8E4C1D8D , 0x018D1723516C73318604C85DB0F15F75 , 0x018D1723CE847370BF0C5A6A0D7BB053 , 0x018D17241363720785C4B021F08FCF39 , 0x018D172492F67028B49DB810B308ECC4 , 0x018D1724DB077098BB712982D4314E5F , 0x018D172525E9713697A3C162448F5964 , 0x018D17256DBB70F6977A613A0A17AE6D , 0x018D1725B43473EFA476412017FBE009 , 0x018D17262CF070EC86E2DFB378DD74EF , 0x018D172677C4729B87CD9204ACEE3C69 , 0x018D1726BF397379A3F366E6CF9F6410 , 0x018D172707D773F4A8C2CA4B273F2E8F , 0x018D17274F17707DA73D755CD9257FBB , 0x018D1727C576739DBD63C3603230CB53 , 0x018D17280A647333B749C7DBB2DEFF60 , 0x018D17285115704F97FE101F9081F648 , 0x018D172893A173B89D169C55A1EEB82D , 0x018D1728D84E726FA91BE891BBAC05E9 , 0x018D17294DAA709F94FAA2ED1C24A6F3 , 0x018D1729934371CF898E85DC81EACCB9 , 0x018D1729D90973EA8FFD81C63D0F9BC3 , 0x018D172A235E73379FE417547CD642B7 , 0x018D172A6DD4710895BE6B768E3B9FB5 , 0x018D172AEA1B72B4B2CAF1D0A2515343 , 0x018D172B333673A78BAF6FA72C070623 , 0x018D172B7B837235A7086E610ABFC8A5 , 0x018D172BC46F719DADB90D97AD94EBF6 , 0x018D172C25CB70AA8A97E2ED1C34C8A3 , 0x018D172CB52C73929B33FF534B874A0C , 0x018D172D09257034B113D95665B5D662 , 0x018D172D5786705BB12A06A1EECCE230 , 0x018D172DA6BB73C1A1AD1600EA0B3F45 , 0x018D172E061E73C1AE69D8ED08D6A15F , 0x018D172EC5C672E18F0AE2E0EA23C075 , 0x018D172F1E56735987B37C9C8BF732D8 , 0x018D172F76FB713080E4FD2714071E0F , 0x018D173052CD73379CF31CEAC9495100 , 0x018D1730C21F7021A434DA4919D5CD63 , 0x018D1731252B716890C34C766AB2370B , 0x018D17318EA372EBBFADB212BAE715C3 , 0x018D1731E7A973DBB0B3DDB3CACF8E64 , 0x018D173231FF7315BCDC9F32098076E9 , 0x018D17327EEA71BD8211D417F948F842 , 0x018D1732F977714CA75B764A6CF1A168 , 0x018D17333FFA710BB61BD6CDBB236B1C , 0x018D1733845F705F9E737F87D5CBDA68 , 0x018D1D2173C973F097EC6B9E5C91228B , 0x018D1D21DCC270CC962521ACD9E742ED , 0x018D1D221FA272B484C86126BFE87087 , 0x018D1D27502D73F79B746CF9AF2BDF1D , 0x018D1D2792DD7091A4AAA9BD48F72160 , 0x018D1D27D3A1707A95ECA12A9BE78F95 , 0x018D1D2817BB731F906CD18FCFDC5414 , 0x018D1D2858817184AA39FDB4880ED15D , 0x018D1D28D32A713C9E00CC838BA701C7 , 0x018D1D291B5D71B5BBEA5C3E58BDDB1D , 0x018D1D29621E7064B8CB56B8EA05ACBA , 0x018D1D29A4FF72CFB9B85FBDAF1A3AAF , 0x018D1D29E9DB70418C7BA86E0C9DF492 , 0x018D1D2A2BF770559E747E996092B6E6 , 0x018D1D2A73FC73F59F5BC55A7BF27BAD , 0x018D1D2F621E7294A4AE5DE75588AD78 , 0x018D1D2FA69B737DAA4F2E06BEBCB762 , 0x018D1D2FF09572D18A41F47D496DC42C , 0x018D1D303743709AAAAE4D800DF2D2D6 , 0x018D1D307C47729A9546F0A3C2450CD6 , 0x018D1D30C3CE70339D2FD0C35941BF6C , 0x018D1D310812719B8BBD096199D9ED57 , 0x018D1D314F87731FBEF0E9B59775666C , 0x018D1D319713726794B2F4D58D2BD24A , 0x018D1D31DD9C73F8B6F21776F80AE7D8 , 0x018D1D32229A7379ACFA12A56332A433 , 0x018D1D32689D724DBD00712F883425A8 , 0x018D1D32B34272B3A6E308A308319227 , 0x018D1D32F81772AD9D441F8134FB2943 , 0x018D1D33409071B09EF8B54DEDAC4757 , 0x018D1D36248B713BADBF2430C2C0711C , 0x018D1D372D347332AB8BD22E7AB5582F , 0x018D1D5047E17247B5B67BCD970D736A , 0x018D1D5FB210719483550BE9F35EB7E4 , 0x018D1D62100D72EEA8FC213192AADA4A , 0x018D1D79AB267350A316E92D3D6FACD9 , 0x018D1D7C4135719D856D93E8B12B90DB , 0x018D8369E5CD724982F12BEDED739C02 , 0x018D836A51CB70F48B981FDD5ACB6347 , 0x018D836AB85E7017AEBCA40B4C16B629 , 0x018D836B3F74716598E8CAF2CC33BDD1 , 0x018D836BAD8172E2A20775D2ED979742 , 0x018D83E4D81E7052853537006CC13024 , 0x018D85BF5907702186DC243466A3CEBA , 0x018D85BFB80F707F8735394E58C95665 , 0x018D85DAA82B706580EF2FB0F17D8756 , 0x018D85DAF8E37108A2AD1E4D0C9CF533 , 0x018D85DB3CEA72E380A16D175C9518F3 , 0x018D85DB86D370BEA212D3A16485ED83 , 0x018D8B10BA0B705F8598045D84EF86CD , 0x018DC215199C7095A16FEBA34AFBB0BF , 0x018DC2156795716A9ACE734B1AB5F76C , 0x018DC215AAAA7206B2ED94F7B64AD571 , 0x018DC215F221734197A8FC450E3F3FC8 , 0x018DC2164BB471DFA254B291342E016A , 0x018DC216A330732982610BED04D69FFF , 0x018DC216ED39720291E1485212955970 , 0x018DC217326B71D187ED5A1539A946A8 , 0x018DC25C04B771D1B01CC2B4FBEC1A27 , 0x018DC25C4D0371A195713DA116F46BAA , 0x018DC25C938C71578DC3645E155C1FC5 , 0x018DC25CD73D7085B79493F9CEC35DEC , 0x018DC25D1E947155896DFC93C2FB5F99 , 0x018DC25D674E71E79E951D863FEDE90C , 0x0192AF77A5AE7059966ACC5AFA40A672 , 0x0192AF80F6EE71E9888B5536FFC64C08 , 0x0192AF92E26272F7A84565806728EFDE , 0x0192AF93775A725CA54D5CAA9A9CBD7E , 0x0192AF93F7CF7212A3C3BBAED1F1EF8B , 0x0192AF94B15072FA98ED84B980967AF2 , 0x0192AF9562EC71C784C9A08FD9C9BC87 , 0x0192AF96368E708F91048E6EC848CCEB , 0x0192AF96830C70B3B5081564242C7EA4 , 0x0192AF96D3887213ADC05032FBE86D44 , 0x0192AF9722DD71A99880AA6B4F170626 , 0x0192AF976D637013865FB5C7380E2A69 , 0x0192AF97BD5D712984C5BAECCD3D4B17 , 0x0192AFAA775573F191A59A70BD2EA247 , 0x0192AFAACB27722BA5C1EDAE7E3A9236 , 0x0192AFAB1B0170C3B225AFDCFB68240D , 0x0192AFAB68B573A2BB0CA8D888547E83 , 0x0192AFABB6AD71B7942B6CA413899BE2 , 0x0192AFAC369E73C2BEC92A093154189B , 0x0192AFAC847373C89D8F1CE4423B22C6 , 0x0192AFACD0857107A579F61FA1932C30 , 0x0192AFAD1A9971089BD3B5D36816D788 , 0x0192AFAD636F713C92F38530401AA33C , 0x0192AFAF188D73C381F2738FD520D91E , 0x0192AFAF679B714CBEF5D1B69B1E069D , 0x0192AFAFB3A8708DB2926A0EE58D5E0B , 0x0192AFB00356738094AF06E8C035A634 , 0x0192AFB0509872AB8645D9CFFF451C74 , 0x0192AFB09F50706BA08D54D5C1978C64 , 0x0192AFB0EA3C739DACF336F566C8013A , 0x0192AFB788787380840EC424913AC8D9 , 0x0192AFB7DA9773D2B718EAAE8046B70C , 0x0192AFB82CD87199940AE12EF1C2C772 , 0x0192AFB8775472CC994FEEAFCBD165C8 , 0x0192AFB8C892702484180051427664C7 , 0x0192AFC70CA37271B1D33E08B5777219 , 0x0192AFC75BCD7373BD35B2E3C84D4EA1 , 0x0192AFC7A2AD73E7BAAC72D806317E74 , 0x0192AFC7E9D3716C8CCEC98CD9852F34 , 0x0192AFC82EF970BDB2C8F776BE9EE459 , 0x0192AFC8765770D09735799AB940FD60 , 0x0192AFC8BDE272B0AD2904677A8C57E0 , 0x0192AFCEE13671EBBE4E1BEA6178767D , 0x0192AFCF2BDB706BB269CBA0A760BF4E , 0x0192AFD1153A70238BBAFA368F29C82C , 0x0192AFD2477D70B2BEDF486A37D89A24 , 0x0192AFD378427179971D54D57C0DAB30 , 0x0192AFD3C7597324AA146841E0D87DF5 , 0x0192AFD9D74170FD9B4256112D3BA132 , 0x0192AFDA2696738491170AFF06390E37 , 0x0192AFDA700A737D8FBFF8BC353F8D24 , 0x0192AFDAB9BF71C49D4CAADA9646115C , 0x0192AFE9433F719892000B08D2639410 , 0x0192AFF9409A7381A43A96213C2F517C , 0x0192AFF9940771AFA75385213509D47F , 0x0192AFFA73667044BA6ACDE22AA9E0B4 , 0x0192AFFACAD973FD8BE3CBB24941693B , 0x0192AFFB14F873A998ECD7CFDB5AFA69 , 0x0192AFFB61F9711FA749F53478604853 , 0x0192AFFBAFC572EABE997142024A786D , 0x0192AFFBFCD972709961829F0A6F05EE , 0x0192AFFC46F870B6AA387AD41AA539CC , 0x0192B001B08071A4B6E15DBB5ADE5AA1 , 0x0192B00C0B5A72E495EA9C20447922EE , 0x0192B012885371ECB1EC3AC487877ADC , 0x0192B012D54371FDA7011680901EDA78 , 0x0192B01D522D717E87EC147C5BF4CE72 , 0x0192B02647997078B7537B80FBF6E799 , 0x0192B026974A73BFB0269A21047FF928 , 0x0192B032938C7159B70ACD5DC425E84C , 0x0192B032E3C771CD98FD0036BBB617CB , 0x0192B0332F9D73CCAC767A7C845993DD , 0x0192B03384147341847A7F43ECFF0640 , 0x0192B036D15872F2B89173ACE547769A , 0x0192B03725EE71768CF51E5C064B3CED , 0x0192B037730171A5BF8408830361C579 , 0x0192B037C086724F9907B75391BA3135 , 0x0192B0381BE17281A884CB23D1DEA03D , 0x0192B0387031739FA7365BEE2B8F4CE4 , 0x0193CFEC5AEE70939343FE973D4CBC39 , 0x0193D0040E4872E8BD66F502E8507858 , 0x0193D009703870F59131D077A7DB2F69 , 0x0193D03480D971FBA7307ECC70C0A1A5 , 0x018D12B8FF91730B974A0275BEFDDA90 , 0x018D12BA749C701E9CB3A7CFE8B33695 , 0x018D12BAEFA6714889C86ED851005263 , 0x018D12BB2B3B7117880B2EF21835ADF9 , 0x018D12BB6A7671ED9362A2E0789B377A , 0x018D12BBAABB736297CA729E2ED34170 , 0x018D12BBEB1571B3A8F8FBB5CE0544CA , 0x018D12BDAF177228B63259AFF22BF47E , 0x018D12DCEF0E724E98330C3175FE2C14 , 0x018D12FC963B7103A67CFC4F52AEC8C2 , 0x018D12FCE512733ABA1E353310A3B8CD , 0x018D12FD767071D487BDC7F1205CE85E , 0x018D12FDBF3772449FCBF49D353E3417 , 0x018D1316495271CB8B0E82DA396B4F03 , 0x018D1316EEA77122AC4529AA43E85F6D , 0x018D13179184726E9A9C4B268C0D248D , 0x018D14195351714E87C74E30013A7AE0 , 0x018D142EFEE472148D9DF015007F0114 , 0x018D142FD7CB704E892694B01BC879A5 , 0x018D167C07B57178863AD01190492012 , 0x018D167CE3727244BCCF91855C9D0339 , 0x018D1680409D732EA79C40E951A86F87 , 0x018D1684E24570D48B45E7F49E0AA4BB , 0x018D1689B0EC720EAD12C4DEDB3B732B , 0x018D168A78157065ABE310A1A81DA7C8 , 0x018D168AAA57721CABD6CD5ED5171654 , 0x018D168C21FE73D0BBD14B516EF1FBEB , 0x018D168C88AA7348ADBAEE7BECF52E4E , 0x018D16C0887E72F8B950ABB94167C06D , 0x018D16C2934F737B81AD391F445B7831 , 0x018D16D29F6170C7BD86BEA9CCF30C0A , 0x018D16D35A547116B80941B2127016C1 , 0x018D16FA8A54736396E69D4A85F13FA1 , 0x018D170BD78F72A982A0BBC870742ED6 , 0x018D170C967A710F93F3CDF42F77BE0B , 0x018D172AEA1B72B4B2CAF1D0A2515343 , 0x018D172BC46F719DADB90D97AD94EBF6 , 0x018D172C25CB70AA8A97E2ED1C34C8A3 , 0x018D1D2F621E7294A4AE5DE75588AD78 , 0x018D1D2FA69B737DAA4F2E06BEBCB762 , 0x018D1D30C3CE70339D2FD0C35941BF6C , 0x018D1D33409071B09EF8B54DEDAC4757 , 0x018D1D79AB267350A316E92D3D6FACD9 , 0x018DC25D1E947155896DFC93C2FB5F99 , 0x0192AFFA73667044BA6ACDE22AA9E0B4 , 0x0192AFFB61F9711FA749F53478604853 , 0x018D12D33A027299890E350F6786BB74 , 0x018D13179184726E9A9C4B268C0D248D , 0x018D167C777E7356AF07134302502211 , 0x018D167CAE80735DAA5BF2EC08111663 , 0x018D1683179470EC8108F15F8AF3999E , 0x018D1684A0BE735DBF63EB0CCD31B7C8 , 0x018D168AAA57721CABD6CD5ED5171654 , 0x018D16C3248873688BE1D457B951D263 , 0x018D16CDC9957313BF50C06F0EDE5AE4 , 0x018D17262CF070EC86E2DFB378DD74EF , 0x018D17294DAA709F94FAA2ED1C24A6F3 , 0x018D1729934371CF898E85DC81EACCB9 , 0x018D1729D90973EA8FFD81C63D0F9BC3 , 0x018D172A235E73379FE417547CD642B7 , 0x018D172A6DD4710895BE6B768E3B9FB5 , 0x018D172AEA1B72B4B2CAF1D0A2515343 , 0x018DC217326B71D187ED5A1539A946A8 , 0x018DC25C4D0371A195713DA116F46BAA , 0x018DC25CD73D7085B79493F9CEC35DEC , 0x018DC25D1E947155896DFC93C2FB5F99 , 0x018DC25D674E71E79E951D863FEDE90C , 0x0192AFC82EF970BDB2C8F776BE9EE459 , 0x0192AFCEE13671EBBE4E1BEA6178767D , 0x0192AFCF2BDB706BB269CBA0A760BF4E , 0x0192AFAC369E73C2BEC92A093154189B , 0x0192AFAC847373C89D8F1CE4423B22C6 , 0x0192AFACD0857107A579F61FA1932C30 , 0x0192AFAD1A9971089BD3B5D36816D788 , 0x0192AFAD636F713C92F38530401AA33C , 0x0192AFAF188D73C381F2738FD520D91E , 0x0192AFAF679B714CBEF5D1B69B1E069D , 0x0192AFAFB3A8708DB2926A0EE58D5E0B , 0x0192AFB00356738094AF06E8C035A634 , 0x0192AFB0509872AB8645D9CFFF451C74 , 0x0192AFB09F50706BA08D54D5C1978C64 , 0x0192AFB0EA3C739DACF336F566C8013A , 0x0192AFB788787380840EC424913AC8D9 , 0x0192AFB7DA9773D2B718EAAE8046B70C , 0x0192AFB82CD87199940AE12EF1C2C772 , 0x0192AFB8775472CC994FEEAFCBD165C8 , 0x0192AFB8C892702484180051427664C7 , 0x0192AFC70CA37271B1D33E08B5777219 , 0x0192AFC75BCD7373BD35B2E3C84D4EA1 , 0x0192AFC7A2AD73E7BAAC72D806317E74 , 0x0192AFC7E9D3716C8CCEC98CD9852F34 , 0x0192AFC82EF970BDB2C8F776BE9EE459 , 0x0192AFC8765770D09735799AB940FD60 , 0x0192AFC8BDE272B0AD2904677A8C57E0 , 0x0192AFD378427179971D54D57C0DAB30 , 0x0192AFD3C7597324AA146841E0D87DF5 , 0x0192AFD9D74170FD9B4256112D3BA132 , 0x0192AFDA2696738491170AFF06390E37 , 0x0192AFDA700A737D8FBFF8BC353F8D24 , 0x0192AFDAB9BF71C49D4CAADA9646115C , 0x0192B001B08071A4B6E15DBB5ADE5AA1 , 0x0192B012885371ECB1EC3AC487877ADC , 0x0192B012D54371FDA7011680901EDA78 , 0x0192B01D522D717E87EC147C5BF4CE72 , 0x0192B036D15872F2B89173ACE547769A , 0x0192B03725EE71768CF51E5C064B3CED , 0x0192B037730171A5BF8408830361C579 , 0x0192B037C086724F9907B75391BA3135 , 0x0192B0381BE17281A884CB23D1DEA03D , 0x0192B0387031739FA7365BEE2B8F4CE4 , 0x0193D03480D971FBA7307ECC70C0A1A5 , 0x018D12C43F09739485E36F880458CA09 , 0x018D12DA748F713DB9CD7B850F604FF2 , 0x018D12DAB353733FB30A29D8F31095AF , 0x018D12DB0B06739A87E40456FE5FC269 , 0x018D12E9119071AEB296E0D965748494 , 0x018D12E95AF370A8B8FB7FC1F9FA425F , 0x018D12E9A710735C823A8701D5453789 , 0x018D12E9F8827156B3B1C2D5A5C82F50 , 0x018D12F0CACB71AA85A59F0AC206C739 , 0x018D12F127C871D5BA1E1518F90E8DAF , 0x018D12F70669720B9E64E710D293785F , 0x018D168C52647061A617AA833F9E6AA7 , 0x018D16B9FD4C73308ACBA882E3D1B256 , 0x018D16F7A1FE73B2BD7C6F962C2DFD0F , 0x018D17075E397096874C0D71BB318705 , 0x0193D046B64D70A3973722A59A440F54 , 0x0193D046BE4E7305A22CCE583DC88951 , 0x0193D046C53E700CAC678632B44079A8 , 0x0193D046CBB77017AD65A7F85B27E35A , 0x0193D046D2D570448A346B8B10A08C02 , 0x0193F40824F171EABC57727F2F22608E , 0x0193F408498C70D2B9763C0D458722B2 , 0x0193F40893237393A6351E72A0FE8BB8 , 0x0193F408D6A471C1AE749C853DABACDD , 0x018D12C841557113B2ECD324E917F726 , 0x018D12C87C5D716AB94BA957CB1CBB1E , 0x018D12C8AC0D7192937AD4CAF2D51D83 , 0x018D12C8FF1C71A5BBD544C95A29FA28 , 0x018D12C96AAC7215B3DFCEA111EB4549 , 0x018D12C9D6C471D4880118987F9F0570 , 0x018D12CA59387247ACAFE7F3BF13A90A , 0x018D12D001E071B099292A3A456B4BC2 , 0x018D12D05C0B71EFBFEC87441CE9DA5C , 0x018D12D0B769716D8DA9BF58A3219836 , 0x018D12D119C47098952AE2DE98CDC25F , 0x018D12D1790571178EAF0F768D6138C4 , 0x018D132A76C670D9B4C123ED9064D6B8 , 0x018D132AB2DF7024B9E346F97245E626 , 0x018D132AED6771BA95C2760B0F7BD3C5 , 0x018D14165C7C701B95D9F1C2262B5DEF , 0x018D141697A472329052425249BB578D , 0x018D1416D18071B0809E5DE884BFB634 , 0x018D141B1F8772959A25CD25FB112649 , 0x018D141B82B57203B654DDA637F2E46C , 0x018D141BBAFC714781252CF8531EA845 , 0x018D141BF3DB7120A61F129665D5674D , 0x018D141C2EE370A2859CCE7842663526 , 0x018D142000B571108725D48B22968E8D , 0x018D14203C4C715AAFF1D13B25612BA9 , 0x018D142075A3705EB3A55A22873FD234 , 0x018D1420AE4A71B5A24C0EC8E79F1BB1 , 0x018D1420E96A703CA977893EB3283F8C , 0x018D1421222E7100AAE01E48E18A17B2 , 0x018D14215EEF72808F659D7FFF9FF073 , 0x018D14219506709897CAB798828C91DF , 0x018D1421FB2E708C8FD4E1061A3FDB85 , 0x018D1422621F7176A2677B8C7C31FC15 , 0x018D1422CB4E72AF95C70D758BAE6D66 , 0x018D14230CAC72BDBF4150464CA15989 , 0x018D142345AD730CA7CC4A2EF30A2B1B , 0x018D142380AB70748597ED3882067C89 , 0x018D1423BA677046944B770E086FCEFE , 0x018D1423F1887185B6BD36878AB0DCBA , 0x018D14242B9173FCA6C6E77C70397152 , 0x018D142469457139A8E589E4F47AC48F , 0x018D1424A16D7289B070D28223CB1938 , 0x018D1424D9BF724C9FFDB43E66A13F09 , 0x018D142513E17209BD6004E61F21C450 , 0x018D14254E5E7078BE556F5CFCB5F735 , 0x018D14258F7672F1ABF1F633977BEAF5 , 0x018D1425D0A073AC8BBB7EB63891453B , 0x018D1426C0C0702395A1D328F4707FCF , 0x018D1426FF4C71B797E031A5AF461570 , 0x018D14273FA470FE89DD982911163F2E , 0x018D14277B9B72F3B294A97B74136E94 , 0x018D1427E07B70768678410BAF851F97 , 0x018D1428449B71689E0DE8AE9062C54B , 0x018D1428AAF771399ED883A2BCB35AE2 , 0x018D1428E51971D5AA2157707AEC84AE , 0x018D14294C47729BB741D1F8B6576A9D , 0x018D1429876572AD96F9DCB01EA457C3 , 0x018D1429F3F671FB86C633D07C6689D4 , 0x018D142A59ED71FD94D0ED76E9CC7091 , 0x018D142ABFFD7263B273E3860B38A929 , 0x018D142AFBEF707396C127DA1F07E003 , 0x018D142B35F7705FA6D8C51A2C74B3FD , 0x018D142B9BE973868657D8E12B401284 , 0x018D142C044E7092927E396E4F388AEF , 0x018D142C6AFF706995A7235AB1A9671C , 0x018D1681C01E73148988802E025380DE , 0x018D1681F16171C28E5FE9ACD2245508 , 0x018D16822138721999475639A7FB679D , 0x018D169C318B72A0A189FDA2B30F27D0 , 0x018D169C91417034BD651DF113A65A62 , 0x018D169CE81E7170A73B9B96125EDB64 , 0x018D169D46C771EA8919EFFCD329093B , 0x018D169D991872408D92D80280B2571C , 0x018D169DEF8071A08C66EA69D84C1FFF , 0x018D169E441B71149846E10E7DE81920 , 0x018D169E962B720EAA73EF07728D9B0A , 0x018D169EF25771F9A5057DFBF39E74FD , 0x018D169F4CC5703497AA5179F3F5D117 , 0x018D169F9BA3738E80DEFC94A698765B , 0x018D169FEFE772F18AEEE7C6A949EFAD , 0x018D16A03FCA716D9CED522271B6896F , 0x018D16A08FF27047948E875E4477F772 , 0x018D16A0E3B47135A8299D5F822A173E , 0x018D16A131D8727885889705EB771E93 , 0x018D16A17EE07374B74D7531D8FDCD7D , 0x018D16A1D0A7703EB8E163A3A72D8553 , 0x018D16A1FEFB73329B7432779F431665 , 0x018D16A22B707254B6C6FBF2F925991F , 0x018D16A25681734DB28E1882C8C5CCC5 , 0x018D16A284F772F4B1DF1DD5CDD919B4 , 0x018D16A2B11D73E28372214C9BFBFDCF , 0x018D16A2DF3C70A6AAAD5DB630655C1D , 0x018D16A30B667055BA080E33149026A1 , 0x018D16A339DC71508EAF68425898DB4D , 0x018D16A369E771EFBC39C26EAB04A818 , 0x018D16A3BDE273498FB751738213BE1D , 0x018D16A4176B73A98C0173B0158CB46E , 0x018D16A46F72727D9587998DEE4A20B9 , 0x018D16A4C4F1702FA3274FBE0434990B , 0x018D16A5158E719481532361019398FF , 0x018D16A5695B71218E2B0848132F10DB , 0x018D16A598117142ADCEC13D14F406C6 , 0x018D16A5E97A727DA7BC6535837C99DD , 0x018D16A64059739BA91C94775C3162F8 , 0x018D16A6918A73F2A7F44BF62B06A3BC , 0x018D16A6E2F8732BB85581E0CE2C8256 , 0x018D16A7384D73D1939E814470438541 , 0x018D16A78CE2726286E3E5EF8419A20E , 0x018D16A7E5DD706E82DE551809A547C5 , 0x018D16A87FD2736997A2459161752305 , 0x018D16A8D8727175BE02AF95602CA977 , 0x018D16A92D9672DFA14C28380183DDCB , 0x018D16A98617702EB0DCB18CCB722F55 , 0x018D16AA301C7094B2141502C636DEB2 , 0x018D16AA90E370BA882C9FE09E9B1AE0 , 0x018D16AAFD377124BE9E8A805C80EA51 , 0x018D16AB369C7098B02ECBB7D1E5F539 , 0x018D16DEA81E731CA7C5922CF1B00C22 , 0x018D16FC8F01709AA884B75753195CA4 , 0x018D1717128870F3BD3063B112AF22C4 , 0x018D1D51108873AB939D0989297454FA , 0x018D1D571FE971BCA0D0670F55C78332 , 0x018D1D5D7E7070D9900B9C5DDCA16DCB , 0x018D1D6786267183AF9F4C27DEF239D6 , 0x018D1D69DB6272A88B581AE54DB719B2 , 0x018D1D6A4C0273D9A873041ADF33B3FD , 0x018D1D6B73A1728B9441BDDF0897E2FE , 0x0192AFBDF58C712CA02527D31EB74A7E , 0x0192AFC1487D7363BB206D4B9DFB18B7 , 0x0192AFC1874470688851EF3B6D61CAAD , 0x0192AFE41C6B73F29617FB795007C1A6 , 0x018D12D33A027299890E350F6786BB74 , 0x018D12E02A7C71128960F7131B2C608E , 0x018D12EDCCD67362B3939FE6D78BE657 , 0x018D130E67BD722C865275662290E6E4 , 0x018D130EC2B1725198C550651FD30F72 , 0x018D131962DC7060B79260F950951537 , 0x018D131C33B470D9B962C92652B7BB6B , 0x018D131E77F07102AE7B0DF13A56CA7E , 0x018D1325C23871AABDB974C09161CFA0 , 0x018D1327FC9871AE880910440F44ED9D , 0x018D141A94E973CDA2FE12D691812D25 , 0x018D142DF69B7105B64E8873FFCE8AC7 , 0x018D143024647010BAF289ECED9F452C , 0x018D16857EEF704A815CFCF416402413 , 0x018D1696BCFB70638ACCD2C53B4426D3 , 0x018D16ACACCC719DBE83C90A0373E4A3 , 0x018D16B45DB27121BBCD98B5FA956275 , 0x018D16BCA7FA727A97FB6BFBB7513FC8 , 0x018D16C3248873688BE1D457B951D263 , 0x018D16C50F0D71578E6ABE279A7BC5DE , 0x018D16C5596D736A9AC44D25A6149FB5 , 0x018D16C5AF007016BB484FFE46569633 , 0x018D16C77B8472CEAD437297B4BF73DD , 0x018D16C90369707C86B75017848A5BBE , 0x018D16C9E89370289531CA4EDFE2E1D9 , 0x018D16CA5247707C8E4BED3A93A086BE , 0x018D16D084157131AD1D812BCC5448C9 , 0x018D16D2DA4A71DA876180D29D80B8B8 , 0x018D16D46EF773C0ADAF8953C76C0663 , 0x018D16EB7F7D70BDB46B9AB2249AC8D4 , 0x018D16EEF85C703A8C8C9CFDADBA0079 , 0x018D170176547306B4DF918FF6574CEE , 0x018D170C1D197142B6E65D0B2D93B943 , 0x018D171666E5702B90F947896BA4206A , 0x018D171B94667308BDE3F095100CA737 , 0x018D172525E9713697A3C162448F5964 , 0x018D17256DBB70F6977A613A0A17AE6D , 0x018D1729934371CF898E85DC81EACCB9 , 0x018D173052CD73379CF31CEAC9495100 , 0x018D1730C21F7021A434DA4919D5CD63 , 0x018D1D291B5D71B5BBEA5C3E58BDDB1D , 0x018D1D29A4FF72CFB9B85FBDAF1A3AAF , 0x018D1D29E9DB70418C7BA86E0C9DF492 , 0x018D1D307C47729A9546F0A3C2450CD6 , 0x018D1D31DD9C73F8B6F21776F80AE7D8 , 0x018D85DAF8E37108A2AD1E4D0C9CF533 , 0x018D8B10BA0B705F8598045D84EF86CD , 0x018DC215199C7095A16FEBA34AFBB0BF , 0x018DC2164BB471DFA254B291342E016A , 0x018DC217326B71D187ED5A1539A946A8 , 0x0192AFF9409A7381A43A96213C2F517C , 0x0192AFFC46F870B6AA387AD41AA539CC , 0x0192AFBDF58C712CA02527D31EB74A7E , 0x0192AFC1487D7363BB206D4B9DFB18B7 , 0x0192AFC1874470688851EF3B6D61CAAD , 0x018D142FD7CB704E892694B01BC879A5 , 0x018D143024647010BAF289ECED9F452C , 0x018D1432690473C58C170516F873FA4F , 0x018D1432B14D714F94CC690001F4A8B7 , 0x018D1432F7E37343B4AF4DCFCC5BC3DE , 0x018D143341547217B7E49EEED0498AC1 , 0x018D143388A7737D8066BC14F4459575 , 0x018D1433D1EC7144B8015270EEA419F4 , 0x018D14341798714AB46C53CC92CCCD84 , 0x018D14345F19730CB62AF18A2871309D , 0x018D1434A5B9736D98DD03BB1ECFC1EE , 0x018D167D19F271009654D90E53097827 , 0x018D16B0D7A17206A11134405867999F , 0x018D16B10CD0726DBC2732321CB6BC9F ));
Copy
44
0.36 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x16561F02419949FEB5AC61A4EE6C6211 )) LIMIT 1 ;
Copy
45
0.16 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x16561F02419949FEB5AC61A4EE6C6211 ));
Copy
46
5.16 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND (((JSON_CONTAINS (IFNULL (`product` . `option_ids` , `product.parent` . `option_ids` ), JSON_ARRAY (? ))) OR (JSON_CONTAINS (IFNULL (`product` . `property_ids` , `product.parent` . `property_ids` ), JSON_ARRAY (? ))))))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 24
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
"1123c6c07e484676902801c264a81ca7 "
"1123c6c07e484676902801c264a81ca7 "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL ) AND (((JSON_CONTAINS (IFNULL (`product` . `option_ids` , `product.parent` . `option_ids` ), JSON_ARRAY ('1123c6c07e484676902801c264a81ca7' ))) OR (JSON_CONTAINS (IFNULL (`product` . `property_ids` , `product.parent` . `property_ids` ), JSON_ARRAY ('1123c6c07e484676902801c264a81ca7' ))))))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 24 ;
Copy
47
4.58 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND (((JSON_CONTAINS (IFNULL (`product` . `option_ids` , `product.parent` . `option_ids` ), JSON_ARRAY (? ))) OR (JSON_CONTAINS (IFNULL (`product` . `property_ids` , `product.parent` . `property_ids` ), JSON_ARRAY (? ))))))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
"1123c6c07e484676902801c264a81ca7 "
"1123c6c07e484676902801c264a81ca7 "
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL ) AND (((JSON_CONTAINS (IFNULL (`product` . `option_ids` , `product.parent` . `option_ids` ), JSON_ARRAY ('1123c6c07e484676902801c264a81ca7' ))) OR (JSON_CONTAINS (IFNULL (`product` . `property_ids` , `product.parent` . `property_ids` ), JSON_ARRAY ('1123c6c07e484676902801c264a81ca7' ))))))) GROUP BY `product` . `display_group` ) total ;
Copy
48
6.32 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
49
1.36 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) as `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . product_manufacturer_id , `product_manufacturer.translation` . product_manufacturer_version_id , `product_manufacturer.translation` . name as `product_manufacturer.translation.name` , `product_manufacturer.translation` . description as `product_manufacturer.translation.description` , `product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` , `product_manufacturer.translation` . created_at as `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at as `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id as `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id as `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . language_id = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"<Î{ñáéE¸…mÈ\f Ìò>Ý "
b"\x1E Xâ¯ÉÙN»ï¨\x1D ╦ª8%│ "
b"ê¹Ëä—ÀBî©5>2u½©¨ "
b"\x1D É\åÑDG\x07 ïÛ.o\x08 ║\x14 █ "
b"”†ƒ,²ZA\x0E œá²…\x7F [l\f "
b"Ýÿg:Ž’Hˆ¸´-´¯A¨– "
b"7ÓËcê]Bt•5Yl¨rÐ\x7F "
b"\x0E >ÜC»ªIbµNø^„ïÏ¡ "
b"|?\x13 Œå#ON¾µÝA-úV„ "
b"܇\x06\x1A ½0Iü§0\x12 qçÜ!¶ "
b"¶Éí¬@GD;“ÅV•X×ÍÎ "
b"""
\n
½Â€…±H駨Ûï”ɸ\x08
"""
b"’Ö öñ=F)…µgäƒ\x11 øe "
b"""
³\n
\x1D ߶\x13 @U„„\x04 6ÇÅ–à
"""
b"ç<ëh›’J\x1D ’·tÂ\x12 m\f Ø "
b"¼ÅÁB¯áD\x01 ú-Æ\e êÂ%· "
b"u't\x15 Q\x08 E«¢ü▒îÌÄ\x1C\x12 "
b"Ýû.á.[Dý½\x06\x02 'œ©¢Î "
b"""
—œ\n
¿€®@¥6<þjLX\r
"""
b"Rµ\x1E ðÆ▄G¬ä& å▓\x06 eì "
b"X╦ı4Å<I¸ö5L ╔\x7F e¥ "
b"\x04\x08 ¤Ø\e ÀBó¨×ò==<@- "
b"9Æ<š†áNp«\x12\x1D ´o<Âw "
b"µ;à|{MA|è¿Af÷òìt "
b"╗<h¨hjJîü5▀/ò\x10\x14 ╩ "
b"ZÍã\x01 á1A╝Ø*bÙ▀m\x1F h "
b"""
ÛÉxV╩vF\x7F ö▄\t \n
`2Ál
"""
b"¹Ã¿ÃêTJ6Âf&eöØ┐ "
b"ªx‹Ÿr*G9Œt;«©õ\t ] "
b"K´¿¿$¶@Þ¯%ô;Б³› "
b"\x06 Z\x1F\x1A\x18 ©OJà╬ìòªÖSv "
b"‹„érÜYEê®u:žÇÀð\x18 "
b"\x02 bMž\x07 uCŠ¨‹Ù\x18 _™³ö "
b"hÔ}ô┤HI\ìl»>^¨\x08 g "
b"Cæ>œ%\x11 L~¢ñ\x08 ’ÎÊ\x19 † "
b"¦\x02 »™¯ÚH«žå<¸Âw$E "
b"G&\e <õúICŽ,{o‘œ[m "
b"\x1A êHw/6CÐÉY*À\f ıh> "
b"º:((¼èJX¤Å,gýøUò "
b"äAS£M¿CÈ—Åk\x05 ìâ\x07 ª "
b"´´Ð0L_Eo§ÉÕý\x08 ”;À "
b"dM;JIÇCÛ·€îÎ3Þ'Ñ "
b"\x17 ~ixµ\f NÅ‹Fa\x12 6rçN "
b"X\x15 # û_A9°]WxC“µ\x1D "
b"Ï\x1C è›-øKz\x03\v ÐÍ,Jù "
b"‡Ïô1É2D#¶\x01 äU\x13\x0E gï "
b"绨H÷¥MIÉW╔ÅÅ91x "
b"4 l]¹9IïŸB}™ñ>I\x04 "
b"õÂĤPC¾ïåå(]}P "
b"""
\x15 ¼Ïi╩èLLÉ\n
&J3~\f å
"""
b"\x12 Õv:z\x06 Om†\x00 JG…%\x14 \n "
b"""
\n
aŒ4t\x1F C'—œ¿\x03 Ȥæ«
"""
b"é\x1D Ò*ÌÅFu¢f\x13 (c¦x\x1D "
b"""
V\n
\x14 $ÙXCɼ▀sª£-kZ
"""
b"\x12 oÎÛ®9I-€ÝŒV£\t }^ "
b"°¢\f\x14 ä*Aæ·,oÚ¯j\x08 "
b"€\x19 ôUF\x13 O]¹lÖNP)%. "
b"│┌Éz│'E■ämä\x13 ▒\x02 iÖ "
b"CH╦©üXNµ│Ù#▒¨$og "
b"^ØйöÀ@^¡\x04\x13 ? Ú¬\x17 "
b"¯ªËŽç®Në´¨*DJ\v ö- "
b"~X9^i\x11 B%©D6y¦SŸ™ "
b"Ûz┬█\x06 ÛC\x0E Ø\x19 V[Xzú¨ "
b"""
Øw@│`ÉLaê\n
dáı█A\x01
"""
b"\x1C ÈäÇ\x0E ˆCý»wø¤\x1A °w¤ "
b"f║6ÖÙüL2û'PuÑ¡²$ "
b"_ÎA¼æ¯As░╠¹3JîÅy "
b"û•\x12 U|ÃDr¯ó¤ídE.( "
b"$üÆâ!)H·¿┘¿·C=k╩ "
b"\x0F\x14 tñ¤ŠL\x0E ¾åÅÙßÜÁH "
b"šµ:3#^O.騾ީ "
b"·\x1E '¨ònH\x19 ¿¡ÅJç‗(▀ "
b"Åõ¡¦┴<M│ë1¬\x17 sÕÿJ "
b"½\x11 æÅ……Oaª‰µÍ\v &`] "
b"þ\e +6¬Ò@¤ì■Ø└l\x1E %8 "
b"cûÌ8o\v B\v ™ƒ¡oØë‡g "
b"""
K7ßüß\n
HÙŽuà©\x10 a\x1A =
"""
b"\x0E ˜og\f ÑBݳޔ}\x0F ¼Hž "
b"7ÿ2%„xJß½â;\x1A ÀÝ\x11 ‰ "
b"\x1C o\x12 ÷§‡AS‹Œ*Þ\x04 b†† "
b"€è=ðBžE\x03 ¯V\f ø*A,º "
b"\x18 æ+Æ-ÝL#¯Ôê\x0E ê¨Xï "
b"Û┌¸dwñC╔ìF\x0E ë\@ƒÍ "
b"Aà\v t4ÓO"Š85—¾¦M! "
b"1=.nÉ™D\x17 ›bðÝÌßQµ "
b"¾UïîþÂC䥫Ù:Ì.\x19 ¶ "
b")´Ö\x1F Î\x08 E\x17 ŽÉþÏ\x15 ‹_ô "
b"iÇþI¶SAðœ\x7F ‹ÅÞ¸ä6 "
b"Äbu\x1D ÙgO›;œüÇÈ9b "
b"\x02 "œÓ\x1A „Hs…le\x17\x05 ©îR "
b"uPþ°æËKV´û ~Q¼ëæ "
b"Mnw\e ªBF'ˆì\x16 L\x0F ‹ì? "
b"\x11 ŸÆù{eKp¡I<D'C\x10 2 "
b",\x01 ’w7å@\x0E ¿È\S[‰„É "
b"Þ\x19 åGÎ$OÁºG\x02 6j‹\x00 ` "
b"Ú\x03\x10 hóùCgÀO®Ébpzþ "
b"╝Ý\x19 ±\x04 ËMØ¥\t å¾p÷rÍ "
b"/%¹ÙDüA{ïá┐áŨZÓ "
b"MºMI›éGež•L¬¹öô+ "
b"À"jßGHJð˜ƒ3:2¯V\x0F "
b"\x1C †Ú©¬Î@à±\x1F >\x16 F\x0E 9‘ "
b"\ÅŠYþåFÔ–G\v ±\v {,š "
b"?/.AÜïKuš¬\x08 }1Ò\x05 k "
b"–U¢ä\x00 BȲª$U/1&è "
b"BïµðaôIî▓»Å█3\x7F Øõ "
b"‚|ã\v\x0E %Kg°Â«ñHköÄ "
b"‡I&\x07 þ\x03 @À‹\x05 š´¹wyk "
b"┤+øæ┤>F\x06 ì|H<;Îß\x05 "
b"Daı*/YEOÑr\x12 ÂÉt└\f "
b"W│\x06 }¢¨@iÅn 2╚cù« "
b"\x1A ð\x08 fŽÐFR¿\x01 ¦ýµïn, "
b"¼Ålä¯pE,¥`´>‡Ÿ…¥ "
b"øÁTïW×D\x01 •Èæ"ü\x16 Õt "
b"¸G\x04 ~ý¤@6äÖ\x19 ¸I-ü® "
b"#Äa\x18 íUA=¨³Lcc¤bn "
b"Ð\x14 U¼\f º@ÿ•ž\x11 ,úL¸à "
b"€Q‹µ¸qC\r ¶\x0E z}ÿ¶õ\x06 "
b"yâçh”OJAš¶]\x0F L‡r— "
b"´õ\x7F ¨aé@—¬ÙòC4øò× "
b"|æ•6'@Co±\x1A ÌIø„Ie "
b"Ý)Û\x1A (¬F1ºY”¥a„Qp "
b"$@SÂɾA\x1E ²x\x18 c:ãõ\ "
b"›-¶ŠË\x12 M\v ´\x0E\v ù Tn@ "
b"r`(\x17 µìFxµ\x03 q*\x1A S‘“ "
b"Öyr¬æ0O²µ@ò±@\x0F î£ "
b"\£Šˆb¬Dº£iY\x08 ?FlÁ "
b"@þ¿¶TÓBÏ·)P7HW\x00 "
b"D(j$«lF†™Ð7hû@VV "
b"üÉqWäËEg›9\x07 g•T÷Å "
b"äD▓ÅwrIò╗░lÿ½8!À "
b"ív°ºL N\x7F ¬‰Îœ]““Y "
b"}úÒì\x06 0Hfž9g<EÇ\r þ "
b"8z¹"˜mK?©&Hðæ(dé "
b"║█EWÿoD<ì\x14 Û┘³\x05 R( "
b"50kÆÕ³D„‰ôjRp8LŸ "
b"""
w¹\x1F P-9FpŸÃG‡2\n
Éê
"""
b"´S║┐µõNËùöÉ╬▄\r 1e "
b"\v MÊs.ŸM#½\x1E )EŽØÉ) "
b"ÁÁ\t e¼“BP¦HB±0¹\x00 J "
b"9êp³˜¹@\r ±&²+b!‡5 "
b"m©!9¶™O'‡9w}Ñ‚©Â "
b"<(\x12 xšCI?¼´€K«ãkñ "
b"\x7F T•\x18 áÔG]œ‡äE\x19\x18 çm "
b"\x16 }7_æmJ╚×Ñ#Mü\x14 HL "
b"qr-«i]C6ÿØ1>IÅü§ "
b"╔a█\x11 ;ìE9ë═^\x16 Ñ;\x14 Ü "
b"ÍaÑ9·_K6º{r‰I¨^¾ "
b"""
kgG…Ú\x15 O'‚\r ‰•\n
½fÂ
"""
b"<X\x18 æÌ\x14 H`—\x08 9:\x1A ¾¢æ "
b"╗¿²\x07 /§M\x00 ü¥\x02 Þ\x07 FN\x15 "
b"Åš\x17 do¤C\x06 ™pòä\x00 ±ÆL "
b"=a\x1C e“ŠB\x03 «¯\*ÎŽãò "
b"^y©ªxHEA€3×\x12 ×ßn£ "
b"9oë˜m[Mw³¯\x19 :T,K• "
b"†¯ÞæY"Jý·dÖzÈ\e mè "
b"Ì\x1A ½═Ë Hîæað\x06\x12 ÈÞü "
b",@\x18 ¶°ÀN\x01 €\x18\t ³ŠõI\e "
b"Ó*iâÂûKø£@Ŝꎆn "
b"«\x0F È¡d.N†’\x17 â\x13\x10 áF "
b"t<?ñµ@ ¿à`„ÌLÖï "
b"Dé§"®oBc®┬▒L;k┴É "
b"±Œ\x12 óe‘J]ª¿Ÿþ2Mõ“ "
b"[?`ÄæÕIZš\x7F [nÁ‰Yÿ "
b"h6\x07 t@“L¸@¯%\t #Ce "
b"¸ì\x02 ³\v ÈGM—ÎÙ\x10 ÷ÜÈ» "
b"Ë\x03 zí(2KÜÄ╗└ãq■ÏÅ "
b"9äè€ÉIJ-‘'B¥\t\x1E 2ê "
b"%¿sÒyüBÅòtÎ%R{\x1F ë "
b"ÛÆ\x19 9“=Oì»Tw\x12 ±Ì\x04 " "
b"á-r\x04 …åBG¯à3“*e\x06 M "
b"„·\x18 ÑéžNC‹Î›Ã9Þî6 "
b",Š“{K\x7F AŽƒ‡\x00 G]æZ? "
b"¯U\x18 pü-E╚╣¡Á╦│R\x19 ı "
b"1OîÖº€L\x1C Œt¯ñZlb² "
b"¤,‘•å¿A\†¶…\x04 })óH "
b"‚œ\x14\x00 ˆÑM\x1A ”}öiGM\x12 Å "
b"ÙiúzÛ\e C¶‡ß\x14 Â÷j% "
b"2WƒÃBç@Á‰Ï,ì4Ó\e Ÿ "
b"£Lþ\x03 Õ╝B¼Ø║Ð$¨Æ╬Ú "
b"U\x03 ¼\v ¢¦B╝ì\x0E É°█Kåt "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.translation.name` ,
COALESCE (
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name`
) as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
COALESCE (
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description`
) as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
COALESCE (
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields`
) as `product_manufacturer.customFields` ,
`product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation.languageId` ,
`product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . product_manufacturer_id ,
`product_manufacturer.translation` . product_manufacturer_version_id ,
`product_manufacturer.translation` . name as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . description as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` ,
`product_manufacturer.translation` . created_at as `product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation` . updated_at as `product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation` . product_manufacturer_id as `product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation` . language_id as `product_manufacturer.translation.languageId` ,
`product_manufacturer.translation` . product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . language_id = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) as `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) as `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . product_manufacturer_id , `product_manufacturer.translation` . product_manufacturer_version_id , `product_manufacturer.translation` . name as `product_manufacturer.translation.name` , `product_manufacturer.translation` . description as `product_manufacturer.translation.description` , `product_manufacturer.translation` . custom_fields as `product_manufacturer.translation.customFields` , `product_manufacturer.translation` . created_at as `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at as `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id as `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id as `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id as `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product_manufacturer` . version_id WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x3CCE7BF1E1E945B8856DC80CCCF23EDD , 0x1E5883EE90EB4EAF8BF91DCBA63825B3 , 0xEAB9CBE497C042EEA9353E3275BDA9A8 , 0x1D905C86A54447078BEA2E6F08BA14DB , 0x9486832CB25A410E9CE1B2857F5B6C0C , 0xDDFF673A8E924888B8B42DB4AF41A896 , 0x37D3CB63EA5D42749535596CA872D07F , 0x0E3EDC43BBAA4962B54EF85E84EFCFA1 , 0x7C3F138CE5234F4EBEB5DD412DFA5684 , 0xDC87061ABD3049FCA7301271E7DC21B6 , 0xB6C9EDAC4047443B93C5569558D7CDCE , 0x0ABDC28085B148E9A7A8DBEF94C9B808 , 0x92D6A0F6F13D462985B567E48311F865 , 0xB30A1DDFB613405584840436C7C596E0 , 0xE73CEB689B924A1D92B774C2126D0CD8 , 0xAC8FB542EEA04401A32D921B88B625FA , 0x75277415510845AEBD81B18CDE8E1C12 , 0xDDFB2EE12E5B44FDBD0602279CA9A2CE , 0x979C0ABF80AE40ADA5363CFE6A4C580D , 0x52E61ED092DC47AA84262086B206658D , 0x58CBD5348F3C49F794354CFFC97F65BE , 0x0408A4D81BC042F3A8D7F23D3D3C402D , 0x39C63C9A86E14E70AB121DB46F3CC277 , 0xE63B857C7B4D417C8AA84166F6958D74 , 0xBB3C68F9686A4A8C8135DF2F951014CA , 0x5AD6C601A03141BC9D2A62EBDF6D1F68 , 0xEA907856CA76467F94DC090A6032B56C , 0xFBC7A8C788544A36B6662665949DBFFF , 0xAA788B9F722A47398C743BABA9F5095D , 0x4BB4BFBF24B640DEAF25F43BD091B39B , 0x065A1F1A18B84F4A85CE8D95A6995376 , 0x8B84E972DC5945EAAE753A9EC7C0F018 , 0x02624D9E0775438AA88BD9185F99B3F6 , 0x68E27D93B448495C8D6CAF3E5EF90867 , 0x43E63E9C25114C7EA2F10892CECA1986 , 0xA602BB99AFDA48AB9EE53CB8C2772445 , 0x47261B3CF5FA49438E2C7B6F919C5B6D , 0x1A8848772F3643D190592AB70CD5683E , 0xBA3A2828BCE84A58A4C52C67FDF855F2 , 0xE44153A34DBF43C897C56B05ECE207AA , 0xB4B4D0304C5F456FA7C9D5FD08943BC0 , 0x644D3B4A49C743DBB780EECE33DE27D1 , 0x177E6978B50C4EC58B4661123672E74E , 0x58152320FB5F4139B05D57784393B51D , 0xCF1CE89B2DF84B7AAD030BD0CD2C4AF9 , 0x87CFF431C9324423B601E455130E67EF , 0x87AFF948F6BE4D499057C98F8F393178 , 0x34A06C5DB93949EF9F427D99F13E4904 , 0xADF5C2C4A45043ADBEEFE5E5285D7D50 , 0x15ACD869CA8A4C4C900A264A337E0C86 , 0x12D5763A7A064F6D86004A478525140A , 0x0A618C34741F4327979CBF03C8A4E6AB , 0x821DE32ADE8F4675BD66132863DD781D , 0x560A1424EB584390ACDF73A69C2D6B5A , 0x126FCEDBAE39492D80DD8C56A3097D5E , 0xB0A20C14E42A41E6ADB72C6FDAAF6A08 , 0x8019F45546134F5DB96CD64E5029252E , 0xB3DA907AB32745FE846D8413B1026999 , 0x4348CBB881584EE6B3EB23B1F9246F67 , 0x5ED8D0B9F6C0405EA104133F20DAAC17 , 0xAFAACB8EE7AE4EEBB4A82A444A0BF62D , 0x7E58395E69114225A9443679A6539F99 , 0xEA7AC2DB06EA430E9D19565B587AA3F9 , 0x9D7740B360904C61880A64A0D5DB4101 , 0x1CC8E4C70E8843FDBB77F8A41AB077A4 , 0x66BA3699EB814C3296275075A5ADFD24 , 0x5FD741AC91EE4173B0CCFB334A8C8F79 , 0xFB9512557CC34472AFF3A4ED64452E28 , 0x24819283212948FAA8D9A8FA433D6BCA , 0x0F1474F1A48A4C0EBEE5C5D9DFDCC148 , 0x9AB53A33235E4FEF83882EE9A8BEDEA9 , 0xFA1E27F9956E4819A8AD8F4A87F228DF , 0x8FE4ADDDC13C4DB38931AA1773E5984A , 0xBD11E6C585854F61AA89B5CD0B26605D , 0xE71B2B36AAE340CF8DFE9DC06C1E2538 , 0x63FBCC386F0B420B9983A16FD8EB8767 , 0x4B37DFFCDF0A48D98E75E0A910611A3D , 0x0E986F670CD142DDB3DE947D0FBC489E , 0x37FF322584784ADFBDE23B1AC0DD1189 , 0x1C6F12F7A78741538B8C2ADE04628686 , 0x80E83DF0429E4503AF560CF82A412CBA , 0x18E62BC62DDD4C23AFD4EA0EEAA858EF , 0xEADAF76477A443C98D460E895C409FD6 , 0x41E00B7434D34F228A383597BEA64D21 , 0x313D2E6EC99944179B62F0DDCCDF51B5 , 0xBE55EFEEFEC243E4A5ABD93ACC2E19B6 , 0x29B4D61FCE0845178EC9FECF158B5FF4 , 0x69C7FE49B65341F09C7F8BC5DEB8E436 , 0xC462751DD9674F9BAD3B9CFCC7C83962 , 0x02229CD31A844873856C651705A9EE52 , 0x7550FEB0E6CB4B56B4FB207E51BCEBE6 , 0x4D6E771BAA42462788EC164C0F8BEC3F , 0x119FC6F97B654B70A1493C4427431032 , 0x2C01927737E5400EBFC85C535B8984C9 , 0xDE19E547CE244FC1BA4702366A8B0060 , 0xE9031068A2974367B74FA99062707AE7 , 0xBCED19F104D34D9DBE0986F370F672D6 , 0x2F25FBEB4481417B8BA0BFA08FF95AE0 , 0x4DBA4D499BE947659E954CACB9F6F42B , 0xC0226ADF47484AF09883333A32AF560F , 0x1C86DAA9ACCE40E0B11F3E16460E3991 , 0x5CC58A59FEE546D496470BB10B7B2C9A , 0x3F2F2E41DCEF4B759AAC087D31D2056B , 0xAD9655A2E40042C8B2AA24552F3126E8 , 0x428BE6D06193498CB2AF8FDB337F9DE4 , 0x827CE30B0E254B67B0C2ABF1486BF6C4 , 0x87492607FE0340C08B059AB4B977796B , 0xB42B9B91B43E46068D7C483C3BD7E105 , 0x4461D52A2F59454FA57212B69074C00C , 0x57B3067DBDF940698F6EFF32C86397AE , 0x1AF008668ED04652BF01A6FDB5EF6E2C , 0xBCC56CE4AF70452CA560B43E879F85A5 , 0xF8C154EF57D7440195C8E622FC16D574 , 0xF747047EECCF4036849919F7492D81A9 , 0x23C46118ED55413DA8B34C6363A4626E , 0xD01455BC0CBA40FF959E112CFA4CB8E0 , 0x80518BB5B871430DB60E7A7DFFB6F506 , 0x79E2E768944F4A419AB65D0F4C877297 , 0xB4F57FA861E94097ACD9F24334F8F2D7 , 0x7CE695362740436FB11ACC49F8844965 , 0xDD29DB1A28AC4631BA5994A561845170 , 0x244053C2C9BE411EB27818633AE3F55C , 0x9B2DB68ACB124D0BB40E0BF920546E40 , 0x72602817B5EC4678B503712A1A539193 , 0xD67972ACE6304FB2B540F2B1400FEEA3 , 0x5CA38A8862AC44BAA36959083F466CC1 , 0x40FEBFB654D342CFB7295037AD485700 , 0x44286A24AB6C468699D03768FB405656 , 0xFCC97157E4CB45679B3907679554F7C5 , 0x8444B28F77724995BBB06C98AB3821B7 , 0xED76B0BA4CA04E7FAC89CE9C5D939359 , 0x7DFAD2EC063048669E39673C45C70DFE , 0x387AB922986D4B3FA92648F0E62864E9 , 0xBADB4557986F443C8D14EAD9FC055228 , 0x35306BC6D5B3448489F46A5270384C9F , 0x77B91F502D3946709FC34787320AC9EA , 0xEF53BABFE6E44ED3979490CEDC0D3165 , 0x0B4DCA732E9F4D23BD1E29458ED8C929 , 0xC1C10965BC934250A64842B130B9004A , 0x39EA70B398B9400DB126B22B62218735 , 0x6DA92139B6994F278739777DD182A9C2 , 0x3C2812789A43493FBCB4804BABE36BF1 , 0x7F549518E1D4475D9C87E4451918E76D , 0x167D375F916D4AC89EA5234D8114484C , 0x71722DAE695D4336989D313E498F81F5 , 0xC961DB113B8D453989CD5E16A53B149A , 0xCD61D139B75F4B36BA7B728949A85EBE , 0x6B674785DA154F27820D89950ABD66C2 , 0x3C5818E6CC1448609708393A1ABEA2E6 , 0xBBA8FD072FF54D0081BE02E807464E15 , 0xC59A17646FA443069970F2E400B1C64C , 0x3D611C65938A4203ABAF5C2ACE8EE3F2 , 0x5E79A9AA784845418033D712D7DF6EA3 , 0x396FEB986D5B4D77B3AF193A542C4B95 , 0x86AFDEE659224AFDB764D67AC81B6DE8 , 0xDE1AABCDD320488C9161D00612D4E881 , 0x2C4018B6B0C04E01801809B38AF5491B , 0xD32A69E2C2FB4BF8A340C59CEA8E866E , 0xAB0FC8A1642E4E8692AD17E21310E146 , 0x743CAD3FF1B540A0BFE06084CC4CD6EF , 0x4482F522A96F4263A9C2B14C3B6BC190 , 0xB18C12F365914A5DAABF9FFE324DF593 , 0x5B3F60C4E6D5495A9A7F5B6EC18959FF , 0x6836077440934CB8AD40AF2509234365 , 0xB8EC02B30BC8474D97CED910F7DCC8BB , 0xD3037AA128324B9A8EBBC0C671FED88F , 0x39E4E880C9494A2D912742A5091E32EA , 0x25A873E37981428F9574D725527B1F89 , 0xDBC61939933D4FECBB547712B1CC0422 , 0xE12D720485E54247AFE033932A65064D , 0x84B718D1E99E4E438BCE9BC339DEEE36 , 0x2C8A937B4B7F418E838700475DE65A3F , 0xEE551870812D45C8B9ADB5CBB35219D5 , 0x314FEED6BA804C1C8C74AFF15A6C62B2 , 0xA42C9195E5BF415C86B685047D29F348 , 0x829C140088D14D1A947DF669474D12C5 , 0xD969FA7ADB1B43ADB687DF14C2F76A25 , 0x325783C342E740C189CF2CEC34D31B9F , 0x9C4CE703E5BC42AC9DBAD124F992CEE9 , 0x5503AC0BBDDD42BC8D0E90F8DB4B8674 ));
Copy
50
21.01 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule049312a7c8c14342ae99de689753741f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1033329c3e2444169314ef29e95b0e38.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule525062b71a934d94921ffa2cef402cd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018e3d537a667a3f95c4f9cf0784fba7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec7d7c66468784458926a84501da2550d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL )));
Copy
51
2.89 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
52
2.81 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
53
21.03 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
54
9.17 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
null
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x16561F02419949FEB5AC61A4EE6C6211 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
55
0.37 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id 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"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
true
b"\x01 ì\x16 ╩åÜp\x7F èÉU;╦ÐØÅ "
b"\x01 ì\x16 ╩RGp|ÄKÝ:ôáå¥ "
]
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` = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x018D16CA869A707F8A90553BCBD19D8F , 0x018D16CA5247707C8E4BED3A93A086BE )) GROUP BY `product` . `id` ;
Copy
56
2.07 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `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.translation.name` , COALESCE (`product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.productManufacturerVersionId` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . language_id = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product.manufacturer` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 ╩åÜp\x7F èÉU;╦ÐØÅ "
b"\x01 ì\x16 ╩RGp|ÄKÝ:ôáå¥ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `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.translation.name` ,
COALESCE (
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.productManufacturerVersionId` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.unitId` ,
`product.unit.translation.languageId` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.languageId` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.languageId` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . product_manufacturer_id ,
`product.manufacturer.translation` . product_manufacturer_version_id ,
`product.manufacturer.translation` . name as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . description as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` ,
`product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` ,
`product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . language_id = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product.manufacturer` . version_id
LEFT JOIN (
SELECT
`product.unit.translation` . unit_id ,
`product.unit.translation` . short_code as `product.unit.translation.shortCode` ,
`product.unit.translation` . name as `product.unit.translation.name` ,
`product.unit.translation` . custom_fields as `product.unit.translation.customFields` ,
`product.unit.translation` . created_at as `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at as `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id as `product.unit.translation.unitId` ,
`product.unit.translation` . language_id as `product.unit.translation.languageId`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . language_id = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . delivery_time_id ,
`product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . language_id = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . media_id ,
`product.cover.media.translation` . title as `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id as `product.cover.media.translation.languageId`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . language_id = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `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.translation.name` , COALESCE (`product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.productManufacturerVersionId` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . product_manufacturer_version_id = `product.manufacturer` . version_id LEFT JOIN (SELECT `product.unit.translation` . unit_id , `product.unit.translation` . short_code as `product.unit.translation.shortCode` , `product.unit.translation` . name as `product.unit.translation.name` , `product.unit.translation` . custom_fields as `product.unit.translation.customFields` , `product.unit.translation` . created_at as `product.unit.translation.createdAt` , `product.unit.translation` . updated_at as `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id as `product.unit.translation.unitId` , `product.unit.translation` . language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . delivery_time_id , `product.deliveryTime.translation` . name as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . custom_fields as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation` . created_at as `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at as `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id as `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . media_id , `product.cover.media.translation` . title as `product.cover.media.translation.title` , `product.cover.media.translation` . alt as `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields as `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at as `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at as `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id as `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x018D16CA869A707F8A90553BCBD19D8F , 0x018D16CA5247707C8E4BED3A93A086BE ));
Copy
57
0.66 ms
SELECT LOWER (HEX (`property_group_option.productProperties.mapping` . `product_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`property_group_option.productProperties.mapping` . `property_group_option_id` )) ORDER BY COALESCE (`property_group_option.group.translation.position` ) ASC ) as `value` FROM `property_group_option` LEFT JOIN `product_property` `property_group_option.productProperties.mapping` ON `property_group_option` . `id` = `property_group_option.productProperties.mapping` . `property_group_option_id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping` . `product_id` = `property_group_option.productProperties` . `properties` AND `property_group_option.productProperties` . `version_id` = `property_group_option.productProperties.mapping` . `product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties` . `parent_id` = `property_group_option.productProperties.parent` . `id` AND `property_group_option.productProperties` . `parent_version_id` = `property_group_option.productProperties.parent` . `version_id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE (`property_group_option.productProperties` . `id` IN (? , ? )) GROUP BY `property_group_option.productProperties.mapping` . `product_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì\x16 ╩RGp|ÄKÝ:ôáå¥ "
b"\x01 ì\x16 ╩åÜp\x7F èÉU;╦ÐØÅ "
]
SELECT LOWER (HEX (`property_group_option.productProperties.mapping` . `product_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`property_group_option.productProperties.mapping` . `property_group_option_id` )) ORDER BY COALESCE (`property_group_option.group.translation.position` ) ASC ) as `value` FROM `property_group_option` LEFT JOIN `product_property` `property_group_option.productProperties.mapping` ON `property_group_option` . `id` = `property_group_option.productProperties.mapping` . `property_group_option_id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping` . `product_id` = `property_group_option.productProperties` . `properties` AND `property_group_option.productProperties` . `version_id` = `property_group_option.productProperties.mapping` . `product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties` . `parent_id` = `property_group_option.productProperties.parent` . `id` AND `property_group_option.productProperties` . `parent_version_id` = `property_group_option.productProperties.parent` . `version_id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE (`property_group_option.productProperties` . `id` IN (0x018D16CA5247707C8E4BED3A93A086BE , 0x018D16CA869A707F8A90553BCBD19D8F )) GROUP BY `property_group_option.productProperties.mapping` . `product_id` ;
Copy
58
1.06 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN `product_property` `property_group_option.productProperties.mapping` ON `property_group_option` . `id` = `property_group_option.productProperties.mapping` . `property_group_option_id` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping` . `product_id` = `property_group_option.productProperties` . `properties` AND `property_group_option.productProperties` . `version_id` = `property_group_option.productProperties.mapping` . `product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties` . `parent_id` = `property_group_option.productProperties.parent` . `id` AND `property_group_option.productProperties` . `parent_version_id` = `property_group_option.productProperties.parent` . `version_id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.productProperties` . `id` IN (? , ? ))) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì\x16 ╩RGp|ÄKÝ:ôáå¥ "
b"\x01 ì\x16 ╩åÜp\x7F èÉU;╦ÐØÅ "
b"\x14 ò–˜þiN²±A¢¥r•Þ\x08 "
b"P°Z4\x08 ½F¿•Ï»poR\x01\x04 "
b"dŸlb°žHy‘«ÒËÁJ3\e "
b"""
iƒ-\f s\n
D\x15 •#½“\x11 òí)
"""
b"–‚\x17 åà´Gä°;\x08 ™ï]\t ¡ "
b"\v q‗\r K´GIÅ│I×6[\x06 ü "
b"\x11 #ã└~HFvÉ(\x01 ┬d¿\x1C º "
b"\x19 ,Xû;‹Mm¦ªª†@y\v Í "
b"CD\x1D ú$ÊE\x00 \x12 …ÃLGÎð "
b"\x02 Az¢\x16 YA[É\x03 ═\x17 Uò?f "
b"ÕÜ║hózB"¼< °\x18 &Åë "
b"–‚\x17 åà´Gä°;\x08 ™ï]\t ¡ "
b"dŸlb°žHy‘«ÒËÁJ3\e "
b"P°Z4\x08 ½F¿•Ï»poR\x01\x04 "
b"#ÿ±Â›eL«¼\x02 د\x05 ëT; "
b"\x07 ØsÁ\x01 dJUÆ\v Ldÿ°█Y "
b"\x11 #ã└~HFvÉ(\x01 ┬d¿\x1C º "
b"Í\x1F gGåæA.çíÉôw1╩¼ "
b"CD\x1D ú$ÊE\x00 \x12 …ÃLGÎð "
b"œ„Ô+•Ms9\x11 Ì¥õAÇ "
b"~Ìe¬HÃCë´5eÍË£±^ "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN `product_property` `property_group_option.productProperties.mapping` ON `property_group_option` . `id` = `property_group_option.productProperties.mapping` . `property_group_option_id`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name as `property_group_option.translation.name` ,
`property_group_option.translation` . position as `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . language_id = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping` . `product_id` = `property_group_option.productProperties` . `properties`
AND `property_group_option.productProperties` . `version_id` = `property_group_option.productProperties.mapping` . `product_version_id`
LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties` . `parent_id` = `property_group_option.productProperties.parent` . `id`
AND `property_group_option.productProperties` . `parent_version_id` = `property_group_option.productProperties.parent` . `version_id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . property_group_id ,
`property_group_option.group.translation` . name as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . description as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . position as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.productProperties` . `id` IN (? , ? )
)
)
AND (
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ?
)
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN `product_property` `property_group_option.productProperties.mapping` ON `property_group_option` . `id` = `property_group_option.productProperties.mapping` . `property_group_option_id` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `product` `property_group_option.productProperties` ON `property_group_option.productProperties.mapping` . `product_id` = `property_group_option.productProperties` . `properties` AND `property_group_option.productProperties` . `version_id` = `property_group_option.productProperties.mapping` . `product_version_id` LEFT JOIN `product` `property_group_option.productProperties.parent` ON `property_group_option.productProperties` . `parent_id` = `property_group_option.productProperties.parent` . `id` AND `property_group_option.productProperties` . `parent_version_id` = `property_group_option.productProperties.parent` . `version_id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.productProperties` . `id` IN (0x018D16CA5247707C8E4BED3A93A086BE , 0x018D16CA869A707F8A90553BCBD19D8F ))) AND (`property_group_option` . `id` IN (0x14F29698FE694EB2B141A2A57295DE08 , 0x50B05A3408BD46BF95CFBB706F520104 , 0x649F6C62B09E487991ABD2CBC14A331B , 0x69832D0C730A44159523BD9311F2ED29 , 0x968217E5E0B447E4B03B0899EF5D09A1 , 0x0B71F20D4BEF47498FB3499E365B0681 , 0x1123C6C07E484676902801C264A81CA7 , 0x192C58FB3B8B4D6DA6AAAA8640790BCD , 0x43441DFA24CA4500AD1285C34C47CEF0 , 0x02417ABD1659415B9003CD1755953F66 , 0xE59ABA68A27A4222AC3C20F818268F89 , 0x968217E5E0B447E4B03B0899EF5D09A1 , 0x649F6C62B09E487991ABD2CBC14A331B , 0x50B05A3408BD46BF95CFBB706F520104 , 0x23FFB1C29B654CABBC02D8AF05EB543B , 0x079D73B501644A55920B4C6498F8DB59 , 0x1123C6C07E484676902801C264A81CA7 , 0xD61F67478691412E87A190937731CAAC , 0x43441DFA24CA4500AD1285C34C47CEF0 , 0x9C84D4AD2B954D73AD3911CCA5F541C7 , 0x7ECC65AC48C343EBB43565CDCBA3B15E ));
Copy
59
0.22 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì\x16 ╩RGp|ÄKÝ:ôáå¥ "
b"\x01 ì\x16 ╩åÜp\x7F èÉU;╦ÐØÅ "
]
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 (0x018D16CA5247707C8E4BED3A93A086BE , 0x018D16CA869A707F8A90553BCBD19D8F )));
Copy
60
0.28 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation` . unit_id , `unit.translation` . short_code as `unit.translation.shortCode` , `unit.translation` . name as `unit.translation.name` , `unit.translation` . custom_fields as `unit.translation.customFields` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . language_id = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) as `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation` . unit_id , `unit.translation` . short_code as `unit.translation.shortCode` , `unit.translation` . name as `unit.translation.name` , `unit.translation` . custom_fields as `unit.translation.customFields` , `unit.translation` . created_at as `unit.translation.createdAt` , `unit.translation` . updated_at as `unit.translation.updatedAt` , `unit.translation` . unit_id as `unit.translation.unitId` , `unit.translation` . language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
61
0.69 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
62
0.45 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (0x0192AF53CC5272609D99A261573935A8 );
Copy
63
0.16 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0192AF53CC5272609D99A261573935A8 ));
Copy
64
0.36 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
65
0.21 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
66
2.83 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"]\x08 µYœ´E‹³w\x12 ÚV¿á "
b"{ñüÂùØA─ùjL█º{UÒ "
b"™\x15 Fˆ¿æI\x0E ´|ÎáÖ\v ññ "
b"×\x02 aT\x05\x1A I¢ì\x04 \x07 S÷\x19 & "
b"¯\x08 ·Èâ£Bë•\x05 Yµþ¸1\e "
b"¯9ùºë■@êì©│K©kÔ╚ "
b"ø‘ÛJV$C\x04 ŽH\x02 ØqHë\n "
b" \f Å$ÓëH{«/¨Bæv\x1F 1 "
b"\v q‗\r K´GIÅ│I×6[\x06 ü "
b"\x1F U\x10 ÷®©AóPø+>Ä "
b""\x11\x11 GdÀD)¨M¸TÙ`Ri "
b"CD\x1D ú$ÊE\x00 \x12 …ÃLGÎð "
b"¿)\x03 ô¶(JRì┘½ìö▒ýî "
b"╬(t\v UD▓ü^┤Þ!2]\n "
b"\x1C ª:[ÖvOLºÂýâ\e\v :æ "
b">&àéa<@á½æ‡°\x1A Fî4 "
b"LìŒ.áŠB— \x1C\x18 9\x01\x1F +ä "
b"OýKˆù\x02 BC“«û3\f ØÄ. "
b"Ð\x00 Ä2P†Cä]\x13\x04 â¡\\n "
b"]Ï,o;§G¸¥›|\x16 |‡•û "
b"─═\x15 HíbC~ªHZ/è^Å■ "
b"ÕÜ║hózB"¼< °\x18 &Åë "
b"–˜ìë¬áBr„rAœ#1)× "
b"█l¨(╝íJÈØ\x7F Ed3sÍû "
b"Õ┐=Û.ôO\x0F Ü%C2¯z½Å "
b"×\r \x1D èûÒDyœ\x1A :rÆ>'÷ "
b"\x1D uÛqm\x06 IÉ¢D춄Y–á "
b"KúÏ¥µqK¤üÖu¨╚)º\r "
b"Z\x0E ³\x05 N÷D-´\x00 H\x03 &K\x13 7 "
b"Aßg╠'¯Iäì{\x05 x\x04 Í┼| "
b"eóÊ\x18 VÚBj§]ÂvtŒ\x02 1 "
b"l¾Ÿ\e j~O\x17 ŠóÙÈ£„¾É "
b"""
ÈÁ)h2¶L%ž[Ï\x18\x07 w\n
+
"""
b"i}èÙöŠHD›?\x02 kÇéC "
b"Äæ\x07 ß‹±Lì…Qi¿1Ü\x07 ƒ "
b"ÈšCw§tG$„ÎE!¼‘¯6 "
b"Щ«Kˆ§KÂ!Øÿ¯\x14 bI "
b"¨ÄȽO\x07 DªÞb\x1F ;o\x05 "
b"K‚Fª¾êNB‹ŸúN…'^\x0F "
b"Õu¢\x08\x7F\x1E Lù£ºÉ¾”c·Ñ "
b"+},\r #'N³Ÿ½7dzÚžñ "
b"œ„Ô+•Ms9\x11 Ì¥õAÇ "
b"½ÂÙ¤\x15\x07 C‚¯\x0E ¯\x1F <£ü\x10 "
b"¾#9å\x05 TGµ½Ó]©¢jù "
b"\t T\x0E\x16 s[MyØå\x00 <ɧy│ "
b"U៞Mì@®„\e ɪ8PcÈ "
b"""
ó\n
YìÐ@@àüıN=╠¶\f %
"""
b"""
\n
\x03\x13 ÁÀDóŠƒ6\x17 ßQ?%
"""
b"""
\x14\x18\x04 ô‚\n
H\x17 ¼pÆh>
"""
b"u²Ô}L_M\x15 ¼m·$ÙËå0 "
b"ž Ô}M\x12 DÚ‹»ÚUaB§‚ "
b"ÁÀ4)cnHÚž\v •»\t Ì„˜ "
b"─*íÄ*ÉML¡x¥ys?\x15 █ "
b"\f ’¦~ðÙEKš\x14 “\x12\x02 ÕU§ "
b"X,eû‡bK9ƒ\x06\x19\x19 ö6Ç "
b"dŸlb°žHy‘«ÒËÁJ3\e "
b"–‚\x17 åà´Gä°;\x08 ™ï]\t ¡ "
b"ʲ¬Ò)AN®¼Q}Ké²bÐ "
b"ÜÎÇÈÉDIX¯N¶Kö"ñ“ "
b"±WD¹┴ùGkùÍÜd¸\x13\x11 Ø "
b"³ÛVŪ┼BJúµ6\x18\x01 0<▓ "
b"ÿf:ùÙ'L•©:É\x13 mÐe• "
b"<╗ÓÛìÆB═┤ï░XN·Ã+ "
b"GR+I¥nJE¸)t˜ïãáÁ "
b"te„Tú\x07 AQ•ÖõÁ)ñ¸Ž "
b"˜\r ¿Ûœ‘E««‹î¨5ŠÁ\x1F "
b"¸0ä¥|\x02 C<¨Œ‰©NoN; "
b" Ç5o\x0F ÉL¢«*–zµ+`Ð "
b"JYäÅÑ"M4âlot\x16 «s\x0E "
b"bŽO¹ô\x1E J0¸Ÿ\x0E ½\x12 k\v _ "
b"u‰/·“s@þ±?Zê\x05 <\x7F X "
b"6r ã°ÐI¨žì‘\x18 .º3H "
b"f«ÄµÆÉ@½Š6Ñ–Ã¥2 "
b"Ì-è\x15\f ÇO┬▒Íìƒw\x00 ù\x1F "
b"ÿûÀyÐ!A*ŽY n²?ìI "
b"¬\x1A •.TLB£›è\x01 u^>\x13 "
b"B&hÇ┬\Aü┤¥rSqC65 "
b"±…ÈDÖ!E”¿AÅ/Ü\x15 èU "
b"Ò†2>|Hý®ÝÊ\x02 ˜¾ä{ "
b"ï°\x19 9nšE3´T>~øVº "
b"ïÝN¬ÁÈLÌ‘ yyÈQ¿P "
b"\x02 Az¢\x16 YA[É\x03 ═\x17 Uò?f "
b"\x18 Y`\x18 k╠Om░\x13 }/<¦sì "
b"I▄"\r DÏOó£Þ¥!ÅÞÖ^ "
b"sØãî6}@/¾ƒ“\x07 QØ'\x11 "
b"ˆ™jh¬öD뢀¿´G.’D "
b"""
╝É&┼CÈN\r ê}\n
Ãl+\x0E ƒ
"""
b"ÿ\x0E ]€ä#Do°>¿1¤ò8 "
b"\x14 ò–˜þiN²±A¢¥r•Þ\x08 "
b"\x19 ,Xû;‹Mm¦ªª†@y\v Í "
b"N\x15 1\x08 ╔ØNØò┤Ü=±E┘à "
b"""
iƒ-\f s\n
D\x15 •#½“\x11 òí)
"""
b"ù~ñ\x10 ¬)K•“÷N›5à)¾ "
b"z\x06 3Å€BF|’â15‘"\x0F \n "
b"""
╝╠8°└OBvÅ®ƒ■©\x03 \n
)
"""
b"Ù\x04 î°\x08 ¥Jr¦¼ô\x0F\x08 Ü\x01 ú "
b"[\t DØ*TF!¿€\x0E ‡KYB\e "
b".\x19\x00 Ž9§O\x14 †ƒ¬r{fÖ\e "
b"""
|Î\x03 h¦»@4”bï\n
\f †¹¹
"""
b"…§ˆ€DaD™†¼úHZqiž "
b"½ÿb(=ƒMìéíG{÷\x1C «x "
b"\x18 Q\x11 ¡d║J░Ån▒5W¦!ô "
b"?¨\v …ê½Aï¤ñ\e )@\x15 a "
b"‡Òã_6'H0—æ\x1C Ç\x1E U\x03 É "
b"Ô1─üÎõ@─à¢å\x02 î]kí "
b"""
\x0F ÷ı\x06 ╩ËOÓ¼{ì2\n
┌LÄ
"""
b"x%Mèð3N‰ˆ¿üE1ü\x0F © "
b"▒\x03 ├╔=6Gê░@}üÈòvg "
b"ݲˆkc\x01 GÁžgIi˜‹¬s "
b"I=)%\x7F ´Eˆþ5RíÁ¨È "
b"\x07 ØsÁ\x01 dJUÆ\v Ldÿ°█Y "
b"#ÿ±Â›eL«¼\x02 د\x05 ëT; "
b"▓0ç├²└OSü┬.±=\x14 }È "
b"KZùéÛ,I$öí5\x14 ³▀éØ "
b"ñÌ|£ò³Jg˜âÓæ°Á÷ù "
b"TE3\x08 5\x04 G¯°§¬&²0„” "
b"øìo\x16 L`H╣Éë"^»¨q\x1E "
b"MÚ\x10\x00 cªKχj<-:òî( "
b"y^g«Í┤LçÅ┼`}î┐\x1E à "
b"ª0I©ßNA*ä\x18 ┘É»¼╔è "
b"õ†,>ͱJ\x1C Ÿqòð••\x14 Ä "
b"+┴═ì\x1C mK·á\x15 .Ó>┌×ø "
b"\x7F ×ìbyêIu║\x1A g°àÇv■ "
b"¥—1·ƒQJõ’e`ߘèúÜ "
b";\x12 |u8KLþšâ\x06 5¢è\x03 Ö "
b"ŽÝû9\x0F\x1A J#Ž:¬C€»<ì "
b"Ï\x16 R‗5\x07 @¯û²bwØýµR "
b"Ðf¬®ì¨N¿ìûMãö\x10\x18 G "
b"j®Ñ\x02 ┐Â@ªì\x06 W▒\x07 CÂx "
b"ÊÀZ¥ÿfMœ†l›©ô\x03 ¼\x03 "
b"QIDÓð³Cz¼üJú\x19 Æ;z "
b"äþ%É\x17\x18 Eלì‚\x07 ØFì% "
b"A\f Âþ\x18 :N¾†¾b\x1F 5Ư“ "
b"Í\x1F gGåæA.çíÉôw1╩¼ "
b"A™ùHWYOkš]D/B\x05\x11 X "
b"*=ã\x00\x06 _J(ù║=╗\x17 Ø°? "
b"s*U´{Ê@2(IE!Ð(" "
b"""
é§w¬–\n
J\x1F ¼ßzÄ,V\x12\x1A
"""
b"î*‡\x04 l1Cõ¢\t /ž\r 1×m "
b"ã-\x05\x05\x14 žIî½Ñ=ÕBE!\t "
b"O\¶ú¥/Deœ\x19 ª-…qUî "
b"¹·V2Û\x0E D$µ¥´Á}AÍt "
b"ý\r °¡«╚K+üÜíMzFáA "
b"mH¤š¾*OF¯b\x1E D˜²?a "
b"‘¹\x16 )d¾H€·ª\x08 `æø“\ "
b"|{\x19\x05 Þ¬I¿¶Ü=„=S=\v "
b"†"\x7F ’båFʬô÷9ðð¤Ð "
b"«ÞPȪŒGÇ„è6þ¾»’} "
b"¾jcâUåKÀ¶W\r <`q¿Û "
b"÷ïÎö\x1A\t C8¬Ü!\x11 Ny‹9 "
b"\x03\x16 ZFî\x03 I¬‘縮Ëé\x15 M "
b"P\x1C L1áÚJ\t ¨ÁPz¯\x16 àM "
b"]Ó§4\x0E CC_¥ß\x00 Ü8\x02 (\x13 "
b"╚\x07 t\x02 hÜ@ÝØ┬░#╣\¦i "
b"""
ŠdB\n
4ƒJsµ\x1C ØYÏÉÔÑ
"""
b"›)\x1D\x13\e\x03 NE³|\x1F P‰\x10 ¶\x03 "
b"\x12 ƒ-╝\x1C mLÉâ4\v &ÀÝ\x0E § "
b"}\x08 Ö5µ\x00 I\x1F °¨¹hçÞ\x01 z "
b"ü³#TÏ\x18 IÜ║Ö_D\x19\x1E á┬ "
b"Ä°%¥ƒþG\x06 –\x13 G\x12 ÄQε "
b"\e à\x00 \\x00 \n F└ê ì]%│\x05 L "
b"9\f c¼ë€HtŽÎ½ÞQ\x11 q‚ "
b"ÔRÂŽ§|B³‰“Ó”Œää\x7F "
b"0»ƒ¬ÕGHoÑÀ\x06 ò\x1D\x16 ü█ "
b"s\x1C 7Ë\x12 [Oɬ\x05 ùYd¨£Ï "
b" Ÿ<ps{I\x07 ®Ï /U÷ã2 "
b"*AZ2\x1F ˆJÿŽ¸¼"º¦ñ\x11 "
b"õ”‚Ö7“A_ƒ\x1F 8=ÂÏ\x7F + "
b"w\x01 ~5!\x05 F\x10 ¥×\x17 ¦ˆDÙÅ "
b"äãM\x1A åžG³›hB”C]2Ã "
b"@Xš`zÊF;°\x01 ÿ\x1D x±…c "
b"ÓQïªv CYš+Zì}B®ý "
b"ãâ\x12\x7F =‘Gàœµ^᤾ðK "
b"%\v \x1A Œ‚@«£‰ ,TÒ(* "
b"-¦™T'\x16 LÙ‹žÊ4¼å{½ "
b"\f cZ\v\x1F ²I8Å═÷╔V\f ├\x0E "
b"r|áisöC(¡êG\x11 h¸¨é "
b"\x1C b0›‡ûK‹¶!\e ¯ôÔíW "
b"fF\x18 ÉûËOƒ¡#╬}▀o8½ "
b"Í\v\e Õ¶"Cd¢BǽkÔ\x03 "
b"9 ]¦ÄWG\x07 ¿\x13 ýŠ\x18 e!Ó "
b"?“,\x18 wzL¦ͤ®žñ¦[ "
b"\x02 UvÛ¬ÆC´š{\x0E S6\x03 §$ "
b"ÞT×àœaE$œ"Y¡\x1A U'A "
b"QRꮹ6IÕ¥ıwZì\x1D\x16 Î "
b"X\x15 Œè†.L¥³á¥‘\x1A ¦;! "
b"`d¦\f\x02 èN\x1D ®ÚñC¬U9J "
b"ñF\x08 Ó[&Bl ²š\v Žfä1 "
b";Øåå§bH\x1D ¥‡;øî8®\r "
b"\x18 ü‰\x1D H6DÓƒmC\x02\x17 nù¶ "
b"\x10 nϺ‰#G4¦wÝ\v °Æ\x0F V "
b"ùq\x1F eç¤IâìÞ«\x7F ³cÐÇ "
b"╩¶ÀÞ¢▀I¸ÁüÉca╣#¼ "
b"í@Ò2übHƉ×AZÇF\x02 ™ "
b"Dþc\x11 sFM¦©înì‚E\x1C Ù "
b"`\x03 Ñø“\x05 AÞŠhð\x00 ïOåa "
b"ˆ•Ä¦–5CY•Ljèèît¼ "
b"˜ì\x1F\x17 ·TB/£h±k‰²\e b "
b" ZDı▓iGgØ&▄6ê\x19 {\e "
b"M¾me&3Om”%}\x1E\x07 ¸1Š "
b"ˆŽv‚\x03\x0E I\x08 ¤ÜrI\x01 ¤\x08 À "
b"óuºs4ÜHØ•ð¬DDgú3 "
b"\x16\e <d?ªHÉëÂ1\x1C ╩╣à "
b"+h^1„\x13 Në¹ðxã\x19\x16 âà "
b"iï%U˜\x03 A\x05 ˜šÈ½\x01 M•M "
b"|à\x04 p³2Ei–\x1A *Žž«§Ï "
b"Ù#o‘w+IÆ ˜:9\x1C ($ñ "
b"Êfn{ÅA\x10 £▀Ï■Í2ì\n "
b"$*ƒ™6?E¯†ìŠ\x19 ða%³ "
b"L¢’\x14 +²K›—€,Þi©ðÅ "
b"[Og\t å}E¸„š=uvu£ß "
b"""
\t ž$TÜÆC,°ç`\n
Ê-A\x08
"""
b"\x15 ôV(d,Dz¢€\“¾>šÎ "
b"æÉM9Y\x06 BæúµÊ\x19 Ô╠┘┐ "
b"ÂN\x17 äp>DÈíö@Å\x06 kI▓ "
b"*\x1F\x06 òk#Lî¢╚ß\x14 nUØ< "
b":ef\x03 ^\M”€Ñ¼ê¾`%# "
b"s³ÔÄÉ╩La«D\x10 ▓ Væ\x0F "
b",™¢—ÄtKa¼öÜ>øx+™ "
b"Àû\x19 ï@øNE│I~ıßÅD╝ "
b"U0@└/6Eø¡òÆÅ^_S¹ "
b"ÿ’ûP\x1C\x19 D\x13 ‚½Q£\x1E ¦¶½ "
b"<;\x07 ï]È@;┐Åù\x10 j/_Þ "
b"à"Æ,i-I\x11 ±©ºêè°X½ "
b"bøÏ”2VC±µj\x14 :]›Rð "
b"þ¤ýÛ\x13 1G!ˆ%ÝiùÄËN "
b"è\t \ÅZ╦Mgè(£öQÄ║Ì "
b"öd╔Òí8@6óÎÉ░ä-§\n "
b"¥\x10 ú7┴\x16 Jp¡}╬ì‗sÉ┘ "
b"íú`\x14 .©I¶–»b?`–lÎ "
b"46ù!¶¦O\x13 àìj■qÕ┐\x0F "
b"T,\x1C /‹<D¿§ea\x19 &5»è "
b"rí€>TtF\x1C µ¥\x12 £ä\x7F pŒ "
b"ƒûýˆÌXL1®“ÕMسmJ "
b"óz\x00 ==‚B Ÿ:žQt\x17\x7F “ "
b"Rß¡ØÖd@©©\x1F )ø@\x1C ª╠ "
b"eV´aÊ G:±ËÄ\x08 já6q "
b"Û'}&&(OÅò\x14 3╝¿║ºa "
b"Lù£ ‗ OÛìzÞ‗j§D┤ "
b"á"+eä\Au¤Z˜j\x06 Í„\x16 "
b"ày'\t ÚAK°€º‰D°-T’ "
b"3ì\f ëy)I•²Öl_¿i ß "
b"""
GKKzì\n
EÝ»ı╗¢┴;\x1E ë
"""
b"\x04\x12\x19 ”;!L›Œ\x07 ’¨;\x16 K, "
b"µNÆN›\x12 A&†˜CX\f {S\n "
b"(Å┤M╩[B\x1E ñ{╦Ñ\x1C Bø└ "
b"‚òÜ>ÚkIs¹½áT!\x07 "/ "
b"\x13 Å'\x06 síN`┐s┴£\f ╠dT "
b"├¤@ùó°E«º>/ÃÍÅn "
b"╔öÀüBÑO>är─ã{d+· "
b"fk}ÊF\x04 A▒¢\x07 ó╔~5ñü "
b"oC÷þ|0Hž‹ƒè”Š"h² "
b"p4;╣ÒEÉØhF└Ái╝ª "
b"³║Ç*±ªA█å]ó\e ÉZ¤t "
b"\x07 oa~3ßMâN\x00 ý\r +\x17 £ "
b"?Þp+d\x0E BU„xUök`LQ "
b"³>¯î─\x17 F╦ì┘¨ð¯"`Û "
b"z\x1C\x0F à«5@Šœ\x10 ó\x18 9\r ò "
b"B \x01 [*5MFó░Ýe¿\x1E ì\x12 "
b"kxÃÃ.▓JجVbÖ°6EÝ "
b"\x03 ¿<M)5NP“\x10 çõ?\x02 ÷š "
b"""
9ÏÂhë3G¦âÈ6^É\n
XÁ
"""
b"h“¢åØRO~‹à\x05 ¶\f N™Ù "
b"ûPV‘0\Gš›$ˆu\e ÒqT "
b"`|¤z\x1D 4HF™ž"ëOÃ}\x15 "
b"u¬×\x1E œ\x04 GÛ†§$Š²º§@ "
b"@Gb§¨nNãØÀ|╝╝òÎ┼ "
b"éàdB´FÔˆ\x7F Júó½\x1D s "
b"¡\x14 ƒÛŠbBà€þñ©‰¸\x04 ƒ "
b"^¼’·[\x03 H·–\v ûÃÊ[\x13 Ó "
b"m\x07\x13 ý\e\x1E L[€:Ü·€Äá\x18 "
b"Ç\x18 :z0\x1E M‘•cY[?\x1A\x07 A "
b"f]\x14 ;¥ÛFÁŽ>åŠ\x7F „à\x06 "
b"ÐGÔ\x05 l%IT‹¬\x00 X:V+= "
b"wä÷÷`»FpÉøl~r\x05 ãK "
b"λ¶âůJlˆ\x05 >i\x18 â2Q "
b"\x0F F/¸ÎdKÅÑÓ╣g·I,t "
b"»ŒÔ™\x17 BOú“\x10 ?\x02\v n\x17 â "
b"ÎCþBý\x00 Bœ«³LÕ\x14 ”0Î "
b"å´£\x04 7ŽH6¼œ¦¤M5Ó9 "
b"\x07 ù\r B6CG¨‘r9ÈË:Ø\e "
b".a©k‹NL¡¦=cûñ·òt "
b"2▒üd8│F¹ïÀ¦?¢p]B "
b"[–_«Lç@m¨,a*N˜x¡ "
b"x\t 1\x16 pcBf’¯®V©4\f Õ "
b"^z¶½2èOM½Å;ªa¢ô§ "
b"(# j╣ØGt┤P¤ßÆkÙË "
b"à ╗õ8uH\x1C ¼═xÉ$Ê\x07 § "
b"Û®m5}îH²·8™€®¨{p "
b"\t †Tÿ:óHo¥~e“ÜŽ¶» "
b"‘Y®\v ‹ªNv‡tJçL¬TÌ "
b"ðÎ¥âî H\r ©£¼ÿT\x18 m¹ "
b"¥Õ\x00 ú[ÈED“\x1A\x7F )ÙÜÏŸ "
b"Êô®÷3zK\x17 ±‚Ú\x04 ¥_\x07 ‹ "
b"ÓI\x05 ·Õ/Bî‘Ôúê²kJx "
b"K┌ýD@ÊB"▒┴ಽÅkó "
b"°øϼÂüIÈô±\x11\x18\x11 «\x06 ý "
b"ð\x7F ÏÑ0†N~£#\x04 Ïö\x7F H· "
b"wOñ¼‡Dðªþ§2Fc\f Û "
b"ŠßåOÿ¢LÆ‘<f\t ES{c "
b"\x1C êó\f æ└@\x13 ê§?ÀD\f ÔÉ "
b"■\x06 p¯╦rL█Ñ<!ç▓r\x1F ì "
b"zÚë›e\x04 HÞ”1jM‘†âÆ "
b"·YwâÞ.GjÉF»\x11 xá#ù "
b"ïÅm\e +7Lº¬xÁ³t7f~ "
b"\x18 ▒ÉbôËA▓ôó┬!yô$ "
b"SWà2¹\x00 OP¨·ãˆQ©†\x18 "
b"¢┌ÉÖ\v .K┌©u=ıQÀ¨+ "
b"░Ç3\x1C zpC\x12 ØD-VÐ┬⣠"
b"C`›Ñ*-G>ƒ?ƒ\f é “ "
b"Â,ÚæpI7§,£R\x17 ¿4y "
b" Æ(cNEJÝ°Oží.\x1A j* "
b"Ùñ,\x00 *>F\x15 ¡é¹Þè¹ÅÌ "
b"_ï\x12 WÄéGv©¨î¾u┐É═ "
b"\x04 ðÜ\r ÞÍB\x18 ½;ÏNÄjÓã "
b"À¨Oß5;G8¯JPU踬T "
b"\x1A\x13 ¿\x1D '²@g¡šN°‹lˆB "
b"i\x19 ,ÈB¼Ew¯ .\x12 ÑC"l "
b"\x10 våOÌlJï¼Ú¨OÜ\x1E\x07 † "
b"L\x08 ¼Æ]bEÂÉ╝h\x03 î\x1C .õ "
b"w└õ¬┤ØDÄî\x7F ╣ñ´þ"î "
b"¦†T\e YlLê’úªg>ÜæN "
b"ÖR¯ïÃÆJI»’¯¡\x07 ÑC\x1F "
b"\x16 1SŸÿ°Ldº‘¾udBÀÈ "
b"ÕQ\x03 ø+·OÖ®øÎKÙ:š\e "
b"÷ÃOA¥'F┌Ø#³q\x05 4Fø "
b"}¨\x18 F»áF¾«æÐÈ ÿ î "
b"ÖÅ¥¹╗~Gdøþäc¾üc< "
b"4d–>ßÊE8·[€ò±›—Ï "
b"""
i\x06 Q9apB›“xË\n
á\x06 ¬þ
"""
b"J”@ÓDNǃ¡7q\x1F\x04 s- "
b"8ãrÓ|0D»á\x1A $@ç┼Ø\x08 "
b"╗¦znèµF_üH1╬âÂ┐§ "
b"\x01 gÅ,n\x13 IÒ¼Ÿ÷OHŠîg "
b"ÀáK„l_Bs»\x15 ¼n\x07 „cÔ "
b"æÛÉ?)KN?╝ƒdß\x11 ■ey "
b"Б\v “CÓ@¤°\x1D L¬^æã< "
b"n¼¡\t D\e Dg‰«k—d\v Ä5 "
b"ÚCÉãj’Km§|X{Á\x18\x0F ß "
b""ÿ\x12 Q~'I·Š`²çs\x11\x05 a "
b"f¹░©\x15 ■H\r üÙè´{{v2 "
b"Øá]#|\x14 Lü╝ûeU{\t\x13 ┼ "
b"""
?a™\n
ú†G½™Á|å\x19 º‚¦
"""
b"±Á‚#4hJ¤—Æ\r eÓX‰ý "
b"¹?µat3B\x11 §p~"â.Œ$ "
b"o\f à\x7F f…I¯µv?)£©M\x18 "
b"§NM\x18 ª\x05 J‚¨¹Æå\x00 žv| "
b"E\x11 L;\x07 K@Ô™¼\x1A <ëVd\x0F "
b"§NŸ¿rÂAЊ´ªPI|:ù "
b"HÔYq›{O+ŸÉ-2p…\x0E Û "
b"563Ð+ÌEò»,Ô{µ\x0F\x1D % "
b"ð·ª-\x07 ›NE˜Ú‘‹O%rÒ "
b"╔¤Åp\x11 ×M/îÚMs<¬³\x19 "
b"BéN®MÛA\x10 ‰yƒ´\x05\x0F × "
b"ÚHmÎL¾Cq¤ý¤ótÚë£ "
b"â4M\x15 ?eC\¼ƒH1\f â¡7 "
b"Zw¹yÔ\x17 O¤¿—0Û˜Z}® "
b"0╔rC7ÈMMèàëùüJHr "
b"¤▓òÞ╗6By│×┬üÅ╗Ü\x03 "
b"Õ░p▀8gGÝ┤;Å\x1C ■─ Ð "
b"\x11 ö:Ï,&E\x15 «\x01 šðdâF4 "
b"Aõ©!¬\x14 Gd‰Y–È4kÉë "
b"ë’¬•ã‰M¥…]ö\x7F ñ\x08 š# "
b"\r ª╬¾úðKÅÖ\x19 ‗═#\x17 ˨ "
b"o3IÿéÍB›»è\f îƒ@äô "
b"q¾½¬\x03 øD¿ú░ë3ÅB\x08\x1F "
b"¨‡½–Õ«B}³F\t ’m`¬z "
b"¹Åw\x08 €ÄCY‡\r §1ÍE€H "
b"0X¹v'ÌL¨Ø\x18 ÕK╠ÚS~ "
b"8Ŝ䣘Cp¸\x12 QXQZý] "
b"!HÊŠ·¼Gv‡Å›°£Ú¥Ã "
b"¼º Pà¨CqŽ8%K•k2Y "
b"░LØ\x16 ┼®M\x19 ©ôåëƒ╝À¯ "
b"‰×éö©,H ®\x07 hTp§Û¿ "
b"g╣PèãÈE┬ì┘UÔƒ\x1D äZ "
b"Zã>ì!ÙEï´°Mæܼâ( "
b"rüÀÝž‰E?†BŸåLEÃH "
b"œ\x04 ÏþI\x10 J¿ŒÐ'ŽŠßsÁ "
b"""
\x03 #\x14 ‗%ðO>ÀØÝÔd¹\n
░
"""
b"ø.ñÏX§HñÆıÂØòi#\x1E "
b"Å\x13 g%█¦J&▒í\x13 U;OÂÏ "
b"eï4OäºF\x17 ¬3`Hbåfä "
b"ä¾Õ§\x1E ýJ\x0E à師ê®ØÐ "
b".ºhZÈÌI/˜°c\x16\x1A ;\f Í "
b"2lwû¨DA4²Ø-Y¸\x10\x00 ’ "
b"¬ùø<«®Oü¬\x11\x05 ®\t ┬Ý` "
b"`O\x01 a~kB¤„\x1F ¹ñ<›‰\x04 "
b"ÕÞÇå„tJh†ë\x1A $°$7 "
b"╩ª/\x1C W▄IDúI:C╔5É┼ "
b"Íšk´©½D‚„ï ú\x0E _\x7F Ñ "
b"\x0F vBë\x16\x0F C¨ˆ#tØ‚1\x0F 2 "
b"Ù£áG»½L‹‚ÏýÕý\x7F `A "
b"OQ‰èåMç±ò¾Ú;À\ã "
b"\x1D [ËðÙ\x16 @Lª#\f …øÜ°° "
b"ƒ™G7‹}E"†äLбBt© "
b"\x17 Ôô\x02 ©»Eô°Ns\x13 ²Nsò "
b"¿·†Á|†H\x07 ·ÌCRúXÿÌ "
b"Vľ\x10 è#H*‡¶ô I„; "
b"í–×»8.M·ƒ!NâèÑ\x16 G "
b"\x1E Üñ\x01 ÌMG ±öj\x10 Û+à\r "
b"PÓõ\x17 ¡4H0É\x1C .ðÊ┐¼\x14 "
b"ŸW¬û\x0E #K«‹ÒÞx0¼`t "
b"î\x07 ÁªË¦OyƒìAúÛ9—^ "
b"""
\x1A …\x17 ÷ipEÌ•\x0F\x14 ´f\n
ø
"""
b"UGúc\x1A [IÎü0"╝\r H┤ø "
b"ÀÐÿœºdJ‹‘¾ÕF3±w« "
b"ó<ž)ñØG3«\x00 íÔœÅÚ7 "
b"ü░║ÛdÂB~®øÏ·Ô\Çı "
b"C¬ÛÝû\x05 E±ÉÓ\x10 ñ█G¦Ö "
b"ŸÇÒ½âÅH\x08 Q¼\x15 èáN "
b"#\x15 „¼\r \x00 JY†Þt3T\x0F ÔM "
b"øëFãõuAÆ║vÿÖÀÚ╗ü "
b"\x07\x1D m$íBA,¤Y\x14 ·\x00 ©\x14 ^ "
b"1ÛÀ¨bÉO-¨QÀ\x19 Aj.¶ "
b"\x1A ▓\x00 ödXF├øWÀo\x16\x1D Ø\e "
b"Õ9\x1D ª±¶G\x14 “Ç‹h_>é\x10 "
b"Â\x14\x08 WÇ@FØ™šn>Œ^œG "
b"c·žÌM-B¯ƒÖ'¨´\x1D âé "
b"Ï\x15 ¤\x18 ‰HF‚«¼ÑÌEY-¤ "
b"ú┤¦Å\x11 3M\x18 ƒÎcvÚ└GÛ "
b"\x12 “üª6>J(’Û÷—Ð;1 "
b"Ž[\x06\t #÷F›‰ÒÓ\f …NÉ* "
b"ƒsÅ‹\x05 Õ@\x02 Š3#É÷q\x1E "
b"äËYÓ»ÇBQüy\x15 Ûë¼y┼ "
b":ò™@þ~AižÈ¯y7÷oB "
b"¼1Ë¡©FE4ì┐®@Ø£:T "
b"¿·v\r ¬–N2±døöb[\x1E × "
b"µÉo[¦\r E╗׶\x01 g═¿áw "
b"‚p°r¯)B…ª¦\x14 s\x07\v \2 "
b"!‘\x17 `q\x17 I\x15 ½‡!qHçì+ "
b"l¤k┘(SI]á¬rØ=╗g% "
b"─zi\x05 \r \x1E DÒø\x18 /+}lØ┼ "
b"\x01 ½ÓëÒmOb’>‹úGD%® "
b"\f ÒÊOeEEUÉ\r &µòý╠N "
b"\x12 8´/\f [NU ôØ’Çÿ"¤ "
b"SÁ\x04 ø\x14 ßAŠ€\e G$´¡W{ "
b"ÿðšdnjDJ³ª¾º•Ë^º "
b"Îìè┌\x07\x11 Låæ\x12\x1A îõ╔ã\x1E "
b"tƒ¯9ê÷I¼—\x13 Ý·A\x19 WB "
b"\x7F Ôü═_\r C!û▀╗\x15 ë<\x16 Ü "
b"É\x03 äù1ðLó»Ó¢├Ôᪿ "
b"5øçg¡\x06 MÍ•\x16 í]=–\f ( "
b"\e ÍÕȸ┌NeÀüí4@GQ' "
b"è€~e¿‰Oa¾9—\x18\x12 °Íß "
b"\f h$j\x1A ÷Jü¬çå\x16 æÀM\x04 "
b"\x19 ©\x10 o┘jGNÅþ\x13 ┬C╝\x08 * "
b"®>ùZ╠=I*½ûKd´µ╬Ø "
b"5|Ð\x03 žçL>…v¿\x02\x1C ýð\x14 "
b"C\e À'¬;L˶šöOÒòü "
b"g·ÈÏsdH]¿‡W\x14 ?ýè™ "
b" à"ËG█E\x01 ¡qìyDy─ð "
b"]f\x10 ╗w\x05 A9É╝3æRBæ¤ "
b"ÕKyŒoDZªEü\x08 ,oôû "
b"ܧL2E\x10 A ¦\x0E ÓûÙHÞ "
b"Ó)┌ɶ\x1D OÁ│,‗³Ú╦(° "
b"""
ô‗n¥²┤BÑòo\x16 ð\n
kü└
"""
b"e=:Â\x19 «AØ¿‡U'¿/Nõ "
b"¿}=ÙÂWG!Å\x06 &zì¨w╠ "
b"CÅÚÄÞèF*…²ED³ÂX' "
b"…\x02 ò·“:K\x08 ¬„áˆr\x1D ׿ "
b"µ╩¹IH/FòüCÄ└┤\t\x0F ╗ "
b"yMQ\x05 Y\x19 G┼ì┘¨Ý\x05 ╠├Y "
b"§\x03 ÷s»ìJ6™\x1F Òií£rC "
b"4tÊ'\4A¡ŸÜÁFhôîð "
b"`¿K<Õ}M*¤©óá\v ¥š“ "
b"VM\x1A ûP}J‡´¬Øj\x1E ý/` "
b"\x03 ÏC;\x11 ÚI¦ë#~d2ìãÿ "
b"\x1F ç‘a˜ÓO\x16 ¼\x18 FèI£‡\v "
b"¢²º¢¾îJ+‘“Ÿ\x07 \r ru\x18 "
b"º*\x03\v )ÉL£¡`p\x1D\x03 =Kê "
b"Ê¢ï£É═Mµ¼╦^íðù┴= "
b"\x17 Ïó“e®Fí’Çd.3kkó "
b" Ù\r Æš;EˆºP$ñMko° "
b"õØâ'\x1A è@m╝p\x00\x02 ╔;‗. "
b"""
ò\n
þ¾½¥Cè™=ù¯\x17 ÌûA
"""
b""╩\x17 ıÑèL├ìv¢éãRú8 "
b"0ü\x15 qSÍH\x17 °¶¿ß—ÖŒ\x0E "
b"ͽÓÇ\x06 M\r –iÞ_i”f¯ "
b"ÎCÝf\x14 çLkª¶\x19\x14 íV@^ "
b"XCû\x01 VaNC‹TÜJî‰Ê° "
b"–¹‹Õ+\x08 @ó°\x14 ƒŽ-Hô× "
b"RN‹ƒ2ˆK\x02 “é]Á£S\x0F Œ "
b"å¨ôE˜\x13 Fx›ý®™6°%³ "
b"á#ÏT}…Cwƒ¸"¼âê¦Ô "
b"È┌┼á\ÁO\x18 åd\x04 å│°9Å "
b"“†\x16 Í2YFf¼E\x0E PªW¿Q "
b"w<x‚»jE3©F‘áü‰\r ž "
b"€dŠìYžCß–—Äùòóþ‹ "
b"bx$ÆiBB╩ù\x05 fÅâ>¯\n "
b"—Èà\x04 èçD”¾v\x16 ä‚\v ï¬ "
b"ú\x16 êê7\x16 Ax§•ŸXA]Mm "
b">3ÍàqýH[ÅDÓy└µ╠\x03 "
b"H=\x02\x14\x00 ïM?ˆÍ\x15\x13 ‘*O% "
b"Hu\x13 È_DLS¶ÉU¼uÞ¬* "
b"£ë\x08 =ÙKµÉ?üj,▒öj "
b"…ú}ë\x14 QOw™Qb*\x07 w•f "
b"\x1C ؆ꢊJ\x12 §vuSö$²] "
b"ZªôG\x01 žFE Œa QúXS "
b"ă¯héE\x12 ‡^»Ï8TAS "
b" l\x12 —º»Fß "W1A±ÙÌ "
b"±èT]¥¸O\x05 ŽSØQ•\x05 ÿ\x14 "
b"0Çß•™dCóœBQ¶ï)s\x05 "
b"""
=U©¥ú\x13 B\n
ÉptãùÕÔn
"""
b"\r Æ5\x00 ž›H®«O'\x14 G£}ø "
b"ÿ×ízɧCWª´\x03 y4├qz "
b"¦ô\²¬ OV£4*\x00 äF¼\x16 "
b"\x03 øó½╗╗NHØ/yùK«\x19 î "
b"┤Ïm\x04 *«I[©ØD\x08 k4þ "
b"""
EGÛ6µ”G‡¨\n
Có\x1D dD\x11
"""
b"ñüN\x00 úúD°‘ú$£Ä\x03 Å® "
b"\t S©hüæLjáIÓ§Ë\x0F £' "
b"\x10 >ô!|\x0F F¡šoìBa{Õ– "
b"\x15 [Ó»¹AG;°ÛÐ\Ïv[W "
b"XÇ™<”TE§£Eú_D×\x0F þ "
b"`Ž\x10\x10 lÿG+ž€Viº˜ð "
b"h\x1A v9ˆ¯G˜’-^r†ø8- "
b"€l×.áŒAo·#s”FÏr¾ "
b"ä\x17 <7v┘EÎز\x1F {\x00 ´_\t "
b"É"╠¾½ÏIÐ×╠M%M¦╬\x02 "
b"Ýã\r pUéH™‚Ò$¾däCû "
b"y\x04 UÂú\x14 D\x05 ±•PˆZì>& "
b"\x1A\x1F áMànH5†¼©p\x02 ²± "
b"""
_Öš\x08 '¢@\x03 §ÍÕLqã\n
F
"""
b"P°Z4\x08 ½F¿•Ï»poR\x01\x04 "
b"VY\x03 ═\f )E§îoWÉ°▒ z "
b"\x02 È@╬╬╦Ls®\x18 Àòå{¼Å "
b"\x0E ó,B @\¬åJeÉFP\x03 "
b"bÜ/’\x04 w@L‚dBqè.\x1C · "
b"""
ô\r zƒz=Mkœ\x10 \n
á¹Ë\x10 †
"""
b"ÉÅÖS1\x14 B\x14 …„ô”\x1F ;Ùå "
b"Ä<í?p\x18 Bʼn\x11 k³2CR‘ "
b"{ø.\e §ãDýÅ"O7-╠\x03 Ê "
b"\f ÉÈÂÿ\t B\x17 éßA\x13 %+*= "
b"4×\x14\x05\x00 ÃF4º`?,z\x1A ÝÚ "
b"#7┐\x15 oáA3¼ãW¼É±\x10 Ù "
b"Ïuë\x1E „åOn‚ˆ\f Ïušh& "
b"\x06 }Òž\x05 }G\x1E ²¡g6Þ\f a "
b"™±ÅF?ICeŽ\x04 ïz\x13 A©Õ "
b"P;¿\x01 §˜OlŠºeF{Ç®Þ "
b"ûÆo-\x1D oIq¤N\x19 ÄŸ\f >\x15 "
b" \x07 Uç:Fh‚…<³Ù%¥\x12 "
b")ì\x12 Tå\x07 K\x00 ö[×v ';8 "
b"5P·.8\x14 M1˜(ã®\x08 nðþ "
b"]‡$^DrIûù7N\x07 ð,\x19 "
b"¡ëø.ÇâNè±²ò%Ü\t\x0F — "
b"ß\x12 ãéý<@œ¤Ås.^¡Ë> "
b"³\x08 v\x18 §mMö¨ú\x18 =Š‚×I "
b"·“5Ö\x1E ªB<‡Á?ÒÚ¬µ´ "
b"\x1F wY;ˆxCˆ‚Ÿ\x1A j·\x14 ÷ "
b"8£F…˜þIr§\x1F †²C$<D "
b"\x04 v—Œ\r \f AX©;-I³¨¦\x06 "
b"ØR¯SWÐDÖ▓í«j8G c "
b"\x10\x0E\x07\x0F\x19 Ñ@q‚È_µËŒ|£ "
b"5Ã:5\x03\x1F J\x13 ”"lºSjä” "
b"]\x03 ðÝê\x1A OAž5¢\x04 óT0Ô "
b"t└╦\e BÉEÅä«F®Ñ\x0F x╠ "
b"\v 5“ ÀïDç’Öþw\x11 xâ4 "
b"‡0çbˆpB¨½}.%ߥtF "
b"+9zö|o@WˆuOŒ\x12 Æp0 "
b">¼[GÙ\v I£¾Hç¥GèÀª "
b"XW7Ç=-Lܵ\x0E r\f ªàöt "
b"˜\x1C “€œ‹K¤¦I¦ÅŸ>\x00 ñ "
b"A¼\x17 Ä:èFS¹®®ßÕß\x11\x04 "
b"vÈ’\r }™Eö‰Œ±ö• Ρ "
b"ÂÒ{§ÅaE:µ\x13 ›¸Zªƒ\x16 "
b"▒ÒÁ╗â█I\f ôì0\x06 *|¸Ç "
b"y´ê*+ÛMŒ†µ‡OÃ$Q< "
b"ç|ÔíöÄFÖ°é\x04 þ×÷\x16 " "
b"Œâ'%×µN\x0E ˜·V¹oØך "
b"fsØ\x14 Â\x13 M\x07 ³þDá•Ñb5 "
b"×æ\x12 ŒŒ\x04 B°\x18 ¸ù§I "
b"""
A;ãÓœæD¶²œW\x07 eâ\n
Ñ
"""
b"C&98\x11 I|´—·è°\x1D ¼ü "
b"5 ë÷\x0E žFè¹ä6\x1F /#²³ "
b"=¿wÉœ˜D%”˜\x01 ª%q˜\x19 "
b"\x1A [\x11 ùØML\e ƒÆXÂ┤Ì╩┤ "
b"®èÙ*T±BüÑý<w\x06 :é] "
b"ïHçý0cLË¡\x06 Õ\x04 f\x06 Ï! "
b"yú»\x1D \þG6سu\x13\x01\x17 ─ù "
b"Å\f O‗┬░OK¿Í\x03 à\x01 SÁ6 "
b"Øc¸\x05 p╣@JÂxÎ\x16 ä"╔ó "
b"ŸFlGV\x07 AÒ¹… ´Fª¡n "
b"\x19 c 3.®GWµ6à‚Ù‚h\t "
b"\x17 ┬\x0E 1x┤Mþÿ╣Ø@ö[³3 "
b"®\e á(æ¸M(«Œ\x15 „RÛúþ "
b"\x10 £ýÓš¢A…¥´–ôZµ7L "
b"ÅYÃ5c]K0£-Õ\x04 S_×▓ "
b"W@Ù\x07 p-E¨£\x1F j\x1D ÒÝí\x08 "
b"\x08\x7F ¦w±PJ\x03 Œ\x08 Ûj9äRñ "
b"ŒVÄ\x1A îÓLˇ(èg·ka„ "
b"¯·ý\x1A 5=Hg‹uT…\x1A\e ®_ "
b"×B q!¿Dz¥_Oq€u\x1F Ó "
b"jÔnÔ\x1D\x01 Iš·Œ7øæ\x00 ;i "
b"\x7F êVëo@Jœˆ\x0F Yç\x0E +µ¢ "
b"ÀlªO×\x12 O<´Ê¹\x06 Z&ûQ "
b"\e #ç\x07 *5Ed–M=‹ÊKÃ" "
b"‡çJ\x12 zÍE‹¿šÞ©9÷ÿE "
b"Pp&\x06\x1E aJ\x19 íX\x18 ìÝf4Ô "
b"âpdÇß|A\x03 •Úã'k\x11 ‹, "
b"I\x16 ù^¼€M£²³\v Ü\x1E Ïî\x0F "
b"úÉÞðjÈCÒ©'ÍwrÇ\r "
b"“˜ö¸’®LÿŽX8chf/‹ "
b"/ìs,~öDËöo¾2\r r:\x03 "
b"é\x18 ±Ÿ\x03 ¥@ô³Ÿ|לO3, "
b"sME+7\x15 @í“=¨;ÏËÿo "
b"ÅÀ=\x00 ¡\x01 H\x17 ¶lÿ\f ØÈY³ "
b"""
¦ôe\x14 \n
HCá▒ÀØ\x11 j║w\e
"""
b"Y<í?o\x1D F´ª╔╦ü╝cä‗ "
b"‘&‘N2¹H\x00 Ÿ\e\x10 Ï7Æs6 "
b"üVÕñÔdE?Ä3Ûù┴b.Ì "
b"þ\x17 r¶+\f E¬š²Ô¹“Cp) "
b"Mø»ü[\x14 E]µteìF\r e¹ "
b"I\x05 ź\x01\x11 Cθ¿ ®œÂær "
b"Ï\x17 ¥á–ÅKÀ€\x1C T¶À\x1F &3 "
b"±ªÝ/àPM{¿nï\x19 S&‘s "
b"&‡f¹‘™H3Žß|>\x03 S{… "
b"0Zâ~û\r NR‚·à:¢Û#! "
b"\x08\x19 Êz{¼EŠ™$G“–(_\t "
b"""
*\x12 \n
´¬‘N\r ª|†ñƒI\x07 =
"""
b"âü┤[¬4N7¡õ\x0E ╠╗ Î┬ "
b"ðr-2ÒdJåŠoVB\x1E ÿJñ "
b"—À†Ãì°B¹µ¹ó\r Ø\x00 D\x1A "
b"\x02 23Ô\x1C vA\x18 »äl\x06 è^h\x04 "
b"¢KYëík@ §]Ç\x16 Ûœ—( "
b"\x17 –È\x02 ´1FÀ¦\x1A þ…Xÿ\x0F ¶ "
b"*¸\x1D oWiIs‘ P;û‰íU "
b",èP,=ÝK{ŒHÜz(¦’\x11 "
b"ˆÜ(áo\x11 Ož ‹)UíB¼( "
b"Ëk ½€äIüµË¼VíŸ\x04 z "
b"¾þt\x1D ¦NU¬”èT(o_o "
b"\x11 #ã└~HFvÉ(\x01 ┬d¿\x1C º "
b"~Ìe¬HÃCë´5eÍË£±^ "
b"qì@Ü \x00 KJœHÑu’ÀK\x04 "
b"êãYøË\x01 HЈ\x19 “Â×Ñ+Ð "
b"&¹/ï€EO\x04 »]s´\x06 ¯Â "
b"à\x1C\e ñà,NoIÑRSeÙ\x18 "
b"\f 7ê€S(O€¤xÇY¿\x15 ¹5 "
b"Ç+k̆\x13 OûŸä³Žýꢟ "
b"&¿>Y\x04 0FáŠb\x00 (x<(d "
b"ƒù€½øpC\x19 Šð¿å+¶Û; "
b"\e ¨\x04 :8:K\x11 ¦„šd-VûU "
b"¡¶4!†^Bµ²ü\x1F º\x00 íñ[ "
b"&°NàÐÍB\f –„-ÄÄß’° "
b"áGBœ³¡@6‰›ã|\x1C ÇÃÑ "
b"\x11\x12 ¥MƒžHöÏ<î¶Ð÷\x02 "
b"5iب&aF$„ŠÈ¬pÎtJ "
b"ÚìEî|¾M┼ÅIÞÊ╗à\x17 f "
b"¢\x16 Í(ØQEJù╚ú±"?]┐ "
b"\x17 ›åÔ(¦IŠ«œá”U>Xµ "
b"¢ó¬´┌åG¡¬³j_Øù|8 "
b"j¶ï\x1E ÐsNŃwo â4\x04 [ "
b"ª-¸á«\x0F FêëT║\e AMìî "
b"öµÅˆ4DJ挱\x1F ¥“÷\r > "
b"L6o\x05\x10 {B7«3Î\r \x14 òYa "
b"³´üK{ËJ¹║┘│\v Î÷ô\x1C "
b"X<\x7F ╬s#I$ØS║Ë'ÎS2 "
b"~GJ·éãEŸ‹œŒ…ã2P× "
b"#êíi\x00\x11 A˜¢éE›u\r ©p "
b"ÕVþ’h<Fe¸ì²\x06 gåÆÛ "
b"ÝH¶MŸhKd ºufŸ\x13 Ë\x04 "
b"*‗vKD8G¬Åé´\x18\x1E ~¥x "
b"lŸà\x15 *rD]“œ‹\x1C\x16 -‹Y "
b"Ž¡HX¢zCƳÇ\x1C ‡6ÑÑ "
b"z\x1C ŠRQNJŲ×å¿\x1D ¥„Î "
b"W\x10 2~¾Kÿå\x01 ï,ÅýXs "
b"kIÚr*ßHêèÅOõÝ6╠f "
b"um¬#±\x11 C\f µæ\x14 «ÆŒÂ˜ "
b""lûþ@1L\e ¸ØpןïÖä "
b"¶£\õ+ºE-™7îŠÁ\x1F +! "
b"`R\x11 XØ$CÖ€AAuìbÞ‹ "
b"RúÊ░\ãI\e ¥ôÅÚQ¹Wy "
b"""
ï/kÙñxN+«-\x7F ~ä\n
àÄ
"""
b"öÄr ¦™F›§éZ\x12 û?ÿu "
b"ýn`\x00 ߢ@.œ½Ï f¢R6 "
b"Ü│Ëæ╗ÀF<ìVNc\x1A H«└ "
b"ãÕÑ»\x7F\x11 H╣ø77║╦5Eü "
b"ïzE¹*jLñ¦5\x1E ¤m8‰¥ "
b"\x1D\x10 kŸ:8C/”Œ¢(\x04 ¹)K "
b"J‡ncæ‘J‰²‡\x13 M3/à "
b"\x03 è¡õ_ÝFßœš4Veô÷± "
b"ʘÖa–ëEa‹¹‘\v Üî˜É "
b"ó<«—àŸD\x1A ”Õ\x1A «d=Žž "
b"/Æ\x07\x16 ³çJ\x1A —ÈÜ›OÞ„Î "
b";\x14 ©…àpF™ŠlŽ¤õ{ Ö "
b"!ðWXŸñO—„\x19 SP7yàâ "
b"ÔÁÚÍYæI"¢.[4Ø\n \x00 "
b""iÞ,efMØo]´7@\t ¬ "
b"%gäeü║I█öáÉ\x1D «,E┴ "
b"╣\x18 çÌÄ@I/½L(/±Å~ "
b"¾\v\x10 iKJDŸ¼\x14 ÖÁ\x05\x1D ™C "
b"ÿ¶\x11\x03 Æ[N‡µiKßÖ‘wq "
b"Ì‹“q÷\x13 Jc»*pwÕa:“ "
b"ma\x7F ‡0þNð¾D•AÞ\x11 ñ= "
b"n¦2\x16 K©LYª\e ™?:åi. "
b"ajS}þ@Fž‡^¢ªîCëÔ "
b"¤ÞY,)§E%Ø\x0E å\x00 ý¾ÿN "
b"eo\x00 ¥yÓIf ó„ÇA‚Ò< "
b"4á\x1A ÷å Nn¦N’Ü"û½Ð "
b"J³NEúA@\x14 ª\x01 ’\x03\t ‹Àe "
b"""
GQ]×3èAÓ®_\n
9VânÂ
"""
b"Rعp»Ä@ô”\x15 øÒ]\x0F ¤\x04 "
b"É\x16 S╬┼´A\x15 ╣_╚>kÔ\x07 "
b"ŒZ—ZI\t FJ„BVÍnùÖG "
b"É‹\3BÖK“€÷x³Q¿¬n "
b"ŽI*ƒó¥M3¯[V)hÁ]E "
b")„ä—\x06 WJ¥˜/åŒ|ö#€ "
b"ÜP:oPÎFŸ²#ĺ\f !\x08 "
b"‘\x02 š\x16 þ¿H@ Úõ\x05 3¹nŽ "
b"\x0E Éë█½ILmò\x16 ÙËm&nE "
b"3’;\x04\x14 þ@Ó±\x01 ‡\x0E /à\x0F « "
b".à[J\x15\x14 Dý¯k;ã9[“í "
b"@®6è¥úDÇú{ãfÓÿØ? "
b"va”\r \x19 KE“‰\x18 ”ä\x1C DÆ( "
b"±CµŠ˜Ò@ý½\x18 <ŠÇV\x15 Œ "
b"Õà€9i¹F!šÝæ¬gÝp\x1D "
b"5\f B▄ÕáEgèüöX%k±V "
b"¬Üì†\x04 êBÙ¸\x11 +Õ»" ü "
b"""
6 º\x19 ¸¬J´šÄÈHà«\n
n
"""
b"\x1F 6û\┴═Ch│=Wì<þIÞ "
b"•‹A.Äê@ôŽh\x08 „üŒƒR "
b"ß·¿HíŒA¨¼}6™˜µEÑ "
b"c³‗(©\t L\x03 ÇŪ\x1A ╬ lÓ "
b"öqö0\x06 ÃBµœ£wBC\t •\x1F "
b"‗Ú¿0Ø┐BoıÞÛÀáj\x04 "
b"ób";K╚B笥3üò└ÕL "
b"*æŠ\x11 ¯GI|¥å+%È1Û9 "
b"n—ø\x00 ËRDy¦]ž\x1E\x0E þŸ_ "
b"ñ¢J╗»8JüÁç\x05 x%QÒÉ "
b"@ÍM_™FFË«I¬\x11 vwp! "
b"\x1A Èæ7═‗AR£█╩ÿçY'Ø "
b"d\x01 ¦~Œ°A?³oú™§ay@ "
b"²^»*ï\r Cˆ”\x13 .¢"ß™^ "
b")|QöO‡D\x0E Œ€è\x0F µè& "
b"`\x02\v ãzeAýôû┬`42Øq "
b"\t ╠ª\\x1E aE²ªIÝ└1xäÉ "
b"9Éo¿Á(EÚî\x1C ¢uS;©l "
b">”6¦¿²KýŠŒª´¸®ê§ "
b"×\x07 '6a\x14 AÛ¬ýè–.Š0ù "
b"ž/ø+ø:I&˜ûJ‹¸2\t × "
b"Å\x18 ª\x06 ŠÈKÞ…ˆ€ª¼õêº "
b"Èã œsYI÷œªÂÙ:\x02\x7F\x13 "
b"ÕÔ¡\x7F\x14 »Aà¢Iü╣ƒ╚─ò "
b"ö)Už»áDA©ñM\v Ò™ÃK "
b"‡\x7F Ò¶VvETžøpÔ²bƒC "
b"RkR2\e hMg´L\x04 _V\x07 Ké "
b" +\x1C =└'MY│örü×\x18 Ã` "
b"/¡©,A.M9¨¤ud|ÀR\r "
b"k³¤┴\x17 ┤Dð¢sº ¹bAØ "
b"çwÂ\x05 ‡ÞFæ„àæ¸ó^TÛ "
b"ãº4M€›Dxž\x01 õŸ«\x1D µh "
b"¥´N©ßrLq¹w•\x17 âT\x1D ú "
b"¡‗ïØìÜA\x08 ┐×ÿU Oys "
b"óºÿ´ý˜M1†‘çl!½_< "
b"Ê•\t jS™I8€B±\x1D Š‰\x04 "
b"ÿ#Íâ*¸MÊ°\r ƒñ¼.m\x04 "
b"–iñùæ»Fp£érŠÖ1#‚ "
b"Â\x15\x08\x14 ØúB>áá\x15 y#Ê\x07 U "
b"╗\x03\x13 V}.N╣®SÊA\x00 üFy "
b"\x16 4\x06 `è>C×±?,¦çºˆ\x1D "
b"Vkëþ_ŽF\x1A …S/×9’\x00 æ "
b"óaÃÝÅÀM7ëþ©»Ñ╚óB "
b"│5yÂÌËIXè\e\x03 O─Å÷\x10 "
b"Ó\x03\x14 ËêPM\x1E Æ\x07 aqü;¨; "
b"*šéðM%B\x08 ±\x15 ®Ë©ðUŒ "
b"ê╣±┐ÞûAfçò╗┼ÐÀ\x10 É "
b"4ËËc.\x15 K]¶\x1D tôÂÑn\x1F "
b"Ìèý‘ûUG2³Õ.Eñx\x12 V "
b"}}k×orBY░i\t É╠├¤5 "
b"él▄}5\x01 @VÅ\x7F R>\f -WÕ "
b"""
\n
fÎ\x18 á±DÔ€\x08 NçYŸÎ\x03
"""
b"U–’ý\v {EŒž¶\x13 ßN1²5 "
b"▄;Y"þ2@µíÊÒÏ╔ÔÅ\x01 "
b"³òÒéOæJ™¶â€Ló6èÞ "
b"\r q%\*cHœˆ‰\x15 µ?øf) "
b"ÖP»ë2#IE Á…çÒc‰1 "
b"äK㜅˜EȉÚ@\x01 ßÕ_ì "
b"GÝ\x19 ÆÊ\x19 @È‚Af»¾Æ\f G "
b"À“z÷ÙjJé®lé[\e •àr "
b"ÑûÅ\x14\x18 Jïµ`\t ¤4ç- "
b"UÏKÿ¥•JÔ‡yxù\x00 ÈÞs "
b"·§Cù4lD┴É┐F]║ä+■ "
b"'ìt'\x02 ÷Bmºðv╩\x1D Én\n "
b"ÖB”‘$ÿCX¶°Š¼©Q±÷ "
b"\x02 QmºüîN9‚ÞÏóž\x12 ¡\e "
b"H¶þ¸Ý!GXŒÚ\x17 …%Ú*\x02 "
b"\x05 ¦#Î\x02 DKƒ± ¬U1@q‹ "
b"µ"\r OV?L=ˆgä\x0F ûEsy "
b"ï7-øš"B·½^x›\x7F ª7œ "
b"$(s\x0F ½VEkÜ╦ƒ£▓aØ_ "
b",ä\x00\x07 ñ▓DÂû/\x1D Ó·ÌìÜ "
b"""
*1„\n
Û¿N©Šµš\x07 Ëaþ¿
"""
b",*7Øí°E╦Ä\x1A gÔcå³ "
b"\x11 hÒÎTìOb¨…ê’Õ•ÝH "
b"c\x0F æEVCR‹\x03 š¨ž\x1F ìß "
b"gy»\x0F ûÚO═¡[¨½Øû┴³ "
b"æž°Å“iN—¥ÂŽË}ξ… "
b"þ£±\x00 p$Jyœ£¦=”æó‹ "
b"Çë´╚éùGü¡L\║╬jx\x7F "
b"\x7F mI«ˆ¡Dc¥ó\x06 t‰X¸Â "
b"2Â×\x08 hdN\x1D º¼¢\e !ªìÿ "
b"·éé+£&Jª“wn?ê÷¦í "
b"▄³Ç/KîJóâÞùjÎ┼Ýü "
b"\x03 Ÿ`|\x10 @¾œŠÑJCHSi "
b"ÜS~¼ë÷F¦™Ë1'?£d˜ "
b"þt}2{ãDØ│\x1C Ô\x1F ╔^\x06\x13 "
b"■¼[ìëCE¯ùòÎ\x16 ║Ô\x1D ü "
b"(ô\v ÿ¹&A\½Â¦2G\x1A A¡ "
b"\³q]k¸@O’5JÑùD\x01 Ï "
b"Ý>·KAÉE#רùSµWfÑ "
b"UË\x17 *Ó\f D\x07 §ÃG\x11 ž\x07 Uv "
b"ûõP╬LøH┴É\x12\x0E K\x1C Xâù "
b"‘Q\x7F «<öJÌ‹]\x07 )\f µ\x14 s "
b"\x1C Fúü\x7F óIÉìn0EFZD1 "
b"\t\x1C ŵg<Iê®o\x08 ═\x04\x1F 6G "
b"\v\x10 ar²\e NH·Ô©Ö¯àrã "
b"/fë^\x15 <@ù┤üº\x18 Ì\x0E lR "
b"a®ˆJ\x17 ¾B œ²\x04 dßQ¢» "
b"e\x14 ÑdàŸD‚‰ÚI~4b}\x7F "
b"qN!.\x1A /@~│ÅvC╚¢8b "
b"8M\x17 8ö'Dl²Í\x05 Ôœ_-Þ "
b"TæëêÆ×L£»‹‚€µ/ÝQ "
b"\x0F [¾^e”M¨ŸÌú‡ï£‰% "
b"""
\n
IÐ\x17 ¤ØFæétý5Õ>│õ
"""
b"/A\x0E Ýõ±LÀ…0Þžs\x1A 2& "
b"Ê\x12 µmÊ\x16 I·™ú—ñ´†Äˆ "
b"°CMü\x18 »E\x7F ░£0æ╝┬┤= "
b"©&ª\r âôBh»ŽÍ(D\x16 »Ÿ "
b",▀fûbpKlÅ"5\x15 ┤M;E "
b"ËSµ…åÃM=£¾í\x0F K|4ü "
b"jür!ä5J\x18 Ĭ\x05 ─þªâ▓ "
b"""
nÔ"¡ÿ&M\n
•þ)$G©\x1C ;
"""
b"6\x16 ÉÇûXC\t ºìUÒZ€_~ "
b"^v┤ë░OMúí\x0E j╣«.gÉ "
b"È\r †¥´?C9…W\x03 ‘O\r ÿl "
b"Ñ▄)c7¾D\f Å\x1E T\x19 ■éqv "
b"tŸ·8\x1E ]Fn–=\x19 Ø5GŒo "
b"ª═sy▄ìD@ó¿@ÔæòÅ\x01 "
b"Ž¾+,ÌHI‚²®+Èç_Di "
b"aØÞ EîCì¡êõIã3\f Í "
b"ÅóVùò<B6ìé¥\f ²╚; "
b"Î\x7F ÈF‹°M\x1E ¤÷±¤QªG "
b"■2õ¿\x08 àAFü{\x18 oy¼\x1A Õ "
b"HZ6Å°6J>¾\x15 9U•ÜÐ "
b"»è╝\x15 _SI╠ªOØ)©z@┌ "
b"Ñ\x1F ó\x00 Ÿ\x04 Mj€¬ë•ÓãÕh "
b"í│ó"wMLR¥§u;5\x12\x03 Ø "
b"é3Tb╠¹Eýî┴\x17 (B>üb "
b"(‚”O=9Fq¶dzÖV€†ú "
b"|b_pT½AõæÒPµª¿Ø{ "
b"©d©W EO\x06 ¨ë~¥%~oý "
b"""
8\x1F øŠ\n
hCû³Ú&ý½-ÜT
"""
b"Ž;dz5QE„¢yÕ-æcåå "
b"6„A\x15 XÓMõ¸‡5‚#òÔg "
b"ÆP\x02 #ÔAN:¼èÕ¿f'ŠË "
b"7142╚gF\x1C æ§à\x18 ÍØ\t\x1A "
b"Bl͵Z╣Eäì┐Ö╗wÝð¯ "
b"“MêfßuK@‰ã¸VÞ[ "
b"9l첂\x17 B³…\x1F ª\x01\x10 5x€ "
b"‗É|\x07 PÂEMò\x05 Ú<±ý>Ú "
b"=ßF\x13 {\x1A Guèüg'\x10 ¿` "
b"Nıj,\x07 ÌC\x14 Ø\x7F O7'{█A "
b"aDñ@e–†c/ä\x1E CF "
b"ÃE%¦Œ™G!‚\x1F "Ïàa|É "
b"¿lß¿È‚A¢€jC¯.<‰½ "
b"ö’.ݨ\x17 H<žh \x06 éÇ÷2 "
b")Ý\x15 -ÕBxªkÍ®"\x1D\v ò "
b"~+Ök]cD”‹ä\x01 ÖŽ˜gð "
b"ÀÂ\x1C xL®C£±þϹÀé[† "
b"…\LÚ„ÿN\x00 ½u|Áymþ€ "
b"Ç#ô³v»Gd¥“Gˆ\f ó×È "
b"V;\x04 Ù)UEÒ—‚ƒó\x1E IÊ… "
b"•$øx¢ËI\x06 –úV\x0E ™CŸ= "
b"Ñ€\x19 K½ÇOC¶…•ÛÞ¼[u "
b"\x1C X\e ÞQmLf¶\x13 =\vVMŠ "
b"■┘mÅ┬╣Lï¬ ▒é┐-À[ "
b"òC\x11 ]U\x11 B9¶"A“4$ÃI "
b"o«Å¢╬\x04 LJïÈ{[¯4Üh "
b"Ê{A\x10 è1O\x17 ¤§²„\x06 ”Åi "
b"$\x06\x01 BH½J†»{±Ô=²—Ô "
b"\x0F »Á.Ð█Kxíü)ìÉg= "
b"jHÇi"6Køˆ¾\x04 [M\x1D eX "
b"|@q¡”RNø˜š{®Õ"ú\x05 "
b"ü┐.rÍNÔ│MEY¯╚<p "
b"ìãõól\x1A M\x00 °\x0F a®¸XTñ "
b"J¢&╦\x16 ÁIhï[\x0F ,¯3Øó "
b"œ“;‘¼XGO±§ã¤g¥‚ "
b"▒ ¶3\e òHjÅM,¥=Éqÿ "
b"\x00 Æ\e =q\e LÀ³UûÛg\x10 ÊS "
b",\x16\x0F ÄTdHÒ¨‘̽‹ªHî "
b"W\x00\x00 ÀM’EñªB<å-\x18 ®T "
b"=gÒ[D\x15 DuŒ×N\x1D 1\x18 ÂL "
b"Të\x02 gšI@]®§LqIåçÔ "
b"å-)6/üB\x10 │║5,Èâð "
b"«äÑ\x14 .@K¿‚Vx’»Dg\x1E "
b"¾òU@9éHò´ý˜å_ø§m "
b"ž±×kòrJ\x7F »]\x14 ÃYP;¯ "
b"\t ÂCD%]N\r ¤yk\x14 æLHŸ "
b"\x1D ®Å*û¦B\x13 §OÖ6ðÌÁæ "
b"Êtæ\e -=L¿•s\x1D `‹ÕÌ¿ "
b"+À`\x12 Í\f Fƒwfټȩ) "
b"Ô█\x10\x08 └ÉKô┐ç2±6Ól0 "
b"œ˜2#\x7F YIĺc†Ž\#'u "
b"\x03 MM\x0E ˆyMº‘àøëpÎ8Ç "
b"Œƒ¸¸¦oK”š"äÛ”±dÎ "
b" ½o0\x7F ìDÏ┐╝»ãjhÚ\n "
b"Aº\x0E ‗þ╦Nòüx`çÃ6ÇB "
b"GüVl»ÖIš©‰!¥ö±pŒ "
b"iL÷Å÷\r I\e ‚z\r àDz\x1C Õ "
b"ÅÃÔ¼Ö\r O┼ÖhtYS\x14 ê "
b"«Ø€±)\e D–©y\x07\x06 Oušq "
b"àDe\x14 ├┬IܪÀx\v\x10 ÖwÉ "
b"Û╠q8\x18 O2ì╗┼¡nküE "
b"á$v'^\f F²œõè~PÎú~ "
b"_~ŒdãÀNo°ßÑ \x01 ¸B\x16 "
b"lJü( ÇK/»\x1A ¦▒Ïh;Ý "
b"""
ôs]Й\n
L:˜\x0F œi\x7F g::
"""
b"mVÉ\x07\x17 ¦MıëéfÝþ\x13 Ôå "
b"šÜl¢ˆPI‚‹3\t\e /PŒ= "
b"\x0E Q³\x15 É2C║åS\x16 Á³ö "
b"€Ö]U¿5C®µÊîC\x17\x05 ^Î "
b"Ü‹ñL\e 3B\t ›bB–kµTy "
b"ùÇùq\x11 –@¬¹‰¡\x04 ¢\x1F KM "
b" 9mÿ\x00\t LŽ«X€…rhÀ„ "
b"z0\t RbüK┌ûQc\x08 áïD‗ "
b"»uŸù!òDEºS>”Šáo‰ "
b"\x15 ‰»L/!Jp…\x1F "ù^R‹ "
b"""
\x1C\x06 ÏÀñ\n
I ¨È«“Âqfg
"""
b"]¢¥jkùCMŒÏÖ†[šŽò "
b"Ö\x1C\x0E ¹Ý)M‗æçn£¦ü1ı "
b"\x05 ˆóíf—@Q ¥ÓB7|æ\x08 "
b"X‡\x0F ñþ.M ¹ˆ±z \x03 ç\x1E "
b"dg‹¯Ñ\x0F E›¡ô9®“)0¬ "
b"¦\x02 |VYÐJ܃!s\x07 >Ò\r w "
b"w*[PÍNKz«é|.\x1A eâq "
b"\x07 Ÿ7¶›ÇA‹³7öZ'–\x1C Ÿ "
b"3ͲG\x00 9@¯ÑV¦▓W\x04 \r Ø "
b"Ð{u%\x1A ÒAJü\x04 ±Å°ò²7 "
b"Ú;Z6@ƒAxÂ?ìG&Ùu³ "
b"\x10 &ì½Å.L=°¥T\x1D ‘EQB "
b"#Éwù9¬A\x1C ÀNs¨y░ ▒ "
b"S\x0E ¡iO▓LÏäÙü´K\e ém "
b"\x08 æ\x1C =\x01 …C¿°\v Ö¨RÀ”€ "
b"ß$#\x17 ºÛEí¾°^•\x1A ß*© "
b"\x1E ójŠÊ5EC¢ “ƒøvô\v "
b"Ó:¢H²\x1A M\r ½|áÊÐ׃ï "
b"Ã;,\x15 –sDå û’Dû™QÓ "
b"Û\x1F\x11\t Kp@µ”Ê=ƒ©\x1A X¤ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x5D08B5599CB4458BB37712DA56BFE1A0 , 0x7BA481B6979D41C4976A4CDBA77B55E3 , 0x99154688BFE6490EB47CCEE1D60BF1F1 , 0x9E026154051A49BD8D04F00753F61926 , 0xAF08B7C8E2A342EB950559B5FEB8311B , 0xEE3997A789FE40888DB8B34BB86BE2C8 , 0xF891DB4A562443048E4802D87148EB0A , 0xFF0C8F24E089487BAE2FF94291761F31 , 0x0B71F20D4BEF47498FB3499E365B0681 , 0x1F5510F7AEA941EF949AF350F82B3EC4 , 0x2211114764C04429A84DB854D9605269 , 0x43441DFA24CA4500AD1285C34C47CEF0 , 0xA8290393F4284A528DD9AB8D94B1EC8C , 0xCEF028740B5544B2815EB4E821325D0A , 0x1CAA3A5BD6764F4CBAC2FDE21B0B3AE6 , 0x3E26E0E9613C40E1BDE687B01A46EE34 , 0x4CEC8C2EE18A4297A01C1839011F2BE4 , 0x4FFD4B88F902424393ABFB330CD8C42E , 0xD000C432508643E4AD5D1304E2A15C0A , 0x5DCF2C6F3BA747B8A59B7C167C8795FB , 0xC4CD1548A162437EA6485A2F8A5E8FFE , 0xE59ABA68A27A4222AC3C20F818268F89 , 0x9698ECEBACE142728472419C233129D7 , 0xDB6CF928BCA14AD49D7F45643373D696 , 0xE5BF3DEA2E934F0F9A254332EE7AAB8F , 0xD70D1DE8FBD244799C1A3A72C63E27F7 , 0x1D75DB716D0649C9A244ECB6845996E1 , 0x4BA3D8BEE6714BCF819975F9C829A70D , 0x5A0EB3054EF7442DB4004803264B1337 , 0x41E167CC27EE49848D7B057804D6C57C , 0x65F3CA1856DA426AA75DC276748C0231 , 0x6CBE9F1B6A7E4F178AF3D9C8A384BEC9 , 0xC8C1296832B64C259E5BCF1807770A2B , 0x697DE8D9F68A48449B3F02AD6BC7E943 , 0xC4E607DF8BB14CEC855169BF31DC0783 , 0xC89A4377A774472484CE4521BC91AF36 , 0xD0A9AB4B88A74BC2AD21D8FFAF146249 , 0xA8C4C8BD4F0744AAADDE621F3B6FAD05 , 0x4B8246AABEEA4E428B9FFA4E85275E0F , 0xD575A2087F1E4CF9A3BAC9BE9463B7D1 , 0x2B7D2C0D23274EB39FBD37647ADA9EF1 , 0x9C84D4AD2B954D73AD3911CCA5F541C7 , 0xBDC2D9A415074382AF0EAF1F3CA3FC10 , 0xBE2339E5055447B5BDD35DA9A26AADF9 , 0x09540E16735B4D799D86003C90F579B3 , 0x55E19F9E4DEC40AE841BC9AA385063C8 , 0xA20A598DD140408581D54E3DCCF40C25 , 0x0A0313A0C1C044F38A833617DF513F25 , 0x141804F4820A4817BC70C6EF8C85683E , 0x75B2D47D4C5F4D15BC6DB724D9CBE530 , 0x9E20D47D4D1244DA8BBBDA556142A782 , 0xC1C03429636E48DA9E0B95BB09CC8498 , 0xC42AA18E2A904D4CAD78BE79733F15DB , 0x0C92A67EF0D9454B9A14931202D555A7 , 0x582C65FB87624B3983AD061919F636C7 , 0x649F6C62B09E487991ABD2CBC14A331B , 0x968217E5E0B447E4B03B0899EF5D09A1 , 0xCAB2ACD229414EAEBC517D4BE9B262D0 , 0xDCCEC7C8C9444958AF4EB64BF622F193 , 0xF15744FBC197476B97D69A64F713119D , 0xFCEA568FA6C5424AA3E6361801303CB2 , 0xFF663AF9D9274C95A93AC9136DD06595 , 0x3CBBE0EA8D9242CDB48BB0584EFAC72B , 0x47522B49A56E4A45B8297498EFE3E1C1 , 0x74658454FA07415195D6F5C129F1B88E , 0x980DBFDB9C9145ABAB8BEEA8358AC11F , 0xB830E4A57C02433CA88C89A94E6F4E3B , 0x20C7356F0FC94CA2AB2A967AB52B60D0 , 0x4A59848FA5224D34836C6F7416AE730E , 0x628E4FB9F41E4A30B89F0EBD126B0B5F , 0x75892FB7937340FEB13F5AEA053C7F58 , 0x3672A0E3B0D049A89EEC91182EBA3348 , 0x66ABC4B5C6C940BD8A36D196C3A532C2 , 0xDE2D8A150C804FC2B1D68D9F7700971F , 0xFFFBC079D021412A8E59A06EB23FEC49 , 0xACAD1A952E544C42A39BE801755E3E13 , 0x42266880C25C4181B4BE725371433635 , 0xB185C844D6214594BF41C52FDC15E855 , 0xD2AD86323E7C48FDAEDDCA0298BEE47B , 0xEFB019396E9A4533B4543E7EF856C2BA , 0xEFDD4EACC1C84CCC91207979C851BF50 , 0x02417ABD1659415B9003CD1755953F66 , 0x185960186BCC4F6DB0137D2F3CDD738D , 0x49DC220D44D84FA29CE8BE218FE8995E , 0x73D8E3EE367D402FBE83930751D82711 , 0x88996A68ACF644EBA280BFB4472E9244 , 0xBC9026C543D44E0D887D0AC76C2B0E9F , 0xFF0E5D80E423446FB03EC2BF31A4F238 , 0x14F29698FE694EB2B141A2A57295DE08 , 0x192C58FB3B8B4D6DA6AAAA8640790BCD , 0x4E153108C99D4E9D95B49A3DF145D985 , 0x69832D0C730A44159523BD9311F2ED29 , 0xF97EF110AC294B9593F74E9B35E029BE , 0x7A0633C58042467C92E2313591220F0A , 0xBCCC38F8C04F42768FA99FFEB8030A29 , 0xD904EEB008A54A72A6BCF40F08DC01FA , 0x5B0944D82A544621BF800E874B59421B , 0x2E19008E39A74F148683AC727B66D61B , 0x7CCE0368A6BB40349462EF0A0C86B9B9 , 0x85A788804461449986BCFA485A71699E , 0xAB9862283D9F4D8D82A1477BF61CAE78 , 0x185111AD64BA4AB08F6EB13557DD2193 , 0x3FA80B85EABD41EFA4F1AD1B29401561 , 0x87D2E35F3627483097E61CC71E5503C9 , 0xE231C481D7E440C485BD86028C5D6BA1 , 0x0FF6D506CAD34FE0AC7B8D320ADA4C8E , 0x78254DE8F0334E8988BFFC4531FC0FA9 , 0xB103C3C93D364788B0407D81D4957667 , 0xDDB2886B630147C19E674969988BAC73 , 0x493D29257FB445C288FE3552EDC1A8C8 , 0x079D73B501644A55920B4C6498F8DB59 , 0x23FFB1C29B654CABBC02D8AF05EB543B , 0xB23087C3FDC04F5381C22EF13D147DD4 , 0x4B5A9782EA2C492494A13514FCDF829D , 0xF1CC7CA3F2B34A6798E2D3E6B0C1F7F9 , 0x54453308350447AFB0A7AC26B2308494 , 0x9B8D6F164C6048B99089225EAFF9711E , 0x4DDA100063AA4BCF876A3C2D3AF2EE28 , 0x795E67AED6B44C878FC5607D8CBF1E85 , 0xA63049B8E14E412A8418D990AFACC98A , 0xF5862C3ECDB14A1C9F71F2F0959514C4 , 0x2BC1CD8D1C6D4BFAA0152EE03EDA9E9B , 0x7F9E8D6279884975BA1A67F8858076FE , 0xA59731B783514AF5926560DF98E8FADC , 0x3B127C75384B4CFE9AE20635A2E803D6 , 0x8EDDFB390F1A4A238E3AAC4380BB3CEC , 0xD81652F2350740EE96FD62779DECE652 , 0xD166AAA98DF94EA88D964DC694101847 , 0x6AA9A502BFB640A68D0657B10743B678 , 0xCAC05AA5FF664D9C866C9BA9F403BC03 , 0x514944D3F0B3437ABCFC4AFA19C63B7A , 0xE4FE25C9171845D79CEC8207D846EC25 , 0x410CC2FE183A4EBE86BE621F35C6AF93 , 0xD61F67478691412E87A190937731CAAC , 0x4199F94857594F6B9A5D442F42051158 , 0x2A3DC600065F4A2897BA3DBB179DF83F , 0x732A55B47BCA4032AD28494521D02822 , 0xE9A777AC960A4A1FBCDF7AC42C56121A , 0xEE2A87046C3143F5A2092F9E0D31D76D , 0xE32D0505149E49EEBDD13DD542452109 , 0x4F5CB6FAA52F44659C19AA2D857155EE , 0xB9B75632DB0E4424B5A5B4C17D41CD74 , 0xEC0DF8ADAEC84B2B819AA14D7A46A041 , 0x6D48A49ABE2A4F46AF621E4498B23F61 , 0x91B9162964BE4880B7AA0860E6F8935C , 0x7C7B1905DEAC49BFB6DC3D843D533D0B , 0x86227F9262E546CAACF4F739F0F0A4D0 , 0xABDE50C8AA8C47C784E836FEBEBB927D , 0xBE6A63E255E54BC0B6570D3C6071BFDB , 0xF7EFCEF61A094338ACDC21114E798B39 , 0x03165A46EE0349AC91E7B8AECBE9154D , 0x501C4C31E1DA4A09A8C1507AAF16E04D , 0x5DD3A7340E43435FA5DF00DC38022813 , 0xC8077402689A40ED9DC2B023B95CDD69 , 0x8A64420A34834A73B51CD859CFC9D4D1 , 0x9B291D131B034E45B37C1F508910B603 , 0x129F2DBC1C6D4C9083340B26B7ED0EF5 , 0x7D08D635B500491FB0A8B968E7DE017A , 0x81FC2354D818499ABA995F44191EA0C2 , 0xC4B025A583FE470696134712C451CEB5 , 0x1B85005C000A46C088208D5D25B3054C , 0x390C63BCEB8048748ECEBDDE51117182 , 0xD452C28EA77C42B38993D3948CE4E47F , 0x30AF9FAAE547486FA5B706951D1681DB , 0x731C37CB125B4FC9AC05F95964A8A3CF , 0x209F3C70737B4907AECFA02F55F7E332 , 0x2A415A321F884AFF8EB8BC22BAA6F111 , 0xF59482D63793415F831F383DC2CF7F2B , 0x77017E3521054610A5D717A68844D9C5 , 0xE4E34D1AE59E47B39B684294435D32C3 , 0x40589A607ACA463BB001FF1D78B18563 , 0xD351EFAA762043599A2B5AEC7D42AEFD , 0xE3E2127F3D9147E09CB55EE1A4BEF04B , 0x250BA01A8C8240ABA389202C54D2282A , 0x2DA6995427164CD98B9ECA34BCE57BBD , 0x0C635A0B1FFD49388FCDF6C9560CC30E , 0x727CE16973F64328A1EA471168B8A8E9 , 0x1C62309B87FB4B8BB6211BAFF4D4ED57 , 0x6646189096D34F9FAD23CE7DDF6F38AB , 0xCD0B1BD5B6224364A242C387BD6BD403 , 0x39A05DA6C4574707BF13FD8A186521D3 , 0x3F932C18777A4CC2A6CDA4AE9EF1A65B , 0x025576DBACC643B49A7B0E533603A724 , 0xDE54D7E09C6145249C2259A11A552741 , 0x515288A9FB3649E5BED5775A8D1D16D7 , 0x58158CE8862E4CA5B3E1A5911AA63B21 , 0x6064A60C02E84E1DAEDAF143AC55394A , 0xF14608D35B26426CA0B29A0B8E66E431 , 0x3BD8E5E5A762481DA5873BF8EE38AE0D , 0x18FC891D483644D3836D4302176EF9B6 , 0x106ECFBA89234734A677DD0BB0C60F56 , 0x97711F6587CF49838DE8AE7FFC63D180 , 0xCAF4B7E8BDDF49F7B581906361B923AC , 0xED40D232FC6248C689D7415AC7460299 , 0x44FE631173464DA6A9EE6EEC82451CD9 , 0x6003D1F8930541DE8A68F000EF4FE561 , 0x8895C4A696354359954C6AE8E8EE74BC , 0x98EC1F17B754422FA368B16B89B21B62 , 0xFF5A44D5B26947679D26DC3688197B1B , 0x4DBE6D6526334F6D94257D1E07B8318A , 0x888E7682030E4908A4DC724901A408C0 , 0xF375BA7334DC48D895F0AC444467FA33 , 0x161B3C643FA6489089B6311CCAB985FF , 0x2B685E3184134EEBB9F078E31916E2C3 , 0x69EF255598034105989AC8BD014D954D , 0x7CE00470B3324569961A2A8E9EABA7CF , 0xD9236F91772B49C6A0983A391C2824F1 , 0xD266F06E7B8F41109CDFD8FED6328D0A , 0x242A8399363F45AF86EC8A19F06125B3 , 0x4CA292142BB24B9B97802CDE69A9F0C5 , 0x5B4F6709E57D45B8849A3D757675A3DF , 0x099E2454DCC6432CB0E7600ACA2D4108 , 0x15F45628642C447AA2805C93BE3E9ACE , 0x91904D3959064291A3E6D219E2CCD9BF , 0xB64E1784703E44D4A194408F066B49B2 , 0x2A1F06956B234C8CBDC8E1146E559D3C , 0x3A6566035E5C4D9480D1BCEABE602523 , 0x73FCE28E90CA4C61AE4410B2FF56910F , 0x2C99A297C4744B61BCF6DC3EF8782B99 , 0xB796198B409B4E45B3497ED5E18F44BC , 0x553040C02F36459BAD95928F5E5F53FB , 0xFF92FB501C19441382BD51A31EA6B6BD , 0x3C3B078B5DD4403BBF8F97106A2F5FE8 , 0xE022C62C692D4911B1A9BAEAE8B058BD , 0x62F8CF94325643B1B56A143A5D9B52F0 , 0xFEA4FDDB133147218825DD69F9C4CB4E , 0x8A095C8F5ACB4D678A289C94518EBADE , 0x9464C9E3A1384036A2D790B0842DF50A , 0xBE10A337C1164A70AD7DCE8DF27390D9 , 0xEDFA60142EA949B696BB623F60966CCE , 0x34369721F4DD4F13858D6AFE71E5BF0F , 0x542C1C2F8B3C44BFA76561192635BBE8 , 0x72ED803E5474461CB5A512A3E47F708C , 0x83FBFD88CC584C31AE93D54DD8B36D4A , 0xF37A003D3D8242209F3A9E5174177F93 , 0x52E1AD9D996440B8B81F299B401CA6CC , 0x6556B461CAA0473AB1CBC4086AE13671 , 0xEA277D2626284F8F951433BCA8BAA761 , 0x4C979C20F2204FEA8D7AE8F26AF544B4 , 0xE1222B65E45C4175A45A986A06CD8416 , 0xE0792709DA414BB080BA8944B02D5492 , 0x33EC0CEB79294995B2D66C5FBF6920DF , 0x474B4B7A8D0A45EDAFD5BBBDC13B1E89 , 0x041219943B214C9B8C0792A83B164B2C , 0xB54EC64E9B124126869843580C7B530A , 0x288FB44DCA5B421EA47BCBA51C429BC0 , 0x82F2DC3EDA6B4973B9BDE1542107222F , 0x138F270673A14E60BF73C19C0CCC6454 , 0xC3CF4097A2F845AEA73E2FC7D6F08F6E , 0xC994B78142A54F3E8472C4C67B642BFA , 0x666B7DD2460441B1BD07A2C97E35A481 , 0x6F43F7FE7C30489E8B83E8948A2268B2 , 0x70343BF0B9E345909D6846C0B569BCA6 , 0xFCBA802AF1A641DB865DA21B905ACF74 , 0x076F617E33DF4DC3A24E00FD0D2B17A3 , 0x3FDE702B640E4255847855F66B604C51 , 0xFC3EEE8CC41746CB8DD9F9D0EE2260EA , 0x7A1C0FE0AB35408A9C10C3B318390DF2 , 0x42FF015B2A354D46A2B0ED65A81E8D12 , 0x6B78C7C72EB24A9DAA566299F83645ED , 0x03BF3C4D29354E509310E7F53F02F79A , 0x39D8B668893347DD83D4365E900A58B5 , 0x6893A2E5D8524F7E8BE005B60C4E99D9 , 0xFB505691305C479A9B2488751BD27154 , 0x607CA47A1D344846999E22EB4FC37D15 , 0x75ACD71E9C0447DB86A7248AB2BAA740 , 0x404762F5F96E4EC69DB77CBCBC95D7C5 , 0xE9E06442ADB446D4887F4AFAF3BD1D73 , 0xA11483DB8A6242E080FEF1A989B80483 , 0x5EBC92B75B0348B7960BFBC3CA5B13D3 , 0x6D0713FD1B1E4C5B803ADCB780C4E118 , 0xC7183A7A301E4D919563595B3F1A0741 , 0x665D143BA5DB46C18E3EE58A7F84E006 , 0xD047D4056C2549548BAC00583A562B3D , 0x7784F6F660AF4670909B6C7E7205C64B , 0xCEBBB6E2C5AF4A6C88053E6918E23251 , 0x0F462FF7D7644B8FA5E0B967FA492C74 , 0xBB8CD49917424FFA93103F020B6E17E2 , 0xCE43FE42FD00429CABB34CD5149430CE , 0xE5B4A304378E4836BC9CA6A44D35D339 , 0x07F90D42364347A8917239C8CB3AD81B , 0x2E61A96B8B4E4CA1A63D63FBF1B7F274 , 0x32B1816438B346FB8BB7DD3FBD705D42 , 0x5B965FAB4CE7406DA82C612A4E9878A1 , 0x780931167063426692AFAE56A9340CD5 , 0x5E7AB6BD32E84F4DBDC53BAA61A2F4A7 , 0x2823FF6AB99D4774B450CFE1926BEBD3 , 0x8520BBE43875481CACCD789024D207F5 , 0xDBAE6D357DEE48B2B7389980AEA87B70 , 0x098654FF3AF3486FA57E6593DC8EB6BB , 0x9159AE0B8BAA4E7687744AE74CAC54CC , 0xF0CEA5E2EE20480DA9A3BCFF54186DB9 , 0xA5D500FA5BC84544931A7F29D9DCCF9F , 0xCAF4AEF7337A4B17B182DA04A55F078B , 0xD34905B7D52F42EE91D4FAEAB26B4A78 , 0x4BDAEC4440D24222B1C185FDAB8F6BA2 , 0xF89BD8ACB68149D493F1111811AE06EC , 0xF07FCFD130864E7EA32304CFF67F48B7 , 0x774FF1C2BC8744F0AAFEA73246630CDB , 0x8ADFE54FFFA24CC6913C660945537B63 , 0x1C88A20C91C0401388F53FB7440CE290 , 0xFE0670EECB724CDBA53C2187B2721F8D , 0x7ADAEB9B650448DE94316A4D9186E2C6 , 0xFA597783E82E476A9046AF1178A02397 , 0x8B8F6D1B2B374CA7AA78B5FC7437667E , 0x18B1906293D341B293A2C221799324B6 , 0x5357E032B9004F50A8B7E38851A98618 , 0xBDDA90990B2E4BDAB8753DD551B7F92B , 0xB080331C7A7043129D442D56D1C2839C , 0x43609BD12A2D473E833F830CE9C22093 , 0xC22CC39AE6704937A72CA35217BF3479 , 0x20C628634E454ADDB04F9EED2E1A6A2A , 0xD9F12C002A3E4615A1E9B9DEE8B9C5CC , 0x5F8B12578E824776B8F98CF375BF90CD , 0x04F0DC0DDECD4218BD3BCF4EC46AD3E3 , 0xC0A84FDF353B4738AF4A5055E8B8AC54 , 0x1A13BF1D27B24067A19A4EB08B6C8842 , 0x69192CC842BC4577AF202E12D143226C , 0x1076E54FCC6C4AEFBCDAA84FDC1E0786 , 0x4C08AC925D6245B690BC68038C1C2EE4 , 0x77C0E4AAB49D448E8C7FB9A4EFE7228C , 0xA686541B596C4CEA92FAAA673EDCE64E , 0xD652AFEFC3C64A49BB92AFA107D1431F , 0x1631539FFFB04C64BA91BE756442C0C8 , 0xD55103F82BB74FD6AEF8CE4BD93A9A1B , 0xF6C74F41BE2746DA9D23FC710534469B , 0x7DA81846BBE146BEABE6D0C820FF20EE , 0x998FBEFBBB7E47649BE78463F381633C , 0x3464963EDFCA4538B75B80F2B19B97CF , 0x690651396170429B9378CB0AE106ACFE , 0x4A94AD40D3444EC783A137711F04732D , 0x38C672E07C3044AFA01A244087C59D08 , 0xBBDD7A6E8AE6465F814831CE83B6BFF5 , 0x0167C52C6E1349D2BC9FF74F488AEE67 , 0xC0E14B846C5F4273BB15BC6E078463D4 , 0x91EA903F294B4E3FBC9F64E111FE6579 , 0xD0910B9343D340A4B01D4CAC5EE6E33C , 0x6EBCA109441B446789AB6B97640BC435 , 0xDA43C9E36A924B6DA77C587BC1180FDF , 0x22FF12517E2749B78A60B2E773110561 , 0x66FBB0B815FE480D81EB8AEF7B7B7632 , 0x9DA05D237C144C81BC9665557B0913C5 , 0x3F61990AFA8647BD99C17CE519BA82A6 , 0xB1C1822334684AA497C60D65D35889FD , 0xB93FB56174334211A7707E22E22E8C24 , 0x6F0CE07F668549AFB5763F29A3A94D18 , 0xA74E4D18AA054A82A8B9C6E5009E767C , 0x45114C3B074B40D499BC1A3CEB56640F , 0xA74E9FBF72C241D08AB4AA50497C3AF9 , 0x48D459719B7B4F2B9FC92D3270850EDB , 0x353633D02BCC45F2BB2CD47BB50F1D25 , 0xF0B7AA2D079B4E4598DA918B4F2572D2 , 0xC9CF8F70119E4D2F8CE94D733CAAFC19 , 0x42E94EAE4DDB4110897983B4050FADD7 , 0xDA486DCE4CBE4371A4FDA4F374DAEBA3 , 0xE2344D153F65435CBC8348310CE2A137 , 0x5A77B979D4174FA4BF9730DB985A7DAE , 0x30C9724337D44D4D8A858997814A4872 , 0xCFB295E8BB364279B39EC2818FBB9A03 , 0xE5B070DF386747EDB43B8F1CFEC4FFD1 , 0x11F63ACF2C264515AB019AF064E24634 , 0x41F5A921AC144764895996C8346BC9EB , 0xEB92AC95E3894DA5855DF67FF1089A23 , 0x0DA6CEF3A3D04B8F9919F2CD2317D3F9 , 0x6F3349FFE9CD429BBBE80CEE8340E4F4 , 0x71F3ABAA039B44A8A3B089338F42081F , 0xA887BD96D5AB427DB34609926D60AC7A , 0xB9C5770880C44359870DA731CD458048 , 0x3058FB7627DE4CF99D18E54BCCE9537E , 0x38C59CE4A3984370B8125158515AFD5D , 0x2148CA8AB7BC477687C59BB0A3DAA5C3 , 0xBCBA2050E0A843718E38254B956B3259 , 0xB04C9D16C5A94D19B89386899FBCB7EE , 0x89D7E9F6A92C48A0AE07685470A7DBBF , 0x67B9508AC6D445C28DD955E29F1D845A , 0x5AE33EEC21D945EFB4B04DE6DCBCE228 , 0x72FCC0DD9E89453F86429FE54C45C348 , 0x9C04CFFE49104ABF8CD0278E8ADF73C1 , 0x032314F225D04F3EB79DEDE264FB0AB0 , 0x9B2EA4D858F548A492D5B69D9569231E , 0x8F136725DBDD4A26B1A113553B4FB6D8 , 0x65EF344FE4BA4617AC33604862E566E4 , 0x84F3E5F51EEC4A0E8586F7AE88A99DD1 , 0x2EBA685AC8CC492F98B063161A3B0CCD , 0x326C77FBA8444134B2D82D59B8100092 , 0xAA979B3CAEA94F81AA1105A909C2ED60 , 0x604F01617E6B42A4841FB9F13C9B8904 , 0xD5DEC7E584744A6886EB1A24B0AD2437 , 0xCAA62F1C57DC4944A3493A43C93590C5 , 0xCD9A6BB4A9BD448284EFA0FA0E5F7FD1 , 0x0F7642EB160F43A8882374D882310F32 , 0xD9A3E147BBBD4C8B82CFFDD5FD7F6041 , 0x4F51AD89E8E54DE7B1F2BEDA3BC05CE3 , 0x1D5BCBF0D916404CAA230C85F8DCB0B0 , 0x839947378B7D452286E44CD0B14274A9 , 0x17D4F402A9BB45F4B04E7313B24E73F2 , 0xBFB786C17C864807B7CC4352FA58FFCC , 0x56C4BE10E823482A87B6F4202049843B , 0xED96D7BB382E4DB783214EE2E8D11647 , 0x1EDCF101CC4D4720B1F66A10DB2BE00D , 0x50E0E417AD344830901C2ED0D2BFAC14 , 0x9F57ACFB0E234BAB8BD2DE7830BC6074 , 0xEE07C1AACBA64F7983EC41FADB39975E , 0x1A8517F7697045CC950F14B4660AF8A0 , 0x5547A3631A5B49D7813022BC0D48B49B , 0xC0D0FF9CBA644A8B91BED54633B177AB , 0xF33C9E29F1D84733AB00EDD49CC5DA37 , 0x81B0BAEA64B6427EA99BD8FAE25C80D5 , 0x43AAEAED960545F190E010A4DB47DD99 , 0x9FC7D2BDE2C54808A051BC15E8E14EAD , 0x231584BC0D004A5986DE7433540FD44D , 0x9B8946C6E4754192BA769899B7E9BB81 , 0x071D6D24ED42412CA45914B700A9145E , 0x31DBC0A862C94F2DA851C019416A2EB6 , 0x1AB20094645846C39B57B76F161D9D1B , 0xD5391DAAB1B6471493C78B685F3EE910 , 0xC2140857C74046D8999A6E3E8C5E9C47 , 0x63B79ECC4D2D42AF83D627A8B41DE2E9 , 0xCF15A41889484682ABBCD1CC45592DA4 , 0xA3B4DD8F11334D189FD76376E9C047EA , 0x1293FCAA363E4A2892DBADF797D03B31 , 0x8E5B060923F7469B89D2D30C854EC92A , 0x8373C58B05D540028A3323C9ADF7711E , 0x84D359E0AF804251817915EA89AC79C5 , 0x3AF29940FE7E41699EC8AF7937F76F42 , 0xAC31D3ADB84645348DBFA9409D9C3A54 , 0xBFB7760DAC964E32B164F8F6625B1ED7 , 0xE6906F5BDD0D45BB9EF40167CDA8A077 , 0x8270B072AF294285AAA61473070B5C32 , 0x2191176071174915BD87217148E7EC2B , 0x6CCF6BD92853495DA0AA729D3DBB6725 , 0xC47A69050D1E44E39B182F2B7D6C9DC5 , 0x01BDD3EBD26D4F62923E8BFA474425AE , 0x0CE3D24F65454555900D26E695ECCC4E , 0x1238B42F0C5B4E55A0F4D892C7FF22A4 , 0x53C104F814DF418A801B4724B4A1577B , 0xFFF09A646E6A444AB3AABEBA95CB5EBA , 0xD78D8ADA07114C8691121A8CE4C9C61E , 0x7483AF39EAF749BC9713DDB741195742 , 0x7FE281CD5F0D432196DFBB15893C169A , 0x9003849731D04CA2AFE0BDC3E2A0A6A8 , 0x35F8E767A1064DCD9516ED5D3D960C28 , 0x1BD6E5D4F7DA4E65B781A13440475127 , 0xE8807E65BF894F61BE39971812B0CDDF , 0x0C68246A1AF64A81AA87861691B74D04 , 0x19B8106FD96A474E8FE713C243BC082A , 0xA93E975ACC3D492AAB964B64EFE6CE9D , 0x357CD0039EE74C3E8576BF021CFDF014 , 0x431BC027AC3B4CCBB69AF64FD2C3B2FC , 0x67B7C8CF7364485DBF8757143FFDE899 , 0xFF8522D347DB4501AD718D794479C4D0 , 0x5D6610BB7705413990BC3391524291CF , 0xC3954B798C6F445AAA45FC082C6FF4FB , 0xDCA74C32451041A0A60E20D3FBD948DE , 0xE029DA90F41D4FB5B32CF2FCE9CB28F8 , 0x93F26EBEFDB442A5956F16D00A6B81C0 , 0x653D3AC219AB41D8BF875527BF2F4EF5 , 0xA87D3DEBB65747218F06267A8DF977CC , 0x43C5DAC4DEE8462A85B24544B3C25827 , 0x8502F2B7933A4B08AC84E188721DD7BF , 0xE6CAFB49482F469581438EC0B4090FBB , 0x794D5105591947C58DD9F9ED05CCC359 , 0xA703F773BBEC4A36991FD269EDA37243 , 0x3474CA275C3441A19FDCC14668F4EEF0 , 0x60BF4B3CD57D4D2AA4A9F3E10BA59A93 , 0x564D1AFB507D4A87B4ACD86A1EFD2F60 , 0x03D8433B11E949DD89237E64328DC698 , 0x1FE7916198D34F16BC1846E849A3870B , 0xA2B2BAA2BEEE4A2B91939F070D727518 , 0xA72A030B29904C9CAD60701D033D4B88 , 0xD2BD8B9C90CD4DE6ACCB5EA1D097C13D , 0x17CFF39365AE46ED92C7642E336B6BF3 , 0x20D90DC69A3B4588BA5024F14D6B6FB0 , 0xE49D83271A8A406DBC700002C93BF22E , 0xF20AFEBEBDA543E8993DF9AF17CCFB41 , 0x22CA17D5A58A4CC38D76BD82C652A338 , 0x30FC157153CD4817B0B6BFDF97D68C0E , 0xCDBDADD3C7064D0D9669DE5F699466AF , 0xCE43DD6614E74C6BAAB61914ED56405E , 0x5843FB0156614E438B54DC4AEE89CAB0 , 0x96B98BD52B0840F3B014838E2D48F4D7 , 0x524E8B8332884B0293E95DC1A3530F8C , 0xE5A8F445981346789BFDAE9936B025B3 , 0xE123CF547D85437783B822BCE2EAA6D4 , 0xD4DAC5A05CB54F1886640486B3F8398F , 0x938616CD32594666BC450E50AA57BF51 , 0x773C7882BB6A4533A94691E1FC890D9E , 0x80648AEC599E43DF9697C4F9F2F3FE8B , 0x62782492694242CA9705668F833EEE0A , 0x97C8E004E8E74494BE7616E4820BEFAC , 0xFA16EAEA37164178A7959F58415D4D6D , 0x3E33D68571EC485B8F44E079C0E6CC03 , 0x483D021400EF4D3F88CD1513912A4F25 , 0x487513C85F444C53B6C955BC75DEAC2A , 0xF09C89083DEB4BE6903F816A2CB1946A , 0x85FA7DEB14514F779951622A07779566 , 0x1CD886EAA28A4A12A7767553F624B25D , 0x5AAAF447019E4645A08C61A051FA5853 , 0xC4C283AF68E94512875EBBCF38544153 , 0x206C1297BABB46DFA022573141B1D9CC , 0xB1E8545DA5B84F058E53D8519505FF14 , 0x30C7DF95996443F39C4251B6EF297305 , 0x3D55B8BEA313420A907074C697E5E26E , 0x0DC635009E9B48AEAB4F271447A37DF8 , 0x989EA17A90F54357A6EF037934C3717A , 0xA6F45CB2AC204F56A3342A00E446BC16 , 0x039BA2ABBBBB4E489D2F79974BAE198C , 0xB4D86D042AAE495BB89D44086B34C7F3 , 0x4547DB36B5944787A80A43F31D644411 , 0xF1FC4E00FAFA44B091FA24A3C403C5AE , 0x0953B86881914C6AA049E0F5D30F9C27 , 0x103EF4217C0F46A19A6FEC42617BD596 , 0x155BD3BBB941473BB0DBD05CCF765B57 , 0x58C7993C945445A7A345FA5F44D70FFE , 0x608E10106CFF472B9EAD805669BA98F0 , 0x681A763988AF4798922D5E7286F8382D , 0x806CD72EE18C416FB723739446CF72BE , 0x84173C3776D945D79DFD1F7B00EF5F09 , 0x9022CCF3ABD849D19ECC4D254DDDCE02 , 0xDDE30D7055E9489982D224BE64E443FB , 0x790455C2FA144405B19550885AEC3E26 , 0x1A1FE14DE06E483586BCA97002B2B120 , 0x5FD69A0827A24003A7CDD54C71E30A46 , 0x50B05A3408BD46BF95CFBB706F520104 , 0x565903CD0C2945F58C6F5790F8B1FF7A , 0x02D440CECECB4C73A918B795867BAC8F , 0x0E20A22C4220405CAA864A6590465003 , 0x62DC2F920477404C82644271E82E1CB7 , 0xF40D7A837A3D4D6B9C100AE1B9CB1086 , 0xC9C5D653311442148584F4941F3BD9E5 , 0xC43CED3F701842C589116BB332435291 , 0x7B9B2E1BF5C644EC8F224F372DCC03D2 , 0x0C90D4B69809421782E14113252B2A3D , 0x34D7140500C34634BA603F2C7A1ADDDA , 0x2337BF156FA04133ACC657AC90F110EB , 0xCF75EB1E84E54F6E82880CCF759A6826 , 0x067DD29E057D471EB2A16736DE0C61C2 , 0x99B1C5463F4943658E04EF7A1341A9D5 , 0x503BBF01A7984F6C8ABA65467BC7AEDE , 0xFBC66F2D1D6F4971A44E19C49F0C3E15 , 0x200755C3A73A466882853CB3D925A512 , 0x298D125486074B00945B9E7620273B38 , 0x3550B72E38144D319828E3AE086EF0FE , 0x5D87245E447249C3BBF9374E07F02C19 , 0xA1EBF82EC7E24EE8B1B2F225DC090F97 , 0xDF12E3E9FD3C409CA4C5732E5EA1CB3E , 0xB3087618A76D4DF6A8FA183D8A82D749 , 0xB79335D61EAA423C87C13FD2DAACB5B4 , 0x1F77593B88784388829F1A6AB714A0F7 , 0x38A3468598FE4972A71F86B243243C44 , 0x0476978C0D0C4158A93B2D49B3A8A606 , 0x9D52EE5357D14499B2A1AE6A3847FF63 , 0x100E070F19D1407182C85FB5CB8C7CA3 , 0x35C33A35031F4A1394226CBA536AE494 , 0x5D03F0DDEA1A4F419E35A204F35430D4 , 0x74C0CB1B4290458F84AE46A9A50F78CC , 0x0B3593A0C0EF44E792D6FE771178E234 , 0x8730E762887042A8BD7D2E25DFA57446 , 0x2B397AF67C6F405788754F8C12C67030 , 0x3EBC5B47D90B49A3BE48E7A547E8C0AA , 0x585737C73D2D4CDCB50E720CAAE0F674 , 0x981C93809C8B4BA4A649A6C59F3E00F1 , 0x41BC17C43AE84653B9AEAEDFD5DF1104 , 0x76C8920D7D9945F6898CB1F695A0CEA1 , 0xC2D27BA7C561453AB5139BB85AAA8316 , 0xB1E3B5BB83DB490C938D30062A7CF780 , 0x79B4EA2A2BDB4D8C86B5874FC324513C , 0xE77CD4EDF6C446D6B0E904FED7F71622 , 0x8CE22725D7B54E0E98B756B96FD8D79A , 0x6673D814C2134D07B3FE44E195D16235 , 0xD7E6128C8C0442EE9989B018B8F9A749 , 0x413BE3D39CE644B6B29C570765E20AD1 , 0x432639AD3811497CB497B7E8B01DBCFC , 0x3520EBF70E9E46E8B9E4361F2F23B2B3 , 0x3DBF77C99C984425949801AA25719819 , 0x1A5B11979D4D4C1B9F9258B6B4DECAB4 , 0xA98AEB2A54F14281A5EC3C77063A825D , 0xEF48E7FD30634CCBA106D5046606CF21 , 0x79A3AF1D5CE747369DFC75130117C497 , 0x8F0C4FF2C2B04F4BA8D603850153B536 , 0x9D63F70570B9404AB678D7168422C9A2 , 0x9F466C47560741D2B98520B446AAA16E , 0x1963A0332EAE4757B536E082D9826809 , 0x17C20E3178B44DE798B99D40945BFC33 , 0xAE1BE128E6B84D28AB8C158452DBFAFE , 0x10A3FDD39AA24185A5B496F45AB5374C , 0x8F59C735635D4B309C2DE504535F9EB2 , 0x5740D907702D45A8A31F6A1DD2DDED08 , 0x087FA677B1504A038C08DB6A39E452F1 , 0x8C56C41AEED34CCB8728E867B76B6184 , 0xAFB7FD1A353D48678B7554851A1BAE5F , 0xD742207121BF447AA55F4F7180751FD3 , 0x6AD46ED41D01499AB78C37F8E6003B69 , 0x7FEA56EB6F404A9C880F59E70E2BB5A2 , 0xC06CAA4FD7124F3CB4CAB9065A26FB51 , 0x1B23E7072A354564964D3D8BCA4BC322 , 0x87E74A127ACD458BBF9ADEA939F7FF45 , 0x507026061E614A19A158188DED6634E2 , 0xE27064C7DF7C410395DAE3276B118B2C , 0x4916F95EBC804DA3B2B30BDC1ECFEE0F , 0xA390E8D06AD443E3B827D67772805C72 , 0x9398F6B892AE4CFF8E58386368662F8B , 0x2F8D732C7E9444D3946FF3320D723A03 , 0xE918B19F03A540F4B39F7CD79C4F332C , 0x734D452B371540ED933DA83BCFCBFF6F , 0xC5C03D00A1014817B66CFF0CD8C859B3 , 0xDD9365140A4843A0B1B79D116ABA771B , 0x593CA13F6F1D46EFA6C9CB81BC6384F2 , 0x9126914E32B948009F1B10CF37C67336 , 0x8156E5A4E264453F8E33EA97C1622EDE , 0xFE1772B62B0C45AC9AB2D4B993437029 , 0x4DF8BBFC5B14455DB57465EC460D65B9 , 0x4905C5BA011143CEB8BF20AE9CC2E672 , 0xCF17A5E196C54BC0801C54B6C01F2633 , 0xB1AADD2FE0504D7BBF6EEF1953269173 , 0x268766B9919948338EDF7C3E03537B85 , 0x305AE27EFB0D4E5282B7E03AA2DB2321 , 0x0819CA7A7BBC458A9924479396285F09 , 0x2A120AB4AC914E0DAA7C86F18349073D , 0x8381B45BAA344E37ADE40ECCBB20D7C2 , 0xF0722D32D2644AE58A6F56421EFF4AF1 , 0x97C086C3ECB042B9B5B9F30DD800441A , 0x023233D41C764118BBE46C06E85E6804 , 0xA24B59EBED6B4020A75DC716DB9C9728 , 0x1796C802B43146C0A61AFE8558FF0FB6 , 0x2AB81D6F576949739120503BFB89ED55 , 0x2CE8502C3DDD4B7B8C48DC7A28A69211 , 0x88DC28E16F114F9EA08B2955ED42BC28 , 0xCB6B20BD80E449FCB5CBBC56ED9F047A , 0xC2BEFE741DA64E55AC94E854286F5F6F , 0x1123C6C07E484676902801C264A81CA7 , 0x7ECC65AC48C343EBB43565CDCBA3B15E , 0x71EC40DC20004B4A9C48D17592C04B04 , 0xEAE359F8CB0148D0881993C2D7D12BD0 , 0x26B92FEF80454F04BB5D73B406AFADC2 , 0xE01C1BF1E02C4E6FAD49D1525365D918 , 0x0C37EA8053284F80A478C759BF15B935 , 0xC72B6BCC86134FFB9FE4B38EFDEAA29F , 0x26BF3E59043046E18A620028783C2864 , 0x83F980BDF87043198AF0BFE52BB6DB3B , 0x1BA8043A383A4B11A6849A642D56FB55 , 0xA1B63421865E42B5B2FC1FBA00EDF15B , 0x26B04EE0D0CD420C96842DC4C4DF92B0 , 0xE147429CB3A14036899BE37C1CC7C3D1 , 0x1112A54D839E48F6ADCF3CEEB6D0F702 , 0x3569D8A826614624848AC8AC70CE744A , 0xE98D458C7CF34DC58F49E8D2BB851766 , 0xBD16D6289D51454A97C8A3F1223F5DBF , 0x179BE5D428A6498AAB9CE194553E58B5 , 0xBDA2AAEFDA8647ADAAFC6A5F9D977C38 , 0x6AF48B1ED1734E8F9F776FFF8334045B , 0xA62DF7A0AE0F46888954BA1B414D8D8C , 0xF6B5C58834444AE68CB11FA593F70D3E , 0x4C366F05107B4237AB33CE0D14F25961 , 0xFCEF814B7BD34AFBBAD9B30BD7F6931C , 0x583C7FCE732349249D53BAD327D75332 , 0x7E474AB7E9E3459F8B9C8C85E33250D7 , 0x23EAED6900114198A2E9459B750DA970 , 0xD556FE92683C4665B8ECB20667E5C6DB , 0xDD48B64D9F684B64A0BA75669F13CB04 , 0x2AF2764B443847AA8F82EF181E7EBE78 , 0x6C9FE0152A72445D939C8B1C162D8B59 , 0x8EA14858A27A43C6B3C71C8736D1D120 , 0x7A1C8A52514E4AC5B2D7E5BF1DA584CE , 0x571020327EF34B9886018B2C8FEC5873 , 0x6B49E9722AE148888A8F4FE4ED36CC66 , 0x756DAC23B111430CB5E614ABC68CC298 , 0x226CFBFE40314C1BB8D870D79FEFD6E4 , 0xB6A35CF52BBA452D9937EE8AC11F2B21 , 0x60521158D82443D680414175EC62DE8B , 0x52A3D2B05CC6491BBE938FE951FB5779 , 0xEF2F6BD9F1784E2BAB2D7F7EE40AE0C4 , 0xF6C472A0A699469BA7E95A12FB3FFF75 , 0xFD6E6000DFA2402E9CBDCFA066A25236 , 0x9AB3D391BBB7463C8D564E631A48AEC0 , 0xC6E5A5AF7F1148B99B3737BACB354581 , 0xEF7A45B92A6A4CF1A6351EA46D3889A5 , 0x1D106B9F3A38432F948CA22804B9294B , 0x4A876E63E6914A89B287134D332FE020 , 0x03E8A1F55FDD46DF9C9A345665F4F7B1 , 0xCA98D66196EB45618BB9910BDCEE98C9 , 0xF33CAB97E09F441A94D51AAB643D8E9E , 0x2FC60716B3E74A1A97C8DC9B4FDE84CE , 0x3B14A985E07046998A6C8EA4F57BA0D6 , 0x21F057589FF14F97841953503779E0E2 , 0xD4C1DACD59E64922A22E5B34D80A0020 , 0x2269DE2C65664DD8AD6F5DB4374009AC , 0x2567846581BA49DB94A0901DAE2C45C1 , 0xB91887DE8E40492FAB4C28F02FF18F7E , 0xBE0B10694B4A449FBC14D6C1051D9943 , 0xFFB61103C65B4E87B5694BDFD6917771 , 0xCC8B9371F7134A63BB2A7077D5613A93 , 0x6D617F8730FE4EF0BE449541DE11F13D , 0x6EA632164BA94C59AA1B993F3AE5692E , 0x616A537DFE40469E875EA2AAEE43EBD4 , 0xCFE8592C29F545259D0E8600ECF3984E , 0x656F00A579D34966A0F384C74182D23C , 0x34E11AF7E5204E6EA64E92DC22FBBDD0 , 0x4AB34E45FA414014AA019203098BC065 , 0x47515DD733E841D3AE5F0A3956E26EC2 , 0x52D8B970BBC440F49415F8D25D0FA404 , 0x901653CEC5EF4115B95FC83E6BE207F0 , 0x8C5A975A4909464A844256CD6EF9D647 , 0xC98B5C3342D64B9380F778B351BFAC6E , 0x8E492A83F3A54D33AF5B562968C15D45 , 0x2984E49706574AA5982FE58C7CF62380 , 0xDC503A6F50CE469FB223ADC4BA0C2108 , 0x91029A16FEBF4840A0DAF50533B96E8E , 0x0E9089DBAB494C6D9516EBD36D266E45 , 0x33923B0414FE40D3B101870E2FE00FAB , 0x2EE05B4A151444FDAF6B3BE3395B93ED , 0x40A9368ABEA34480A37BC666E0989D3F , 0x7661940D194B4593891894E41C44C628 , 0xB143B58A98D240FDBD183C8AC756158C , 0xD5E0803969B946219ADDE6AC67DD701D , 0x350C42DCE5A045678A819458256BF156 , 0xACDCEC8604EA42D9B8112BD5BB22A0FC , 0x36A0BA19B8AC4AB49AC4C848E0AB0A6E , 0x1F36965CC1CD4368B33D578D3CE749E8 , 0x958B412EC4EA40F48E680884FC8C8352 , 0xDFB7BF48ED8C41A8BC7D369998B545D1 , 0x63FCF228B8094C03808FA61ACE206CE0 , 0xF671F63006C342B59CA377424309951F , 0xF2E9A8309DBF426F8EF1E8EAB7A06A04 , 0xA262223B4BC84287AABE338195C0E54C , 0x2AE68A11AF47497CA5E52B25C831DB39 , 0x6E97F800CB524479A65D9E1E0EFE9F5F , 0xA4BD4ABBAF384A81B58705782551E390 , 0x40CD4D5F994646CBAB49AC1176777021 , 0x1AD49137CDF241529CDBCA988759279D , 0x6401A67E8CB0413FB36FFA99A7617940 , 0xB25EBB2AEF0D438894132EA222DF995E , 0x297C51F64F87440E8C80E80FB5E8AD26 , 0x60020BC67A6541EC9396C26034329D71 , 0x09CCA65C1E6145FDA649EDC031788490 , 0x39906FA8B52845E98C1CBD75533BB86C , 0x3E9436A6BFB24BFD8A8CAAB4B8AEEAA7 , 0xD7072736611441DBACFDE8962E8A30F9 , 0x9E2FF82BF83A492698FB4A8BB83209D7 , 0xC518AA068AC84BDE858880AABCF5EABA , 0xC8E3A09C735949F79CAAC2D93A027F13 , 0xE5E2AD7F14AF4185BD4981B99FC8C495 , 0xF629559EBBE14441A9F14D0BD299C34B , 0x877FD2B6567645549EF870D4B2628343 , 0x526B52321B684D67B44C045F56074BE9 , 0x202B1C3DC0274D59B39472819E18C760 , 0x2FA1A92C412E4D39A8A475647CC0520D , 0x6BFCCFC117B444D0BD73A720FB62419D , 0xE777C20587DE46E684E0E6B8F35E54DB , 0xE3BA344D809B44789E01F59FAB1DB568 , 0xA5B44EA9DF724C71B9779517E2541DFA , 0xADF28B9D8D9A4108BF9E9855FF4F7973 , 0xF3BAFFB4FD984D318691E76C21BD5F3C , 0xCA95096A5399493880AD42B11D8A8904 , 0xFF23CDE22AB84DCAB00D83F1BC2E6D04 , 0x9669F1F9E6BB4670A3E9728AD6312382 , 0xB61508149DA3423EA0A0157923D20755 , 0xBB0313567D2E4EB9A953D24100814679 , 0x16340660E83E43D7B13F2CA6E7BA881D , 0x566BEBFE5F8E461A85532FD7399200E6 , 0xA261C7ED8FB74D3789E7B8AFA5C8A242 , 0xB33579B6DED349588A1B034FC48FF610 , 0xE00314D388504D1E92076171813BF93B , 0x2A9AE9F04D254208B115AECBA9F0558C , 0x88B9F1BFE89641668795BBC5D1B71090 , 0x34CBCB632E154B5DB61D74F4C2D16E1F , 0xCCE8FD91FB554732B3D52E45F1781256 , 0x7D7D6B9E6F724259B0690990CCC3CF35 , 0x826CDC7D350140568F7F523E0C2D57E5 , 0x0A66CE18E1B144D480084EE7599FCE03 , 0x559692FD0B7B458C9EB613DF4E31B235 , 0xDC3B5922E73240E6A1D2E3D8C9E28F01 , 0xB3F2D2E94FE64A99B6E2804CF336E8DE , 0x0D71255C2A63489C888915B53FF86629 , 0xD650BBEB32234945A0C185E7D2638931 , 0xE44BE39C859845C889DA4001DFD55FEC , 0x47DD19C6CA1940C8824166BBBEC60C47 , 0xC0937AF7D96A4AE9AE6CE95B1B95E072 , 0xD1FBC5AD14184AEFB5AD6009A434E72D , 0x55CF4BFFA5954AD4877978F900C8DE73 , 0xFAF54397346C44C190BF465DBA842BFE , 0x278D742702F6426DA7D076CA1D906E0A , 0xD642949124FF4358B6B08ABCA951B1F7 , 0x02516DBAFCEE4E3982DECFF39E12A11B , 0x48B6FEB8DD2147588CDA178525DA2A02 , 0x05A623CE02444B83B120AC553140718B , 0xB5220D4F563F4C3D8867E40FFB457379 , 0xEF372DF89A2242B7BD5E789B7FAA379C , 0x2428730FAB56456B9ACB9F9CB2619D5F , 0x2C840007A4B244B6962F1DE0FADE8D9A , 0x2A31840ADBBF4EA98AB59A07CB61FEBF , 0x2C2A379DA1F845CB8E1A67E26386FCF0 , 0x1168D2CE54EC4F62A885EA92D595DD48 , 0x630FE64556AD43528B039AA89E1FECDF , 0x6779AF0F96E94FCDAD5BF9AB9D96C1FC , 0xE69EB0C593694E97A5C28ECB7DCEBE85 , 0xFEA3B10070244A799CA3A63D94E6F38B , 0x8089EFC882974781AD4C5CBACE6A787F , 0x7F6D49AB88A14463A5F306748958B8C2 , 0x32B69E0868644E1DA7ACBD1B21A68D98 , 0xB7E9E92BA3264AAA93776E3FEAF7A6ED , 0xDCFC802F4B8C4AA283E8976AD7C5ED81 , 0x03C29F607C1040BE9C8AD14A43485369 , 0xDC537EBCEBF746A699CB31273FA36498 , 0xE7747D327BC6449DB31CE21FC95E0613 , 0xFEAC5B8D894345EE9795D716BAE21D81 , 0x28F40BFFB926415CBDC2A632471A41A1 , 0x5CB3715D6BB8404F92354AD1F94401CF , 0xED3EFA4B419045239EF99753E65766A5 , 0x55CB172AD30C4407A7C347119E075576 , 0x96E450CE4C9B48C190120E4B1C588397 , 0x91517FAB3CF64ACC8B5D07290CB51473 , 0x1C46A3817FA249908D6E3045465A4431 , 0x091C8FE6673C4988A96F08CD041F3647 , 0x0B106172B21B4E48B7D4A9D6AFE072E3 , 0x2F66895E153C4097B481A718DE0E6C52 , 0x61AE884A17BE42A09CB20464DF51A2BB , 0x6514D164E09F448289DA497E34627D7F , 0x714E212E1A2F407EB38F7643C8BD3862 , 0x384D1738F627446CB2CD05D49C5F2DDE , 0x54E6EBEAC6D74CA3BB8B8280B52FDD51 , 0x0F5BBE5E65944DA89FCCFA87EFA38925 , 0x0A49D117CF9D46918274EC35E53EB3E4 , 0x2F410EDDF5B14CC08530DE9E731A3226 , 0xCA12B56DCA1649B799FA97F1B486C488 , 0xF8434D8118AF457FB09C3091BCC2B43D , 0xA926AA0DE2F44268BB8ECD284416BB9F , 0x2CDF669662704B6C8F223515B44D3B45 , 0xCB53B585E5C34D3DA3BEED0F4B7C34FC , 0x6A81722184354A188EAA05C4E7A683B2 , 0x6ED422A1FF264D0A95FE292447A91C3B , 0x3616C9C7FB584309BAEC55D25A805F7E , 0x5E76B489B04F4DA3A10E6AB9AE2E6790 , 0xC80D86A5B43F4339855703914F0DFF6C , 0xA5DC296337F3440C8F1E5419FE827176 , 0x749FB7381E5D466E963D19D835478C6F , 0xA6CD7379DC8D4440A2A840E291958F01 , 0x8EBE2B2CCC484982B2AE2BC8E75F4469 , 0x61D8DEA045EE43ECA1EAF549E3330CCD , 0x8FA25697953C42368D82BE0CFDC83BFF , 0xCE7FC8468BB04D1EA4F7C2B1A451AA47 , 0xFE32E4A808854146817B186F79AC1AE5 , 0x485A36C5B0364A3EBE15A0395595DCD0 , 0xAF8ABC155F5349CCA64F9D29B87A40DA , 0xD11FF3009F044D6A80ACEB95D3E3D568 , 0xA1B3A222774D4C52BEF5753B3512039D , 0x82335462CCFB45EC8CC11728423E8162 , 0x2882944F3D394671B6647AD6568086FA , 0x7C625F7054AB41E491E350E6A6A89D7B , 0xA964A957A0454F06A8EB7EA5257E6FFD , 0x381FF88A0A6843FBB3DA26FDBD2DDC54 , 0x8E3B647A35514584A279D52DE663E5E5 , 0x3684411558D34DF5B887358223F2D467 , 0xC6500223D4414E3ABCE8D5BF66278ACB , 0x37313432C867461C91F58518D69D091A , 0x426CD6E65AB945848DBF99BB77EDD0EE , 0x934DEA66DF754B4089E3C2B856DE5BAD , 0x396CECB2821742B3851FAA0110357880 , 0xF2907C0750B6454D9505E93CF1EC3EE9 , 0x3DE146137B1A47758A81672710B6A860 , 0x4ED56A2C07DE43149D7F4F37277BDB41 , 0x61EEAF8444F140659686632FE41E4346 , 0xC34525A68C994721821F22CFE0617CC9 , 0xBF6CDFBFC88241A2806A43AF2E3C89BD , 0xF6922EDDA817483C9E682006E9C7F732 , 0x29DD15AD2DD54278AA6BCDAE221D0BF2 , 0x7E2BD66B5D6344948BE401D68E9867F0 , 0xC0C21C784CAE43A3B1FECFB9C0E95B86 , 0x855C4CDA84FF4E00BD757CC1796DFE80 , 0xC723F4B376BB4764A59347880CF3D7C8 , 0x563B04D9295545D2978283F31E49CA85 , 0x9524F878A2CB490696FA560E99439F3D , 0xD180194BBDC74F43B68595DBDEBC5B75 , 0x1C581BDE516D4C66B6133D5C76564D8A , 0xFED96D8FC2B94C8BAAFFB182BF2DB75B , 0xF243115D55114239B62241933424C349 , 0x6FAE8FBDCE044C4A8BD47B5BEE349A68 , 0xCA7B4110E8314F17A4A7B2840694C569 , 0x2406014248BD4A86BB7BB1D43DB297D4 , 0x0FAFB52ED1DB4B78A181298D90673D20 , 0x6A48C76922364BF888BE045B4D1D6558 , 0x7C4071A194524EF8989A7BAED522FA05 , 0x81BF2EF072D64EE2B34D4559EEC83C70 , 0xECE3F5F36C1A4D00B00F61AEB85854F1 , 0x4ABD26CB16B549688B5B0F2CEE339DA2 , 0x9C933B91BC58474FADB1A7E3A467A582 , 0xB1FFF4331B95486A8F4D2CBE3D907198 , 0x00C61B3D711B4CC0B355FBDB6710CA53 , 0x2C160FC4546448D2A891CCBD8BAA48EE , 0x570000C04D9245F1AA423CE52D18AE54 , 0x3D67D25B441544758CD74E1D3118C24C , 0x54EB02679A49405DAEA74C7149E5E7D4 , 0x862D29362F814210B3BA352CD4F083D0 , 0xABE4D1142E404BBF82567892BB44671E , 0xBEF2554039E948F2B4FD98E55FF8A76D , 0x9EB1D76BF2724A7FBB5D14C359503BAF , 0x09C24344255D4E0DA4796B14E64C489F , 0x1DAEC52AFBA64213A74FD636F0CCC1E6 , 0xCA74E61B2D3D4CBF95731D608BD5CCBF , 0x2BC06012CD0C46C2837766D9BCC8A929 , 0xE2DB1008C0904B93BF8732F136E06C30 , 0x9C9832237F5949C4BA63868E5C232775 , 0x034D4D0E88794DBA91E0F8EB70CE38C7 , 0x8C83B8B8A66F4B949A22E4DB94B164CE , 0xFFAB6F307F8D44D8BFBCAFC66A68E90A , 0x41A70EF2E7CB4E9581786087C7368042 , 0x47FC566CBBD6499AA98921A5F6B1708C , 0x694CF7C5F70D491B827A0DE0447A1CD5 , 0x8FC7E2AC990D4FC599687459531488FF , 0xABD880B1291B4496A97907064F759A71 , 0x85446514C3C2499AA6B7780B10997790 , 0xEACC7138F0184F328DBBC5AD6E6B8145 , 0xE12476275E0C46B29CF5E87E50CEFA7E , 0x5F7E8C64E3C04E6FB0DFD1A001B84216 , 0x6C4A812820804B2FAF1ADDB1D8683BED , 0xF4735DD0990A4C3A980F9C697F673A3A , 0x6D56900717DD4DD5898266EDE713E286 , 0x9ADC6CA2885049828B33091B2F508C3D , 0x0E51FC15903243BA8653162020B5FC94 , 0x80D65D55BF3543AEB5CAEE4317055ECE , 0xDC8BF14C1B3342099B6242966BB55479 , 0xF9C7F971119640ACB989A104A21F4B4D , 0x20396DFF00094C8EAB5880857268C084 , 0x7A30095262814BDA96516308A08B44F2 , 0xBB759FF921F24445BA533E948AE16F89 , 0x1589BB4C2F214A70851F22F95E528BAD , 0x1C06CFC0F10A49A0A8C8AB93C2716667 , 0x5DA2A56A6BF9434D8CCFD6865B9A8EF2 , 0x991C0EFBED294DF291876E9CDD8131D5 , 0x0588F3ED66974051A0A5D342377CE608 , 0x58870FF1FE2E4DA0B988B17AA003E71E , 0x64678BAFD10F459BA1F439AE932930AC , 0xA6027C5659D04ADC832173073ED20D77 , 0x772A5B50CD4E4B7AABE97C2E1A65E271 , 0x079F37B69BC7418BB337F65A27961C9F , 0x33D6FD47003940EEA556DDB257040D9D , 0xD17B75251AE3414A8104F18FF895FD37 , 0xE93B5A36409F4178B63F8D4726EB75FC , 0x1026ECBDC52E4C3DB0A5541D91455142 , 0x2390779739AA411CB74E73F979B020B1 , 0x530EAD694FB24CD884EB81EF4B1B826D , 0x08E61C3D018543BFB00BD6A852C09480 , 0xDF242317BADB45EDBEB05E951ADF2AA9 , 0x1EF36A8ACA354543A2209383F876F40B , 0xD33AA248B21A4D0DBD7CE1CAD0D783EF , 0xC33B2C15967344E5A0FB9244FB9951D3 , 0xDB1F11094B7040B594CA3D83A91A58A4 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
67
3.18 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . media_id , `property_group_option.media.translation` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . language_id = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00 Æ\e =q\e LÀ³UûÛg\x10 ÊS "
b"\x02 QmºüîN9‚ÞÏóž\x12 ¡\e "
b"\x02 È@╬╬╦Ls®\x18 Àòå{¼Å "
b"""
\x03 #\x14 ‗%ðO>ÀØÝÔd¹\n
░
"""
b"\x03 øó½╗╗NHØ/yùK«\x19 î "
b"\x03 ÏC;\x11 ÚI¦ë#~d2ìãÿ "
b"\x05 ˆóíf—@Q ¥ÓB7|æ\x08 "
b"\x07 oa~3ßMâN\x00 ý\r +\x17 £ "
b"\x07 ØsÁ\x01 dJUÆ\v Ldÿ°█Y "
b"\x07 ù\r B6CG¨‘r9ÈË:Ø\e "
b"\x08\x19 Êz{¼EŠ™$G“–(_\t "
b"\x08\x7F ¦w±PJ\x03 Œ\x08 Ûj9äRñ "
b"""
\n
fÎ\x18 á±DÔ€\x08 NçYŸÎ\x03
"""
b"\v q‗\r K´GIÅ│I×6[\x06 ü "
b"\f ÉÈÂÿ\t B\x17 éßA\x13 %+*= "
b"\f ’¦~ðÙEKš\x14 “\x12\x02 ÕU§ "
b"\f ÒÊOeEEUÉ\r &µòý╠N "
b"\r ª╬¾úðKÅÖ\x19 ‗═#\x17 ˨ "
b"\x0E Q³\x15 É2C║åS\x16 Á³ö "
b"\x0E Éë█½ILmò\x16 ÙËm&nE "
b"\x0F F/¸ÎdKÅÑÓ╣g·I,t "
b"\x0F vBë\x16\x0F C¨ˆ#tØ‚1\x0F 2 "
b"\x0F »Á.Ð█Kxíü)ìÉg= "
b"\x10 &ì½Å.L=°¥T\x1D ‘EQB "
b"\x10 >ô!|\x0F F¡šoìBa{Õ– "
b"\x10 £ýÓš¢A…¥´–ôZµ7L "
b"\x11\x12 ¥MƒžHöÏ<î¶Ð÷\x02 "
b"\x11 #ã└~HFvÉ(\x01 ┬d¿\x1C º "
b"\x11 ö:Ï,&E\x15 «\x01 šðdâF4 "
b"\x12 8´/\f [NU ôØ’Çÿ"¤ "
b"\x12 ƒ-╝\x1C mLÉâ4\v &ÀÝ\x0E § "
b"""
\x14\x18\x04 ô‚\n
H\x17 ¼pÆh>
"""
b"\x14 ò–˜þiN²±A¢¥r•Þ\x08 "
b"\x15 [Ó»¹AG;°ÛÐ\Ïv[W "
b"\x15 ‰»L/!Jp…\x1F "ù^R‹ "
b"\x17 Ïó“e®Fí’Çd.3kkó "
b"\x18 ▒ÉbôËA▓ôó┬!yô$ "
b"\x19 ©\x10 o┘jGNÅþ\x13 ┬C╝\x08 * "
b"\x1A [\x11 ùØML\e ƒÆXÂ┤Ì╩┤ "
b"\e ¨\x04 :8:K\x11 ¦„šd-VûU "
b"\e ÍÕȸ┌NeÀüí4@GQ' "
b"\x1E Üñ\x01 ÌMG ±öj\x10 Û+à\r "
b"\x1E ójŠÊ5EC¢ “ƒøvô\v "
b"\x1F ç‘a˜ÓO\x16 ¼\x18 FèI£‡\v "
b"!HÊŠ·¼Gv‡Å›°£Ú¥Ã "
b"!‘\x17 `q\x17 I\x15 ½‡!qHçì+ "
b""\x11\x11 GdÀD)¨M¸TÙ`Ri "
b""╩\x17 ıÑèL├ìv¢éãRú8 "
b""ÿ\x12 Q~'I·Š`²çs\x11\x05 a "
b"#ÿ±Â›eL«¼\x02 د\x05 ëT; "
b"$\x06\x01 BH½J†»{±Ô=²—Ô "
b"%gäeü║I█öáÉ\x1D «,E┴ "
b"&‡f¹‘™H3Žß|>\x03 S{… "
b"&°NàÐÍB\f –„-ÄÄß’° "
b"&¹/ï€EO\x04 »]s´\x06 ¯Â "
b"(# j╣ØGt┤P¤ßÆkÙË "
b"(‚”O=9Fq¶dzÖV€†ú "
b")|QöO‡D\x0E Œ€è\x0F µè& "
b")„ä—\x06 WJ¥˜/åŒ|ö#€ "
b"*\x1F\x06 òk#Lî¢╚ß\x14 nUØ< "
b"""
*1„\n
Û¿N©Šµš\x07 Ëaþ¿
"""
b"*AZ2\x1F ˆJÿŽ¸¼"º¦ñ\x11 "
b"+},\r #'N³Ÿ½7dzÚžñ "
b",\x16\x0F ÄTdHÒ¨‘̽‹ªHî "
b",ä\x00\x07 ñ▓DÂû/\x1D Ó·ÌìÜ "
b",▀fûbpKlÅ"5\x15 ┤M;E "
b".à[J\x15\x14 Dý¯k;ã9[“í "
b"/A\x0E Ýõ±LÀ…0Þžs\x1A 2& "
b"/fë^\x15 <@ù┤üº\x18 Ì\x0E lR "
b"/ìs,~öDËöo¾2\r r:\x03 "
b"/¡©,A.M9¨¤ud|ÀR\r "
b"0X¹v'ÌL¨Ø\x18 ÕK╠ÚS~ "
b"0╔rC7ÈMMèàëùüJHr "
b"2▒üd8│F¹ïÀ¦?¢p]B "
b"2Â×\x08 hdN\x1D º¼¢\e !ªìÿ "
b"3’;\x04\x14 þ@Ó±\x01 ‡\x0E /à\x0F « "
b"46ù!¶¦O\x13 àìj■qÕ┐\x0F "
b"4d–>ßÊE8·[€ò±›—Ï "
b"4×\x14\x05\x00 ÃF4º`?,z\x1A ÝÚ "
b"5iب&aF$„ŠÈ¬pÎtJ "
b"5|Ð\x03 žçL>…v¿\x02\x1C ýð\x14 "
b"6\x16 ÉÇûXC\t ºìUÒZ€_~ "
b"6r ã°ÐI¨žì‘\x18 .º3H "
b"""
6 º\x19 ¸¬J´šÄÈHà«\n
n
"""
b"""
8\x1F øŠ\n
hCû³Ú&ý½-ÜT
"""
b"8M\x17 8ö'Dl²Í\x05 Ôœ_-Þ "
b"8Ŝ䣘Cp¸\x12 QXQZý] "
b"""
9ÏÂhë3G¦âÈ6^É\n
XÁ
"""
b":ef\x03 ^\M”€Ñ¼ê¾`%# "
b";Øåå§bH\x1D ¥‡;øî8®\r "
b"<;\x07 ï]È@;┐Åù\x10 j/_Þ "
b"<╗ÓÛìÆB═┤ï░XN·Ã+ "
b"""
=U©¥ú\x13 B\n
ÉptãùÕÔn
"""
b"=gÒ[D\x15 DuŒ×N\x1D 1\x18 ÂL "
b"=ßF\x13 {\x1A Guèüg'\x10 ¿` "
b">&àéa<@á½æ‡°\x1A Fî4 "
b">”6¦¿²KýŠŒª´¸®ê§ "
b"?“,\x18 wzL¦ͤ®žñ¦[ "
b"@Gb§¨nNãØÀ|╝╝òÎ┼ "
b"@ÍM_™FFË«I¬\x11 vwp! "
b"""
A;ãÓœæD¶²œW\x07 eâ\n
Ñ
"""
b"Aº\x0E ‗þ╦Nòüx`çÃ6ÇB "
b"Aßg╠'¯Iäì{\x05 x\x04 Í┼| "
b"Aõ©!¬\x14 Gd‰Y–È4kÉë "
b"B \x01 [*5MFó░Ýe¿\x1E ì\x12 "
b"C&98\x11 I|´—·è°\x1D ¼ü "
b"CD\x1D ú$ÊE\x00 \x12 …ÃLGÎð "
b"CÅÚÄÞèF*…²ED³ÂX' "
b"""
GQ]×3èAÓ®_\n
9VânÂ
"""
b"GR+I¥nJE¸)t˜ïãáÁ "
b"GÝ\x19 ÆÊ\x19 @È‚Af»¾Æ\f G "
b"GüVl»ÖIš©‰!¥ö±pŒ "
b"Hu\x13 È_DLS¶ÉU¼uÞ¬* "
b"I=)%\x7F ´Eˆþ5RíÁ¨È "
b"I▄"\r DÏOó£Þ¥!ÅÞÖ^ "
b"J”@ÓDNǃ¡7q\x1F\x04 s- "
b"J³NEúA@\x14 ª\x01 ’\x03\t ‹Àe "
b"L\x08 ¼Æ]bEÂÉ╝h\x03 î\x1C .õ "
b"L6o\x05\x10 {B7«3Î\r \x14 òYa "
b"L¢’\x14 +²K›—€,Þi©ðÅ "
b"M¾me&3Om”%}\x1E\x07 ¸1Š "
b"N\x15 1\x08 ╔ØNØò┤Ü=±E┘à "
b"P°Z4\x08 ½F¿•Ï»poR\x01\x04 "
b"PÓõ\x17 ¡4H0É\x1C .ðÊ┐¼\x14 "
b"QIDÓð³Cz¼üJú\x19 Æ;z "
b"Rعp»Ä@ô”\x15 øÒ]\x0F ¤\x04 "
b"Rß¡ØÖd@©©\x1F )ø@\x1C ª╠ "
b"SÁ\x04 ø\x14 ßAŠ€\e G$´¡W{ "
b"Të\x02 gšI@]®§LqIåçÔ "
b"UË\x17 *Ó\f D\x07 §ÃG\x11 ž\x07 Uv "
b"UÏKÿ¥•JÔ‡yxù\x00 ÈÞs "
b"VM\x1A ûP}J‡´¬Øj\x1E ý/` "
b"VY\x03 ═\f )E§îoWÉ°▒ z "
b"Vkëþ_ŽF\x1A …S/×9’\x00 æ "
b"Vľ\x10 è#H*‡¶ô I„; "
b"W\x10 2~¾Kÿå\x01 ï,ÅýXs "
b"X\x15 Œè†.L¥³á¥‘\x1A ¦;! "
b"X‡\x0F ñþ.M ¹ˆ±z \x03 ç\x1E "
b"XÇ™<”TE§£Eú_D×\x0F þ "
b"Z\x0E ³\x05 N÷D-´\x00 H\x03 &K\x13 7 "
b"Zw¹yÔ\x17 O¤¿—0Û˜Z}® "
b"Zã>ì!ÙEï´°Mæܼâ( "
b"[–_«Lç@m¨,a*N˜x¡ "
b"\³q]k¸@O’5JÑùD\x01 Ï "
b"]‡$^DrIûù7N\x07 ð,\x19 "
b"]¢¥jkùCMŒÏÖ†[šŽò "
b"]Ó§4\x0E CC_¥ß\x00 Ü8\x02 (\x13 "
b"^¼’·[\x03 H·–\v ûÃÊ[\x13 Ó "
b"`\x03 Ñø“\x05 AÞŠhð\x00 ïOåa "
b"`Ž\x10\x10 lÿG+ž€Viº˜ð "
b"`¿K<Õ}M*¤©óá\v ¥š“ "
b"ajS}þ@Fž‡^¢ªîCëÔ "
b"a®ˆJ\x17 ¾B œ²\x04 dßQ¢» "
b"aDñ@e–†c/ä\x1E CF "
b"c\x0F æEVCR‹\x03 š¨ž\x1F ìß "
b"d\x01 ¦~Œ°A?³oú™§ay@ "
b"dŸlb°žHy‘«ÒËÁJ3\e "
b"e\x14 ÑdàŸD‚‰ÚI~4b}\x7F "
b"e=:Â\x19 «AØ¿‡U'¿/Nõ "
b"eï4OäºF\x17 ¬3`Hbåfä "
b"fsØ\x14 Â\x13 M\x07 ³þDá•Ñb5 "
b"g·ÈÏsdH]¿‡W\x14 ?ýè™ "
b"g╣PèãÈE┬ì┘UÔƒ\x1D äZ "
b"h\x1A v9ˆ¯G˜’-^r†ø8- "
b"i}èÙöŠHD›?\x02 kÇéC "
b"""
iƒ-\f s\n
D\x15 •#½“\x11 òí)
"""
b"jHÇi"6Køˆ¾\x04 [M\x1D eX "
b"k³¤┴\x17 ┤Dð¢sº ¹bAØ "
b"n—ø\x00 ËRDy¦]ž\x1E\x0E þŸ_ "
b"n¦2\x16 K©LYª\e ™?:åi. "
b"o\f à\x7F f…I¯µv?)£©M\x18 "
b"qN!.\x1A /@~│ÅvC╚¢8b "
b"qì@Ü \x00 KJœHÑu’ÀK\x04 "
b"q¾½¬\x03 øD¿ú░ë3ÅB\x08\x1F "
b"rüÀÝž‰E?†BŸåLEÃH "
b"sØãî6}@/¾ƒ“\x07 QØ'\x11 "
b"tƒ¯9ê÷I¼—\x13 Ý·A\x19 WB "
b"um¬#±\x11 C\f µæ\x14 «ÆŒÂ˜ "
b"u¬×\x1E œ\x04 GÛ†§$Š²º§@ "
b"vÈ’\r }™Eö‰Œ±ö• Ρ "
b"yMQ\x05 Y\x19 G┼ì┘¨Ý\x05 ╠├Y "
b"zÚë›e\x04 HÞ”1jM‘†âÆ "
b"{ñüÂùØA─ùjL█º{UÒ "
b"|@q¡”RNø˜š{®Õ"ú\x05 "
b"|b_pT½AõæÒPµª¿Ø{ "
b"\x7F mI«ˆ¡Dc¥ó\x06 t‰X¸Â "
b"€dŠìYžCß–—Äùòóþ‹ "
b"€l×.áŒAo·#s”FÏr¾ "
b"Çë´╚éùGü¡L\║╬jx\x7F "
b"ü░║ÛdÂB~®øÏ·Ô\Çı "
b"ü┐.rÍNÔ│MEY¯╚<p "
b"é3Tb╠¹Eýî┴\x17 (B>üb "
b"él▄}5\x01 @VÅ\x7F R>\f -WÕ "
b"‚p°r¯)B…ª¦\x14 s\x07\v \2 "
b"‚òÜ>ÚkIs¹½áT!\x07 "/ "
b"ä\x17 <7v┘EÎز\x1F {\x00 ´_\t "
b"äËYÓ»ÇBQüy\x15 Ûë¼y┼ "
b"å-)6/üB\x10 │║5,Èâð "
b"ˆŽv‚\x03\x0E I\x08 ¤ÜrI\x01 ¤\x08 À "
b"ˆ™jh¬öD뢀¿´G.’D "
b"ê╣±┐ÞûAfçò╗┼ÐÀ\x10 É "
b"ˆÜ(áo\x11 Ož ‹)UíB¼( "
b"‰×éö©,H ®\x07 hTp§Û¿ "
b"è\t \ÅZ╦Mgè(£öQÄ║Ì "
b"ŠßåOÿ¢LÆ‘<f\t ES{c "
b"ŒZ—ZI\t FJ„BVÍnùÖG "
b"ŽI*ƒó¥M3¯[V)hÁ]E "
b"Ž[\x06\t #÷F›‰ÒÓ\f …NÉ* "
b"Ž¾+,ÌHI‚²®+Èç_Di "
b"Å\f O‗┬░OK¿Í\x03 à\x01 SÁ6 "
b"ÅóVùò<B6ìé¥\f ²╚; "
b"É\x16 S╬┼´A\x15 ╣_╚>kÔ\x07 "
b"É"╠¾½ÏIÐ×╠M%M¦╬\x02 "
b"‘\x02 š\x16 þ¿H@ Úõ\x05 3¹nŽ "
b"‘&‘N2¹H\x00 Ÿ\e\x10 Ï7Æs6 "
b"æÉM9Y\x06 BæúµÊ\x19 Ô╠┘┐ "
b"•‹A.Äê@ôŽh\x08 „üŒƒR "
b"–iñùæ»Fp£érŠÖ1#‚ "
b"–‚\x17 åà´Gä°;\x08 ™ï]\t ¡ "
b"˜\r ¿Ûœ‘E««‹î¨5ŠÁ\x1F "
b"ÿ×ízɧCWª´\x03 y4├qz "
b"™\x15 Fˆ¿æI\x0E ´|ÎáÖ\v ññ "
b"Ö\x1C\x0E ¹Ý)M‗æçn£¦ü1ı "
b"ÖÅ¥¹╗~Gdøþäc¾üc< "
b"Øc¸\x05 p╣@JÂxÎ\x16 ä"╔ó "
b"Øá]#|\x14 Lü╝ûeU{\t\x13 ┼ "
b"×\x02 aT\x05\x1A I¢ì\x04 \x07 S÷\x19 & "
b"ž/ø+ø:I&˜ûJ‹¸2\t × "
b"ž±×kòrJ\x7F »]\x14 ÃYP;¯ "
b"ŸFlGV\x07 AÒ¹… ´Fª¡n "
b"ŸW¬û\x0E #K«‹ÒÞx0¼`t "
b"ŸÇÒ½âÅH\x08 Q¼\x15 èáN "
b"í│ó"wMLR¥§u;5\x12\x03 Ø "
b"¡¶4!†^Bµ²ü\x1F º\x00 íñ[ "
b"¡ëø.ÇâNè±²ò%Ü\t\x0F — "
b"""
ó\n
YìÐ@@àüıN=╠¶\f %
"""
b"¢²º¢¾îJ+‘“Ÿ\x07 \r ru\x18 "
b"ú┤¦Å\x11 3M\x18 ƒÎcvÚ└GÛ "
b"¥Õ\x00 ú[ÈED“\x1A\x7F )ÙÜÏŸ "
b"Ñ▄)c7¾D\f Å\x1E T\x19 ■éqv "
b"ª-¸á«\x0F FêëT║\e AMìî "
b"ª═sy▄ìD@ó¿@ÔæòÅ\x01 "
b"º*\x03\v )ÉL£¡`p\x1D\x03 =Kê "
b"§NM\x18 ª\x05 J‚¨¹Æå\x00 žv| "
b"§NŸ¿rÂAЊ´ªPI|:ù "
b"¿)\x03 ô¶(JRì┘½ìö▒ýî "
b"¨‡½–Õ«B}³F\t ’m`¬z "
b"¬ùø<«®Oü¬\x11\x05 ®\t ┬Ý` "
b"½ÿb(=ƒMìéíG{÷\x1C «x "
b"¬Üì†\x04 êBÙ¸\x11 +Õ»" ü "
b"¯\x08 ·Èâ£Bë•\x05 Yµþ¸1\e "
b"»è╝\x15 _SI╠ªOØ)©z@┌ "
b"¯·ý\x1A 5=Hg‹uT…\x1A\e ®_ "
b"░Ç3\x1C zpC\x12 ØD-VÐ┬⣠"
b"±ªÝ/àPM{¿nï\x19 S&‘s "
b"▒ ¶3\e òHjÅM,¥=Éqÿ "
b"²^»*ï\r Cˆ”\x13 .¢"ß™^ "
b"³\x08 v\x18 §mMö¨ú\x18 =Š‚×I "
b"│5yÂÌËIXè\e\x03 O─Å÷\x10 "
b"µ"\r OV?L=ˆgä\x0F ûEsy "
b"µNÆN›\x12 A&†˜CX\f {S\n "
b"ÂN\x17 äp>DÈíö@Å\x06 kI▓ "
b"¶£\õ+ºE-™7îŠÁ\x1F +! "
b"Àû\x19 ï@øNE│I~ıßÅD╝ "
b"·éé+£&Jª“wn?ê÷¦í "
b"¹?µat3B\x11 §p~"â.Œ$ "
b"╗\x03\x13 V}.N╣®SÊA\x00 üFy "
b"»uŸù!òDEºS>”Šáo‰ "
b"»ŒÔ™\x17 BOú“\x10 ?\x02\v n\x17 â "
b"╗¦znèµF_üH1╬âÂ┐§ "
b"¼º Pà¨CqŽ8%K•k2Y "
b"""
╝╠8°└OBvÅ®ƒ■©\x03 \n
)
"""
b"¢\x16 Í(ØQEJù╚ú±"?]┐ "
b"¢ó¬´┌åG¡¬³j_Øù|8 "
b"½ÂÙ¤\x15\x07 C‚¯\x0E ¯\x1F <£ü\x10 "
b"¢┌ÉÖ\v .K┌©u=ıQÀ¨+ "
b"¿·v\r ¬–N2±døöb[\x1E × "
b"ÀÂ\x1C xL®C£±þϹÀé[† "
b"ÀáK„l_Bs»\x15 ¼n\x07 „cÔ "
b"ÁÀ4)cnHÚž\v •»\t Ì„˜ "
b"Â,ÚæpI7§,£R\x17 ¿4y "
b"ÃE%¦Œ™G!‚\x1F "Ïàa|É "
b"├¤@ùó°E«º>/ÃÍÅn "
b"─zi\x05 \r \x1E DÒø\x18 /+}lØ┼ "
b"ă¯héE\x12 ‡^»Ï8TAS "
b"Äæ\x07 ß‹±Lì…Qi¿1Ü\x07 ƒ "
b"ÆP\x02 #ÔAN:¼èÕ¿f'ŠË "
b"ãÕÑ»\x7F\x11 H╣ø77║╦5Eü "
b"É‹\3BÖK“€÷x³Q¿¬n "
b"╔¤Åp\x11 ×M/îÚMs<¬³\x19 "
b"Ê{A\x10 è1O\x17 ¤§²„\x06 ”Åi "
b"ʘÖa–ëEa‹¹‘\v Üî˜É "
b"╩¶ÀÞ¢▀I¸ÁüÉca╣#¼ "
b"Ëk ½€äIüµË¼VíŸ\x04 z "
b"Ìèý‘ûUG2³Õ.Eñx\x12 V "
b"ÎCþBý\x00 Bœ«³LÕ\x14 ”0Î "
b"Î\x7F ÈF‹°M\x1E ¤÷±¤QªG "
b"╬(t\v UD▓ü^┤Þ!2]\n "
b"Ï\x17 ¥á–ÅKÀ€\x1C T¶À\x1F &3 "
b"ÐGÔ\x05 l%IT‹¬\x00 X:V+= "
b"Б\v “CÓ@¤°\x1D L¬^æã< "
b"Ð{u%\x1A ÒAJü\x04 ±Å°ò²7 "
b"ÑûÅ\x14\x18 Jïµ`\t ¤4ç- "
b"ÓI\x05 ·Õ/Bî‘Ôúê²kJx "
b"ÕVþ’h<Fe¸ì²\x06 gåÆÛ "
b"ÕÞÇå„tJh†ë\x1A $°$7 "
b"Õà€9i¹F!šÝæ¬gÝp\x1D "
b"ÖP»ë2#IE Á…çÒc‰1 "
b"ÖR¯ïÃÆJI»’¯¡\x07 ÑC\x1F "
b"×æ\x12 ŒŒ\x04 B°\x18 ¸ù§I "
b"Ï\x16 R‗5\x07 @¯û²bwØýµR "
b"Ù£áG»½L‹‚ÏýÕý\x7F `A "
b"Ùñ,\x00 *>F\x15 ¡é¹Þè¹ÅÌ "
b"ÚCÉãj’Km§|X{Á\x18\x0F ß "
b"ÚHmÎL¾Cq¤ý¤ótÚë£ "
b"ÜP:oPÎFŸ²#ĺ\f !\x08 "
b"Ü‹ñL\e 3B\t ›bB–kµTy "
b"ܧL2E\x10 A ¦\x0E ÓûÙHÞ "
b"Ýã\r pUéH™‚Ò$¾däCû "
b"Ó\x03\x14 ËêPM\x1E Æ\x07 aqü;¨; "
b"Ó)┌ɶ\x1D OÁ│,‗³Ú╦(° "
b"áGBœ³¡@6‰›ã|\x1C ÇÃÑ "
b"â4M\x15 ?eC\¼ƒH1\f â¡7 "
b"âpdÇß|A\x03 •Úã'k\x11 ‹, "
b"õØâ'\x1A è@m╝p\x00\x02 ╔;‗. "
b"Õ░p▀8gGÝ┤;Å\x1C ■─ Ð "
b"Õ┐=Û.ôO\x0F Ü%C2¯z½Å "
b"µÉo[¦\r E╗׶\x01 g═¿áw "
b"æž°Å“iN—¥ÂŽË}ξ… "
b"è€~e¿‰Oa¾9—\x18\x12 °Íß "
b"""
é§w¬–\n
J\x1F ¼ßzÄ,V\x12\x1A
"""
b"éàdB´FÔˆ\x7F Júó½\x1D s "
b"êãYøË\x01 HЈ\x19 “Â×Ñ+Ð "
b"ý\r °¡«╚K+üÜíMzFáA "
b"ìãõól\x1A M\x00 °\x0F a®¸XTñ "
b"î\x07 ÁªË¦OyƒìAúÛ9—^ "
b"¯9ùºë■@êì©│K©kÔ╚ "
b"ïHçý0cLË¡\x06 Õ\x04 f\x06 Ï! "
b"ï°\x19 9nšE3´T>~øVº "
b"£ë\x08 =ÙKµÉ?üj,▒öj "
b"ðÎ¥âî H\r ©£¼ÿT\x18 m¹ "
b"ñF\x08 Ó[&Bl ²š\v Žfä1 "
b"òC\x11 ]U\x11 B9¶"A“4$ÃI "
b"ó<ž)ñØG3«\x00 íÔœÅÚ7 "
b"óz\x00 ==‚B Ÿ:žQt\x17\x7F “ "
b"óºÿ´ý˜M1†‘çl!½_< "
b"öÄr ¦™F›§éZ\x12 û?ÿu "
b"°CMü\x18 »E\x7F ░£0æ╝┬┤= "
b"ø‘ÛJV$C\x04 ŽH\x02 ØqHë\n "
b"ûPV‘0\Gš›$ˆu\e ÒqT "
b"³║Ç*±ªA█å]ó\e ÉZ¤t "
b"³ÛVŪ┼BJúµ6\x18\x01 0<▓ "
b"³´üK{ËJ¹║┘│\v Î÷ô\x1C "
b"■\x06 p¯╦rL█Ñ<!ç▓r\x1F ì "
b"þ\x17 r¶+\f E¬š²Ô¹“Cp) "
b"þ£±\x00 p$Jyœ£¦=”æó‹ "
b"ÿ#Íâ*¸MÊ°\r ƒñ¼.m\x04 "
b" ZDı▓iGgØ&▄6ê\x19 {\e "
b" à"ËG█E\x01 ¡qìyDy─ð "
b"ÿ’ûP\x1C\x19 D\x13 ‚½Q£\x1E ¦¶½ "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) as `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) as `property_group_option.media.customFields` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) as `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) as `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name as `property_group_option.translation.name` ,
`property_group_option.translation` . position as `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at as `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id as `property_group_option.translation.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . language_id = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . property_group_id ,
`property_group_option.group.translation` . name as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . description as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . position as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` ,
`property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . media_id ,
`property_group_option.media.translation` . title as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . language_id = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) as `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) as `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) as `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) as `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) as `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) as `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) as `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) as `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name as `property_group_option.translation.name` , `property_group_option.translation` . position as `property_group_option.translation.position` , `property_group_option.translation` . custom_fields as `property_group_option.translation.customFields` , `property_group_option.translation` . created_at as `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at as `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id as `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id as `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . property_group_id , `property_group_option.group.translation` . name as `property_group_option.group.translation.name` , `property_group_option.group.translation` . description as `property_group_option.group.translation.description` , `property_group_option.group.translation` . position as `property_group_option.group.translation.position` , `property_group_option.group.translation` . custom_fields as `property_group_option.group.translation.customFields` , `property_group_option.group.translation` . created_at as `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at as `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id as `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id as `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . media_id , `property_group_option.media.translation` . title as `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields as `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at as `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at as `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id as `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id as `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x00C61B3D711B4CC0B355FBDB6710CA53 , 0x02516DBAFCEE4E3982DECFF39E12A11B , 0x02D440CECECB4C73A918B795867BAC8F , 0x032314F225D04F3EB79DEDE264FB0AB0 , 0x039BA2ABBBBB4E489D2F79974BAE198C , 0x03D8433B11E949DD89237E64328DC698 , 0x0588F3ED66974051A0A5D342377CE608 , 0x076F617E33DF4DC3A24E00FD0D2B17A3 , 0x079D73B501644A55920B4C6498F8DB59 , 0x07F90D42364347A8917239C8CB3AD81B , 0x0819CA7A7BBC458A9924479396285F09 , 0x087FA677B1504A038C08DB6A39E452F1 , 0x0A66CE18E1B144D480084EE7599FCE03 , 0x0B71F20D4BEF47498FB3499E365B0681 , 0x0C90D4B69809421782E14113252B2A3D , 0x0C92A67EF0D9454B9A14931202D555A7 , 0x0CE3D24F65454555900D26E695ECCC4E , 0x0DA6CEF3A3D04B8F9919F2CD2317D3F9 , 0x0E51FC15903243BA8653162020B5FC94 , 0x0E9089DBAB494C6D9516EBD36D266E45 , 0x0F462FF7D7644B8FA5E0B967FA492C74 , 0x0F7642EB160F43A8882374D882310F32 , 0x0FAFB52ED1DB4B78A181298D90673D20 , 0x1026ECBDC52E4C3DB0A5541D91455142 , 0x103EF4217C0F46A19A6FEC42617BD596 , 0x10A3FDD39AA24185A5B496F45AB5374C , 0x1112A54D839E48F6ADCF3CEEB6D0F702 , 0x1123C6C07E484676902801C264A81CA7 , 0x11F63ACF2C264515AB019AF064E24634 , 0x1238B42F0C5B4E55A0F4D892C7FF22A4 , 0x129F2DBC1C6D4C9083340B26B7ED0EF5 , 0x141804F4820A4817BC70C6EF8C85683E , 0x14F29698FE694EB2B141A2A57295DE08 , 0x155BD3BBB941473BB0DBD05CCF765B57 , 0x1589BB4C2F214A70851F22F95E528BAD , 0x17CFF39365AE46ED92C7642E336B6BF3 , 0x18B1906293D341B293A2C221799324B6 , 0x19B8106FD96A474E8FE713C243BC082A , 0x1A5B11979D4D4C1B9F9258B6B4DECAB4 , 0x1BA8043A383A4B11A6849A642D56FB55 , 0x1BD6E5D4F7DA4E65B781A13440475127 , 0x1EDCF101CC4D4720B1F66A10DB2BE00D , 0x1EF36A8ACA354543A2209383F876F40B , 0x1FE7916198D34F16BC1846E849A3870B , 0x2148CA8AB7BC477687C59BB0A3DAA5C3 , 0x2191176071174915BD87217148E7EC2B , 0x2211114764C04429A84DB854D9605269 , 0x22CA17D5A58A4CC38D76BD82C652A338 , 0x22FF12517E2749B78A60B2E773110561 , 0x23FFB1C29B654CABBC02D8AF05EB543B , 0x2406014248BD4A86BB7BB1D43DB297D4 , 0x2567846581BA49DB94A0901DAE2C45C1 , 0x268766B9919948338EDF7C3E03537B85 , 0x26B04EE0D0CD420C96842DC4C4DF92B0 , 0x26B92FEF80454F04BB5D73B406AFADC2 , 0x2823FF6AB99D4774B450CFE1926BEBD3 , 0x2882944F3D394671B6647AD6568086FA , 0x297C51F64F87440E8C80E80FB5E8AD26 , 0x2984E49706574AA5982FE58C7CF62380 , 0x2A1F06956B234C8CBDC8E1146E559D3C , 0x2A31840ADBBF4EA98AB59A07CB61FEBF , 0x2A415A321F884AFF8EB8BC22BAA6F111 , 0x2B7D2C0D23274EB39FBD37647ADA9EF1 , 0x2C160FC4546448D2A891CCBD8BAA48EE , 0x2C840007A4B244B6962F1DE0FADE8D9A , 0x2CDF669662704B6C8F223515B44D3B45 , 0x2EE05B4A151444FDAF6B3BE3395B93ED , 0x2F410EDDF5B14CC08530DE9E731A3226 , 0x2F66895E153C4097B481A718DE0E6C52 , 0x2F8D732C7E9444D3946FF3320D723A03 , 0x2FA1A92C412E4D39A8A475647CC0520D , 0x3058FB7627DE4CF99D18E54BCCE9537E , 0x30C9724337D44D4D8A858997814A4872 , 0x32B1816438B346FB8BB7DD3FBD705D42 , 0x32B69E0868644E1DA7ACBD1B21A68D98 , 0x33923B0414FE40D3B101870E2FE00FAB , 0x34369721F4DD4F13858D6AFE71E5BF0F , 0x3464963EDFCA4538B75B80F2B19B97CF , 0x34D7140500C34634BA603F2C7A1ADDDA , 0x3569D8A826614624848AC8AC70CE744A , 0x357CD0039EE74C3E8576BF021CFDF014 , 0x3616C9C7FB584309BAEC55D25A805F7E , 0x3672A0E3B0D049A89EEC91182EBA3348 , 0x36A0BA19B8AC4AB49AC4C848E0AB0A6E , 0x381FF88A0A6843FBB3DA26FDBD2DDC54 , 0x384D1738F627446CB2CD05D49C5F2DDE , 0x38C59CE4A3984370B8125158515AFD5D , 0x39D8B668893347DD83D4365E900A58B5 , 0x3A6566035E5C4D9480D1BCEABE602523 , 0x3BD8E5E5A762481DA5873BF8EE38AE0D , 0x3C3B078B5DD4403BBF8F97106A2F5FE8 , 0x3CBBE0EA8D9242CDB48BB0584EFAC72B , 0x3D55B8BEA313420A907074C697E5E26E , 0x3D67D25B441544758CD74E1D3118C24C , 0x3DE146137B1A47758A81672710B6A860 , 0x3E26E0E9613C40E1BDE687B01A46EE34 , 0x3E9436A6BFB24BFD8A8CAAB4B8AEEAA7 , 0x3F932C18777A4CC2A6CDA4AE9EF1A65B , 0x404762F5F96E4EC69DB77CBCBC95D7C5 , 0x40CD4D5F994646CBAB49AC1176777021 , 0x413BE3D39CE644B6B29C570765E20AD1 , 0x41A70EF2E7CB4E9581786087C7368042 , 0x41E167CC27EE49848D7B057804D6C57C , 0x41F5A921AC144764895996C8346BC9EB , 0x42FF015B2A354D46A2B0ED65A81E8D12 , 0x432639AD3811497CB497B7E8B01DBCFC , 0x43441DFA24CA4500AD1285C34C47CEF0 , 0x43C5DAC4DEE8462A85B24544B3C25827 , 0x47515DD733E841D3AE5F0A3956E26EC2 , 0x47522B49A56E4A45B8297498EFE3E1C1 , 0x47DD19C6CA1940C8824166BBBEC60C47 , 0x47FC566CBBD6499AA98921A5F6B1708C , 0x487513C85F444C53B6C955BC75DEAC2A , 0x493D29257FB445C288FE3552EDC1A8C8 , 0x49DC220D44D84FA29CE8BE218FE8995E , 0x4A94AD40D3444EC783A137711F04732D , 0x4AB34E45FA414014AA019203098BC065 , 0x4C08AC925D6245B690BC68038C1C2EE4 , 0x4C366F05107B4237AB33CE0D14F25961 , 0x4CA292142BB24B9B97802CDE69A9F0C5 , 0x4DBE6D6526334F6D94257D1E07B8318A , 0x4E153108C99D4E9D95B49A3DF145D985 , 0x50B05A3408BD46BF95CFBB706F520104 , 0x50E0E417AD344830901C2ED0D2BFAC14 , 0x514944D3F0B3437ABCFC4AFA19C63B7A , 0x52D8B970BBC440F49415F8D25D0FA404 , 0x52E1AD9D996440B8B81F299B401CA6CC , 0x53C104F814DF418A801B4724B4A1577B , 0x54EB02679A49405DAEA74C7149E5E7D4 , 0x55CB172AD30C4407A7C347119E075576 , 0x55CF4BFFA5954AD4877978F900C8DE73 , 0x564D1AFB507D4A87B4ACD86A1EFD2F60 , 0x565903CD0C2945F58C6F5790F8B1FF7A , 0x566BEBFE5F8E461A85532FD7399200E6 , 0x56C4BE10E823482A87B6F4202049843B , 0x571020327EF34B9886018B2C8FEC5873 , 0x58158CE8862E4CA5B3E1A5911AA63B21 , 0x58870FF1FE2E4DA0B988B17AA003E71E , 0x58C7993C945445A7A345FA5F44D70FFE , 0x5A0EB3054EF7442DB4004803264B1337 , 0x5A77B979D4174FA4BF9730DB985A7DAE , 0x5AE33EEC21D945EFB4B04DE6DCBCE228 , 0x5B965FAB4CE7406DA82C612A4E9878A1 , 0x5CB3715D6BB8404F92354AD1F94401CF , 0x5D87245E447249C3BBF9374E07F02C19 , 0x5DA2A56A6BF9434D8CCFD6865B9A8EF2 , 0x5DD3A7340E43435FA5DF00DC38022813 , 0x5EBC92B75B0348B7960BFBC3CA5B13D3 , 0x6003D1F8930541DE8A68F000EF4FE561 , 0x608E10106CFF472B9EAD805669BA98F0 , 0x60BF4B3CD57D4D2AA4A9F3E10BA59A93 , 0x616A537DFE40469E875EA2AAEE43EBD4 , 0x61AE884A17BE42A09CB20464DF51A2BB , 0x61EEAF8444F140659686632FE41E4346 , 0x630FE64556AD43528B039AA89E1FECDF , 0x6401A67E8CB0413FB36FFA99A7617940 , 0x649F6C62B09E487991ABD2CBC14A331B , 0x6514D164E09F448289DA497E34627D7F , 0x653D3AC219AB41D8BF875527BF2F4EF5 , 0x65EF344FE4BA4617AC33604862E566E4 , 0x6673D814C2134D07B3FE44E195D16235 , 0x67B7C8CF7364485DBF8757143FFDE899 , 0x67B9508AC6D445C28DD955E29F1D845A , 0x681A763988AF4798922D5E7286F8382D , 0x697DE8D9F68A48449B3F02AD6BC7E943 , 0x69832D0C730A44159523BD9311F2ED29 , 0x6A48C76922364BF888BE045B4D1D6558 , 0x6BFCCFC117B444D0BD73A720FB62419D , 0x6E97F800CB524479A65D9E1E0EFE9F5F , 0x6EA632164BA94C59AA1B993F3AE5692E , 0x6F0CE07F668549AFB5763F29A3A94D18 , 0x714E212E1A2F407EB38F7643C8BD3862 , 0x71EC40DC20004B4A9C48D17592C04B04 , 0x71F3ABAA039B44A8A3B089338F42081F , 0x72FCC0DD9E89453F86429FE54C45C348 , 0x73D8E3EE367D402FBE83930751D82711 , 0x7483AF39EAF749BC9713DDB741195742 , 0x756DAC23B111430CB5E614ABC68CC298 , 0x75ACD71E9C0447DB86A7248AB2BAA740 , 0x76C8920D7D9945F6898CB1F695A0CEA1 , 0x794D5105591947C58DD9F9ED05CCC359 , 0x7ADAEB9B650448DE94316A4D9186E2C6 , 0x7BA481B6979D41C4976A4CDBA77B55E3 , 0x7C4071A194524EF8989A7BAED522FA05 , 0x7C625F7054AB41E491E350E6A6A89D7B , 0x7F6D49AB88A14463A5F306748958B8C2 , 0x80648AEC599E43DF9697C4F9F2F3FE8B , 0x806CD72EE18C416FB723739446CF72BE , 0x8089EFC882974781AD4C5CBACE6A787F , 0x81B0BAEA64B6427EA99BD8FAE25C80D5 , 0x81BF2EF072D64EE2B34D4559EEC83C70 , 0x82335462CCFB45EC8CC11728423E8162 , 0x826CDC7D350140568F7F523E0C2D57E5 , 0x8270B072AF294285AAA61473070B5C32 , 0x82F2DC3EDA6B4973B9BDE1542107222F , 0x84173C3776D945D79DFD1F7B00EF5F09 , 0x84D359E0AF804251817915EA89AC79C5 , 0x862D29362F814210B3BA352CD4F083D0 , 0x888E7682030E4908A4DC724901A408C0 , 0x88996A68ACF644EBA280BFB4472E9244 , 0x88B9F1BFE89641668795BBC5D1B71090 , 0x88DC28E16F114F9EA08B2955ED42BC28 , 0x89D7E9F6A92C48A0AE07685470A7DBBF , 0x8A095C8F5ACB4D678A289C94518EBADE , 0x8ADFE54FFFA24CC6913C660945537B63 , 0x8C5A975A4909464A844256CD6EF9D647 , 0x8E492A83F3A54D33AF5B562968C15D45 , 0x8E5B060923F7469B89D2D30C854EC92A , 0x8EBE2B2CCC484982B2AE2BC8E75F4469 , 0x8F0C4FF2C2B04F4BA8D603850153B536 , 0x8FA25697953C42368D82BE0CFDC83BFF , 0x901653CEC5EF4115B95FC83E6BE207F0 , 0x9022CCF3ABD849D19ECC4D254DDDCE02 , 0x91029A16FEBF4840A0DAF50533B96E8E , 0x9126914E32B948009F1B10CF37C67336 , 0x91904D3959064291A3E6D219E2CCD9BF , 0x958B412EC4EA40F48E680884FC8C8352 , 0x9669F1F9E6BB4670A3E9728AD6312382 , 0x968217E5E0B447E4B03B0899EF5D09A1 , 0x980DBFDB9C9145ABAB8BEEA8358AC11F , 0x989EA17A90F54357A6EF037934C3717A , 0x99154688BFE6490EB47CCEE1D60BF1F1 , 0x991C0EFBED294DF291876E9CDD8131D5 , 0x998FBEFBBB7E47649BE78463F381633C , 0x9D63F70570B9404AB678D7168422C9A2 , 0x9DA05D237C144C81BC9665557B0913C5 , 0x9E026154051A49BD8D04F00753F61926 , 0x9E2FF82BF83A492698FB4A8BB83209D7 , 0x9EB1D76BF2724A7FBB5D14C359503BAF , 0x9F466C47560741D2B98520B446AAA16E , 0x9F57ACFB0E234BAB8BD2DE7830BC6074 , 0x9FC7D2BDE2C54808A051BC15E8E14EAD , 0xA1B3A222774D4C52BEF5753B3512039D , 0xA1B63421865E42B5B2FC1FBA00EDF15B , 0xA1EBF82EC7E24EE8B1B2F225DC090F97 , 0xA20A598DD140408581D54E3DCCF40C25 , 0xA2B2BAA2BEEE4A2B91939F070D727518 , 0xA3B4DD8F11334D189FD76376E9C047EA , 0xA5D500FA5BC84544931A7F29D9DCCF9F , 0xA5DC296337F3440C8F1E5419FE827176 , 0xA62DF7A0AE0F46888954BA1B414D8D8C , 0xA6CD7379DC8D4440A2A840E291958F01 , 0xA72A030B29904C9CAD60701D033D4B88 , 0xA74E4D18AA054A82A8B9C6E5009E767C , 0xA74E9FBF72C241D08AB4AA50497C3AF9 , 0xA8290393F4284A528DD9AB8D94B1EC8C , 0xA887BD96D5AB427DB34609926D60AC7A , 0xAA979B3CAEA94F81AA1105A909C2ED60 , 0xAB9862283D9F4D8D82A1477BF61CAE78 , 0xACDCEC8604EA42D9B8112BD5BB22A0FC , 0xAF08B7C8E2A342EB950559B5FEB8311B , 0xAF8ABC155F5349CCA64F9D29B87A40DA , 0xAFB7FD1A353D48678B7554851A1BAE5F , 0xB080331C7A7043129D442D56D1C2839C , 0xB1AADD2FE0504D7BBF6EEF1953269173 , 0xB1FFF4331B95486A8F4D2CBE3D907198 , 0xB25EBB2AEF0D438894132EA222DF995E , 0xB3087618A76D4DF6A8FA183D8A82D749 , 0xB33579B6DED349588A1B034FC48FF610 , 0xB5220D4F563F4C3D8867E40FFB457379 , 0xB54EC64E9B124126869843580C7B530A , 0xB64E1784703E44D4A194408F066B49B2 , 0xB6A35CF52BBA452D9937EE8AC11F2B21 , 0xB796198B409B4E45B3497ED5E18F44BC , 0xB7E9E92BA3264AAA93776E3FEAF7A6ED , 0xB93FB56174334211A7707E22E22E8C24 , 0xBB0313567D2E4EB9A953D24100814679 , 0xBB759FF921F24445BA533E948AE16F89 , 0xBB8CD49917424FFA93103F020B6E17E2 , 0xBBDD7A6E8AE6465F814831CE83B6BFF5 , 0xBCBA2050E0A843718E38254B956B3259 , 0xBCCC38F8C04F42768FA99FFEB8030A29 , 0xBD16D6289D51454A97C8A3F1223F5DBF , 0xBDA2AAEFDA8647ADAAFC6A5F9D977C38 , 0xBDC2D9A415074382AF0EAF1F3CA3FC10 , 0xBDDA90990B2E4BDAB8753DD551B7F92B , 0xBFB7760DAC964E32B164F8F6625B1ED7 , 0xC0C21C784CAE43A3B1FECFB9C0E95B86 , 0xC0E14B846C5F4273BB15BC6E078463D4 , 0xC1C03429636E48DA9E0B95BB09CC8498 , 0xC22CC39AE6704937A72CA35217BF3479 , 0xC34525A68C994721821F22CFE0617CC9 , 0xC3CF4097A2F845AEA73E2FC7D6F08F6E , 0xC47A69050D1E44E39B182F2B7D6C9DC5 , 0xC4C283AF68E94512875EBBCF38544153 , 0xC4E607DF8BB14CEC855169BF31DC0783 , 0xC6500223D4414E3ABCE8D5BF66278ACB , 0xC6E5A5AF7F1148B99B3737BACB354581 , 0xC98B5C3342D64B9380F778B351BFAC6E , 0xC9CF8F70119E4D2F8CE94D733CAAFC19 , 0xCA7B4110E8314F17A4A7B2840694C569 , 0xCA98D66196EB45618BB9910BDCEE98C9 , 0xCAF4B7E8BDDF49F7B581906361B923AC , 0xCB6B20BD80E449FCB5CBBC56ED9F047A , 0xCCE8FD91FB554732B3D52E45F1781256 , 0xCE43FE42FD00429CABB34CD5149430CE , 0xCE7FC8468BB04D1EA4F7C2B1A451AA47 , 0xCEF028740B5544B2815EB4E821325D0A , 0xCF17A5E196C54BC0801C54B6C01F2633 , 0xD047D4056C2549548BAC00583A562B3D , 0xD0910B9343D340A4B01D4CAC5EE6E33C , 0xD17B75251AE3414A8104F18FF895FD37 , 0xD1FBC5AD14184AEFB5AD6009A434E72D , 0xD34905B7D52F42EE91D4FAEAB26B4A78 , 0xD556FE92683C4665B8ECB20667E5C6DB , 0xD5DEC7E584744A6886EB1A24B0AD2437 , 0xD5E0803969B946219ADDE6AC67DD701D , 0xD650BBEB32234945A0C185E7D2638931 , 0xD652AFEFC3C64A49BB92AFA107D1431F , 0xD7E6128C8C0442EE9989B018B8F9A749 , 0xD81652F2350740EE96FD62779DECE652 , 0xD9A3E147BBBD4C8B82CFFDD5FD7F6041 , 0xD9F12C002A3E4615A1E9B9DEE8B9C5CC , 0xDA43C9E36A924B6DA77C587BC1180FDF , 0xDA486DCE4CBE4371A4FDA4F374DAEBA3 , 0xDC503A6F50CE469FB223ADC4BA0C2108 , 0xDC8BF14C1B3342099B6242966BB55479 , 0xDCA74C32451041A0A60E20D3FBD948DE , 0xDDE30D7055E9489982D224BE64E443FB , 0xE00314D388504D1E92076171813BF93B , 0xE029DA90F41D4FB5B32CF2FCE9CB28F8 , 0xE147429CB3A14036899BE37C1CC7C3D1 , 0xE2344D153F65435CBC8348310CE2A137 , 0xE27064C7DF7C410395DAE3276B118B2C , 0xE49D83271A8A406DBC700002C93BF22E , 0xE5B070DF386747EDB43B8F1CFEC4FFD1 , 0xE5BF3DEA2E934F0F9A254332EE7AAB8F , 0xE6906F5BDD0D45BB9EF40167CDA8A077 , 0xE69EB0C593694E97A5C28ECB7DCEBE85 , 0xE8807E65BF894F61BE39971812B0CDDF , 0xE9A777AC960A4A1FBCDF7AC42C56121A , 0xE9E06442ADB446D4887F4AFAF3BD1D73 , 0xEAE359F8CB0148D0881993C2D7D12BD0 , 0xEC0DF8ADAEC84B2B819AA14D7A46A041 , 0xECE3F5F36C1A4D00B00F61AEB85854F1 , 0xEE07C1AACBA64F7983EC41FADB39975E , 0xEE3997A789FE40888DB8B34BB86BE2C8 , 0xEF48E7FD30634CCBA106D5046606CF21 , 0xEFB019396E9A4533B4543E7EF856C2BA , 0xF09C89083DEB4BE6903F816A2CB1946A , 0xF0CEA5E2EE20480DA9A3BCFF54186DB9 , 0xF14608D35B26426CA0B29A0B8E66E431 , 0xF243115D55114239B62241933424C349 , 0xF33C9E29F1D84733AB00EDD49CC5DA37 , 0xF37A003D3D8242209F3A9E5174177F93 , 0xF3BAFFB4FD984D318691E76C21BD5F3C , 0xF6C472A0A699469BA7E95A12FB3FFF75 , 0xF8434D8118AF457FB09C3091BCC2B43D , 0xF891DB4A562443048E4802D87148EB0A , 0xFB505691305C479A9B2488751BD27154 , 0xFCBA802AF1A641DB865DA21B905ACF74 , 0xFCEA568FA6C5424AA3E6361801303CB2 , 0xFCEF814B7BD34AFBBAD9B30BD7F6931C , 0xFE0670EECB724CDBA53C2187B2721F8D , 0xFE1772B62B0C45AC9AB2D4B993437029 , 0xFEA3B10070244A799CA3A63D94E6F38B , 0xFF23CDE22AB84DCAB00D83F1BC2E6D04 , 0xFF5A44D5B26947679D26DC3688197B1B , 0xFF8522D347DB4501AD718D794479C4D0 , 0xFF92FB501C19441382BD51A31EA6B6BD );
Copy
68
2.55 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"]\x08 µYœ´E‹³w\x12 ÚV¿á "
b"{ñüÂùØA─ùjL█º{UÒ "
b"™\x15 Fˆ¿æI\x0E ´|ÎáÖ\v ññ "
b"×\x02 aT\x05\x1A I¢ì\x04 \x07 S÷\x19 & "
b"¯\x08 ·Èâ£Bë•\x05 Yµþ¸1\e "
b"¯9ùºë■@êì©│K©kÔ╚ "
b"ø‘ÛJV$C\x04 ŽH\x02 ØqHë\n "
b" \f Å$ÓëH{«/¨Bæv\x1F 1 "
b"\v q‗\r K´GIÅ│I×6[\x06 ü "
b"\x1F U\x10 ÷®©AóPø+>Ä "
b""\x11\x11 GdÀD)¨M¸TÙ`Ri "
b"CD\x1D ú$ÊE\x00 \x12 …ÃLGÎð "
b"¿)\x03 ô¶(JRì┘½ìö▒ýî "
b"╬(t\v UD▓ü^┤Þ!2]\n "
b"\x1C ª:[ÖvOLºÂýâ\e\v :æ "
b">&àéa<@á½æ‡°\x1A Fî4 "
b"LìŒ.áŠB— \x1C\x18 9\x01\x1F +ä "
b"OýKˆù\x02 BC“«û3\f ØÄ. "
b"Ð\x00 Ä2P†Cä]\x13\x04 â¡\\n "
b"]Ï,o;§G¸¥›|\x16 |‡•û "
b"─═\x15 HíbC~ªHZ/è^Å■ "
b"ÕÜ║hózB"¼< °\x18 &Åë "
b"–˜ìë¬áBr„rAœ#1)× "
b"█l¨(╝íJÈØ\x7F Ed3sÍû "
b"Õ┐=Û.ôO\x0F Ü%C2¯z½Å "
b"×\r \x1D èûÒDyœ\x1A :rÆ>'÷ "
b"\x1D uÛqm\x06 IÉ¢D춄Y–á "
b"KúÏ¥µqK¤üÖu¨╚)º\r "
b"Z\x0E ³\x05 N÷D-´\x00 H\x03 &K\x13 7 "
b"Aßg╠'¯Iäì{\x05 x\x04 Í┼| "
b"eóÊ\x18 VÚBj§]ÂvtŒ\x02 1 "
b"l¾Ÿ\e j~O\x17 ŠóÙÈ£„¾É "
b"""
ÈÁ)h2¶L%ž[Ï\x18\x07 w\n
+
"""
b"i}èÙöŠHD›?\x02 kÇéC "
b"Äæ\x07 ß‹±Lì…Qi¿1Ü\x07 ƒ "
b"ÈšCw§tG$„ÎE!¼‘¯6 "
b"Щ«Kˆ§KÂ!Øÿ¯\x14 bI "
b"¨ÄȽO\x07 DªÞb\x1F ;o\x05 "
b"K‚Fª¾êNB‹ŸúN…'^\x0F "
b"Õu¢\x08\x7F\x1E Lù£ºÉ¾”c·Ñ "
b"+},\r #'N³Ÿ½7dzÚžñ "
b"œ„Ô+•Ms9\x11 Ì¥õAÇ "
b"½ÂÙ¤\x15\x07 C‚¯\x0E ¯\x1F <£ü\x10 "
b"¾#9å\x05 TGµ½Ó]©¢jù "
b"\t T\x0E\x16 s[MyØå\x00 <ɧy│ "
b"U៞Mì@®„\e ɪ8PcÈ "
b"""
ó\n
YìÐ@@àüıN=╠¶\f %
"""
b"""
\n
\x03\x13 ÁÀDóŠƒ6\x17 ßQ?%
"""
b"""
\x14\x18\x04 ô‚\n
H\x17 ¼pÆh>
"""
b"u²Ô}L_M\x15 ¼m·$ÙËå0 "
b"ž Ô}M\x12 DÚ‹»ÚUaB§‚ "
b"ÁÀ4)cnHÚž\v •»\t Ì„˜ "
b"─*íÄ*ÉML¡x¥ys?\x15 █ "
b"\f ’¦~ðÙEKš\x14 “\x12\x02 ÕU§ "
b"X,eû‡bK9ƒ\x06\x19\x19 ö6Ç "
b"dŸlb°žHy‘«ÒËÁJ3\e "
b"–‚\x17 åà´Gä°;\x08 ™ï]\t ¡ "
b"ʲ¬Ò)AN®¼Q}Ké²bÐ "
b"ÜÎÇÈÉDIX¯N¶Kö"ñ“ "
b"±WD¹┴ùGkùÍÜd¸\x13\x11 Ø "
b"³ÛVŪ┼BJúµ6\x18\x01 0<▓ "
b"ÿf:ùÙ'L•©:É\x13 mÐe• "
b"<╗ÓÛìÆB═┤ï░XN·Ã+ "
b"GR+I¥nJE¸)t˜ïãáÁ "
b"te„Tú\x07 AQ•ÖõÁ)ñ¸Ž "
b"˜\r ¿Ûœ‘E««‹î¨5ŠÁ\x1F "
b"¸0ä¥|\x02 C<¨Œ‰©NoN; "
b" Ç5o\x0F ÉL¢«*–zµ+`Ð "
b"JYäÅÑ"M4âlot\x16 «s\x0E "
b"bŽO¹ô\x1E J0¸Ÿ\x0E ½\x12 k\v _ "
b"u‰/·“s@þ±?Zê\x05 <\x7F X "
b"6r ã°ÐI¨žì‘\x18 .º3H "
b"f«ÄµÆÉ@½Š6Ñ–Ã¥2 "
b"Ì-è\x15\f ÇO┬▒Íìƒw\x00 ù\x1F "
b"ÿûÀyÐ!A*ŽY n²?ìI "
b"¬\x1A •.TLB£›è\x01 u^>\x13 "
b"B&hÇ┬\Aü┤¥rSqC65 "
b"±…ÈDÖ!E”¿AÅ/Ü\x15 èU "
b"Ò†2>|Hý®ÝÊ\x02 ˜¾ä{ "
b"ï°\x19 9nšE3´T>~øVº "
b"ïÝN¬ÁÈLÌ‘ yyÈQ¿P "
b"\x02 Az¢\x16 YA[É\x03 ═\x17 Uò?f "
b"\x18 Y`\x18 k╠Om░\x13 }/<¦sì "
b"I▄"\r DÏOó£Þ¥!ÅÞÖ^ "
b"sØãî6}@/¾ƒ“\x07 QØ'\x11 "
b"ˆ™jh¬öD뢀¿´G.’D "
b"""
╝É&┼CÈN\r ê}\n
Ãl+\x0E ƒ
"""
b"ÿ\x0E ]€ä#Do°>¿1¤ò8 "
b"\x14 ò–˜þiN²±A¢¥r•Þ\x08 "
b"\x19 ,Xû;‹Mm¦ªª†@y\v Í "
b"N\x15 1\x08 ╔ØNØò┤Ü=±E┘à "
b"""
iƒ-\f s\n
D\x15 •#½“\x11 òí)
"""
b"ù~ñ\x10 ¬)K•“÷N›5à)¾ "
b"z\x06 3Å€BF|’â15‘"\x0F \n "
b"""
╝╠8°└OBvÅ®ƒ■©\x03 \n
)
"""
b"Ù\x04 î°\x08 ¥Jr¦¼ô\x0F\x08 Ü\x01 ú "
b"[\t DØ*TF!¿€\x0E ‡KYB\e "
b".\x19\x00 Ž9§O\x14 †ƒ¬r{fÖ\e "
b"""
|Î\x03 h¦»@4”bï\n
\f †¹¹
"""
b"…§ˆ€DaD™†¼úHZqiž "
b"½ÿb(=ƒMìéíG{÷\x1C «x "
b"\x18 Q\x11 ¡d║J░Ån▒5W¦!ô "
b"?¨\v …ê½Aï¤ñ\e )@\x15 a "
b"‡Òã_6'H0—æ\x1C Ç\x1E U\x03 É "
b"Ô1─üÎõ@─à¢å\x02 î]kí "
b"""
\x0F ÷ı\x06 ╩ËOÓ¼{ì2\n
┌LÄ
"""
b"x%Mèð3N‰ˆ¿üE1ü\x0F © "
b"▒\x03 ├╔=6Gê░@}üÈòvg "
b"ݲˆkc\x01 GÁžgIi˜‹¬s "
b"I=)%\x7F ´Eˆþ5RíÁ¨È "
b"\x07 ØsÁ\x01 dJUÆ\v Ldÿ°█Y "
b"#ÿ±Â›eL«¼\x02 د\x05 ëT; "
b"▓0ç├²└OSü┬.±=\x14 }È "
b"KZùéÛ,I$öí5\x14 ³▀éØ "
b"ñÌ|£ò³Jg˜âÓæ°Á÷ù "
b"TE3\x08 5\x04 G¯°§¬&²0„” "
b"øìo\x16 L`H╣Éë"^»¨q\x1E "
b"MÚ\x10\x00 cªKχj<-:òî( "
b"y^g«Í┤LçÅ┼`}î┐\x1E à "
b"ª0I©ßNA*ä\x18 ┘É»¼╔è "
b"õ†,>ͱJ\x1C Ÿqòð••\x14 Ä "
b"+┴═ì\x1C mK·á\x15 .Ó>┌×ø "
b"\x7F ×ìbyêIu║\x1A g°àÇv■ "
b"¥—1·ƒQJõ’e`ߘèúÜ "
b";\x12 |u8KLþšâ\x06 5¢è\x03 Ö "
b"ŽÝû9\x0F\x1A J#Ž:¬C€»<ì "
b"Ï\x16 R‗5\x07 @¯û²bwØýµR "
b"Ðf¬®ì¨N¿ìûMãö\x10\x18 G "
b"j®Ñ\x02 ┐Â@ªì\x06 W▒\x07 CÂx "
b"ÊÀZ¥ÿfMœ†l›©ô\x03 ¼\x03 "
b"QIDÓð³Cz¼üJú\x19 Æ;z "
b"äþ%É\x17\x18 Eלì‚\x07 ØFì% "
b"A\f Âþ\x18 :N¾†¾b\x1F 5Ư“ "
b"Í\x1F gGåæA.çíÉôw1╩¼ "
b"A™ùHWYOkš]D/B\x05\x11 X "
b"*=ã\x00\x06 _J(ù║=╗\x17 Ø°? "
b"s*U´{Ê@2(IE!Ð(" "
b"""
é§w¬–\n
J\x1F ¼ßzÄ,V\x12\x1A
"""
b"î*‡\x04 l1Cõ¢\t /ž\r 1×m "
b"ã-\x05\x05\x14 žIî½Ñ=ÕBE!\t "
b"O\¶ú¥/Deœ\x19 ª-…qUî "
b"¹·V2Û\x0E D$µ¥´Á}AÍt "
b"ý\r °¡«╚K+üÜíMzFáA "
b"mH¤š¾*OF¯b\x1E D˜²?a "
b"‘¹\x16 )d¾H€·ª\x08 `æø“\ "
b"|{\x19\x05 Þ¬I¿¶Ü=„=S=\v "
b"†"\x7F ’båFʬô÷9ðð¤Ð "
b"«ÞPȪŒGÇ„è6þ¾»’} "
b"¾jcâUåKÀ¶W\r <`q¿Û "
b"÷ïÎö\x1A\t C8¬Ü!\x11 Ny‹9 "
b"\x03\x16 ZFî\x03 I¬‘縮Ëé\x15 M "
b"P\x1C L1áÚJ\t ¨ÁPz¯\x16 àM "
b"]Ó§4\x0E CC_¥ß\x00 Ü8\x02 (\x13 "
b"╚\x07 t\x02 hÜ@ÝØ┬░#╣\¦i "
b"""
ŠdB\n
4ƒJsµ\x1C ØYÏÉÔÑ
"""
b"›)\x1D\x13\e\x03 NE³|\x1F P‰\x10 ¶\x03 "
b"\x12 ƒ-╝\x1C mLÉâ4\v &ÀÝ\x0E § "
b"}\x08 Ö5µ\x00 I\x1F °¨¹hçÞ\x01 z "
b"ü³#TÏ\x18 IÜ║Ö_D\x19\x1E á┬ "
b"Ä°%¥ƒþG\x06 –\x13 G\x12 ÄQε "
b"\e à\x00 \\x00 \n F└ê ì]%│\x05 L "
b"9\f c¼ë€HtŽÎ½ÞQ\x11 q‚ "
b"ÔRÂŽ§|B³‰“Ó”Œää\x7F "
b"0»ƒ¬ÕGHoÑÀ\x06 ò\x1D\x16 ü█ "
b"s\x1C 7Ë\x12 [Oɬ\x05 ùYd¨£Ï "
b" Ÿ<ps{I\x07 ®Ï /U÷ã2 "
b"*AZ2\x1F ˆJÿŽ¸¼"º¦ñ\x11 "
b"õ”‚Ö7“A_ƒ\x1F 8=ÂÏ\x7F + "
b"w\x01 ~5!\x05 F\x10 ¥×\x17 ¦ˆDÙÅ "
b"äãM\x1A åžG³›hB”C]2Ã "
b"@Xš`zÊF;°\x01 ÿ\x1D x±…c "
b"ÓQïªv CYš+Zì}B®ý "
b"ãâ\x12\x7F =‘Gàœµ^᤾ðK "
b"%\v \x1A Œ‚@«£‰ ,TÒ(* "
b"-¦™T'\x16 LÙ‹žÊ4¼å{½ "
b"\f cZ\v\x1F ²I8Å═÷╔V\f ├\x0E "
b"r|áisöC(¡êG\x11 h¸¨é "
b"\x1C b0›‡ûK‹¶!\e ¯ôÔíW "
b"fF\x18 ÉûËOƒ¡#╬}▀o8½ "
b"Í\v\e Õ¶"Cd¢BǽkÔ\x03 "
b"9 ]¦ÄWG\x07 ¿\x13 ýŠ\x18 e!Ó "
b"?“,\x18 wzL¦ͤ®žñ¦[ "
b"\x02 UvÛ¬ÆC´š{\x0E S6\x03 §$ "
b"ÞT×àœaE$œ"Y¡\x1A U'A "
b"QRꮹ6IÕ¥ıwZì\x1D\x16 Î "
b"X\x15 Œè†.L¥³á¥‘\x1A ¦;! "
b"`d¦\f\x02 èN\x1D ®ÚñC¬U9J "
b"ñF\x08 Ó[&Bl ²š\v Žfä1 "
b";Øåå§bH\x1D ¥‡;øî8®\r "
b"\x18 ü‰\x1D H6DÓƒmC\x02\x17 nù¶ "
b"\x10 nϺ‰#G4¦wÝ\v °Æ\x0F V "
b"ùq\x1F eç¤IâìÞ«\x7F ³cÐÇ "
b"╩¶ÀÞ¢▀I¸ÁüÉca╣#¼ "
b"í@Ò2übHƉ×AZÇF\x02 ™ "
b"Dþc\x11 sFM¦©înì‚E\x1C Ù "
b"`\x03 Ñø“\x05 AÞŠhð\x00 ïOåa "
b"ˆ•Ä¦–5CY•Ljèèît¼ "
b"˜ì\x1F\x17 ·TB/£h±k‰²\e b "
b" ZDı▓iGgØ&▄6ê\x19 {\e "
b"M¾me&3Om”%}\x1E\x07 ¸1Š "
b"ˆŽv‚\x03\x0E I\x08 ¤ÜrI\x01 ¤\x08 À "
b"óuºs4ÜHØ•ð¬DDgú3 "
b"\x16\e <d?ªHÉëÂ1\x1C ╩╣à "
b"+h^1„\x13 Në¹ðxã\x19\x16 âà "
b"iï%U˜\x03 A\x05 ˜šÈ½\x01 M•M "
b"|à\x04 p³2Ei–\x1A *Žž«§Ï "
b"Ù#o‘w+IÆ ˜:9\x1C ($ñ "
b"Êfn{ÅA\x10 £▀Ï■Í2ì\n "
b"$*ƒ™6?E¯†ìŠ\x19 ða%³ "
b"L¢’\x14 +²K›—€,Þi©ðÅ "
b"[Og\t å}E¸„š=uvu£ß "
b"""
\t ž$TÜÆC,°ç`\n
Ê-A\x08
"""
b"\x15 ôV(d,Dz¢€\“¾>šÎ "
b"æÉM9Y\x06 BæúµÊ\x19 Ô╠┘┐ "
b"ÂN\x17 äp>DÈíö@Å\x06 kI▓ "
b"*\x1F\x06 òk#Lî¢╚ß\x14 nUØ< "
b":ef\x03 ^\M”€Ñ¼ê¾`%# "
b"s³ÔÄÉ╩La«D\x10 ▓ Væ\x0F "
b",™¢—ÄtKa¼öÜ>øx+™ "
b"Àû\x19 ï@øNE│I~ıßÅD╝ "
b"U0@└/6Eø¡òÆÅ^_S¹ "
b"ÿ’ûP\x1C\x19 D\x13 ‚½Q£\x1E ¦¶½ "
b"<;\x07 ï]È@;┐Åù\x10 j/_Þ "
b"à"Æ,i-I\x11 ±©ºêè°X½ "
b"bøÏ”2VC±µj\x14 :]›Rð "
b"þ¤ýÛ\x13 1G!ˆ%ÝiùÄËN "
b"è\t \ÅZ╦Mgè(£öQÄ║Ì "
b"öd╔Òí8@6óÎÉ░ä-§\n "
b"¥\x10 ú7┴\x16 Jp¡}╬ì‗sÉ┘ "
b"íú`\x14 .©I¶–»b?`–lÎ "
b"46ù!¶¦O\x13 àìj■qÕ┐\x0F "
b"T,\x1C /‹<D¿§ea\x19 &5»è "
b"rí€>TtF\x1C µ¥\x12 £ä\x7F pŒ "
b"ƒûýˆÌXL1®“ÕMسmJ "
b"óz\x00 ==‚B Ÿ:žQt\x17\x7F “ "
b"Rß¡ØÖd@©©\x1F )ø@\x1C ª╠ "
b"eV´aÊ G:±ËÄ\x08 já6q "
b"Û'}&&(OÅò\x14 3╝¿║ºa "
b"Lù£ ‗ OÛìzÞ‗j§D┤ "
b"á"+eä\Au¤Z˜j\x06 Í„\x16 "
b"ày'\t ÚAK°€º‰D°-T’ "
b"3ì\f ëy)I•²Öl_¿i ß "
b"""
GKKzì\n
EÝ»ı╗¢┴;\x1E ë
"""
b"\x04\x12\x19 ”;!L›Œ\x07 ’¨;\x16 K, "
b"µNÆN›\x12 A&†˜CX\f {S\n "
b"(Å┤M╩[B\x1E ñ{╦Ñ\x1C Bø└ "
b"‚òÜ>ÚkIs¹½áT!\x07 "/ "
b"\x13 Å'\x06 síN`┐s┴£\f ╠dT "
b"├¤@ùó°E«º>/ÃÍÅn "
b"╔öÀüBÑO>är─ã{d+· "
b"fk}ÊF\x04 A▒¢\x07 ó╔~5ñü "
b"oC÷þ|0Hž‹ƒè”Š"h² "
b"p4;╣ÒEÉØhF└Ái╝ª "
b"³║Ç*±ªA█å]ó\e ÉZ¤t "
b"\x07 oa~3ßMâN\x00 ý\r +\x17 £ "
b"?Þp+d\x0E BU„xUök`LQ "
b"³>¯î─\x17 F╦ì┘¨ð¯"`Û "
b"z\x1C\x0F à«5@Šœ\x10 ó\x18 9\r ò "
b"B \x01 [*5MFó░Ýe¿\x1E ì\x12 "
b"kxÃÃ.▓JجVbÖ°6EÝ "
b"\x03 ¿<M)5NP“\x10 çõ?\x02 ÷š "
b"""
9ÏÂhë3G¦âÈ6^É\n
XÁ
"""
b"h“¢åØRO~‹à\x05 ¶\f N™Ù "
b"ûPV‘0\Gš›$ˆu\e ÒqT "
b"`|¤z\x1D 4HF™ž"ëOÃ}\x15 "
b"u¬×\x1E œ\x04 GÛ†§$Š²º§@ "
b"@Gb§¨nNãØÀ|╝╝òÎ┼ "
b"éàdB´FÔˆ\x7F Júó½\x1D s "
b"¡\x14 ƒÛŠbBà€þñ©‰¸\x04 ƒ "
b"^¼’·[\x03 H·–\v ûÃÊ[\x13 Ó "
b"m\x07\x13 ý\e\x1E L[€:Ü·€Äá\x18 "
b"Ç\x18 :z0\x1E M‘•cY[?\x1A\x07 A "
b"f]\x14 ;¥ÛFÁŽ>åŠ\x7F „à\x06 "
b"ÐGÔ\x05 l%IT‹¬\x00 X:V+= "
b"wä÷÷`»FpÉøl~r\x05 ãK "
b"λ¶âůJlˆ\x05 >i\x18 â2Q "
b"\x0F F/¸ÎdKÅÑÓ╣g·I,t "
b"»ŒÔ™\x17 BOú“\x10 ?\x02\v n\x17 â "
b"ÎCþBý\x00 Bœ«³LÕ\x14 ”0Î "
b"å´£\x04 7ŽH6¼œ¦¤M5Ó9 "
b"\x07 ù\r B6CG¨‘r9ÈË:Ø\e "
b".a©k‹NL¡¦=cûñ·òt "
b"2▒üd8│F¹ïÀ¦?¢p]B "
b"[–_«Lç@m¨,a*N˜x¡ "
b"x\t 1\x16 pcBf’¯®V©4\f Õ "
b"^z¶½2èOM½Å;ªa¢ô§ "
b"(# j╣ØGt┤P¤ßÆkÙË "
b"à ╗õ8uH\x1C ¼═xÉ$Ê\x07 § "
b"Û®m5}îH²·8™€®¨{p "
b"\t †Tÿ:óHo¥~e“ÜŽ¶» "
b"‘Y®\v ‹ªNv‡tJçL¬TÌ "
b"ðÎ¥âî H\r ©£¼ÿT\x18 m¹ "
b"¥Õ\x00 ú[ÈED“\x1A\x7F )ÙÜÏŸ "
b"Êô®÷3zK\x17 ±‚Ú\x04 ¥_\x07 ‹ "
b"ÓI\x05 ·Õ/Bî‘Ôúê²kJx "
b"K┌ýD@ÊB"▒┴ಽÅkó "
b"°øϼÂüIÈô±\x11\x18\x11 «\x06 ý "
b"ð\x7F ÏÑ0†N~£#\x04 Ïö\x7F H· "
b"wOñ¼‡Dðªþ§2Fc\f Û "
b"ŠßåOÿ¢LÆ‘<f\t ES{c "
b"\x1C êó\f æ└@\x13 ê§?ÀD\f ÔÉ "
b"■\x06 p¯╦rL█Ñ<!ç▓r\x1F ì "
b"zÚë›e\x04 HÞ”1jM‘†âÆ "
b"·YwâÞ.GjÉF»\x11 xá#ù "
b"ïÅm\e +7Lº¬xÁ³t7f~ "
b"\x18 ▒ÉbôËA▓ôó┬!yô$ "
b"SWà2¹\x00 OP¨·ãˆQ©†\x18 "
b"¢┌ÉÖ\v .K┌©u=ıQÀ¨+ "
b"░Ç3\x1C zpC\x12 ØD-VÐ┬⣠"
b"C`›Ñ*-G>ƒ?ƒ\f é “ "
b"Â,ÚæpI7§,£R\x17 ¿4y "
b" Æ(cNEJÝ°Oží.\x1A j* "
b"Ùñ,\x00 *>F\x15 ¡é¹Þè¹ÅÌ "
b"_ï\x12 WÄéGv©¨î¾u┐É═ "
b"\x04 ðÜ\r ÞÍB\x18 ½;ÏNÄjÓã "
b"À¨Oß5;G8¯JPU踬T "
b"\x1A\x13 ¿\x1D '²@g¡šN°‹lˆB "
b"i\x19 ,ÈB¼Ew¯ .\x12 ÑC"l "
b"\x10 våOÌlJï¼Ú¨OÜ\x1E\x07 † "
b"L\x08 ¼Æ]bEÂÉ╝h\x03 î\x1C .õ "
b"w└õ¬┤ØDÄî\x7F ╣ñ´þ"î "
b"¦†T\e YlLê’úªg>ÜæN "
b"ÖR¯ïÃÆJI»’¯¡\x07 ÑC\x1F "
b"\x16 1SŸÿ°Ldº‘¾udBÀÈ "
b"ÕQ\x03 ø+·OÖ®øÎKÙ:š\e "
b"÷ÃOA¥'F┌Ø#³q\x05 4Fø "
b"}¨\x18 F»áF¾«æÐÈ ÿ î "
b"ÖÅ¥¹╗~Gdøþäc¾üc< "
b"4d–>ßÊE8·[€ò±›—Ï "
b"""
i\x06 Q9apB›“xË\n
á\x06 ¬þ
"""
b"J”@ÓDNǃ¡7q\x1F\x04 s- "
b"8ãrÓ|0D»á\x1A $@ç┼Ø\x08 "
b"╗¦znèµF_üH1╬âÂ┐§ "
b"\x01 gÅ,n\x13 IÒ¼Ÿ÷OHŠîg "
b"ÀáK„l_Bs»\x15 ¼n\x07 „cÔ "
b"æÛÉ?)KN?╝ƒdß\x11 ■ey "
b"Б\v “CÓ@¤°\x1D L¬^æã< "
b"n¼¡\t D\e Dg‰«k—d\v Ä5 "
b"ÚCÉãj’Km§|X{Á\x18\x0F ß "
b""ÿ\x12 Q~'I·Š`²çs\x11\x05 a "
b"f¹░©\x15 ■H\r üÙè´{{v2 "
b"Øá]#|\x14 Lü╝ûeU{\t\x13 ┼ "
b"""
?a™\n
ú†G½™Á|å\x19 º‚¦
"""
b"±Á‚#4hJ¤—Æ\r eÓX‰ý "
b"¹?µat3B\x11 §p~"â.Œ$ "
b"o\f à\x7F f…I¯µv?)£©M\x18 "
b"§NM\x18 ª\x05 J‚¨¹Æå\x00 žv| "
b"E\x11 L;\x07 K@Ô™¼\x1A <ëVd\x0F "
b"§NŸ¿rÂAЊ´ªPI|:ù "
b"HÔYq›{O+ŸÉ-2p…\x0E Û "
b"563Ð+ÌEò»,Ô{µ\x0F\x1D % "
b"ð·ª-\x07 ›NE˜Ú‘‹O%rÒ "
b"╔¤Åp\x11 ×M/îÚMs<¬³\x19 "
b"BéN®MÛA\x10 ‰yƒ´\x05\x0F × "
b"ÚHmÎL¾Cq¤ý¤ótÚë£ "
b"â4M\x15 ?eC\¼ƒH1\f â¡7 "
b"Zw¹yÔ\x17 O¤¿—0Û˜Z}® "
b"0╔rC7ÈMMèàëùüJHr "
b"¤▓òÞ╗6By│×┬üÅ╗Ü\x03 "
b"Õ░p▀8gGÝ┤;Å\x1C ■─ Ð "
b"\x11 ö:Ï,&E\x15 «\x01 šðdâF4 "
b"Aõ©!¬\x14 Gd‰Y–È4kÉë "
b"ë’¬•ã‰M¥…]ö\x7F ñ\x08 š# "
b"\r ª╬¾úðKÅÖ\x19 ‗═#\x17 ˨ "
b"o3IÿéÍB›»è\f îƒ@äô "
b"q¾½¬\x03 øD¿ú░ë3ÅB\x08\x1F "
b"¨‡½–Õ«B}³F\t ’m`¬z "
b"¹Åw\x08 €ÄCY‡\r §1ÍE€H "
b"0X¹v'ÌL¨Ø\x18 ÕK╠ÚS~ "
b"8Ŝ䣘Cp¸\x12 QXQZý] "
b"!HÊŠ·¼Gv‡Å›°£Ú¥Ã "
b"¼º Pà¨CqŽ8%K•k2Y "
b"░LØ\x16 ┼®M\x19 ©ôåëƒ╝À¯ "
b"‰×éö©,H ®\x07 hTp§Û¿ "
b"g╣PèãÈE┬ì┘UÔƒ\x1D äZ "
b"Zã>ì!ÙEï´°Mæܼâ( "
b"rüÀÝž‰E?†BŸåLEÃH "
b"œ\x04 ÏþI\x10 J¿ŒÐ'ŽŠßsÁ "
b"""
\x03 #\x14 ‗%ðO>ÀØÝÔd¹\n
░
"""
b"ø.ñÏX§HñÆıÂØòi#\x1E "
b"Å\x13 g%█¦J&▒í\x13 U;OÂÏ "
b"eï4OäºF\x17 ¬3`Hbåfä "
b"ä¾Õ§\x1E ýJ\x0E à師ê®ØÐ "
b".ºhZÈÌI/˜°c\x16\x1A ;\f Í "
b"2lwû¨DA4²Ø-Y¸\x10\x00 ’ "
b"¬ùø<«®Oü¬\x11\x05 ®\t ┬Ý` "
b"`O\x01 a~kB¤„\x1F ¹ñ<›‰\x04 "
b"ÕÞÇå„tJh†ë\x1A $°$7 "
b"╩ª/\x1C W▄IDúI:C╔5É┼ "
b"Íšk´©½D‚„ï ú\x0E _\x7F Ñ "
b"\x0F vBë\x16\x0F C¨ˆ#tØ‚1\x0F 2 "
b"Ù£áG»½L‹‚ÏýÕý\x7F `A "
b"OQ‰èåMç±ò¾Ú;À\ã "
b"\x1D [ËðÙ\x16 @Lª#\f …øÜ°° "
b"ƒ™G7‹}E"†äLбBt© "
b"\x17 Ôô\x02 ©»Eô°Ns\x13 ²Nsò "
b"¿·†Á|†H\x07 ·ÌCRúXÿÌ "
b"Vľ\x10 è#H*‡¶ô I„; "
b"í–×»8.M·ƒ!NâèÑ\x16 G "
b"\x1E Üñ\x01 ÌMG ±öj\x10 Û+à\r "
b"PÓõ\x17 ¡4H0É\x1C .ðÊ┐¼\x14 "
b"ŸW¬û\x0E #K«‹ÒÞx0¼`t "
b"î\x07 ÁªË¦OyƒìAúÛ9—^ "
b"""
\x1A …\x17 ÷ipEÌ•\x0F\x14 ´f\n
ø
"""
b"UGúc\x1A [IÎü0"╝\r H┤ø "
b"ÀÐÿœºdJ‹‘¾ÕF3±w« "
b"ó<ž)ñØG3«\x00 íÔœÅÚ7 "
b"ü░║ÛdÂB~®øÏ·Ô\Çı "
b"C¬ÛÝû\x05 E±ÉÓ\x10 ñ█G¦Ö "
b"ŸÇÒ½âÅH\x08 Q¼\x15 èáN "
b"#\x15 „¼\r \x00 JY†Þt3T\x0F ÔM "
b"øëFãõuAÆ║vÿÖÀÚ╗ü "
b"\x07\x1D m$íBA,¤Y\x14 ·\x00 ©\x14 ^ "
b"1ÛÀ¨bÉO-¨QÀ\x19 Aj.¶ "
b"\x1A ▓\x00 ödXF├øWÀo\x16\x1D Ø\e "
b"Õ9\x1D ª±¶G\x14 “Ç‹h_>é\x10 "
b"Â\x14\x08 WÇ@FØ™šn>Œ^œG "
b"c·žÌM-B¯ƒÖ'¨´\x1D âé "
b"Ï\x15 ¤\x18 ‰HF‚«¼ÑÌEY-¤ "
b"ú┤¦Å\x11 3M\x18 ƒÎcvÚ└GÛ "
b"\x12 “üª6>J(’Û÷—Ð;1 "
b"Ž[\x06\t #÷F›‰ÒÓ\f …NÉ* "
b"ƒsÅ‹\x05 Õ@\x02 Š3#É÷q\x1E "
b"äËYÓ»ÇBQüy\x15 Ûë¼y┼ "
b":ò™@þ~AižÈ¯y7÷oB "
b"¼1Ë¡©FE4ì┐®@Ø£:T "
b"¿·v\r ¬–N2±døöb[\x1E × "
b"µÉo[¦\r E╗׶\x01 g═¿áw "
b"‚p°r¯)B…ª¦\x14 s\x07\v \2 "
b"!‘\x17 `q\x17 I\x15 ½‡!qHçì+ "
b"l¤k┘(SI]á¬rØ=╗g% "
b"─zi\x05 \r \x1E DÒø\x18 /+}lØ┼ "
b"\x01 ½ÓëÒmOb’>‹úGD%® "
b"\f ÒÊOeEEUÉ\r &µòý╠N "
b"\x12 8´/\f [NU ôØ’Çÿ"¤ "
b"SÁ\x04 ø\x14 ßAŠ€\e G$´¡W{ "
b"ÿðšdnjDJ³ª¾º•Ë^º "
b"Îìè┌\x07\x11 Låæ\x12\x1A îõ╔ã\x1E "
b"tƒ¯9ê÷I¼—\x13 Ý·A\x19 WB "
b"\x7F Ôü═_\r C!û▀╗\x15 ë<\x16 Ü "
b"É\x03 äù1ðLó»Ó¢├Ôᪿ "
b"5øçg¡\x06 MÍ•\x16 í]=–\f ( "
b"\e ÍÕȸ┌NeÀüí4@GQ' "
b"è€~e¿‰Oa¾9—\x18\x12 °Íß "
b"\f h$j\x1A ÷Jü¬çå\x16 æÀM\x04 "
b"\x19 ©\x10 o┘jGNÅþ\x13 ┬C╝\x08 * "
b"®>ùZ╠=I*½ûKd´µ╬Ø "
b"5|Ð\x03 žçL>…v¿\x02\x1C ýð\x14 "
b"C\e À'¬;L˶šöOÒòü "
b"g·ÈÏsdH]¿‡W\x14 ?ýè™ "
b" à"ËG█E\x01 ¡qìyDy─ð "
b"]f\x10 ╗w\x05 A9É╝3æRBæ¤ "
b"ÕKyŒoDZªEü\x08 ,oôû "
b"ܧL2E\x10 A ¦\x0E ÓûÙHÞ "
b"Ó)┌ɶ\x1D OÁ│,‗³Ú╦(° "
b"""
ô‗n¥²┤BÑòo\x16 ð\n
kü└
"""
b"e=:Â\x19 «AØ¿‡U'¿/Nõ "
b"¿}=ÙÂWG!Å\x06 &zì¨w╠ "
b"CÅÚÄÞèF*…²ED³ÂX' "
b"…\x02 ò·“:K\x08 ¬„áˆr\x1D ׿ "
b"µ╩¹IH/FòüCÄ└┤\t\x0F ╗ "
b"yMQ\x05 Y\x19 G┼ì┘¨Ý\x05 ╠├Y "
b"§\x03 ÷s»ìJ6™\x1F Òií£rC "
b"4tÊ'\4A¡ŸÜÁFhôîð "
b"`¿K<Õ}M*¤©óá\v ¥š“ "
b"VM\x1A ûP}J‡´¬Øj\x1E ý/` "
b"\x03 ÏC;\x11 ÚI¦ë#~d2ìãÿ "
b"\x1F ç‘a˜ÓO\x16 ¼\x18 FèI£‡\v "
b"¢²º¢¾îJ+‘“Ÿ\x07 \r ru\x18 "
b"º*\x03\v )ÉL£¡`p\x1D\x03 =Kê "
b"Ê¢ï£É═Mµ¼╦^íðù┴= "
b"\x17 Ïó“e®Fí’Çd.3kkó "
b" Ù\r Æš;EˆºP$ñMko° "
b"õØâ'\x1A è@m╝p\x00\x02 ╔;‗. "
b"""
ò\n
þ¾½¥Cè™=ù¯\x17 ÌûA
"""
b""╩\x17 ıÑèL├ìv¢éãRú8 "
b"0ü\x15 qSÍH\x17 °¶¿ß—ÖŒ\x0E "
b"ͽÓÇ\x06 M\r –iÞ_i”f¯ "
b"ÎCÝf\x14 çLkª¶\x19\x14 íV@^ "
b"XCû\x01 VaNC‹TÜJî‰Ê° "
b"–¹‹Õ+\x08 @ó°\x14 ƒŽ-Hô× "
b"RN‹ƒ2ˆK\x02 “é]Á£S\x0F Œ "
b"å¨ôE˜\x13 Fx›ý®™6°%³ "
b"á#ÏT}…Cwƒ¸"¼âê¦Ô "
b"È┌┼á\ÁO\x18 åd\x04 å│°9Å "
b"“†\x16 Í2YFf¼E\x0E PªW¿Q "
b"w<x‚»jE3©F‘áü‰\r ž "
b"€dŠìYžCß–—Äùòóþ‹ "
b"bx$ÆiBB╩ù\x05 fÅâ>¯\n "
b"—Èà\x04 èçD”¾v\x16 ä‚\v ï¬ "
b"ú\x16 êê7\x16 Ax§•ŸXA]Mm "
b">3ÍàqýH[ÅDÓy└µ╠\x03 "
b"H=\x02\x14\x00 ïM?ˆÍ\x15\x13 ‘*O% "
b"Hu\x13 È_DLS¶ÉU¼uÞ¬* "
b"£ë\x08 =ÙKµÉ?üj,▒öj "
b"…ú}ë\x14 QOw™Qb*\x07 w•f "
b"\x1C ؆ꢊJ\x12 §vuSö$²] "
b"ZªôG\x01 žFE Œa QúXS "
b"ă¯héE\x12 ‡^»Ï8TAS "
b" l\x12 —º»Fß "W1A±ÙÌ "
b"±èT]¥¸O\x05 ŽSØQ•\x05 ÿ\x14 "
b"0Çß•™dCóœBQ¶ï)s\x05 "
b"""
=U©¥ú\x13 B\n
ÉptãùÕÔn
"""
b"\r Æ5\x00 ž›H®«O'\x14 G£}ø "
b"ÿ×ízɧCWª´\x03 y4├qz "
b"¦ô\²¬ OV£4*\x00 äF¼\x16 "
b"\x03 øó½╗╗NHØ/yùK«\x19 î "
b"┤Ïm\x04 *«I[©ØD\x08 k4þ "
b"""
EGÛ6µ”G‡¨\n
Có\x1D dD\x11
"""
b"ñüN\x00 úúD°‘ú$£Ä\x03 Å® "
b"\t S©hüæLjáIÓ§Ë\x0F £' "
b"\x10 >ô!|\x0F F¡šoìBa{Õ– "
b"\x15 [Ó»¹AG;°ÛÐ\Ïv[W "
b"XÇ™<”TE§£Eú_D×\x0F þ "
b"`Ž\x10\x10 lÿG+ž€Viº˜ð "
b"h\x1A v9ˆ¯G˜’-^r†ø8- "
b"€l×.áŒAo·#s”FÏr¾ "
b"ä\x17 <7v┘EÎز\x1F {\x00 ´_\t "
b"É"╠¾½ÏIÐ×╠M%M¦╬\x02 "
b"Ýã\r pUéH™‚Ò$¾däCû "
b"y\x04 UÂú\x14 D\x05 ±•PˆZì>& "
b"\x1A\x1F áMànH5†¼©p\x02 ²± "
b"""
_Öš\x08 '¢@\x03 §ÍÕLqã\n
F
"""
b"P°Z4\x08 ½F¿•Ï»poR\x01\x04 "
b"VY\x03 ═\f )E§îoWÉ°▒ z "
b"\x02 È@╬╬╦Ls®\x18 Àòå{¼Å "
b"\x0E ó,B @\¬åJeÉFP\x03 "
b"bÜ/’\x04 w@L‚dBqè.\x1C · "
b"""
ô\r zƒz=Mkœ\x10 \n
á¹Ë\x10 †
"""
b"ÉÅÖS1\x14 B\x14 …„ô”\x1F ;Ùå "
b"Ä<í?p\x18 Bʼn\x11 k³2CR‘ "
b"{ø.\e §ãDýÅ"O7-╠\x03 Ê "
b"\f ÉÈÂÿ\t B\x17 éßA\x13 %+*= "
b"4×\x14\x05\x00 ÃF4º`?,z\x1A ÝÚ "
b"#7┐\x15 oáA3¼ãW¼É±\x10 Ù "
b"Ïuë\x1E „åOn‚ˆ\f Ïušh& "
b"\x06 }Òž\x05 }G\x1E ²¡g6Þ\f a "
b"™±ÅF?ICeŽ\x04 ïz\x13 A©Õ "
b"P;¿\x01 §˜OlŠºeF{Ç®Þ "
b"ûÆo-\x1D oIq¤N\x19 ÄŸ\f >\x15 "
b" \x07 Uç:Fh‚…<³Ù%¥\x12 "
b")ì\x12 Tå\x07 K\x00 ö[×v ';8 "
b"5P·.8\x14 M1˜(ã®\x08 nðþ "
b"]‡$^DrIûù7N\x07 ð,\x19 "
b"¡ëø.ÇâNè±²ò%Ü\t\x0F — "
b"ß\x12 ãéý<@œ¤Ås.^¡Ë> "
b"³\x08 v\x18 §mMö¨ú\x18 =Š‚×I "
b"·“5Ö\x1E ªB<‡Á?ÒÚ¬µ´ "
b"\x1F wY;ˆxCˆ‚Ÿ\x1A j·\x14 ÷ "
b"8£F…˜þIr§\x1F †²C$<D "
b"\x04 v—Œ\r \f AX©;-I³¨¦\x06 "
b"ØR¯SWÐDÖ▓í«j8G c "
b"\x10\x0E\x07\x0F\x19 Ñ@q‚È_µËŒ|£ "
b"5Ã:5\x03\x1F J\x13 ”"lºSjä” "
b"]\x03 ðÝê\x1A OAž5¢\x04 óT0Ô "
b"t└╦\e BÉEÅä«F®Ñ\x0F x╠ "
b"\v 5“ ÀïDç’Öþw\x11 xâ4 "
b"‡0çbˆpB¨½}.%ߥtF "
b"+9zö|o@WˆuOŒ\x12 Æp0 "
b">¼[GÙ\v I£¾Hç¥GèÀª "
b"XW7Ç=-Lܵ\x0E r\f ªàöt "
b"˜\x1C “€œ‹K¤¦I¦ÅŸ>\x00 ñ "
b"A¼\x17 Ä:èFS¹®®ßÕß\x11\x04 "
b"vÈ’\r }™Eö‰Œ±ö• Ρ "
b"ÂÒ{§ÅaE:µ\x13 ›¸Zªƒ\x16 "
b"▒ÒÁ╗â█I\f ôì0\x06 *|¸Ç "
b"y´ê*+ÛMŒ†µ‡OÃ$Q< "
b"ç|ÔíöÄFÖ°é\x04 þ×÷\x16 " "
b"Œâ'%×µN\x0E ˜·V¹oØך "
b"fsØ\x14 Â\x13 M\x07 ³þDá•Ñb5 "
b"×æ\x12 ŒŒ\x04 B°\x18 ¸ù§I "
b"""
A;ãÓœæD¶²œW\x07 eâ\n
Ñ
"""
b"C&98\x11 I|´—·è°\x1D ¼ü "
b"5 ë÷\x0E žFè¹ä6\x1F /#²³ "
b"=¿wÉœ˜D%”˜\x01 ª%q˜\x19 "
b"\x1A [\x11 ùØML\e ƒÆXÂ┤Ì╩┤ "
b"®èÙ*T±BüÑý<w\x06 :é] "
b"ïHçý0cLË¡\x06 Õ\x04 f\x06 Ï! "
b"yú»\x1D \þG6سu\x13\x01\x17 ─ù "
b"Å\f O‗┬░OK¿Í\x03 à\x01 SÁ6 "
b"Øc¸\x05 p╣@JÂxÎ\x16 ä"╔ó "
b"ŸFlGV\x07 AÒ¹… ´Fª¡n "
b"\x19 c 3.®GWµ6à‚Ù‚h\t "
b"\x17 ┬\x0E 1x┤Mþÿ╣Ø@ö[³3 "
b"®\e á(æ¸M(«Œ\x15 „RÛúþ "
b"\x10 £ýÓš¢A…¥´–ôZµ7L "
b"ÅYÃ5c]K0£-Õ\x04 S_×▓ "
b"W@Ù\x07 p-E¨£\x1F j\x1D ÒÝí\x08 "
b"\x08\x7F ¦w±PJ\x03 Œ\x08 Ûj9äRñ "
b"ŒVÄ\x1A îÓLˇ(èg·ka„ "
b"¯·ý\x1A 5=Hg‹uT…\x1A\e ®_ "
b"×B q!¿Dz¥_Oq€u\x1F Ó "
b"jÔnÔ\x1D\x01 Iš·Œ7øæ\x00 ;i "
b"\x7F êVëo@Jœˆ\x0F Yç\x0E +µ¢ "
b"ÀlªO×\x12 O<´Ê¹\x06 Z&ûQ "
b"\e #ç\x07 *5Ed–M=‹ÊKÃ" "
b"‡çJ\x12 zÍE‹¿šÞ©9÷ÿE "
b"Pp&\x06\x1E aJ\x19 íX\x18 ìÝf4Ô "
b"âpdÇß|A\x03 •Úã'k\x11 ‹, "
b"I\x16 ù^¼€M£²³\v Ü\x1E Ïî\x0F "
b"úÉÞðjÈCÒ©'ÍwrÇ\r "
b"“˜ö¸’®LÿŽX8chf/‹ "
b"/ìs,~öDËöo¾2\r r:\x03 "
b"é\x18 ±Ÿ\x03 ¥@ô³Ÿ|לO3, "
b"sME+7\x15 @í“=¨;ÏËÿo "
b"ÅÀ=\x00 ¡\x01 H\x17 ¶lÿ\f ØÈY³ "
b"""
¦ôe\x14 \n
HCá▒ÀØ\x11 j║w\e
"""
b"Y<í?o\x1D F´ª╔╦ü╝cä‗ "
b"‘&‘N2¹H\x00 Ÿ\e\x10 Ï7Æs6 "
b"üVÕñÔdE?Ä3Ûù┴b.Ì "
b"þ\x17 r¶+\f E¬š²Ô¹“Cp) "
b"Mø»ü[\x14 E]µteìF\r e¹ "
b"I\x05 ź\x01\x11 Cθ¿ ®œÂær "
b"Ï\x17 ¥á–ÅKÀ€\x1C T¶À\x1F &3 "
b"±ªÝ/àPM{¿nï\x19 S&‘s "
b"&‡f¹‘™H3Žß|>\x03 S{… "
b"0Zâ~û\r NR‚·à:¢Û#! "
b"\x08\x19 Êz{¼EŠ™$G“–(_\t "
b"""
*\x12 \n
´¬‘N\r ª|†ñƒI\x07 =
"""
b"âü┤[¬4N7¡õ\x0E ╠╗ Î┬ "
b"ðr-2ÒdJåŠoVB\x1E ÿJñ "
b"—À†Ãì°B¹µ¹ó\r Ø\x00 D\x1A "
b"\x02 23Ô\x1C vA\x18 »äl\x06 è^h\x04 "
b"¢KYëík@ §]Ç\x16 Ûœ—( "
b"\x17 –È\x02 ´1FÀ¦\x1A þ…Xÿ\x0F ¶ "
b"*¸\x1D oWiIs‘ P;û‰íU "
b",èP,=ÝK{ŒHÜz(¦’\x11 "
b"ˆÜ(áo\x11 Ož ‹)UíB¼( "
b"Ëk ½€äIüµË¼VíŸ\x04 z "
b"¾þt\x1D ¦NU¬”èT(o_o "
b"\x11 #ã└~HFvÉ(\x01 ┬d¿\x1C º "
b"~Ìe¬HÃCë´5eÍË£±^ "
b"qì@Ü \x00 KJœHÑu’ÀK\x04 "
b"êãYøË\x01 HЈ\x19 “Â×Ñ+Ð "
b"&¹/ï€EO\x04 »]s´\x06 ¯Â "
b"à\x1C\e ñà,NoIÑRSeÙ\x18 "
b"\f 7ê€S(O€¤xÇY¿\x15 ¹5 "
b"Ç+k̆\x13 OûŸä³Žýꢟ "
b"&¿>Y\x04 0FáŠb\x00 (x<(d "
b"ƒù€½øpC\x19 Šð¿å+¶Û; "
b"\e ¨\x04 :8:K\x11 ¦„šd-VûU "
b"¡¶4!†^Bµ²ü\x1F º\x00 íñ[ "
b"&°NàÐÍB\f –„-ÄÄß’° "
b"áGBœ³¡@6‰›ã|\x1C ÇÃÑ "
b"\x11\x12 ¥MƒžHöÏ<î¶Ð÷\x02 "
b"5iب&aF$„ŠÈ¬pÎtJ "
b"ÚìEî|¾M┼ÅIÞÊ╗à\x17 f "
b"¢\x16 Í(ØQEJù╚ú±"?]┐ "
b"\x17 ›åÔ(¦IŠ«œá”U>Xµ "
b"¢ó¬´┌åG¡¬³j_Øù|8 "
b"j¶ï\x1E ÐsNŃwo â4\x04 [ "
b"ª-¸á«\x0F FêëT║\e AMìî "
b"öµÅˆ4DJ挱\x1F ¥“÷\r > "
b"L6o\x05\x10 {B7«3Î\r \x14 òYa "
b"³´üK{ËJ¹║┘│\v Î÷ô\x1C "
b"X<\x7F ╬s#I$ØS║Ë'ÎS2 "
b"~GJ·éãEŸ‹œŒ…ã2P× "
b"#êíi\x00\x11 A˜¢éE›u\r ©p "
b"ÕVþ’h<Fe¸ì²\x06 gåÆÛ "
b"ÝH¶MŸhKd ºufŸ\x13 Ë\x04 "
b"*‗vKD8G¬Åé´\x18\x1E ~¥x "
b"lŸà\x15 *rD]“œ‹\x1C\x16 -‹Y "
b"Ž¡HX¢zCƳÇ\x1C ‡6ÑÑ "
b"z\x1C ŠRQNJŲ×å¿\x1D ¥„Î "
b"W\x10 2~¾Kÿå\x01 ï,ÅýXs "
b"kIÚr*ßHêèÅOõÝ6╠f "
b"um¬#±\x11 C\f µæ\x14 «ÆŒÂ˜ "
b""lûþ@1L\e ¸ØpןïÖä "
b"¶£\õ+ºE-™7îŠÁ\x1F +! "
b"`R\x11 XØ$CÖ€AAuìbÞ‹ "
b"RúÊ░\ãI\e ¥ôÅÚQ¹Wy "
b"""
ï/kÙñxN+«-\x7F ~ä\n
àÄ
"""
b"öÄr ¦™F›§éZ\x12 û?ÿu "
b"ýn`\x00 ߢ@.œ½Ï f¢R6 "
b"Ü│Ëæ╗ÀF<ìVNc\x1A H«└ "
b"ãÕÑ»\x7F\x11 H╣ø77║╦5Eü "
b"ïzE¹*jLñ¦5\x1E ¤m8‰¥ "
b"\x1D\x10 kŸ:8C/”Œ¢(\x04 ¹)K "
b"J‡ncæ‘J‰²‡\x13 M3/à "
b"\x03 è¡õ_ÝFßœš4Veô÷± "
b"ʘÖa–ëEa‹¹‘\v Üî˜É "
b"ó<«—àŸD\x1A ”Õ\x1A «d=Žž "
b"/Æ\x07\x16 ³çJ\x1A —ÈÜ›OÞ„Î "
b";\x14 ©…àpF™ŠlŽ¤õ{ Ö "
b"!ðWXŸñO—„\x19 SP7yàâ "
b"ÔÁÚÍYæI"¢.[4Ø\n \x00 "
b""iÞ,efMØo]´7@\t ¬ "
b"%gäeü║I█öáÉ\x1D «,E┴ "
b"╣\x18 çÌÄ@I/½L(/±Å~ "
b"¾\v\x10 iKJDŸ¼\x14 ÖÁ\x05\x1D ™C "
b"ÿ¶\x11\x03 Æ[N‡µiKßÖ‘wq "
b"Ì‹“q÷\x13 Jc»*pwÕa:“ "
b"ma\x7F ‡0þNð¾D•AÞ\x11 ñ= "
b"n¦2\x16 K©LYª\e ™?:åi. "
b"ajS}þ@Fž‡^¢ªîCëÔ "
b"¤ÞY,)§E%Ø\x0E å\x00 ý¾ÿN "
b"eo\x00 ¥yÓIf ó„ÇA‚Ò< "
b"4á\x1A ÷å Nn¦N’Ü"û½Ð "
b"J³NEúA@\x14 ª\x01 ’\x03\t ‹Àe "
b"""
GQ]×3èAÓ®_\n
9VânÂ
"""
b"Rعp»Ä@ô”\x15 øÒ]\x0F ¤\x04 "
b"É\x16 S╬┼´A\x15 ╣_╚>kÔ\x07 "
b"ŒZ—ZI\t FJ„BVÍnùÖG "
b"É‹\3BÖK“€÷x³Q¿¬n "
b"ŽI*ƒó¥M3¯[V)hÁ]E "
b")„ä—\x06 WJ¥˜/åŒ|ö#€ "
b"ÜP:oPÎFŸ²#ĺ\f !\x08 "
b"‘\x02 š\x16 þ¿H@ Úõ\x05 3¹nŽ "
b"\x0E Éë█½ILmò\x16 ÙËm&nE "
b"3’;\x04\x14 þ@Ó±\x01 ‡\x0E /à\x0F « "
b".à[J\x15\x14 Dý¯k;ã9[“í "
b"@®6è¥úDÇú{ãfÓÿØ? "
b"va”\r \x19 KE“‰\x18 ”ä\x1C DÆ( "
b"±CµŠ˜Ò@ý½\x18 <ŠÇV\x15 Œ "
b"Õà€9i¹F!šÝæ¬gÝp\x1D "
b"5\f B▄ÕáEgèüöX%k±V "
b"¬Üì†\x04 êBÙ¸\x11 +Õ»" ü "
b"""
6 º\x19 ¸¬J´šÄÈHà«\n
n
"""
b"\x1F 6û\┴═Ch│=Wì<þIÞ "
b"•‹A.Äê@ôŽh\x08 „üŒƒR "
b"ß·¿HíŒA¨¼}6™˜µEÑ "
b"c³‗(©\t L\x03 ÇŪ\x1A ╬ lÓ "
b"öqö0\x06 ÃBµœ£wBC\t •\x1F "
b"‗Ú¿0Ø┐BoıÞÛÀáj\x04 "
b"ób";K╚B笥3üò└ÕL "
b"*æŠ\x11 ¯GI|¥å+%È1Û9 "
b"n—ø\x00 ËRDy¦]ž\x1E\x0E þŸ_ "
b"ñ¢J╗»8JüÁç\x05 x%QÒÉ "
b"@ÍM_™FFË«I¬\x11 vwp! "
b"\x1A Èæ7═‗AR£█╩ÿçY'Ø "
b"d\x01 ¦~Œ°A?³oú™§ay@ "
b"²^»*ï\r Cˆ”\x13 .¢"ß™^ "
b")|QöO‡D\x0E Œ€è\x0F µè& "
b"`\x02\v ãzeAýôû┬`42Øq "
b"\t ╠ª\\x1E aE²ªIÝ└1xäÉ "
b"9Éo¿Á(EÚî\x1C ¢uS;©l "
b">”6¦¿²KýŠŒª´¸®ê§ "
b"×\x07 '6a\x14 AÛ¬ýè–.Š0ù "
b"ž/ø+ø:I&˜ûJ‹¸2\t × "
b"Å\x18 ª\x06 ŠÈKÞ…ˆ€ª¼õêº "
b"Èã œsYI÷œªÂÙ:\x02\x7F\x13 "
b"ÕÔ¡\x7F\x14 »Aà¢Iü╣ƒ╚─ò "
b"ö)Už»áDA©ñM\v Ò™ÃK "
b"‡\x7F Ò¶VvETžøpÔ²bƒC "
b"RkR2\e hMg´L\x04 _V\x07 Ké "
b" +\x1C =└'MY│örü×\x18 Ã` "
b"/¡©,A.M9¨¤ud|ÀR\r "
b"k³¤┴\x17 ┤Dð¢sº ¹bAØ "
b"çwÂ\x05 ‡ÞFæ„àæ¸ó^TÛ "
b"ãº4M€›Dxž\x01 õŸ«\x1D µh "
b"¥´N©ßrLq¹w•\x17 âT\x1D ú "
b"¡‗ïØìÜA\x08 ┐×ÿU Oys "
b"óºÿ´ý˜M1†‘çl!½_< "
b"Ê•\t jS™I8€B±\x1D Š‰\x04 "
b"ÿ#Íâ*¸MÊ°\r ƒñ¼.m\x04 "
b"–iñùæ»Fp£érŠÖ1#‚ "
b"Â\x15\x08\x14 ØúB>áá\x15 y#Ê\x07 U "
b"╗\x03\x13 V}.N╣®SÊA\x00 üFy "
b"\x16 4\x06 `è>C×±?,¦çºˆ\x1D "
b"Vkëþ_ŽF\x1A …S/×9’\x00 æ "
b"óaÃÝÅÀM7ëþ©»Ñ╚óB "
b"│5yÂÌËIXè\e\x03 O─Å÷\x10 "
b"Ó\x03\x14 ËêPM\x1E Æ\x07 aqü;¨; "
b"*šéðM%B\x08 ±\x15 ®Ë©ðUŒ "
b"ê╣±┐ÞûAfçò╗┼ÐÀ\x10 É "
b"4ËËc.\x15 K]¶\x1D tôÂÑn\x1F "
b"Ìèý‘ûUG2³Õ.Eñx\x12 V "
b"}}k×orBY░i\t É╠├¤5 "
b"él▄}5\x01 @VÅ\x7F R>\f -WÕ "
b"""
\n
fÎ\x18 á±DÔ€\x08 NçYŸÎ\x03
"""
b"U–’ý\v {EŒž¶\x13 ßN1²5 "
b"▄;Y"þ2@µíÊÒÏ╔ÔÅ\x01 "
b"³òÒéOæJ™¶â€Ló6èÞ "
b"\r q%\*cHœˆ‰\x15 µ?øf) "
b"ÖP»ë2#IE Á…çÒc‰1 "
b"äK㜅˜EȉÚ@\x01 ßÕ_ì "
b"GÝ\x19 ÆÊ\x19 @È‚Af»¾Æ\f G "
b"À“z÷ÙjJé®lé[\e •àr "
b"ÑûÅ\x14\x18 Jïµ`\t ¤4ç- "
b"UÏKÿ¥•JÔ‡yxù\x00 ÈÞs "
b"·§Cù4lD┴É┐F]║ä+■ "
b"'ìt'\x02 ÷Bmºðv╩\x1D Én\n "
b"ÖB”‘$ÿCX¶°Š¼©Q±÷ "
b"\x02 QmºüîN9‚ÞÏóž\x12 ¡\e "
b"H¶þ¸Ý!GXŒÚ\x17 …%Ú*\x02 "
b"\x05 ¦#Î\x02 DKƒ± ¬U1@q‹ "
b"µ"\r OV?L=ˆgä\x0F ûEsy "
b"ï7-øš"B·½^x›\x7F ª7œ "
b"$(s\x0F ½VEkÜ╦ƒ£▓aØ_ "
b",ä\x00\x07 ñ▓DÂû/\x1D Ó·ÌìÜ "
b"""
*1„\n
Û¿N©Šµš\x07 Ëaþ¿
"""
b",*7Øí°E╦Ä\x1A gÔcå³ "
b"\x11 hÒÎTìOb¨…ê’Õ•ÝH "
b"c\x0F æEVCR‹\x03 š¨ž\x1F ìß "
b"gy»\x0F ûÚO═¡[¨½Øû┴³ "
b"æž°Å“iN—¥ÂŽË}ξ… "
b"þ£±\x00 p$Jyœ£¦=”æó‹ "
b"Çë´╚éùGü¡L\║╬jx\x7F "
b"\x7F mI«ˆ¡Dc¥ó\x06 t‰X¸Â "
b"2Â×\x08 hdN\x1D º¼¢\e !ªìÿ "
b"·éé+£&Jª“wn?ê÷¦í "
b"▄³Ç/KîJóâÞùjÎ┼Ýü "
b"\x03 Ÿ`|\x10 @¾œŠÑJCHSi "
b"ÜS~¼ë÷F¦™Ë1'?£d˜ "
b"þt}2{ãDØ│\x1C Ô\x1F ╔^\x06\x13 "
b"■¼[ìëCE¯ùòÎ\x16 ║Ô\x1D ü "
b"(ô\v ÿ¹&A\½Â¦2G\x1A A¡ "
b"\³q]k¸@O’5JÑùD\x01 Ï "
b"Ý>·KAÉE#רùSµWfÑ "
b"UË\x17 *Ó\f D\x07 §ÃG\x11 ž\x07 Uv "
b"ûõP╬LøH┴É\x12\x0E K\x1C Xâù "
b"‘Q\x7F «<öJÌ‹]\x07 )\f µ\x14 s "
b"\x1C Fúü\x7F óIÉìn0EFZD1 "
b"\t\x1C ŵg<Iê®o\x08 ═\x04\x1F 6G "
b"\v\x10 ar²\e NH·Ô©Ö¯àrã "
b"/fë^\x15 <@ù┤üº\x18 Ì\x0E lR "
b"a®ˆJ\x17 ¾B œ²\x04 dßQ¢» "
b"e\x14 ÑdàŸD‚‰ÚI~4b}\x7F "
b"qN!.\x1A /@~│ÅvC╚¢8b "
b"8M\x17 8ö'Dl²Í\x05 Ôœ_-Þ "
b"TæëêÆ×L£»‹‚€µ/ÝQ "
b"\x0F [¾^e”M¨ŸÌú‡ï£‰% "
b"""
\n
IÐ\x17 ¤ØFæétý5Õ>│õ
"""
b"/A\x0E Ýõ±LÀ…0Þžs\x1A 2& "
b"Ê\x12 µmÊ\x16 I·™ú—ñ´†Äˆ "
b"°CMü\x18 »E\x7F ░£0æ╝┬┤= "
b"©&ª\r âôBh»ŽÍ(D\x16 »Ÿ "
b",▀fûbpKlÅ"5\x15 ┤M;E "
b"ËSµ…åÃM=£¾í\x0F K|4ü "
b"jür!ä5J\x18 Ĭ\x05 ─þªâ▓ "
b"""
nÔ"¡ÿ&M\n
•þ)$G©\x1C ;
"""
b"6\x16 ÉÇûXC\t ºìUÒZ€_~ "
b"^v┤ë░OMúí\x0E j╣«.gÉ "
b"È\r †¥´?C9…W\x03 ‘O\r ÿl "
b"Ñ▄)c7¾D\f Å\x1E T\x19 ■éqv "
b"tŸ·8\x1E ]Fn–=\x19 Ø5GŒo "
b"ª═sy▄ìD@ó¿@ÔæòÅ\x01 "
b"Ž¾+,ÌHI‚²®+Èç_Di "
b"aØÞ EîCì¡êõIã3\f Í "
b"ÅóVùò<B6ìé¥\f ²╚; "
b"Î\x7F ÈF‹°M\x1E ¤÷±¤QªG "
b"■2õ¿\x08 àAFü{\x18 oy¼\x1A Õ "
b"HZ6Å°6J>¾\x15 9U•ÜÐ "
b"»è╝\x15 _SI╠ªOØ)©z@┌ "
b"Ñ\x1F ó\x00 Ÿ\x04 Mj€¬ë•ÓãÕh "
b"í│ó"wMLR¥§u;5\x12\x03 Ø "
b"é3Tb╠¹Eýî┴\x17 (B>üb "
b"(‚”O=9Fq¶dzÖV€†ú "
b"|b_pT½AõæÒPµª¿Ø{ "
b"©d©W EO\x06 ¨ë~¥%~oý "
b"""
8\x1F øŠ\n
hCû³Ú&ý½-ÜT
"""
b"Ž;dz5QE„¢yÕ-æcåå "
b"6„A\x15 XÓMõ¸‡5‚#òÔg "
b"ÆP\x02 #ÔAN:¼èÕ¿f'ŠË "
b"7142╚gF\x1C æ§à\x18 ÍØ\t\x1A "
b"Bl͵Z╣Eäì┐Ö╗wÝð¯ "
b"“MêfßuK@‰ã¸VÞ[ "
b"9l첂\x17 B³…\x1F ª\x01\x10 5x€ "
b"‗É|\x07 PÂEMò\x05 Ú<±ý>Ú "
b"=ßF\x13 {\x1A Guèüg'\x10 ¿` "
b"Nıj,\x07 ÌC\x14 Ø\x7F O7'{█A "
b"aDñ@e–†c/ä\x1E CF "
b"ÃE%¦Œ™G!‚\x1F "Ïàa|É "
b"¿lß¿È‚A¢€jC¯.<‰½ "
b"ö’.ݨ\x17 H<žh \x06 éÇ÷2 "
b")Ý\x15 -ÕBxªkÍ®"\x1D\v ò "
b"~+Ök]cD”‹ä\x01 ÖŽ˜gð "
b"ÀÂ\x1C xL®C£±þϹÀé[† "
b"…\LÚ„ÿN\x00 ½u|Áymþ€ "
b"Ç#ô³v»Gd¥“Gˆ\f ó×È "
b"V;\x04 Ù)UEÒ—‚ƒó\x1E IÊ… "
b"•$øx¢ËI\x06 –úV\x0E ™CŸ= "
b"Ñ€\x19 K½ÇOC¶…•ÛÞ¼[u "
b"\x1C X\e ÞQmLf¶\x13 =\vVMŠ "
b"■┘mÅ┬╣Lï¬ ▒é┐-À[ "
b"òC\x11 ]U\x11 B9¶"A“4$ÃI "
b"o«Å¢╬\x04 LJïÈ{[¯4Üh "
b"Ê{A\x10 è1O\x17 ¤§²„\x06 ”Åi "
b"$\x06\x01 BH½J†»{±Ô=²—Ô "
b"\x0F »Á.Ð█Kxíü)ìÉg= "
b"jHÇi"6Køˆ¾\x04 [M\x1D eX "
b"|@q¡”RNø˜š{®Õ"ú\x05 "
b"ü┐.rÍNÔ│MEY¯╚<p "
b"ìãõól\x1A M\x00 °\x0F a®¸XTñ "
b"J¢&╦\x16 ÁIhï[\x0F ,¯3Øó "
b"œ“;‘¼XGO±§ã¤g¥‚ "
b"▒ ¶3\e òHjÅM,¥=Éqÿ "
b"\x00 Æ\e =q\e LÀ³UûÛg\x10 ÊS "
b",\x16\x0F ÄTdHÒ¨‘̽‹ªHî "
b"W\x00\x00 ÀM’EñªB<å-\x18 ®T "
b"=gÒ[D\x15 DuŒ×N\x1D 1\x18 ÂL "
b"Të\x02 gšI@]®§LqIåçÔ "
b"å-)6/üB\x10 │║5,Èâð "
b"«äÑ\x14 .@K¿‚Vx’»Dg\x1E "
b"¾òU@9éHò´ý˜å_ø§m "
b"ž±×kòrJ\x7F »]\x14 ÃYP;¯ "
b"\t ÂCD%]N\r ¤yk\x14 æLHŸ "
b"\x1D ®Å*û¦B\x13 §OÖ6ðÌÁæ "
b"Êtæ\e -=L¿•s\x1D `‹ÕÌ¿ "
b"+À`\x12 Í\f Fƒwfټȩ) "
b"Ô█\x10\x08 └ÉKô┐ç2±6Ól0 "
b"œ˜2#\x7F YIĺc†Ž\#'u "
b"\x03 MM\x0E ˆyMº‘àøëpÎ8Ç "
b"Œƒ¸¸¦oK”š"äÛ”±dÎ "
b" ½o0\x7F ìDÏ┐╝»ãjhÚ\n "
b"Aº\x0E ‗þ╦Nòüx`çÃ6ÇB "
b"GüVl»ÖIš©‰!¥ö±pŒ "
b"iL÷Å÷\r I\e ‚z\r àDz\x1C Õ "
b"ÅÃÔ¼Ö\r O┼ÖhtYS\x14 ê "
b"«Ø€±)\e D–©y\x07\x06 Oušq "
b"àDe\x14 ├┬IܪÀx\v\x10 ÖwÉ "
b"Û╠q8\x18 O2ì╗┼¡nküE "
b"á$v'^\f F²œõè~PÎú~ "
b"_~ŒdãÀNo°ßÑ \x01 ¸B\x16 "
b"lJü( ÇK/»\x1A ¦▒Ïh;Ý "
b"""
ôs]Й\n
L:˜\x0F œi\x7F g::
"""
b"mVÉ\x07\x17 ¦MıëéfÝþ\x13 Ôå "
b"šÜl¢ˆPI‚‹3\t\e /PŒ= "
b"\x0E Q³\x15 É2C║åS\x16 Á³ö "
b"€Ö]U¿5C®µÊîC\x17\x05 ^Î "
b"Ü‹ñL\e 3B\t ›bB–kµTy "
b"ùÇùq\x11 –@¬¹‰¡\x04 ¢\x1F KM "
b" 9mÿ\x00\t LŽ«X€…rhÀ„ "
b"z0\t RbüK┌ûQc\x08 áïD‗ "
b"»uŸù!òDEºS>”Šáo‰ "
b"\x15 ‰»L/!Jp…\x1F "ù^R‹ "
b"""
\x1C\x06 ÏÀñ\n
I ¨È«“Âqfg
"""
b"]¢¥jkùCMŒÏÖ†[šŽò "
b"Ö\x1C\x0E ¹Ý)M‗æçn£¦ü1ı "
b"\x05 ˆóíf—@Q ¥ÓB7|æ\x08 "
b"X‡\x0F ñþ.M ¹ˆ±z \x03 ç\x1E "
b"dg‹¯Ñ\x0F E›¡ô9®“)0¬ "
b"¦\x02 |VYÐJ܃!s\x07 >Ò\r w "
b"w*[PÍNKz«é|.\x1A eâq "
b"\x07 Ÿ7¶›ÇA‹³7öZ'–\x1C Ÿ "
b"3ͲG\x00 9@¯ÑV¦▓W\x04 \r Ø "
b"Ð{u%\x1A ÒAJü\x04 ±Å°ò²7 "
b"Ú;Z6@ƒAxÂ?ìG&Ùu³ "
b"\x10 &ì½Å.L=°¥T\x1D ‘EQB "
b"#Éwù9¬A\x1C ÀNs¨y░ ▒ "
b"S\x0E ¡iO▓LÏäÙü´K\e ém "
b"\x08 æ\x1C =\x01 …C¿°\v Ö¨RÀ”€ "
b"ß$#\x17 ºÛEí¾°^•\x1A ß*© "
b"\x1E ójŠÊ5EC¢ “ƒøvô\v "
b"Ó:¢H²\x1A M\r ½|áÊÐ׃ï "
b"Ã;,\x15 –sDå û’Dû™QÓ "
b"Û\x1F\x11\t Kp@µ”Ê=ƒ©\x1A X¤ "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x5D08B5599CB4458BB37712DA56BFE1A0 , 0x7BA481B6979D41C4976A4CDBA77B55E3 , 0x99154688BFE6490EB47CCEE1D60BF1F1 , 0x9E026154051A49BD8D04F00753F61926 , 0xAF08B7C8E2A342EB950559B5FEB8311B , 0xEE3997A789FE40888DB8B34BB86BE2C8 , 0xF891DB4A562443048E4802D87148EB0A , 0xFF0C8F24E089487BAE2FF94291761F31 , 0x0B71F20D4BEF47498FB3499E365B0681 , 0x1F5510F7AEA941EF949AF350F82B3EC4 , 0x2211114764C04429A84DB854D9605269 , 0x43441DFA24CA4500AD1285C34C47CEF0 , 0xA8290393F4284A528DD9AB8D94B1EC8C , 0xCEF028740B5544B2815EB4E821325D0A , 0x1CAA3A5BD6764F4CBAC2FDE21B0B3AE6 , 0x3E26E0E9613C40E1BDE687B01A46EE34 , 0x4CEC8C2EE18A4297A01C1839011F2BE4 , 0x4FFD4B88F902424393ABFB330CD8C42E , 0xD000C432508643E4AD5D1304E2A15C0A , 0x5DCF2C6F3BA747B8A59B7C167C8795FB , 0xC4CD1548A162437EA6485A2F8A5E8FFE , 0xE59ABA68A27A4222AC3C20F818268F89 , 0x9698ECEBACE142728472419C233129D7 , 0xDB6CF928BCA14AD49D7F45643373D696 , 0xE5BF3DEA2E934F0F9A254332EE7AAB8F , 0xD70D1DE8FBD244799C1A3A72C63E27F7 , 0x1D75DB716D0649C9A244ECB6845996E1 , 0x4BA3D8BEE6714BCF819975F9C829A70D , 0x5A0EB3054EF7442DB4004803264B1337 , 0x41E167CC27EE49848D7B057804D6C57C , 0x65F3CA1856DA426AA75DC276748C0231 , 0x6CBE9F1B6A7E4F178AF3D9C8A384BEC9 , 0xC8C1296832B64C259E5BCF1807770A2B , 0x697DE8D9F68A48449B3F02AD6BC7E943 , 0xC4E607DF8BB14CEC855169BF31DC0783 , 0xC89A4377A774472484CE4521BC91AF36 , 0xD0A9AB4B88A74BC2AD21D8FFAF146249 , 0xA8C4C8BD4F0744AAADDE621F3B6FAD05 , 0x4B8246AABEEA4E428B9FFA4E85275E0F , 0xD575A2087F1E4CF9A3BAC9BE9463B7D1 , 0x2B7D2C0D23274EB39FBD37647ADA9EF1 , 0x9C84D4AD2B954D73AD3911CCA5F541C7 , 0xBDC2D9A415074382AF0EAF1F3CA3FC10 , 0xBE2339E5055447B5BDD35DA9A26AADF9 , 0x09540E16735B4D799D86003C90F579B3 , 0x55E19F9E4DEC40AE841BC9AA385063C8 , 0xA20A598DD140408581D54E3DCCF40C25 , 0x0A0313A0C1C044F38A833617DF513F25 , 0x141804F4820A4817BC70C6EF8C85683E , 0x75B2D47D4C5F4D15BC6DB724D9CBE530 , 0x9E20D47D4D1244DA8BBBDA556142A782 , 0xC1C03429636E48DA9E0B95BB09CC8498 , 0xC42AA18E2A904D4CAD78BE79733F15DB , 0x0C92A67EF0D9454B9A14931202D555A7 , 0x582C65FB87624B3983AD061919F636C7 , 0x649F6C62B09E487991ABD2CBC14A331B , 0x968217E5E0B447E4B03B0899EF5D09A1 , 0xCAB2ACD229414EAEBC517D4BE9B262D0 , 0xDCCEC7C8C9444958AF4EB64BF622F193 , 0xF15744FBC197476B97D69A64F713119D , 0xFCEA568FA6C5424AA3E6361801303CB2 , 0xFF663AF9D9274C95A93AC9136DD06595 , 0x3CBBE0EA8D9242CDB48BB0584EFAC72B , 0x47522B49A56E4A45B8297498EFE3E1C1 , 0x74658454FA07415195D6F5C129F1B88E , 0x980DBFDB9C9145ABAB8BEEA8358AC11F , 0xB830E4A57C02433CA88C89A94E6F4E3B , 0x20C7356F0FC94CA2AB2A967AB52B60D0 , 0x4A59848FA5224D34836C6F7416AE730E , 0x628E4FB9F41E4A30B89F0EBD126B0B5F , 0x75892FB7937340FEB13F5AEA053C7F58 , 0x3672A0E3B0D049A89EEC91182EBA3348 , 0x66ABC4B5C6C940BD8A36D196C3A532C2 , 0xDE2D8A150C804FC2B1D68D9F7700971F , 0xFFFBC079D021412A8E59A06EB23FEC49 , 0xACAD1A952E544C42A39BE801755E3E13 , 0x42266880C25C4181B4BE725371433635 , 0xB185C844D6214594BF41C52FDC15E855 , 0xD2AD86323E7C48FDAEDDCA0298BEE47B , 0xEFB019396E9A4533B4543E7EF856C2BA , 0xEFDD4EACC1C84CCC91207979C851BF50 , 0x02417ABD1659415B9003CD1755953F66 , 0x185960186BCC4F6DB0137D2F3CDD738D , 0x49DC220D44D84FA29CE8BE218FE8995E , 0x73D8E3EE367D402FBE83930751D82711 , 0x88996A68ACF644EBA280BFB4472E9244 , 0xBC9026C543D44E0D887D0AC76C2B0E9F , 0xFF0E5D80E423446FB03EC2BF31A4F238 , 0x14F29698FE694EB2B141A2A57295DE08 , 0x192C58FB3B8B4D6DA6AAAA8640790BCD , 0x4E153108C99D4E9D95B49A3DF145D985 , 0x69832D0C730A44159523BD9311F2ED29 , 0xF97EF110AC294B9593F74E9B35E029BE , 0x7A0633C58042467C92E2313591220F0A , 0xBCCC38F8C04F42768FA99FFEB8030A29 , 0xD904EEB008A54A72A6BCF40F08DC01FA , 0x5B0944D82A544621BF800E874B59421B , 0x2E19008E39A74F148683AC727B66D61B , 0x7CCE0368A6BB40349462EF0A0C86B9B9 , 0x85A788804461449986BCFA485A71699E , 0xAB9862283D9F4D8D82A1477BF61CAE78 , 0x185111AD64BA4AB08F6EB13557DD2193 , 0x3FA80B85EABD41EFA4F1AD1B29401561 , 0x87D2E35F3627483097E61CC71E5503C9 , 0xE231C481D7E440C485BD86028C5D6BA1 , 0x0FF6D506CAD34FE0AC7B8D320ADA4C8E , 0x78254DE8F0334E8988BFFC4531FC0FA9 , 0xB103C3C93D364788B0407D81D4957667 , 0xDDB2886B630147C19E674969988BAC73 , 0x493D29257FB445C288FE3552EDC1A8C8 , 0x079D73B501644A55920B4C6498F8DB59 , 0x23FFB1C29B654CABBC02D8AF05EB543B , 0xB23087C3FDC04F5381C22EF13D147DD4 , 0x4B5A9782EA2C492494A13514FCDF829D , 0xF1CC7CA3F2B34A6798E2D3E6B0C1F7F9 , 0x54453308350447AFB0A7AC26B2308494 , 0x9B8D6F164C6048B99089225EAFF9711E , 0x4DDA100063AA4BCF876A3C2D3AF2EE28 , 0x795E67AED6B44C878FC5607D8CBF1E85 , 0xA63049B8E14E412A8418D990AFACC98A , 0xF5862C3ECDB14A1C9F71F2F0959514C4 , 0x2BC1CD8D1C6D4BFAA0152EE03EDA9E9B , 0x7F9E8D6279884975BA1A67F8858076FE , 0xA59731B783514AF5926560DF98E8FADC , 0x3B127C75384B4CFE9AE20635A2E803D6 , 0x8EDDFB390F1A4A238E3AAC4380BB3CEC , 0xD81652F2350740EE96FD62779DECE652 , 0xD166AAA98DF94EA88D964DC694101847 , 0x6AA9A502BFB640A68D0657B10743B678 , 0xCAC05AA5FF664D9C866C9BA9F403BC03 , 0x514944D3F0B3437ABCFC4AFA19C63B7A , 0xE4FE25C9171845D79CEC8207D846EC25 , 0x410CC2FE183A4EBE86BE621F35C6AF93 , 0xD61F67478691412E87A190937731CAAC , 0x4199F94857594F6B9A5D442F42051158 , 0x2A3DC600065F4A2897BA3DBB179DF83F , 0x732A55B47BCA4032AD28494521D02822 , 0xE9A777AC960A4A1FBCDF7AC42C56121A , 0xEE2A87046C3143F5A2092F9E0D31D76D , 0xE32D0505149E49EEBDD13DD542452109 , 0x4F5CB6FAA52F44659C19AA2D857155EE , 0xB9B75632DB0E4424B5A5B4C17D41CD74 , 0xEC0DF8ADAEC84B2B819AA14D7A46A041 , 0x6D48A49ABE2A4F46AF621E4498B23F61 , 0x91B9162964BE4880B7AA0860E6F8935C , 0x7C7B1905DEAC49BFB6DC3D843D533D0B , 0x86227F9262E546CAACF4F739F0F0A4D0 , 0xABDE50C8AA8C47C784E836FEBEBB927D , 0xBE6A63E255E54BC0B6570D3C6071BFDB , 0xF7EFCEF61A094338ACDC21114E798B39 , 0x03165A46EE0349AC91E7B8AECBE9154D , 0x501C4C31E1DA4A09A8C1507AAF16E04D , 0x5DD3A7340E43435FA5DF00DC38022813 , 0xC8077402689A40ED9DC2B023B95CDD69 , 0x8A64420A34834A73B51CD859CFC9D4D1 , 0x9B291D131B034E45B37C1F508910B603 , 0x129F2DBC1C6D4C9083340B26B7ED0EF5 , 0x7D08D635B500491FB0A8B968E7DE017A , 0x81FC2354D818499ABA995F44191EA0C2 , 0xC4B025A583FE470696134712C451CEB5 , 0x1B85005C000A46C088208D5D25B3054C , 0x390C63BCEB8048748ECEBDDE51117182 , 0xD452C28EA77C42B38993D3948CE4E47F , 0x30AF9FAAE547486FA5B706951D1681DB , 0x731C37CB125B4FC9AC05F95964A8A3CF , 0x209F3C70737B4907AECFA02F55F7E332 , 0x2A415A321F884AFF8EB8BC22BAA6F111 , 0xF59482D63793415F831F383DC2CF7F2B , 0x77017E3521054610A5D717A68844D9C5 , 0xE4E34D1AE59E47B39B684294435D32C3 , 0x40589A607ACA463BB001FF1D78B18563 , 0xD351EFAA762043599A2B5AEC7D42AEFD , 0xE3E2127F3D9147E09CB55EE1A4BEF04B , 0x250BA01A8C8240ABA389202C54D2282A , 0x2DA6995427164CD98B9ECA34BCE57BBD , 0x0C635A0B1FFD49388FCDF6C9560CC30E , 0x727CE16973F64328A1EA471168B8A8E9 , 0x1C62309B87FB4B8BB6211BAFF4D4ED57 , 0x6646189096D34F9FAD23CE7DDF6F38AB , 0xCD0B1BD5B6224364A242C387BD6BD403 , 0x39A05DA6C4574707BF13FD8A186521D3 , 0x3F932C18777A4CC2A6CDA4AE9EF1A65B , 0x025576DBACC643B49A7B0E533603A724 , 0xDE54D7E09C6145249C2259A11A552741 , 0x515288A9FB3649E5BED5775A8D1D16D7 , 0x58158CE8862E4CA5B3E1A5911AA63B21 , 0x6064A60C02E84E1DAEDAF143AC55394A , 0xF14608D35B26426CA0B29A0B8E66E431 , 0x3BD8E5E5A762481DA5873BF8EE38AE0D , 0x18FC891D483644D3836D4302176EF9B6 , 0x106ECFBA89234734A677DD0BB0C60F56 , 0x97711F6587CF49838DE8AE7FFC63D180 , 0xCAF4B7E8BDDF49F7B581906361B923AC , 0xED40D232FC6248C689D7415AC7460299 , 0x44FE631173464DA6A9EE6EEC82451CD9 , 0x6003D1F8930541DE8A68F000EF4FE561 , 0x8895C4A696354359954C6AE8E8EE74BC , 0x98EC1F17B754422FA368B16B89B21B62 , 0xFF5A44D5B26947679D26DC3688197B1B , 0x4DBE6D6526334F6D94257D1E07B8318A , 0x888E7682030E4908A4DC724901A408C0 , 0xF375BA7334DC48D895F0AC444467FA33 , 0x161B3C643FA6489089B6311CCAB985FF , 0x2B685E3184134EEBB9F078E31916E2C3 , 0x69EF255598034105989AC8BD014D954D , 0x7CE00470B3324569961A2A8E9EABA7CF , 0xD9236F91772B49C6A0983A391C2824F1 , 0xD266F06E7B8F41109CDFD8FED6328D0A , 0x242A8399363F45AF86EC8A19F06125B3 , 0x4CA292142BB24B9B97802CDE69A9F0C5 , 0x5B4F6709E57D45B8849A3D757675A3DF , 0x099E2454DCC6432CB0E7600ACA2D4108 , 0x15F45628642C447AA2805C93BE3E9ACE , 0x91904D3959064291A3E6D219E2CCD9BF , 0xB64E1784703E44D4A194408F066B49B2 , 0x2A1F06956B234C8CBDC8E1146E559D3C , 0x3A6566035E5C4D9480D1BCEABE602523 , 0x73FCE28E90CA4C61AE4410B2FF56910F , 0x2C99A297C4744B61BCF6DC3EF8782B99 , 0xB796198B409B4E45B3497ED5E18F44BC , 0x553040C02F36459BAD95928F5E5F53FB , 0xFF92FB501C19441382BD51A31EA6B6BD , 0x3C3B078B5DD4403BBF8F97106A2F5FE8 , 0xE022C62C692D4911B1A9BAEAE8B058BD , 0x62F8CF94325643B1B56A143A5D9B52F0 , 0xFEA4FDDB133147218825DD69F9C4CB4E , 0x8A095C8F5ACB4D678A289C94518EBADE , 0x9464C9E3A1384036A2D790B0842DF50A , 0xBE10A337C1164A70AD7DCE8DF27390D9 , 0xEDFA60142EA949B696BB623F60966CCE , 0x34369721F4DD4F13858D6AFE71E5BF0F , 0x542C1C2F8B3C44BFA76561192635BBE8 , 0x72ED803E5474461CB5A512A3E47F708C , 0x83FBFD88CC584C31AE93D54DD8B36D4A , 0xF37A003D3D8242209F3A9E5174177F93 , 0x52E1AD9D996440B8B81F299B401CA6CC , 0x6556B461CAA0473AB1CBC4086AE13671 , 0xEA277D2626284F8F951433BCA8BAA761 , 0x4C979C20F2204FEA8D7AE8F26AF544B4 , 0xE1222B65E45C4175A45A986A06CD8416 , 0xE0792709DA414BB080BA8944B02D5492 , 0x33EC0CEB79294995B2D66C5FBF6920DF , 0x474B4B7A8D0A45EDAFD5BBBDC13B1E89 , 0x041219943B214C9B8C0792A83B164B2C , 0xB54EC64E9B124126869843580C7B530A , 0x288FB44DCA5B421EA47BCBA51C429BC0 , 0x82F2DC3EDA6B4973B9BDE1542107222F , 0x138F270673A14E60BF73C19C0CCC6454 , 0xC3CF4097A2F845AEA73E2FC7D6F08F6E , 0xC994B78142A54F3E8472C4C67B642BFA , 0x666B7DD2460441B1BD07A2C97E35A481 , 0x6F43F7FE7C30489E8B83E8948A2268B2 , 0x70343BF0B9E345909D6846C0B569BCA6 , 0xFCBA802AF1A641DB865DA21B905ACF74 , 0x076F617E33DF4DC3A24E00FD0D2B17A3 , 0x3FDE702B640E4255847855F66B604C51 , 0xFC3EEE8CC41746CB8DD9F9D0EE2260EA , 0x7A1C0FE0AB35408A9C10C3B318390DF2 , 0x42FF015B2A354D46A2B0ED65A81E8D12 , 0x6B78C7C72EB24A9DAA566299F83645ED , 0x03BF3C4D29354E509310E7F53F02F79A , 0x39D8B668893347DD83D4365E900A58B5 , 0x6893A2E5D8524F7E8BE005B60C4E99D9 , 0xFB505691305C479A9B2488751BD27154 , 0x607CA47A1D344846999E22EB4FC37D15 , 0x75ACD71E9C0447DB86A7248AB2BAA740 , 0x404762F5F96E4EC69DB77CBCBC95D7C5 , 0xE9E06442ADB446D4887F4AFAF3BD1D73 , 0xA11483DB8A6242E080FEF1A989B80483 , 0x5EBC92B75B0348B7960BFBC3CA5B13D3 , 0x6D0713FD1B1E4C5B803ADCB780C4E118 , 0xC7183A7A301E4D919563595B3F1A0741 , 0x665D143BA5DB46C18E3EE58A7F84E006 , 0xD047D4056C2549548BAC00583A562B3D , 0x7784F6F660AF4670909B6C7E7205C64B , 0xCEBBB6E2C5AF4A6C88053E6918E23251 , 0x0F462FF7D7644B8FA5E0B967FA492C74 , 0xBB8CD49917424FFA93103F020B6E17E2 , 0xCE43FE42FD00429CABB34CD5149430CE , 0xE5B4A304378E4836BC9CA6A44D35D339 , 0x07F90D42364347A8917239C8CB3AD81B , 0x2E61A96B8B4E4CA1A63D63FBF1B7F274 , 0x32B1816438B346FB8BB7DD3FBD705D42 , 0x5B965FAB4CE7406DA82C612A4E9878A1 , 0x780931167063426692AFAE56A9340CD5 , 0x5E7AB6BD32E84F4DBDC53BAA61A2F4A7 , 0x2823FF6AB99D4774B450CFE1926BEBD3 , 0x8520BBE43875481CACCD789024D207F5 , 0xDBAE6D357DEE48B2B7389980AEA87B70 , 0x098654FF3AF3486FA57E6593DC8EB6BB , 0x9159AE0B8BAA4E7687744AE74CAC54CC , 0xF0CEA5E2EE20480DA9A3BCFF54186DB9 , 0xA5D500FA5BC84544931A7F29D9DCCF9F , 0xCAF4AEF7337A4B17B182DA04A55F078B , 0xD34905B7D52F42EE91D4FAEAB26B4A78 , 0x4BDAEC4440D24222B1C185FDAB8F6BA2 , 0xF89BD8ACB68149D493F1111811AE06EC , 0xF07FCFD130864E7EA32304CFF67F48B7 , 0x774FF1C2BC8744F0AAFEA73246630CDB , 0x8ADFE54FFFA24CC6913C660945537B63 , 0x1C88A20C91C0401388F53FB7440CE290 , 0xFE0670EECB724CDBA53C2187B2721F8D , 0x7ADAEB9B650448DE94316A4D9186E2C6 , 0xFA597783E82E476A9046AF1178A02397 , 0x8B8F6D1B2B374CA7AA78B5FC7437667E , 0x18B1906293D341B293A2C221799324B6 , 0x5357E032B9004F50A8B7E38851A98618 , 0xBDDA90990B2E4BDAB8753DD551B7F92B , 0xB080331C7A7043129D442D56D1C2839C , 0x43609BD12A2D473E833F830CE9C22093 , 0xC22CC39AE6704937A72CA35217BF3479 , 0x20C628634E454ADDB04F9EED2E1A6A2A , 0xD9F12C002A3E4615A1E9B9DEE8B9C5CC , 0x5F8B12578E824776B8F98CF375BF90CD , 0x04F0DC0DDECD4218BD3BCF4EC46AD3E3 , 0xC0A84FDF353B4738AF4A5055E8B8AC54 , 0x1A13BF1D27B24067A19A4EB08B6C8842 , 0x69192CC842BC4577AF202E12D143226C , 0x1076E54FCC6C4AEFBCDAA84FDC1E0786 , 0x4C08AC925D6245B690BC68038C1C2EE4 , 0x77C0E4AAB49D448E8C7FB9A4EFE7228C , 0xA686541B596C4CEA92FAAA673EDCE64E , 0xD652AFEFC3C64A49BB92AFA107D1431F , 0x1631539FFFB04C64BA91BE756442C0C8 , 0xD55103F82BB74FD6AEF8CE4BD93A9A1B , 0xF6C74F41BE2746DA9D23FC710534469B , 0x7DA81846BBE146BEABE6D0C820FF20EE , 0x998FBEFBBB7E47649BE78463F381633C , 0x3464963EDFCA4538B75B80F2B19B97CF , 0x690651396170429B9378CB0AE106ACFE , 0x4A94AD40D3444EC783A137711F04732D , 0x38C672E07C3044AFA01A244087C59D08 , 0xBBDD7A6E8AE6465F814831CE83B6BFF5 , 0x0167C52C6E1349D2BC9FF74F488AEE67 , 0xC0E14B846C5F4273BB15BC6E078463D4 , 0x91EA903F294B4E3FBC9F64E111FE6579 , 0xD0910B9343D340A4B01D4CAC5EE6E33C , 0x6EBCA109441B446789AB6B97640BC435 , 0xDA43C9E36A924B6DA77C587BC1180FDF , 0x22FF12517E2749B78A60B2E773110561 , 0x66FBB0B815FE480D81EB8AEF7B7B7632 , 0x9DA05D237C144C81BC9665557B0913C5 , 0x3F61990AFA8647BD99C17CE519BA82A6 , 0xB1C1822334684AA497C60D65D35889FD , 0xB93FB56174334211A7707E22E22E8C24 , 0x6F0CE07F668549AFB5763F29A3A94D18 , 0xA74E4D18AA054A82A8B9C6E5009E767C , 0x45114C3B074B40D499BC1A3CEB56640F , 0xA74E9FBF72C241D08AB4AA50497C3AF9 , 0x48D459719B7B4F2B9FC92D3270850EDB , 0x353633D02BCC45F2BB2CD47BB50F1D25 , 0xF0B7AA2D079B4E4598DA918B4F2572D2 , 0xC9CF8F70119E4D2F8CE94D733CAAFC19 , 0x42E94EAE4DDB4110897983B4050FADD7 , 0xDA486DCE4CBE4371A4FDA4F374DAEBA3 , 0xE2344D153F65435CBC8348310CE2A137 , 0x5A77B979D4174FA4BF9730DB985A7DAE , 0x30C9724337D44D4D8A858997814A4872 , 0xCFB295E8BB364279B39EC2818FBB9A03 , 0xE5B070DF386747EDB43B8F1CFEC4FFD1 , 0x11F63ACF2C264515AB019AF064E24634 , 0x41F5A921AC144764895996C8346BC9EB , 0xEB92AC95E3894DA5855DF67FF1089A23 , 0x0DA6CEF3A3D04B8F9919F2CD2317D3F9 , 0x6F3349FFE9CD429BBBE80CEE8340E4F4 , 0x71F3ABAA039B44A8A3B089338F42081F , 0xA887BD96D5AB427DB34609926D60AC7A , 0xB9C5770880C44359870DA731CD458048 , 0x3058FB7627DE4CF99D18E54BCCE9537E , 0x38C59CE4A3984370B8125158515AFD5D , 0x2148CA8AB7BC477687C59BB0A3DAA5C3 , 0xBCBA2050E0A843718E38254B956B3259 , 0xB04C9D16C5A94D19B89386899FBCB7EE , 0x89D7E9F6A92C48A0AE07685470A7DBBF , 0x67B9508AC6D445C28DD955E29F1D845A , 0x5AE33EEC21D945EFB4B04DE6DCBCE228 , 0x72FCC0DD9E89453F86429FE54C45C348 , 0x9C04CFFE49104ABF8CD0278E8ADF73C1 , 0x032314F225D04F3EB79DEDE264FB0AB0 , 0x9B2EA4D858F548A492D5B69D9569231E , 0x8F136725DBDD4A26B1A113553B4FB6D8 , 0x65EF344FE4BA4617AC33604862E566E4 , 0x84F3E5F51EEC4A0E8586F7AE88A99DD1 , 0x2EBA685AC8CC492F98B063161A3B0CCD , 0x326C77FBA8444134B2D82D59B8100092 , 0xAA979B3CAEA94F81AA1105A909C2ED60 , 0x604F01617E6B42A4841FB9F13C9B8904 , 0xD5DEC7E584744A6886EB1A24B0AD2437 , 0xCAA62F1C57DC4944A3493A43C93590C5 , 0xCD9A6BB4A9BD448284EFA0FA0E5F7FD1 , 0x0F7642EB160F43A8882374D882310F32 , 0xD9A3E147BBBD4C8B82CFFDD5FD7F6041 , 0x4F51AD89E8E54DE7B1F2BEDA3BC05CE3 , 0x1D5BCBF0D916404CAA230C85F8DCB0B0 , 0x839947378B7D452286E44CD0B14274A9 , 0x17D4F402A9BB45F4B04E7313B24E73F2 , 0xBFB786C17C864807B7CC4352FA58FFCC , 0x56C4BE10E823482A87B6F4202049843B , 0xED96D7BB382E4DB783214EE2E8D11647 , 0x1EDCF101CC4D4720B1F66A10DB2BE00D , 0x50E0E417AD344830901C2ED0D2BFAC14 , 0x9F57ACFB0E234BAB8BD2DE7830BC6074 , 0xEE07C1AACBA64F7983EC41FADB39975E , 0x1A8517F7697045CC950F14B4660AF8A0 , 0x5547A3631A5B49D7813022BC0D48B49B , 0xC0D0FF9CBA644A8B91BED54633B177AB , 0xF33C9E29F1D84733AB00EDD49CC5DA37 , 0x81B0BAEA64B6427EA99BD8FAE25C80D5 , 0x43AAEAED960545F190E010A4DB47DD99 , 0x9FC7D2BDE2C54808A051BC15E8E14EAD , 0x231584BC0D004A5986DE7433540FD44D , 0x9B8946C6E4754192BA769899B7E9BB81 , 0x071D6D24ED42412CA45914B700A9145E , 0x31DBC0A862C94F2DA851C019416A2EB6 , 0x1AB20094645846C39B57B76F161D9D1B , 0xD5391DAAB1B6471493C78B685F3EE910 , 0xC2140857C74046D8999A6E3E8C5E9C47 , 0x63B79ECC4D2D42AF83D627A8B41DE2E9 , 0xCF15A41889484682ABBCD1CC45592DA4 , 0xA3B4DD8F11334D189FD76376E9C047EA , 0x1293FCAA363E4A2892DBADF797D03B31 , 0x8E5B060923F7469B89D2D30C854EC92A , 0x8373C58B05D540028A3323C9ADF7711E , 0x84D359E0AF804251817915EA89AC79C5 , 0x3AF29940FE7E41699EC8AF7937F76F42 , 0xAC31D3ADB84645348DBFA9409D9C3A54 , 0xBFB7760DAC964E32B164F8F6625B1ED7 , 0xE6906F5BDD0D45BB9EF40167CDA8A077 , 0x8270B072AF294285AAA61473070B5C32 , 0x2191176071174915BD87217148E7EC2B , 0x6CCF6BD92853495DA0AA729D3DBB6725 , 0xC47A69050D1E44E39B182F2B7D6C9DC5 , 0x01BDD3EBD26D4F62923E8BFA474425AE , 0x0CE3D24F65454555900D26E695ECCC4E , 0x1238B42F0C5B4E55A0F4D892C7FF22A4 , 0x53C104F814DF418A801B4724B4A1577B , 0xFFF09A646E6A444AB3AABEBA95CB5EBA , 0xD78D8ADA07114C8691121A8CE4C9C61E , 0x7483AF39EAF749BC9713DDB741195742 , 0x7FE281CD5F0D432196DFBB15893C169A , 0x9003849731D04CA2AFE0BDC3E2A0A6A8 , 0x35F8E767A1064DCD9516ED5D3D960C28 , 0x1BD6E5D4F7DA4E65B781A13440475127 , 0xE8807E65BF894F61BE39971812B0CDDF , 0x0C68246A1AF64A81AA87861691B74D04 , 0x19B8106FD96A474E8FE713C243BC082A , 0xA93E975ACC3D492AAB964B64EFE6CE9D , 0x357CD0039EE74C3E8576BF021CFDF014 , 0x431BC027AC3B4CCBB69AF64FD2C3B2FC , 0x67B7C8CF7364485DBF8757143FFDE899 , 0xFF8522D347DB4501AD718D794479C4D0 , 0x5D6610BB7705413990BC3391524291CF , 0xC3954B798C6F445AAA45FC082C6FF4FB , 0xDCA74C32451041A0A60E20D3FBD948DE , 0xE029DA90F41D4FB5B32CF2FCE9CB28F8 , 0x93F26EBEFDB442A5956F16D00A6B81C0 , 0x653D3AC219AB41D8BF875527BF2F4EF5 , 0xA87D3DEBB65747218F06267A8DF977CC , 0x43C5DAC4DEE8462A85B24544B3C25827 , 0x8502F2B7933A4B08AC84E188721DD7BF , 0xE6CAFB49482F469581438EC0B4090FBB , 0x794D5105591947C58DD9F9ED05CCC359 , 0xA703F773BBEC4A36991FD269EDA37243 , 0x3474CA275C3441A19FDCC14668F4EEF0 , 0x60BF4B3CD57D4D2AA4A9F3E10BA59A93 , 0x564D1AFB507D4A87B4ACD86A1EFD2F60 , 0x03D8433B11E949DD89237E64328DC698 , 0x1FE7916198D34F16BC1846E849A3870B , 0xA2B2BAA2BEEE4A2B91939F070D727518 , 0xA72A030B29904C9CAD60701D033D4B88 , 0xD2BD8B9C90CD4DE6ACCB5EA1D097C13D , 0x17CFF39365AE46ED92C7642E336B6BF3 , 0x20D90DC69A3B4588BA5024F14D6B6FB0 , 0xE49D83271A8A406DBC700002C93BF22E , 0xF20AFEBEBDA543E8993DF9AF17CCFB41 , 0x22CA17D5A58A4CC38D76BD82C652A338 , 0x30FC157153CD4817B0B6BFDF97D68C0E , 0xCDBDADD3C7064D0D9669DE5F699466AF , 0xCE43DD6614E74C6BAAB61914ED56405E , 0x5843FB0156614E438B54DC4AEE89CAB0 , 0x96B98BD52B0840F3B014838E2D48F4D7 , 0x524E8B8332884B0293E95DC1A3530F8C , 0xE5A8F445981346789BFDAE9936B025B3 , 0xE123CF547D85437783B822BCE2EAA6D4 , 0xD4DAC5A05CB54F1886640486B3F8398F , 0x938616CD32594666BC450E50AA57BF51 , 0x773C7882BB6A4533A94691E1FC890D9E , 0x80648AEC599E43DF9697C4F9F2F3FE8B , 0x62782492694242CA9705668F833EEE0A , 0x97C8E004E8E74494BE7616E4820BEFAC , 0xFA16EAEA37164178A7959F58415D4D6D , 0x3E33D68571EC485B8F44E079C0E6CC03 , 0x483D021400EF4D3F88CD1513912A4F25 , 0x487513C85F444C53B6C955BC75DEAC2A , 0xF09C89083DEB4BE6903F816A2CB1946A , 0x85FA7DEB14514F779951622A07779566 , 0x1CD886EAA28A4A12A7767553F624B25D , 0x5AAAF447019E4645A08C61A051FA5853 , 0xC4C283AF68E94512875EBBCF38544153 , 0x206C1297BABB46DFA022573141B1D9CC , 0xB1E8545DA5B84F058E53D8519505FF14 , 0x30C7DF95996443F39C4251B6EF297305 , 0x3D55B8BEA313420A907074C697E5E26E , 0x0DC635009E9B48AEAB4F271447A37DF8 , 0x989EA17A90F54357A6EF037934C3717A , 0xA6F45CB2AC204F56A3342A00E446BC16 , 0x039BA2ABBBBB4E489D2F79974BAE198C , 0xB4D86D042AAE495BB89D44086B34C7F3 , 0x4547DB36B5944787A80A43F31D644411 , 0xF1FC4E00FAFA44B091FA24A3C403C5AE , 0x0953B86881914C6AA049E0F5D30F9C27 , 0x103EF4217C0F46A19A6FEC42617BD596 , 0x155BD3BBB941473BB0DBD05CCF765B57 , 0x58C7993C945445A7A345FA5F44D70FFE , 0x608E10106CFF472B9EAD805669BA98F0 , 0x681A763988AF4798922D5E7286F8382D , 0x806CD72EE18C416FB723739446CF72BE , 0x84173C3776D945D79DFD1F7B00EF5F09 , 0x9022CCF3ABD849D19ECC4D254DDDCE02 , 0xDDE30D7055E9489982D224BE64E443FB , 0x790455C2FA144405B19550885AEC3E26 , 0x1A1FE14DE06E483586BCA97002B2B120 , 0x5FD69A0827A24003A7CDD54C71E30A46 , 0x50B05A3408BD46BF95CFBB706F520104 , 0x565903CD0C2945F58C6F5790F8B1FF7A , 0x02D440CECECB4C73A918B795867BAC8F , 0x0E20A22C4220405CAA864A6590465003 , 0x62DC2F920477404C82644271E82E1CB7 , 0xF40D7A837A3D4D6B9C100AE1B9CB1086 , 0xC9C5D653311442148584F4941F3BD9E5 , 0xC43CED3F701842C589116BB332435291 , 0x7B9B2E1BF5C644EC8F224F372DCC03D2 , 0x0C90D4B69809421782E14113252B2A3D , 0x34D7140500C34634BA603F2C7A1ADDDA , 0x2337BF156FA04133ACC657AC90F110EB , 0xCF75EB1E84E54F6E82880CCF759A6826 , 0x067DD29E057D471EB2A16736DE0C61C2 , 0x99B1C5463F4943658E04EF7A1341A9D5 , 0x503BBF01A7984F6C8ABA65467BC7AEDE , 0xFBC66F2D1D6F4971A44E19C49F0C3E15 , 0x200755C3A73A466882853CB3D925A512 , 0x298D125486074B00945B9E7620273B38 , 0x3550B72E38144D319828E3AE086EF0FE , 0x5D87245E447249C3BBF9374E07F02C19 , 0xA1EBF82EC7E24EE8B1B2F225DC090F97 , 0xDF12E3E9FD3C409CA4C5732E5EA1CB3E , 0xB3087618A76D4DF6A8FA183D8A82D749 , 0xB79335D61EAA423C87C13FD2DAACB5B4 , 0x1F77593B88784388829F1A6AB714A0F7 , 0x38A3468598FE4972A71F86B243243C44 , 0x0476978C0D0C4158A93B2D49B3A8A606 , 0x9D52EE5357D14499B2A1AE6A3847FF63 , 0x100E070F19D1407182C85FB5CB8C7CA3 , 0x35C33A35031F4A1394226CBA536AE494 , 0x5D03F0DDEA1A4F419E35A204F35430D4 , 0x74C0CB1B4290458F84AE46A9A50F78CC , 0x0B3593A0C0EF44E792D6FE771178E234 , 0x8730E762887042A8BD7D2E25DFA57446 , 0x2B397AF67C6F405788754F8C12C67030 , 0x3EBC5B47D90B49A3BE48E7A547E8C0AA , 0x585737C73D2D4CDCB50E720CAAE0F674 , 0x981C93809C8B4BA4A649A6C59F3E00F1 , 0x41BC17C43AE84653B9AEAEDFD5DF1104 , 0x76C8920D7D9945F6898CB1F695A0CEA1 , 0xC2D27BA7C561453AB5139BB85AAA8316 , 0xB1E3B5BB83DB490C938D30062A7CF780 , 0x79B4EA2A2BDB4D8C86B5874FC324513C , 0xE77CD4EDF6C446D6B0E904FED7F71622 , 0x8CE22725D7B54E0E98B756B96FD8D79A , 0x6673D814C2134D07B3FE44E195D16235 , 0xD7E6128C8C0442EE9989B018B8F9A749 , 0x413BE3D39CE644B6B29C570765E20AD1 , 0x432639AD3811497CB497B7E8B01DBCFC , 0x3520EBF70E9E46E8B9E4361F2F23B2B3 , 0x3DBF77C99C984425949801AA25719819 , 0x1A5B11979D4D4C1B9F9258B6B4DECAB4 , 0xA98AEB2A54F14281A5EC3C77063A825D , 0xEF48E7FD30634CCBA106D5046606CF21 , 0x79A3AF1D5CE747369DFC75130117C497 , 0x8F0C4FF2C2B04F4BA8D603850153B536 , 0x9D63F70570B9404AB678D7168422C9A2 , 0x9F466C47560741D2B98520B446AAA16E , 0x1963A0332EAE4757B536E082D9826809 , 0x17C20E3178B44DE798B99D40945BFC33 , 0xAE1BE128E6B84D28AB8C158452DBFAFE , 0x10A3FDD39AA24185A5B496F45AB5374C , 0x8F59C735635D4B309C2DE504535F9EB2 , 0x5740D907702D45A8A31F6A1DD2DDED08 , 0x087FA677B1504A038C08DB6A39E452F1 , 0x8C56C41AEED34CCB8728E867B76B6184 , 0xAFB7FD1A353D48678B7554851A1BAE5F , 0xD742207121BF447AA55F4F7180751FD3 , 0x6AD46ED41D01499AB78C37F8E6003B69 , 0x7FEA56EB6F404A9C880F59E70E2BB5A2 , 0xC06CAA4FD7124F3CB4CAB9065A26FB51 , 0x1B23E7072A354564964D3D8BCA4BC322 , 0x87E74A127ACD458BBF9ADEA939F7FF45 , 0x507026061E614A19A158188DED6634E2 , 0xE27064C7DF7C410395DAE3276B118B2C , 0x4916F95EBC804DA3B2B30BDC1ECFEE0F , 0xA390E8D06AD443E3B827D67772805C72 , 0x9398F6B892AE4CFF8E58386368662F8B , 0x2F8D732C7E9444D3946FF3320D723A03 , 0xE918B19F03A540F4B39F7CD79C4F332C , 0x734D452B371540ED933DA83BCFCBFF6F , 0xC5C03D00A1014817B66CFF0CD8C859B3 , 0xDD9365140A4843A0B1B79D116ABA771B , 0x593CA13F6F1D46EFA6C9CB81BC6384F2 , 0x9126914E32B948009F1B10CF37C67336 , 0x8156E5A4E264453F8E33EA97C1622EDE , 0xFE1772B62B0C45AC9AB2D4B993437029 , 0x4DF8BBFC5B14455DB57465EC460D65B9 , 0x4905C5BA011143CEB8BF20AE9CC2E672 , 0xCF17A5E196C54BC0801C54B6C01F2633 , 0xB1AADD2FE0504D7BBF6EEF1953269173 , 0x268766B9919948338EDF7C3E03537B85 , 0x305AE27EFB0D4E5282B7E03AA2DB2321 , 0x0819CA7A7BBC458A9924479396285F09 , 0x2A120AB4AC914E0DAA7C86F18349073D , 0x8381B45BAA344E37ADE40ECCBB20D7C2 , 0xF0722D32D2644AE58A6F56421EFF4AF1 , 0x97C086C3ECB042B9B5B9F30DD800441A , 0x023233D41C764118BBE46C06E85E6804 , 0xA24B59EBED6B4020A75DC716DB9C9728 , 0x1796C802B43146C0A61AFE8558FF0FB6 , 0x2AB81D6F576949739120503BFB89ED55 , 0x2CE8502C3DDD4B7B8C48DC7A28A69211 , 0x88DC28E16F114F9EA08B2955ED42BC28 , 0xCB6B20BD80E449FCB5CBBC56ED9F047A , 0xC2BEFE741DA64E55AC94E854286F5F6F , 0x1123C6C07E484676902801C264A81CA7 , 0x7ECC65AC48C343EBB43565CDCBA3B15E , 0x71EC40DC20004B4A9C48D17592C04B04 , 0xEAE359F8CB0148D0881993C2D7D12BD0 , 0x26B92FEF80454F04BB5D73B406AFADC2 , 0xE01C1BF1E02C4E6FAD49D1525365D918 , 0x0C37EA8053284F80A478C759BF15B935 , 0xC72B6BCC86134FFB9FE4B38EFDEAA29F , 0x26BF3E59043046E18A620028783C2864 , 0x83F980BDF87043198AF0BFE52BB6DB3B , 0x1BA8043A383A4B11A6849A642D56FB55 , 0xA1B63421865E42B5B2FC1FBA00EDF15B , 0x26B04EE0D0CD420C96842DC4C4DF92B0 , 0xE147429CB3A14036899BE37C1CC7C3D1 , 0x1112A54D839E48F6ADCF3CEEB6D0F702 , 0x3569D8A826614624848AC8AC70CE744A , 0xE98D458C7CF34DC58F49E8D2BB851766 , 0xBD16D6289D51454A97C8A3F1223F5DBF , 0x179BE5D428A6498AAB9CE194553E58B5 , 0xBDA2AAEFDA8647ADAAFC6A5F9D977C38 , 0x6AF48B1ED1734E8F9F776FFF8334045B , 0xA62DF7A0AE0F46888954BA1B414D8D8C , 0xF6B5C58834444AE68CB11FA593F70D3E , 0x4C366F05107B4237AB33CE0D14F25961 , 0xFCEF814B7BD34AFBBAD9B30BD7F6931C , 0x583C7FCE732349249D53BAD327D75332 , 0x7E474AB7E9E3459F8B9C8C85E33250D7 , 0x23EAED6900114198A2E9459B750DA970 , 0xD556FE92683C4665B8ECB20667E5C6DB , 0xDD48B64D9F684B64A0BA75669F13CB04 , 0x2AF2764B443847AA8F82EF181E7EBE78 , 0x6C9FE0152A72445D939C8B1C162D8B59 , 0x8EA14858A27A43C6B3C71C8736D1D120 , 0x7A1C8A52514E4AC5B2D7E5BF1DA584CE , 0x571020327EF34B9886018B2C8FEC5873 , 0x6B49E9722AE148888A8F4FE4ED36CC66 , 0x756DAC23B111430CB5E614ABC68CC298 , 0x226CFBFE40314C1BB8D870D79FEFD6E4 , 0xB6A35CF52BBA452D9937EE8AC11F2B21 , 0x60521158D82443D680414175EC62DE8B , 0x52A3D2B05CC6491BBE938FE951FB5779 , 0xEF2F6BD9F1784E2BAB2D7F7EE40AE0C4 , 0xF6C472A0A699469BA7E95A12FB3FFF75 , 0xFD6E6000DFA2402E9CBDCFA066A25236 , 0x9AB3D391BBB7463C8D564E631A48AEC0 , 0xC6E5A5AF7F1148B99B3737BACB354581 , 0xEF7A45B92A6A4CF1A6351EA46D3889A5 , 0x1D106B9F3A38432F948CA22804B9294B , 0x4A876E63E6914A89B287134D332FE020 , 0x03E8A1F55FDD46DF9C9A345665F4F7B1 , 0xCA98D66196EB45618BB9910BDCEE98C9 , 0xF33CAB97E09F441A94D51AAB643D8E9E , 0x2FC60716B3E74A1A97C8DC9B4FDE84CE , 0x3B14A985E07046998A6C8EA4F57BA0D6 , 0x21F057589FF14F97841953503779E0E2 , 0xD4C1DACD59E64922A22E5B34D80A0020 , 0x2269DE2C65664DD8AD6F5DB4374009AC , 0x2567846581BA49DB94A0901DAE2C45C1 , 0xB91887DE8E40492FAB4C28F02FF18F7E , 0xBE0B10694B4A449FBC14D6C1051D9943 , 0xFFB61103C65B4E87B5694BDFD6917771 , 0xCC8B9371F7134A63BB2A7077D5613A93 , 0x6D617F8730FE4EF0BE449541DE11F13D , 0x6EA632164BA94C59AA1B993F3AE5692E , 0x616A537DFE40469E875EA2AAEE43EBD4 , 0xCFE8592C29F545259D0E8600ECF3984E , 0x656F00A579D34966A0F384C74182D23C , 0x34E11AF7E5204E6EA64E92DC22FBBDD0 , 0x4AB34E45FA414014AA019203098BC065 , 0x47515DD733E841D3AE5F0A3956E26EC2 , 0x52D8B970BBC440F49415F8D25D0FA404 , 0x901653CEC5EF4115B95FC83E6BE207F0 , 0x8C5A975A4909464A844256CD6EF9D647 , 0xC98B5C3342D64B9380F778B351BFAC6E , 0x8E492A83F3A54D33AF5B562968C15D45 , 0x2984E49706574AA5982FE58C7CF62380 , 0xDC503A6F50CE469FB223ADC4BA0C2108 , 0x91029A16FEBF4840A0DAF50533B96E8E , 0x0E9089DBAB494C6D9516EBD36D266E45 , 0x33923B0414FE40D3B101870E2FE00FAB , 0x2EE05B4A151444FDAF6B3BE3395B93ED , 0x40A9368ABEA34480A37BC666E0989D3F , 0x7661940D194B4593891894E41C44C628 , 0xB143B58A98D240FDBD183C8AC756158C , 0xD5E0803969B946219ADDE6AC67DD701D , 0x350C42DCE5A045678A819458256BF156 , 0xACDCEC8604EA42D9B8112BD5BB22A0FC , 0x36A0BA19B8AC4AB49AC4C848E0AB0A6E , 0x1F36965CC1CD4368B33D578D3CE749E8 , 0x958B412EC4EA40F48E680884FC8C8352 , 0xDFB7BF48ED8C41A8BC7D369998B545D1 , 0x63FCF228B8094C03808FA61ACE206CE0 , 0xF671F63006C342B59CA377424309951F , 0xF2E9A8309DBF426F8EF1E8EAB7A06A04 , 0xA262223B4BC84287AABE338195C0E54C , 0x2AE68A11AF47497CA5E52B25C831DB39 , 0x6E97F800CB524479A65D9E1E0EFE9F5F , 0xA4BD4ABBAF384A81B58705782551E390 , 0x40CD4D5F994646CBAB49AC1176777021 , 0x1AD49137CDF241529CDBCA988759279D , 0x6401A67E8CB0413FB36FFA99A7617940 , 0xB25EBB2AEF0D438894132EA222DF995E , 0x297C51F64F87440E8C80E80FB5E8AD26 , 0x60020BC67A6541EC9396C26034329D71 , 0x09CCA65C1E6145FDA649EDC031788490 , 0x39906FA8B52845E98C1CBD75533BB86C , 0x3E9436A6BFB24BFD8A8CAAB4B8AEEAA7 , 0xD7072736611441DBACFDE8962E8A30F9 , 0x9E2FF82BF83A492698FB4A8BB83209D7 , 0xC518AA068AC84BDE858880AABCF5EABA , 0xC8E3A09C735949F79CAAC2D93A027F13 , 0xE5E2AD7F14AF4185BD4981B99FC8C495 , 0xF629559EBBE14441A9F14D0BD299C34B , 0x877FD2B6567645549EF870D4B2628343 , 0x526B52321B684D67B44C045F56074BE9 , 0x202B1C3DC0274D59B39472819E18C760 , 0x2FA1A92C412E4D39A8A475647CC0520D , 0x6BFCCFC117B444D0BD73A720FB62419D , 0xE777C20587DE46E684E0E6B8F35E54DB , 0xE3BA344D809B44789E01F59FAB1DB568 , 0xA5B44EA9DF724C71B9779517E2541DFA , 0xADF28B9D8D9A4108BF9E9855FF4F7973 , 0xF3BAFFB4FD984D318691E76C21BD5F3C , 0xCA95096A5399493880AD42B11D8A8904 , 0xFF23CDE22AB84DCAB00D83F1BC2E6D04 , 0x9669F1F9E6BB4670A3E9728AD6312382 , 0xB61508149DA3423EA0A0157923D20755 , 0xBB0313567D2E4EB9A953D24100814679 , 0x16340660E83E43D7B13F2CA6E7BA881D , 0x566BEBFE5F8E461A85532FD7399200E6 , 0xA261C7ED8FB74D3789E7B8AFA5C8A242 , 0xB33579B6DED349588A1B034FC48FF610 , 0xE00314D388504D1E92076171813BF93B , 0x2A9AE9F04D254208B115AECBA9F0558C , 0x88B9F1BFE89641668795BBC5D1B71090 , 0x34CBCB632E154B5DB61D74F4C2D16E1F , 0xCCE8FD91FB554732B3D52E45F1781256 , 0x7D7D6B9E6F724259B0690990CCC3CF35 , 0x826CDC7D350140568F7F523E0C2D57E5 , 0x0A66CE18E1B144D480084EE7599FCE03 , 0x559692FD0B7B458C9EB613DF4E31B235 , 0xDC3B5922E73240E6A1D2E3D8C9E28F01 , 0xB3F2D2E94FE64A99B6E2804CF336E8DE , 0x0D71255C2A63489C888915B53FF86629 , 0xD650BBEB32234945A0C185E7D2638931 , 0xE44BE39C859845C889DA4001DFD55FEC , 0x47DD19C6CA1940C8824166BBBEC60C47 , 0xC0937AF7D96A4AE9AE6CE95B1B95E072 , 0xD1FBC5AD14184AEFB5AD6009A434E72D , 0x55CF4BFFA5954AD4877978F900C8DE73 , 0xFAF54397346C44C190BF465DBA842BFE , 0x278D742702F6426DA7D076CA1D906E0A , 0xD642949124FF4358B6B08ABCA951B1F7 , 0x02516DBAFCEE4E3982DECFF39E12A11B , 0x48B6FEB8DD2147588CDA178525DA2A02 , 0x05A623CE02444B83B120AC553140718B , 0xB5220D4F563F4C3D8867E40FFB457379 , 0xEF372DF89A2242B7BD5E789B7FAA379C , 0x2428730FAB56456B9ACB9F9CB2619D5F , 0x2C840007A4B244B6962F1DE0FADE8D9A , 0x2A31840ADBBF4EA98AB59A07CB61FEBF , 0x2C2A379DA1F845CB8E1A67E26386FCF0 , 0x1168D2CE54EC4F62A885EA92D595DD48 , 0x630FE64556AD43528B039AA89E1FECDF , 0x6779AF0F96E94FCDAD5BF9AB9D96C1FC , 0xE69EB0C593694E97A5C28ECB7DCEBE85 , 0xFEA3B10070244A799CA3A63D94E6F38B , 0x8089EFC882974781AD4C5CBACE6A787F , 0x7F6D49AB88A14463A5F306748958B8C2 , 0x32B69E0868644E1DA7ACBD1B21A68D98 , 0xB7E9E92BA3264AAA93776E3FEAF7A6ED , 0xDCFC802F4B8C4AA283E8976AD7C5ED81 , 0x03C29F607C1040BE9C8AD14A43485369 , 0xDC537EBCEBF746A699CB31273FA36498 , 0xE7747D327BC6449DB31CE21FC95E0613 , 0xFEAC5B8D894345EE9795D716BAE21D81 , 0x28F40BFFB926415CBDC2A632471A41A1 , 0x5CB3715D6BB8404F92354AD1F94401CF , 0xED3EFA4B419045239EF99753E65766A5 , 0x55CB172AD30C4407A7C347119E075576 , 0x96E450CE4C9B48C190120E4B1C588397 , 0x91517FAB3CF64ACC8B5D07290CB51473 , 0x1C46A3817FA249908D6E3045465A4431 , 0x091C8FE6673C4988A96F08CD041F3647 , 0x0B106172B21B4E48B7D4A9D6AFE072E3 , 0x2F66895E153C4097B481A718DE0E6C52 , 0x61AE884A17BE42A09CB20464DF51A2BB , 0x6514D164E09F448289DA497E34627D7F , 0x714E212E1A2F407EB38F7643C8BD3862 , 0x384D1738F627446CB2CD05D49C5F2DDE , 0x54E6EBEAC6D74CA3BB8B8280B52FDD51 , 0x0F5BBE5E65944DA89FCCFA87EFA38925 , 0x0A49D117CF9D46918274EC35E53EB3E4 , 0x2F410EDDF5B14CC08530DE9E731A3226 , 0xCA12B56DCA1649B799FA97F1B486C488 , 0xF8434D8118AF457FB09C3091BCC2B43D , 0xA926AA0DE2F44268BB8ECD284416BB9F , 0x2CDF669662704B6C8F223515B44D3B45 , 0xCB53B585E5C34D3DA3BEED0F4B7C34FC , 0x6A81722184354A188EAA05C4E7A683B2 , 0x6ED422A1FF264D0A95FE292447A91C3B , 0x3616C9C7FB584309BAEC55D25A805F7E , 0x5E76B489B04F4DA3A10E6AB9AE2E6790 , 0xC80D86A5B43F4339855703914F0DFF6C , 0xA5DC296337F3440C8F1E5419FE827176 , 0x749FB7381E5D466E963D19D835478C6F , 0xA6CD7379DC8D4440A2A840E291958F01 , 0x8EBE2B2CCC484982B2AE2BC8E75F4469 , 0x61D8DEA045EE43ECA1EAF549E3330CCD , 0x8FA25697953C42368D82BE0CFDC83BFF , 0xCE7FC8468BB04D1EA4F7C2B1A451AA47 , 0xFE32E4A808854146817B186F79AC1AE5 , 0x485A36C5B0364A3EBE15A0395595DCD0 , 0xAF8ABC155F5349CCA64F9D29B87A40DA , 0xD11FF3009F044D6A80ACEB95D3E3D568 , 0xA1B3A222774D4C52BEF5753B3512039D , 0x82335462CCFB45EC8CC11728423E8162 , 0x2882944F3D394671B6647AD6568086FA , 0x7C625F7054AB41E491E350E6A6A89D7B , 0xA964A957A0454F06A8EB7EA5257E6FFD , 0x381FF88A0A6843FBB3DA26FDBD2DDC54 , 0x8E3B647A35514584A279D52DE663E5E5 , 0x3684411558D34DF5B887358223F2D467 , 0xC6500223D4414E3ABCE8D5BF66278ACB , 0x37313432C867461C91F58518D69D091A , 0x426CD6E65AB945848DBF99BB77EDD0EE , 0x934DEA66DF754B4089E3C2B856DE5BAD , 0x396CECB2821742B3851FAA0110357880 , 0xF2907C0750B6454D9505E93CF1EC3EE9 , 0x3DE146137B1A47758A81672710B6A860 , 0x4ED56A2C07DE43149D7F4F37277BDB41 , 0x61EEAF8444F140659686632FE41E4346 , 0xC34525A68C994721821F22CFE0617CC9 , 0xBF6CDFBFC88241A2806A43AF2E3C89BD , 0xF6922EDDA817483C9E682006E9C7F732 , 0x29DD15AD2DD54278AA6BCDAE221D0BF2 , 0x7E2BD66B5D6344948BE401D68E9867F0 , 0xC0C21C784CAE43A3B1FECFB9C0E95B86 , 0x855C4CDA84FF4E00BD757CC1796DFE80 , 0xC723F4B376BB4764A59347880CF3D7C8 , 0x563B04D9295545D2978283F31E49CA85 , 0x9524F878A2CB490696FA560E99439F3D , 0xD180194BBDC74F43B68595DBDEBC5B75 , 0x1C581BDE516D4C66B6133D5C76564D8A , 0xFED96D8FC2B94C8BAAFFB182BF2DB75B , 0xF243115D55114239B62241933424C349 , 0x6FAE8FBDCE044C4A8BD47B5BEE349A68 , 0xCA7B4110E8314F17A4A7B2840694C569 , 0x2406014248BD4A86BB7BB1D43DB297D4 , 0x0FAFB52ED1DB4B78A181298D90673D20 , 0x6A48C76922364BF888BE045B4D1D6558 , 0x7C4071A194524EF8989A7BAED522FA05 , 0x81BF2EF072D64EE2B34D4559EEC83C70 , 0xECE3F5F36C1A4D00B00F61AEB85854F1 , 0x4ABD26CB16B549688B5B0F2CEE339DA2 , 0x9C933B91BC58474FADB1A7E3A467A582 , 0xB1FFF4331B95486A8F4D2CBE3D907198 , 0x00C61B3D711B4CC0B355FBDB6710CA53 , 0x2C160FC4546448D2A891CCBD8BAA48EE , 0x570000C04D9245F1AA423CE52D18AE54 , 0x3D67D25B441544758CD74E1D3118C24C , 0x54EB02679A49405DAEA74C7149E5E7D4 , 0x862D29362F814210B3BA352CD4F083D0 , 0xABE4D1142E404BBF82567892BB44671E , 0xBEF2554039E948F2B4FD98E55FF8A76D , 0x9EB1D76BF2724A7FBB5D14C359503BAF , 0x09C24344255D4E0DA4796B14E64C489F , 0x1DAEC52AFBA64213A74FD636F0CCC1E6 , 0xCA74E61B2D3D4CBF95731D608BD5CCBF , 0x2BC06012CD0C46C2837766D9BCC8A929 , 0xE2DB1008C0904B93BF8732F136E06C30 , 0x9C9832237F5949C4BA63868E5C232775 , 0x034D4D0E88794DBA91E0F8EB70CE38C7 , 0x8C83B8B8A66F4B949A22E4DB94B164CE , 0xFFAB6F307F8D44D8BFBCAFC66A68E90A , 0x41A70EF2E7CB4E9581786087C7368042 , 0x47FC566CBBD6499AA98921A5F6B1708C , 0x694CF7C5F70D491B827A0DE0447A1CD5 , 0x8FC7E2AC990D4FC599687459531488FF , 0xABD880B1291B4496A97907064F759A71 , 0x85446514C3C2499AA6B7780B10997790 , 0xEACC7138F0184F328DBBC5AD6E6B8145 , 0xE12476275E0C46B29CF5E87E50CEFA7E , 0x5F7E8C64E3C04E6FB0DFD1A001B84216 , 0x6C4A812820804B2FAF1ADDB1D8683BED , 0xF4735DD0990A4C3A980F9C697F673A3A , 0x6D56900717DD4DD5898266EDE713E286 , 0x9ADC6CA2885049828B33091B2F508C3D , 0x0E51FC15903243BA8653162020B5FC94 , 0x80D65D55BF3543AEB5CAEE4317055ECE , 0xDC8BF14C1B3342099B6242966BB55479 , 0xF9C7F971119640ACB989A104A21F4B4D , 0x20396DFF00094C8EAB5880857268C084 , 0x7A30095262814BDA96516308A08B44F2 , 0xBB759FF921F24445BA533E948AE16F89 , 0x1589BB4C2F214A70851F22F95E528BAD , 0x1C06CFC0F10A49A0A8C8AB93C2716667 , 0x5DA2A56A6BF9434D8CCFD6865B9A8EF2 , 0x991C0EFBED294DF291876E9CDD8131D5 , 0x0588F3ED66974051A0A5D342377CE608 , 0x58870FF1FE2E4DA0B988B17AA003E71E , 0x64678BAFD10F459BA1F439AE932930AC , 0xA6027C5659D04ADC832173073ED20D77 , 0x772A5B50CD4E4B7AABE97C2E1A65E271 , 0x079F37B69BC7418BB337F65A27961C9F , 0x33D6FD47003940EEA556DDB257040D9D , 0xD17B75251AE3414A8104F18FF895FD37 , 0xE93B5A36409F4178B63F8D4726EB75FC , 0x1026ECBDC52E4C3DB0A5541D91455142 , 0x2390779739AA411CB74E73F979B020B1 , 0x530EAD694FB24CD884EB81EF4B1B826D , 0x08E61C3D018543BFB00BD6A852C09480 , 0xDF242317BADB45EDBEB05E951ADF2AA9 , 0x1EF36A8ACA354543A2209383F876F40B , 0xD33AA248B21A4D0DBD7CE1CAD0D783EF , 0xC33B2C15967344E5A0FB9244FB9951D3 , 0xDB1F11094B7040B594CA3D83A91A58A4 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
69
0.36 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
70
0.43 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE `app` . `id` IN (0x0192AF53CC5272609D99A261573935A8 );
Copy
71
0.17 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Æ»S╠Rr`ØÖóaW95¿ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0192AF53CC5272609D99A261573935A8 ));
Copy
72
0.31 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
73
0.19 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
74
0.14 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
75
0.20 ms
SELECT `rhiem_ar_group` . `id` FROM `rhiem_ar_group` WHERE (`rhiem_ar_group` . `active` = ? AND (`rhiem_ar_group` . `standard` = ? OR `rhiem_ar_group` . `channel_ids` < = > ? OR `rhiem_ar_group` . `channel_ids` LIKE ? OR `rhiem_ar_group` . `channel_ids` LIKE ? ) AND (`rhiem_ar_group` . `standard` = ? OR `rhiem_ar_group` . `customer_group_ids` < = > ? OR `rhiem_ar_group` . `customer_group_ids` LIKE ? OR `rhiem_ar_group` . `customer_group_ids` LIKE ? ) AND NOT (`rhiem_ar_group` . `hide_in_account` < = > ? )) ORDER BY `rhiem_ar_group` . `position` ASC
Parameters :
[
true
true
null
"%[]% "
"%7c0e7dbbe6c54fed8e38ae23c5b8d519% "
true
null
"%[]% "
"%cfbd5018d38d41d8adca10d94fc8bdd6% "
true
]
SELECT `rhiem_ar_group` . `id` FROM `rhiem_ar_group` WHERE (`rhiem_ar_group` . `active` = 1 AND (`rhiem_ar_group` . `standard` = 1 OR `rhiem_ar_group` . `channel_ids` < = > NULL OR `rhiem_ar_group` . `channel_ids` LIKE '%[]%' OR `rhiem_ar_group` . `channel_ids` LIKE '%7c0e7dbbe6c54fed8e38ae23c5b8d519%' ) AND (`rhiem_ar_group` . `standard` = 1 OR `rhiem_ar_group` . `customer_group_ids` < = > NULL OR `rhiem_ar_group` . `customer_group_ids` LIKE '%[]%' OR `rhiem_ar_group` . `customer_group_ids` LIKE '%cfbd5018d38d41d8adca10d94fc8bdd6%' ) AND NOT (`rhiem_ar_group` . `hide_in_account` < = > 1 )) ORDER BY `rhiem_ar_group` . `position` ASC ;
Copy
76
0.26 ms
SELECT `rhiem_ar_group` . `id` as `rhiem_ar_group.id` , `rhiem_ar_group` . `name` as `rhiem_ar_group.name` , `rhiem_ar_group` . `active` as `rhiem_ar_group.active` , `rhiem_ar_group` . `classes` as `rhiem_ar_group.classes` , `rhiem_ar_group` . `position` as `rhiem_ar_group.position` , `rhiem_ar_group` . `channel_ids` as `rhiem_ar_group.channelIds` , `rhiem_ar_group` . `customer_group_ids` as `rhiem_ar_group.customerGroupIds` , `rhiem_ar_group` . `standard` as `rhiem_ar_group.standard` , `rhiem_ar_group` . `hide_in_account` as `rhiem_ar_group.hideInAccount` , `rhiem_ar_group` . `created_at` as `rhiem_ar_group.createdAt` , `rhiem_ar_group` . `updated_at` as `rhiem_ar_group.updatedAt` , `rhiem_ar_group.translation.label` , COALESCE (`rhiem_ar_group.translation.label` , `rhiem_ar_group.translation.label` ) as `rhiem_ar_group.label` , `rhiem_ar_group.translation.description` , COALESCE (`rhiem_ar_group.translation.description` , `rhiem_ar_group.translation.description` ) as `rhiem_ar_group.description` , `rhiem_ar_group.translation.createdAt` , `rhiem_ar_group.translation.updatedAt` , `rhiem_ar_group.translation.rhiemArGroupId` , `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group` LEFT JOIN (SELECT `rhiem_ar_group.translation` . rhiem_ar_group_id , `rhiem_ar_group.translation` . label as `rhiem_ar_group.translation.label` , `rhiem_ar_group.translation` . description as `rhiem_ar_group.translation.description` , `rhiem_ar_group.translation` . created_at as `rhiem_ar_group.translation.createdAt` , `rhiem_ar_group.translation` . updated_at as `rhiem_ar_group.translation.updatedAt` , `rhiem_ar_group.translation` . rhiem_ar_group_id as `rhiem_ar_group.translation.rhiemArGroupId` , `rhiem_ar_group.translation` . language_id as `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group_translation` `rhiem_ar_group.translation` WHERE `rhiem_ar_group.translation` . language_id = ? ) `rhiem_ar_group.rhiem_ar_group_translation` ON `rhiem_ar_group.rhiem_ar_group_translation` . `rhiem_ar_group_id` = `rhiem_ar_group` . `id` WHERE `rhiem_ar_group` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x1F 9/¿x¼A¿€<8•ÿnFh "
b"ƒÝe8ÁMO1¹ˆøÜeд_ "
b"Î#Ûyë3C╝ìì\x11 È│°Ì\x1F "
b"è\x1D ¨¤^╠B»░\x11 ±Éêϼ) "
]
SELECT `rhiem_ar_group` . `id` as `rhiem_ar_group.id` , `rhiem_ar_group` . `name` as `rhiem_ar_group.name` , `rhiem_ar_group` . `active` as `rhiem_ar_group.active` , `rhiem_ar_group` . `classes` as `rhiem_ar_group.classes` , `rhiem_ar_group` . `position` as `rhiem_ar_group.position` , `rhiem_ar_group` . `channel_ids` as `rhiem_ar_group.channelIds` , `rhiem_ar_group` . `customer_group_ids` as `rhiem_ar_group.customerGroupIds` , `rhiem_ar_group` . `standard` as `rhiem_ar_group.standard` , `rhiem_ar_group` . `hide_in_account` as `rhiem_ar_group.hideInAccount` , `rhiem_ar_group` . `created_at` as `rhiem_ar_group.createdAt` , `rhiem_ar_group` . `updated_at` as `rhiem_ar_group.updatedAt` , `rhiem_ar_group.translation.label` , COALESCE (`rhiem_ar_group.translation.label` , `rhiem_ar_group.translation.label` ) as `rhiem_ar_group.label` , `rhiem_ar_group.translation.description` , COALESCE (`rhiem_ar_group.translation.description` , `rhiem_ar_group.translation.description` ) as `rhiem_ar_group.description` , `rhiem_ar_group.translation.createdAt` , `rhiem_ar_group.translation.updatedAt` , `rhiem_ar_group.translation.rhiemArGroupId` , `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group` LEFT JOIN (SELECT `rhiem_ar_group.translation` . rhiem_ar_group_id , `rhiem_ar_group.translation` . label as `rhiem_ar_group.translation.label` , `rhiem_ar_group.translation` . description as `rhiem_ar_group.translation.description` , `rhiem_ar_group.translation` . created_at as `rhiem_ar_group.translation.createdAt` , `rhiem_ar_group.translation` . updated_at as `rhiem_ar_group.translation.updatedAt` , `rhiem_ar_group.translation` . rhiem_ar_group_id as `rhiem_ar_group.translation.rhiemArGroupId` , `rhiem_ar_group.translation` . language_id as `rhiem_ar_group.translation.languageId` FROM `rhiem_ar_group_translation` `rhiem_ar_group.translation` WHERE `rhiem_ar_group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `rhiem_ar_group.rhiem_ar_group_translation` ON `rhiem_ar_group.rhiem_ar_group_translation` . `rhiem_ar_group_id` = `rhiem_ar_group` . `id` WHERE `rhiem_ar_group` . `id` IN (0x1F392FBF78BC41BF803C3895FF6E4668 , 0x83DD6538C14D4F31B988F8DC65D0B45F , 0xD723EA79893343BC8D8D11D4B3F8DE1F , 0x8A1DF9CF5ECC42AFB011F19088D8AC29 );
Copy
77
0.19 ms
SELECT `rhiem_ar_row` . `id` as `rhiem_ar_row.id` , `rhiem_ar_row` . `group_id` as `rhiem_ar_row.groupId` , `rhiem_ar_row` . `classes` as `rhiem_ar_row.classes` , `rhiem_ar_row` . `html_attributes` as `rhiem_ar_row.htmlAttributes` , `rhiem_ar_row` . `wrapper` as `rhiem_ar_row.wrapper` , `rhiem_ar_row` . `position` as `rhiem_ar_row.position` , `rhiem_ar_row` . `created_at` as `rhiem_ar_row.createdAt` , `rhiem_ar_row` . `updated_at` as `rhiem_ar_row.updatedAt` FROM `rhiem_ar_row` WHERE (`rhiem_ar_row` . `group_id` IN (? , ? , ? , ? )) ORDER BY `rhiem_ar_row` . `position` ASC
Parameters :
[
b"\x1F 9/¿x¼A¿€<8•ÿnFh "
b"ƒÝe8ÁMO1¹ˆøÜeд_ "
b"è\x1D ¨¤^╠B»░\x11 ±Éêϼ) "
b"Î#Ûyë3C╝ìì\x11 È│°Ì\x1F "
]
SELECT `rhiem_ar_row` . `id` as `rhiem_ar_row.id` , `rhiem_ar_row` . `group_id` as `rhiem_ar_row.groupId` , `rhiem_ar_row` . `classes` as `rhiem_ar_row.classes` , `rhiem_ar_row` . `html_attributes` as `rhiem_ar_row.htmlAttributes` , `rhiem_ar_row` . `wrapper` as `rhiem_ar_row.wrapper` , `rhiem_ar_row` . `position` as `rhiem_ar_row.position` , `rhiem_ar_row` . `created_at` as `rhiem_ar_row.createdAt` , `rhiem_ar_row` . `updated_at` as `rhiem_ar_row.updatedAt` FROM `rhiem_ar_row` WHERE (`rhiem_ar_row` . `group_id` IN (0x1F392FBF78BC41BF803C3895FF6E4668 , 0x83DD6538C14D4F31B988F8DC65D0B45F , 0x8A1DF9CF5ECC42AFB011F19088D8AC29 , 0xD723EA79893343BC8D8D11D4B3F8DE1F )) ORDER BY `rhiem_ar_row` . `position` ASC ;
Copy
78
0.46 ms
SELECT `rhiem_ar_attribute` . `id` as `rhiem_ar_attribute.id` , `rhiem_ar_attribute` . `group_id` as `rhiem_ar_attribute.groupId` , `rhiem_ar_attribute` . `type` as `rhiem_ar_attribute.type` , `rhiem_ar_attribute` . `name` as `rhiem_ar_attribute.name` , `rhiem_ar_attribute` . `required` as `rhiem_ar_attribute.required` , `rhiem_ar_attribute` . `value_min` as `rhiem_ar_attribute.valueMin` , `rhiem_ar_attribute` . `value_max` as `rhiem_ar_attribute.valueMax` , `rhiem_ar_attribute` . `min_max` as `rhiem_ar_attribute.minMax` , `rhiem_ar_attribute` . `active` as `rhiem_ar_attribute.active` , `rhiem_ar_attribute` . `position` as `rhiem_ar_attribute.position` , `rhiem_ar_attribute` . `classes` as `rhiem_ar_attribute.classes` , `rhiem_ar_attribute` . `row_id` as `rhiem_ar_attribute.rowId` , `rhiem_ar_attribute` . `standard` as `rhiem_ar_attribute.standard` , `rhiem_ar_attribute` . `hide_in_account` as `rhiem_ar_attribute.hideInAccount` , `rhiem_ar_attribute` . `only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout` , `rhiem_ar_attribute` . `hide_label` as `rhiem_ar_attribute.hideLabel` , `rhiem_ar_attribute` . `channel_ids` as `rhiem_ar_attribute.channelIds` , `rhiem_ar_attribute` . `customer_group_ids` as `rhiem_ar_attribute.customerGroupIds` , `rhiem_ar_attribute` . `created_at` as `rhiem_ar_attribute.createdAt` , `rhiem_ar_attribute` . `updated_at` as `rhiem_ar_attribute.updatedAt` , `rhiem_ar_attribute.translation.label` , COALESCE (`rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation.label` ) as `rhiem_ar_attribute.label` , `rhiem_ar_attribute.translation.description` , COALESCE (`rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation.description` ) as `rhiem_ar_attribute.description` , `rhiem_ar_attribute.translation.errorMsg` , COALESCE (`rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation.errorMsg` ) as `rhiem_ar_attribute.errorMsg` , `rhiem_ar_attribute.translation.errorMsgMin` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMin` ) as `rhiem_ar_attribute.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMax` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation.errorMsgMax` ) as `rhiem_ar_attribute.errorMsgMax` , `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id , `rhiem_ar_attribute.translation` . label as `rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation` . description as `rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation` . error_msg as `rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation` . error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation` . error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation` . created_at as `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation` . updated_at as `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation` . language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation` . language_id = ? ) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation` . `rhiem_ar_attribute_id` = `rhiem_ar_attribute` . `id` WHERE (`rhiem_ar_attribute` . `active` = ? AND (`rhiem_ar_attribute` . `standard` = ? OR `rhiem_ar_attribute` . `channel_ids` < = > ? OR `rhiem_ar_attribute` . `channel_ids` LIKE ? OR `rhiem_ar_attribute` . `channel_ids` LIKE ? ) AND (`rhiem_ar_attribute` . `standard` = ? OR `rhiem_ar_attribute` . `customer_group_ids` < = > ? OR `rhiem_ar_attribute` . `customer_group_ids` LIKE ? OR `rhiem_ar_attribute` . `customer_group_ids` LIKE ? ) AND NOT (`rhiem_ar_attribute` . `standard` < = > ? OR `rhiem_ar_attribute` . `hide_in_account` < = > ? ) AND `rhiem_ar_attribute` . `row_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `rhiem_ar_attribute` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
true
null
"%[]% "
"%7c0e7dbbe6c54fed8e38ae23c5b8d519% "
true
null
"%[]% "
"%cfbd5018d38d41d8adca10d94fc8bdd6% "
true
true
b"úéPw\x1F RH÷Å█3òèÙöü "
b"\x01 è´\f ¤zw¯ü\x0F *¦ü\f s├ "
b"‘"µC¿³C/£;ÍI)´\f þ "
b"ðQ\x13 ôþìK<ÅJZJ─Æ0\x02 "
b"\x01 Šï\r ZÕug§ç¶Ÿ¡Ü\x15\x07 "
b"uë¿”ˆ#C\x18 žã¢'æ "
b"EÜ#ÀA9E/—Wí\f Ó\x0E íŸ "
b":=\x03 þSÊN«ï3ü¤My\x08 N "
b"IôOÓeÜG\x08 ’¸òL‡c\x1C Ä "
b"K\x1E «¯\x05\v JÆ›”þΚ è\x07 "
b"È╗T\\x18 ÔCUªn¶?}[§ü "
b"H«¢‚W¢L…·\t ¹\x17 \r …i¼ "
b"pB–Ÿ«$OH‚¸Bô F¿® "
b"p\x7F ®\x17\x17 ‹F\x1A ³\x0F 'Ï\t "
b"¼¬\x1F „iZKö°Î\x1D u¶\x7F À† "
b"ÕˆÛÇhóA”½¯;4 Prm "
b"▀®█ÎÌ\x11 IO¢Ø·ÙèÖ\x10 ë "
b"Ä\x18 JºçÌEÇú\x03 ¯éAØlÞ "
b"^óÍ!<%LGšÀ¿\v 'DÀY "
b"B«w\e Æ.Jc¼mç¦1*ż "
b"¼š\f\x02 e¥A¹¬É¢á½JZ4 "
b"¾–\x0F 1x,I£’üIn\x05 @àå "
b"""
\v \n
`T@F_º Á†r+[R
"""
b"r%…÷Z÷JY¸ý[¼ì#ðS "
]
SELECT
`rhiem_ar_attribute` . `id` as `rhiem_ar_attribute.id` ,
`rhiem_ar_attribute` . `group_id` as `rhiem_ar_attribute.groupId` ,
`rhiem_ar_attribute` . `type` as `rhiem_ar_attribute.type` ,
`rhiem_ar_attribute` . `name` as `rhiem_ar_attribute.name` ,
`rhiem_ar_attribute` . `required` as `rhiem_ar_attribute.required` ,
`rhiem_ar_attribute` . `value_min` as `rhiem_ar_attribute.valueMin` ,
`rhiem_ar_attribute` . `value_max` as `rhiem_ar_attribute.valueMax` ,
`rhiem_ar_attribute` . `min_max` as `rhiem_ar_attribute.minMax` ,
`rhiem_ar_attribute` . `active` as `rhiem_ar_attribute.active` ,
`rhiem_ar_attribute` . `position` as `rhiem_ar_attribute.position` ,
`rhiem_ar_attribute` . `classes` as `rhiem_ar_attribute.classes` ,
`rhiem_ar_attribute` . `row_id` as `rhiem_ar_attribute.rowId` ,
`rhiem_ar_attribute` . `standard` as `rhiem_ar_attribute.standard` ,
`rhiem_ar_attribute` . `hide_in_account` as `rhiem_ar_attribute.hideInAccount` ,
`rhiem_ar_attribute` . `only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout` ,
`rhiem_ar_attribute` . `hide_label` as `rhiem_ar_attribute.hideLabel` ,
`rhiem_ar_attribute` . `channel_ids` as `rhiem_ar_attribute.channelIds` ,
`rhiem_ar_attribute` . `customer_group_ids` as `rhiem_ar_attribute.customerGroupIds` ,
`rhiem_ar_attribute` . `created_at` as `rhiem_ar_attribute.createdAt` ,
`rhiem_ar_attribute` . `updated_at` as `rhiem_ar_attribute.updatedAt` ,
`rhiem_ar_attribute.translation.label` ,
COALESCE (
`rhiem_ar_attribute.translation.label` ,
`rhiem_ar_attribute.translation.label`
) as `rhiem_ar_attribute.label` ,
`rhiem_ar_attribute.translation.description` ,
COALESCE (
`rhiem_ar_attribute.translation.description` ,
`rhiem_ar_attribute.translation.description`
) as `rhiem_ar_attribute.description` ,
`rhiem_ar_attribute.translation.errorMsg` ,
COALESCE (
`rhiem_ar_attribute.translation.errorMsg` ,
`rhiem_ar_attribute.translation.errorMsg`
) as `rhiem_ar_attribute.errorMsg` ,
`rhiem_ar_attribute.translation.errorMsgMin` ,
COALESCE (
`rhiem_ar_attribute.translation.errorMsgMin` ,
`rhiem_ar_attribute.translation.errorMsgMin`
) as `rhiem_ar_attribute.errorMsgMin` ,
`rhiem_ar_attribute.translation.errorMsgMax` ,
COALESCE (
`rhiem_ar_attribute.translation.errorMsgMax` ,
`rhiem_ar_attribute.translation.errorMsgMax`
) as `rhiem_ar_attribute.errorMsgMax` ,
`rhiem_ar_attribute.translation.createdAt` ,
`rhiem_ar_attribute.translation.updatedAt` ,
`rhiem_ar_attribute.translation.rhiemArAttributeId` ,
`rhiem_ar_attribute.translation.languageId`
FROM
`rhiem_ar_attribute`
LEFT JOIN (
SELECT
`rhiem_ar_attribute.translation` . rhiem_ar_attribute_id ,
`rhiem_ar_attribute.translation` . label as `rhiem_ar_attribute.translation.label` ,
`rhiem_ar_attribute.translation` . description as `rhiem_ar_attribute.translation.description` ,
`rhiem_ar_attribute.translation` . error_msg as `rhiem_ar_attribute.translation.errorMsg` ,
`rhiem_ar_attribute.translation` . error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin` ,
`rhiem_ar_attribute.translation` . error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax` ,
`rhiem_ar_attribute.translation` . created_at as `rhiem_ar_attribute.translation.createdAt` ,
`rhiem_ar_attribute.translation` . updated_at as `rhiem_ar_attribute.translation.updatedAt` ,
`rhiem_ar_attribute.translation` . rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId` ,
`rhiem_ar_attribute.translation` . language_id as `rhiem_ar_attribute.translation.languageId`
FROM
`rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation`
WHERE
`rhiem_ar_attribute.translation` . language_id = ?
) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation` . `rhiem_ar_attribute_id` = `rhiem_ar_attribute` . `id`
WHERE
(
`rhiem_ar_attribute` . `active` = ?
AND (
`rhiem_ar_attribute` . `standard` = ?
OR `rhiem_ar_attribute` . `channel_ids` < = > ?
OR `rhiem_ar_attribute` . `channel_ids` LIKE ?
OR `rhiem_ar_attribute` . `channel_ids` LIKE ?
)
AND (
`rhiem_ar_attribute` . `standard` = ?
OR `rhiem_ar_attribute` . `customer_group_ids` < = > ?
OR `rhiem_ar_attribute` . `customer_group_ids` LIKE ?
OR `rhiem_ar_attribute` . `customer_group_ids` LIKE ?
)
AND NOT (
`rhiem_ar_attribute` . `standard` < = > ?
OR `rhiem_ar_attribute` . `hide_in_account` < = > ?
)
AND `rhiem_ar_attribute` . `row_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
ORDER BY
`rhiem_ar_attribute` . `position` ASC
Copy
SELECT `rhiem_ar_attribute` . `id` as `rhiem_ar_attribute.id` , `rhiem_ar_attribute` . `group_id` as `rhiem_ar_attribute.groupId` , `rhiem_ar_attribute` . `type` as `rhiem_ar_attribute.type` , `rhiem_ar_attribute` . `name` as `rhiem_ar_attribute.name` , `rhiem_ar_attribute` . `required` as `rhiem_ar_attribute.required` , `rhiem_ar_attribute` . `value_min` as `rhiem_ar_attribute.valueMin` , `rhiem_ar_attribute` . `value_max` as `rhiem_ar_attribute.valueMax` , `rhiem_ar_attribute` . `min_max` as `rhiem_ar_attribute.minMax` , `rhiem_ar_attribute` . `active` as `rhiem_ar_attribute.active` , `rhiem_ar_attribute` . `position` as `rhiem_ar_attribute.position` , `rhiem_ar_attribute` . `classes` as `rhiem_ar_attribute.classes` , `rhiem_ar_attribute` . `row_id` as `rhiem_ar_attribute.rowId` , `rhiem_ar_attribute` . `standard` as `rhiem_ar_attribute.standard` , `rhiem_ar_attribute` . `hide_in_account` as `rhiem_ar_attribute.hideInAccount` , `rhiem_ar_attribute` . `only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout` , `rhiem_ar_attribute` . `hide_label` as `rhiem_ar_attribute.hideLabel` , `rhiem_ar_attribute` . `channel_ids` as `rhiem_ar_attribute.channelIds` , `rhiem_ar_attribute` . `customer_group_ids` as `rhiem_ar_attribute.customerGroupIds` , `rhiem_ar_attribute` . `created_at` as `rhiem_ar_attribute.createdAt` , `rhiem_ar_attribute` . `updated_at` as `rhiem_ar_attribute.updatedAt` , `rhiem_ar_attribute.translation.label` , COALESCE (`rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation.label` ) as `rhiem_ar_attribute.label` , `rhiem_ar_attribute.translation.description` , COALESCE (`rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation.description` ) as `rhiem_ar_attribute.description` , `rhiem_ar_attribute.translation.errorMsg` , COALESCE (`rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation.errorMsg` ) as `rhiem_ar_attribute.errorMsg` , `rhiem_ar_attribute.translation.errorMsgMin` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMin` ) as `rhiem_ar_attribute.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMax` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation.errorMsgMax` ) as `rhiem_ar_attribute.errorMsgMax` , `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id , `rhiem_ar_attribute.translation` . label as `rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation` . description as `rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation` . error_msg as `rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation` . error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation` . error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation` . created_at as `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation` . updated_at as `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation` . language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation` . `rhiem_ar_attribute_id` = `rhiem_ar_attribute` . `id` WHERE (`rhiem_ar_attribute` . `active` = 1 AND (`rhiem_ar_attribute` . `standard` = 1 OR `rhiem_ar_attribute` . `channel_ids` < = > NULL OR `rhiem_ar_attribute` . `channel_ids` LIKE '%[]%' OR `rhiem_ar_attribute` . `channel_ids` LIKE '%7c0e7dbbe6c54fed8e38ae23c5b8d519%' ) AND (`rhiem_ar_attribute` . `standard` = 1 OR `rhiem_ar_attribute` . `customer_group_ids` < = > NULL OR `rhiem_ar_attribute` . `customer_group_ids` LIKE '%[]%' OR `rhiem_ar_attribute` . `customer_group_ids` LIKE '%cfbd5018d38d41d8adca10d94fc8bdd6%' ) AND NOT (`rhiem_ar_attribute` . `standard` < = > 1 OR `rhiem_ar_attribute` . `hide_in_account` < = > 1 ) AND `rhiem_ar_attribute` . `row_id` IN (0xA38250771F5248F68FDB33958AEB9481 , 0x018AEF0CCF7A77EE810F2ADD810C73C3 , 0x9122B543BFB3432FA33BCD4929B40CFE , 0xD0511393E78D4B3C8F4A5A4AC4923002 , 0x018AEF0D5AD57567A7E7B69FA1DC1507 , 0x75EBBF94882343189EE3EF8EA9A227E6 , 0x45DC23C04139452F9757ED0CD30EED9F , 0x3A3D03E753D24EAE8B3381CF4D79084E , 0x49F44FD365DC470892B8F24C87631CC4 , 0x4B1EABAF050B4AC69B94FECE9A20E807 , 0xD4BB545C18E24355A66EF43F7D5BF581 , 0x48ABA28257A24C85B709B9170D8569BC , 0x7042969FAB244F4882B842F42046BFAE , 0x707FAE17178B461AB30F27CFEE988609 , 0xBCAC1F84695A4BF6B0CE1D75B67FC086 , 0xD588DBC768F34194BDAF3B34A050726D , 0xDFA9DBD7DE11494FBD9DFAEB8A991089 , 0x8E184AA787DE4580A303EE82419D6CE8 , 0x5EF3CD213C254C479AC0BF0B2744C059 , 0x42AE771B922E4A63AC6D87DD312A8FAC , 0xBC9A0C0265A541B9ACC9A2E1BD4A5A34 , 0xBE960F31782C49A392FC496E0540E0E5 , 0x0B0A60AD5440465FBA20C186722B5B52 , 0x722585F75AF74A59B8FD5BBCEC23F053 )) ORDER BY `rhiem_ar_attribute` . `position` ASC ;
Copy
79
0.22 ms
SELECT `rhiem_ar_so` . `id` as `rhiem_ar_so.id` , `rhiem_ar_so` . `attribute_id` as `rhiem_ar_so.attributeId` , `rhiem_ar_so` . `value` as `rhiem_ar_so.value` , `rhiem_ar_so` . `position` as `rhiem_ar_so.position` , `rhiem_ar_so` . `created_at` as `rhiem_ar_so.createdAt` , `rhiem_ar_so` . `updated_at` as `rhiem_ar_so.updatedAt` , `rhiem_ar_so.translation.label` , COALESCE (`rhiem_ar_so.translation.label` , `rhiem_ar_so.translation.label` ) as `rhiem_ar_so.label` , `rhiem_ar_so.translation.createdAt` , `rhiem_ar_so.translation.updatedAt` , `rhiem_ar_so.translation.rhiemArSoId` , `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so` LEFT JOIN (SELECT `rhiem_ar_so.translation` . rhiem_ar_so_id , `rhiem_ar_so.translation` . label as `rhiem_ar_so.translation.label` , `rhiem_ar_so.translation` . created_at as `rhiem_ar_so.translation.createdAt` , `rhiem_ar_so.translation` . updated_at as `rhiem_ar_so.translation.updatedAt` , `rhiem_ar_so.translation` . rhiem_ar_so_id as `rhiem_ar_so.translation.rhiemArSoId` , `rhiem_ar_so.translation` . language_id as `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so_translation` `rhiem_ar_so.translation` WHERE `rhiem_ar_so.translation` . language_id = ? ) `rhiem_ar_so.rhiem_ar_so_translation` ON `rhiem_ar_so.rhiem_ar_so_translation` . `rhiem_ar_so_id` = `rhiem_ar_so` . `id` WHERE (`rhiem_ar_so` . `attribute_id` IN (? , ? )) ORDER BY `rhiem_ar_so` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Tlt\x0F ÈGJèºD_^ÇL¹Ã "
b"‹ƒÌЀ©Oæ¨øþ›Ò9©¼ "
]
SELECT `rhiem_ar_so` . `id` as `rhiem_ar_so.id` , `rhiem_ar_so` . `attribute_id` as `rhiem_ar_so.attributeId` , `rhiem_ar_so` . `value` as `rhiem_ar_so.value` , `rhiem_ar_so` . `position` as `rhiem_ar_so.position` , `rhiem_ar_so` . `created_at` as `rhiem_ar_so.createdAt` , `rhiem_ar_so` . `updated_at` as `rhiem_ar_so.updatedAt` , `rhiem_ar_so.translation.label` , COALESCE (`rhiem_ar_so.translation.label` , `rhiem_ar_so.translation.label` ) as `rhiem_ar_so.label` , `rhiem_ar_so.translation.createdAt` , `rhiem_ar_so.translation.updatedAt` , `rhiem_ar_so.translation.rhiemArSoId` , `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so` LEFT JOIN (SELECT `rhiem_ar_so.translation` . rhiem_ar_so_id , `rhiem_ar_so.translation` . label as `rhiem_ar_so.translation.label` , `rhiem_ar_so.translation` . created_at as `rhiem_ar_so.translation.createdAt` , `rhiem_ar_so.translation` . updated_at as `rhiem_ar_so.translation.updatedAt` , `rhiem_ar_so.translation` . rhiem_ar_so_id as `rhiem_ar_so.translation.rhiemArSoId` , `rhiem_ar_so.translation` . language_id as `rhiem_ar_so.translation.languageId` FROM `rhiem_ar_so_translation` `rhiem_ar_so.translation` WHERE `rhiem_ar_so.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `rhiem_ar_so.rhiem_ar_so_translation` ON `rhiem_ar_so.rhiem_ar_so_translation` . `rhiem_ar_so_id` = `rhiem_ar_so` . `id` WHERE (`rhiem_ar_so` . `attribute_id` IN (0x546C740FC8474AE8BA445F5EC74CB9C3 , 0x8B83CCD080A94FE6A8F8FE9BD239A9BC )) ORDER BY `rhiem_ar_so` . `position` ASC ;
Copy
80
0.36 ms
SELECT `rhiem_ar_attribute` . `id` as `rhiem_ar_attribute.id` , `rhiem_ar_attribute` . `group_id` as `rhiem_ar_attribute.groupId` , `rhiem_ar_attribute` . `type` as `rhiem_ar_attribute.type` , `rhiem_ar_attribute` . `name` as `rhiem_ar_attribute.name` , `rhiem_ar_attribute` . `required` as `rhiem_ar_attribute.required` , `rhiem_ar_attribute` . `value_min` as `rhiem_ar_attribute.valueMin` , `rhiem_ar_attribute` . `value_max` as `rhiem_ar_attribute.valueMax` , `rhiem_ar_attribute` . `min_max` as `rhiem_ar_attribute.minMax` , `rhiem_ar_attribute` . `active` as `rhiem_ar_attribute.active` , `rhiem_ar_attribute` . `position` as `rhiem_ar_attribute.position` , `rhiem_ar_attribute` . `classes` as `rhiem_ar_attribute.classes` , `rhiem_ar_attribute` . `row_id` as `rhiem_ar_attribute.rowId` , `rhiem_ar_attribute` . `standard` as `rhiem_ar_attribute.standard` , `rhiem_ar_attribute` . `hide_in_account` as `rhiem_ar_attribute.hideInAccount` , `rhiem_ar_attribute` . `only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout` , `rhiem_ar_attribute` . `hide_label` as `rhiem_ar_attribute.hideLabel` , `rhiem_ar_attribute` . `channel_ids` as `rhiem_ar_attribute.channelIds` , `rhiem_ar_attribute` . `customer_group_ids` as `rhiem_ar_attribute.customerGroupIds` , `rhiem_ar_attribute` . `created_at` as `rhiem_ar_attribute.createdAt` , `rhiem_ar_attribute` . `updated_at` as `rhiem_ar_attribute.updatedAt` , `rhiem_ar_attribute.translation.label` , COALESCE (`rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation.label` ) as `rhiem_ar_attribute.label` , `rhiem_ar_attribute.translation.description` , COALESCE (`rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation.description` ) as `rhiem_ar_attribute.description` , `rhiem_ar_attribute.translation.errorMsg` , COALESCE (`rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation.errorMsg` ) as `rhiem_ar_attribute.errorMsg` , `rhiem_ar_attribute.translation.errorMsgMin` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMin` ) as `rhiem_ar_attribute.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMax` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation.errorMsgMax` ) as `rhiem_ar_attribute.errorMsgMax` , `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id , `rhiem_ar_attribute.translation` . label as `rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation` . description as `rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation` . error_msg as `rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation` . error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation` . error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation` . created_at as `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation` . updated_at as `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation` . language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation` . language_id = ? ) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation` . `rhiem_ar_attribute_id` = `rhiem_ar_attribute` . `id` WHERE (`rhiem_ar_attribute` . `group_id` IN (? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x1F 9/¿x¼A¿€<8•ÿnFh "
b"ƒÝe8ÁMO1¹ˆøÜeд_ "
b"è\x1D ¨¤^╠B»░\x11 ±Éêϼ) "
b"Î#Ûyë3C╝ìì\x11 È│°Ì\x1F "
]
SELECT
`rhiem_ar_attribute` . `id` as `rhiem_ar_attribute.id` ,
`rhiem_ar_attribute` . `group_id` as `rhiem_ar_attribute.groupId` ,
`rhiem_ar_attribute` . `type` as `rhiem_ar_attribute.type` ,
`rhiem_ar_attribute` . `name` as `rhiem_ar_attribute.name` ,
`rhiem_ar_attribute` . `required` as `rhiem_ar_attribute.required` ,
`rhiem_ar_attribute` . `value_min` as `rhiem_ar_attribute.valueMin` ,
`rhiem_ar_attribute` . `value_max` as `rhiem_ar_attribute.valueMax` ,
`rhiem_ar_attribute` . `min_max` as `rhiem_ar_attribute.minMax` ,
`rhiem_ar_attribute` . `active` as `rhiem_ar_attribute.active` ,
`rhiem_ar_attribute` . `position` as `rhiem_ar_attribute.position` ,
`rhiem_ar_attribute` . `classes` as `rhiem_ar_attribute.classes` ,
`rhiem_ar_attribute` . `row_id` as `rhiem_ar_attribute.rowId` ,
`rhiem_ar_attribute` . `standard` as `rhiem_ar_attribute.standard` ,
`rhiem_ar_attribute` . `hide_in_account` as `rhiem_ar_attribute.hideInAccount` ,
`rhiem_ar_attribute` . `only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout` ,
`rhiem_ar_attribute` . `hide_label` as `rhiem_ar_attribute.hideLabel` ,
`rhiem_ar_attribute` . `channel_ids` as `rhiem_ar_attribute.channelIds` ,
`rhiem_ar_attribute` . `customer_group_ids` as `rhiem_ar_attribute.customerGroupIds` ,
`rhiem_ar_attribute` . `created_at` as `rhiem_ar_attribute.createdAt` ,
`rhiem_ar_attribute` . `updated_at` as `rhiem_ar_attribute.updatedAt` ,
`rhiem_ar_attribute.translation.label` ,
COALESCE (
`rhiem_ar_attribute.translation.label` ,
`rhiem_ar_attribute.translation.label`
) as `rhiem_ar_attribute.label` ,
`rhiem_ar_attribute.translation.description` ,
COALESCE (
`rhiem_ar_attribute.translation.description` ,
`rhiem_ar_attribute.translation.description`
) as `rhiem_ar_attribute.description` ,
`rhiem_ar_attribute.translation.errorMsg` ,
COALESCE (
`rhiem_ar_attribute.translation.errorMsg` ,
`rhiem_ar_attribute.translation.errorMsg`
) as `rhiem_ar_attribute.errorMsg` ,
`rhiem_ar_attribute.translation.errorMsgMin` ,
COALESCE (
`rhiem_ar_attribute.translation.errorMsgMin` ,
`rhiem_ar_attribute.translation.errorMsgMin`
) as `rhiem_ar_attribute.errorMsgMin` ,
`rhiem_ar_attribute.translation.errorMsgMax` ,
COALESCE (
`rhiem_ar_attribute.translation.errorMsgMax` ,
`rhiem_ar_attribute.translation.errorMsgMax`
) as `rhiem_ar_attribute.errorMsgMax` ,
`rhiem_ar_attribute.translation.createdAt` ,
`rhiem_ar_attribute.translation.updatedAt` ,
`rhiem_ar_attribute.translation.rhiemArAttributeId` ,
`rhiem_ar_attribute.translation.languageId`
FROM
`rhiem_ar_attribute`
LEFT JOIN (
SELECT
`rhiem_ar_attribute.translation` . rhiem_ar_attribute_id ,
`rhiem_ar_attribute.translation` . label as `rhiem_ar_attribute.translation.label` ,
`rhiem_ar_attribute.translation` . description as `rhiem_ar_attribute.translation.description` ,
`rhiem_ar_attribute.translation` . error_msg as `rhiem_ar_attribute.translation.errorMsg` ,
`rhiem_ar_attribute.translation` . error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin` ,
`rhiem_ar_attribute.translation` . error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax` ,
`rhiem_ar_attribute.translation` . created_at as `rhiem_ar_attribute.translation.createdAt` ,
`rhiem_ar_attribute.translation` . updated_at as `rhiem_ar_attribute.translation.updatedAt` ,
`rhiem_ar_attribute.translation` . rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId` ,
`rhiem_ar_attribute.translation` . language_id as `rhiem_ar_attribute.translation.languageId`
FROM
`rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation`
WHERE
`rhiem_ar_attribute.translation` . language_id = ?
) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation` . `rhiem_ar_attribute_id` = `rhiem_ar_attribute` . `id`
WHERE
(
`rhiem_ar_attribute` . `group_id` IN (? , ? , ? , ? )
)
Copy
SELECT `rhiem_ar_attribute` . `id` as `rhiem_ar_attribute.id` , `rhiem_ar_attribute` . `group_id` as `rhiem_ar_attribute.groupId` , `rhiem_ar_attribute` . `type` as `rhiem_ar_attribute.type` , `rhiem_ar_attribute` . `name` as `rhiem_ar_attribute.name` , `rhiem_ar_attribute` . `required` as `rhiem_ar_attribute.required` , `rhiem_ar_attribute` . `value_min` as `rhiem_ar_attribute.valueMin` , `rhiem_ar_attribute` . `value_max` as `rhiem_ar_attribute.valueMax` , `rhiem_ar_attribute` . `min_max` as `rhiem_ar_attribute.minMax` , `rhiem_ar_attribute` . `active` as `rhiem_ar_attribute.active` , `rhiem_ar_attribute` . `position` as `rhiem_ar_attribute.position` , `rhiem_ar_attribute` . `classes` as `rhiem_ar_attribute.classes` , `rhiem_ar_attribute` . `row_id` as `rhiem_ar_attribute.rowId` , `rhiem_ar_attribute` . `standard` as `rhiem_ar_attribute.standard` , `rhiem_ar_attribute` . `hide_in_account` as `rhiem_ar_attribute.hideInAccount` , `rhiem_ar_attribute` . `only_in_checkout` as `rhiem_ar_attribute.onlyInCheckout` , `rhiem_ar_attribute` . `hide_label` as `rhiem_ar_attribute.hideLabel` , `rhiem_ar_attribute` . `channel_ids` as `rhiem_ar_attribute.channelIds` , `rhiem_ar_attribute` . `customer_group_ids` as `rhiem_ar_attribute.customerGroupIds` , `rhiem_ar_attribute` . `created_at` as `rhiem_ar_attribute.createdAt` , `rhiem_ar_attribute` . `updated_at` as `rhiem_ar_attribute.updatedAt` , `rhiem_ar_attribute.translation.label` , COALESCE (`rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation.label` ) as `rhiem_ar_attribute.label` , `rhiem_ar_attribute.translation.description` , COALESCE (`rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation.description` ) as `rhiem_ar_attribute.description` , `rhiem_ar_attribute.translation.errorMsg` , COALESCE (`rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation.errorMsg` ) as `rhiem_ar_attribute.errorMsg` , `rhiem_ar_attribute.translation.errorMsgMin` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMin` ) as `rhiem_ar_attribute.errorMsgMin` , `rhiem_ar_attribute.translation.errorMsgMax` , COALESCE (`rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation.errorMsgMax` ) as `rhiem_ar_attribute.errorMsgMax` , `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute` LEFT JOIN (SELECT `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id , `rhiem_ar_attribute.translation` . label as `rhiem_ar_attribute.translation.label` , `rhiem_ar_attribute.translation` . description as `rhiem_ar_attribute.translation.description` , `rhiem_ar_attribute.translation` . error_msg as `rhiem_ar_attribute.translation.errorMsg` , `rhiem_ar_attribute.translation` . error_msg_min as `rhiem_ar_attribute.translation.errorMsgMin` , `rhiem_ar_attribute.translation` . error_msg_max as `rhiem_ar_attribute.translation.errorMsgMax` , `rhiem_ar_attribute.translation` . created_at as `rhiem_ar_attribute.translation.createdAt` , `rhiem_ar_attribute.translation` . updated_at as `rhiem_ar_attribute.translation.updatedAt` , `rhiem_ar_attribute.translation` . rhiem_ar_attribute_id as `rhiem_ar_attribute.translation.rhiemArAttributeId` , `rhiem_ar_attribute.translation` . language_id as `rhiem_ar_attribute.translation.languageId` FROM `rhiem_ar_attribute_translation` `rhiem_ar_attribute.translation` WHERE `rhiem_ar_attribute.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `rhiem_ar_attribute.rhiem_ar_attribute_translation` ON `rhiem_ar_attribute.rhiem_ar_attribute_translation` . `rhiem_ar_attribute_id` = `rhiem_ar_attribute` . `id` WHERE (`rhiem_ar_attribute` . `group_id` IN (0x1F392FBF78BC41BF803C3895FF6E4668 , 0x83DD6538C14D4F31B988F8DC65D0B45F , 0x8A1DF9CF5ECC42AFB011F19088D8AC29 , 0xD723EA79893343BC8D8D11D4B3F8DE1F ));
Copy
81
0.16 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
82
0.25 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'pl-PL' ;
Copy
83
0.59 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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x16 V\x1F\x02 A™Iþµ¬a¤îlb\x11 "
]
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` . `cms_navigation_page_id` as `category.cmsNavigationPageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x16561F02419949FEB5AC61A4EE6C6211 ));
Copy
84
1.04 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/16561f02419949feb5ac61a4ee6c6211 "
"/navigation/8bfb5f54f8d34fa6b86ba8336d438e89 "
"/navigation/0193cfcccd7078a2a32f8b516d26db3f "
"/navigation/7730d2e04e2c47a09d5c76c8f2338c95 "
"/navigation/4b3e63026d7442799426808f45cb9307 "
"/navigation/018a8cf98b917867b6f544be3fd16cbd "
"/navigation/ab90aabebde649769deca61dfbedd780 "
"/navigation/026a05b017584be9a498435be3b8ca63 "
"/navigation/35657bfce142440ea712e36693fba3fd "
"/navigation/018e856573be7d10a41bc9074d87a437 "
"/navigation/40517100b65e4f02b00bb08d10fe54e3 "
"/navigation/4e02e2fd6e474f22a98806752dbb30cb "
"/navigation/a63d1174670b444394ce1fffbca6e33e "
"/navigation/02e9b35aa0154e92b98ba5142d53a649 "
"/navigation/d8ffa5a095bf4e84b8798eec8df85b5b "
"/navigation/76c6965d00144d58936f647cd056157e "
"/navigation/42204b2e80654e06ba9921d20a11428b "
"/navigation/018db1f5d5a974c1a706a34fc0dcca34 "
"/navigation/81e317051345429cb305e3b70b278e9d "
"/detail/0193d046d2d570448a346b8b10a08c02 "
"/detail/018d16ca869a707f8a90553bcbd19d8f "
"/detail/018d16ca5247707c8e4bed3a93a086be "
"/navigation/ae3af602f8104043927f0024a649532f "
"/navigation/751de9adb7174f75b82bd7b93d184f06 "
"/navigation/019329bfe1317f6a99a7aa77462ed96e "
b"/»_ââšMpªXTÎ|ãâ\v "
b"|\x0E }»æÅOíŽ8®#ŸÕ\x19 "
]
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/16561f02419949feb5ac61a4ee6c6211' , '/navigation/8bfb5f54f8d34fa6b86ba8336d438e89' , '/navigation/0193cfcccd7078a2a32f8b516d26db3f' , '/navigation/7730d2e04e2c47a09d5c76c8f2338c95' , '/navigation/4b3e63026d7442799426808f45cb9307' , '/navigation/018a8cf98b917867b6f544be3fd16cbd' , '/navigation/ab90aabebde649769deca61dfbedd780' , '/navigation/026a05b017584be9a498435be3b8ca63' , '/navigation/35657bfce142440ea712e36693fba3fd' , '/navigation/018e856573be7d10a41bc9074d87a437' , '/navigation/40517100b65e4f02b00bb08d10fe54e3' , '/navigation/4e02e2fd6e474f22a98806752dbb30cb' , '/navigation/a63d1174670b444394ce1fffbca6e33e' , '/navigation/02e9b35aa0154e92b98ba5142d53a649' , '/navigation/d8ffa5a095bf4e84b8798eec8df85b5b' , '/navigation/76c6965d00144d58936f647cd056157e' , '/navigation/42204b2e80654e06ba9921d20a11428b' , '/navigation/018db1f5d5a974c1a706a34fc0dcca34' , '/navigation/81e317051345429cb305e3b70b278e9d' , '/detail/0193d046d2d570448a346b8b10a08c02' , '/detail/018d16ca869a707f8a90553bcbd19d8f' , '/detail/018d16ca5247707c8e4bed3a93a086be' , '/navigation/ae3af602f8104043927f0024a649532f' , '/navigation/751de9adb7174f75b82bd7b93d184f06' , '/navigation/019329bfe1317f6a99a7aa77462ed96e' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x7C0E7DBBE6C54FED8E38AE23C5B8D519 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
85
0.42 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 “\x12 §ÈÁCB®™Þh—St\x1F "
b"\x10 32œ>$D\x16 “\x14 ï)é[\x0E 8 "
b"RPb·\x1A “M”’\x1F ú,ï@,Õ "
b"\x01 Ž=Szfz?•ÄùÏ\x07 „û§ "
b"Ç×ÆdhxDX’j„P\x1D ¢U\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 (0x049312A7C8C14342AE99DE689753741F , 0x1033329C3E2444169314EF29E95B0E38 , 0x525062B71A934D94921FFA2CEF402CD5 , 0x018E3D537A667A3F95C4F9CF0784FBA7 , 0xC7D7C66468784458926A84501DA2550D );
Copy