3.04 ms (18.65%)
6
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` . `checkout_gateway_url` AS `app.checkoutGatewayUrl` , `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 öä9N\x1D qÅ×ãyÓ¢jÇÊ "
]
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` . `checkout_gateway_url` AS `app.checkoutGatewayUrl` ,
`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` . `checkout_gateway_url` AS `app.checkoutGatewayUrl` , `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 (0x019484394E1D718F9EC679E0BD6A80D2 );
Copy
1.08 ms (6.62%)
1
SELECT `acris_cookie` . `id` AS `acris_cookie.id` , `acris_cookie` . `cookie_group_id` AS `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` AS `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` AS `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` AS `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` AS `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` AS `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , COALESCE (`acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` ) AS `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , COALESCE (`acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` ) AS `acris_cookie.cookieGroup.description` , `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation.languageId` , `acris_cookie` . `cookie_id` AS `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` AS `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` AS `acris_cookie.defaultValue` , `acris_cookie` . `script_position` AS `acris_cookie.scriptPosition` , `acris_cookie` . `provider` AS `acris_cookie.provider` , `acris_cookie` . `active` AS `acris_cookie.active` , `acris_cookie` . `unknown` AS `acris_cookie.unknown` , `acris_cookie` . `is_default` AS `acris_cookie.isDefault` , `acris_cookie` . `created_at` AS `acris_cookie.createdAt` , `acris_cookie` . `updated_at` AS `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) AS `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , COALESCE (`acris_cookie.translation.title` , `acris_cookie.translation.title` ) AS `acris_cookie.title` , `acris_cookie.translation.description` , COALESCE (`acris_cookie.translation.description` , `acris_cookie.translation.description` ) AS `acris_cookie.description` , `acris_cookie.translation.script` , COALESCE (`acris_cookie.translation.script` , `acris_cookie.translation.script` ) AS `acris_cookie.script` , `acris_cookie.translation.createdAt` , `acris_cookie.translation.updatedAt` , `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation.languageId` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . acris_cookie_id , `acris_cookie.translation` . title AS `acris_cookie.translation.title` , `acris_cookie.translation` . description AS `acris_cookie.translation.description` , `acris_cookie.translation` . script AS `acris_cookie.translation.script` , `acris_cookie.translation` . created_at AS `acris_cookie.translation.createdAt` , `acris_cookie.translation` . updated_at AS `acris_cookie.translation.updatedAt` , `acris_cookie.translation` . acris_cookie_id AS `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation` . language_id AS `acris_cookie.translation.languageId` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . language_id = ? ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . acris_cookie_group_id , `acris_cookie.cookieGroup.translation` . title AS `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . description AS `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation` . created_at AS `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation` . updated_at AS `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation` . acris_cookie_group_id AS `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation` . language_id AS `acris_cookie.cookieGroup.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . language_id = ? ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT
`acris_cookie` . `id` AS `acris_cookie.id` ,
`acris_cookie` . `cookie_group_id` AS `acris_cookie.cookieGroupId` ,
`acris_cookie.cookieGroup` . `id` AS `acris_cookie.cookieGroup.id` ,
`acris_cookie.cookieGroup` . `is_default` AS `acris_cookie.cookieGroup.isDefault` ,
`acris_cookie.cookieGroup` . `identification` AS `acris_cookie.cookieGroup.identification` ,
`acris_cookie.cookieGroup` . `created_at` AS `acris_cookie.cookieGroup.createdAt` ,
`acris_cookie.cookieGroup` . `updated_at` AS `acris_cookie.cookieGroup.updatedAt` ,
`acris_cookie.cookieGroup.translation.title` ,
COALESCE (
`acris_cookie.cookieGroup.translation.title` ,
`acris_cookie.cookieGroup.translation.title`
) AS `acris_cookie.cookieGroup.title` ,
`acris_cookie.cookieGroup.translation.description` ,
COALESCE (
`acris_cookie.cookieGroup.translation.description` ,
`acris_cookie.cookieGroup.translation.description`
) AS `acris_cookie.cookieGroup.description` ,
`acris_cookie.cookieGroup.translation.createdAt` ,
`acris_cookie.cookieGroup.translation.updatedAt` ,
`acris_cookie.cookieGroup.translation.acrisCookieGroupId` ,
`acris_cookie.cookieGroup.translation.languageId` ,
`acris_cookie` . `cookie_id` AS `acris_cookie.cookieId` ,
`acris_cookie` . `google_cookie_consent_mode` AS `acris_cookie.googleCookieConsentMode` ,
`acris_cookie` . `default_value` AS `acris_cookie.defaultValue` ,
`acris_cookie` . `script_position` AS `acris_cookie.scriptPosition` ,
`acris_cookie` . `provider` AS `acris_cookie.provider` ,
`acris_cookie` . `active` AS `acris_cookie.active` ,
`acris_cookie` . `unknown` AS `acris_cookie.unknown` ,
`acris_cookie` . `is_default` AS `acris_cookie.isDefault` ,
`acris_cookie` . `created_at` AS `acris_cookie.createdAt` ,
`acris_cookie` . `updated_at` AS `acris_cookie.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`acris_cookie.salesChannels.mapping` . `sales_channel_id`
) SEPARATOR '||'
)
FROM
`acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE
`acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id`
) AS `acris_cookie.salesChannels.id_mapping` ,
`acris_cookie.translation.title` ,
COALESCE (
`acris_cookie.translation.title` ,
`acris_cookie.translation.title`
) AS `acris_cookie.title` ,
`acris_cookie.translation.description` ,
COALESCE (
`acris_cookie.translation.description` ,
`acris_cookie.translation.description`
) AS `acris_cookie.description` ,
`acris_cookie.translation.script` ,
COALESCE (
`acris_cookie.translation.script` ,
`acris_cookie.translation.script`
) AS `acris_cookie.script` ,
`acris_cookie.translation.createdAt` ,
`acris_cookie.translation.updatedAt` ,
`acris_cookie.translation.acrisCookieId` ,
`acris_cookie.translation.languageId`
FROM
`acris_cookie`
LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id`
LEFT JOIN (
SELECT
`acris_cookie.translation` . acris_cookie_id ,
`acris_cookie.translation` . title AS `acris_cookie.translation.title` ,
`acris_cookie.translation` . description AS `acris_cookie.translation.description` ,
`acris_cookie.translation` . script AS `acris_cookie.translation.script` ,
`acris_cookie.translation` . created_at AS `acris_cookie.translation.createdAt` ,
`acris_cookie.translation` . updated_at AS `acris_cookie.translation.updatedAt` ,
`acris_cookie.translation` . acris_cookie_id AS `acris_cookie.translation.acrisCookieId` ,
`acris_cookie.translation` . language_id AS `acris_cookie.translation.languageId`
FROM
`acris_cookie_translation` `acris_cookie.translation`
WHERE
`acris_cookie.translation` . language_id = ?
) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id`
LEFT JOIN (
SELECT
`acris_cookie.cookieGroup.translation` . acris_cookie_group_id ,
`acris_cookie.cookieGroup.translation` . title AS `acris_cookie.cookieGroup.translation.title` ,
`acris_cookie.cookieGroup.translation` . description AS `acris_cookie.cookieGroup.translation.description` ,
`acris_cookie.cookieGroup.translation` . created_at AS `acris_cookie.cookieGroup.translation.createdAt` ,
`acris_cookie.cookieGroup.translation` . updated_at AS `acris_cookie.cookieGroup.translation.updatedAt` ,
`acris_cookie.cookieGroup.translation` . acris_cookie_group_id AS `acris_cookie.cookieGroup.translation.acrisCookieGroupId` ,
`acris_cookie.cookieGroup.translation` . language_id AS `acris_cookie.cookieGroup.translation.languageId`
FROM
`acris_cookie_group_translation` `acris_cookie.cookieGroup.translation`
WHERE
`acris_cookie.cookieGroup.translation` . language_id = ?
) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id`
Copy
SELECT `acris_cookie` . `id` AS `acris_cookie.id` , `acris_cookie` . `cookie_group_id` AS `acris_cookie.cookieGroupId` , `acris_cookie.cookieGroup` . `id` AS `acris_cookie.cookieGroup.id` , `acris_cookie.cookieGroup` . `is_default` AS `acris_cookie.cookieGroup.isDefault` , `acris_cookie.cookieGroup` . `identification` AS `acris_cookie.cookieGroup.identification` , `acris_cookie.cookieGroup` . `created_at` AS `acris_cookie.cookieGroup.createdAt` , `acris_cookie.cookieGroup` . `updated_at` AS `acris_cookie.cookieGroup.updatedAt` , `acris_cookie.cookieGroup.translation.title` , COALESCE (`acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation.title` ) AS `acris_cookie.cookieGroup.title` , `acris_cookie.cookieGroup.translation.description` , COALESCE (`acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation.description` ) AS `acris_cookie.cookieGroup.description` , `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation.languageId` , `acris_cookie` . `cookie_id` AS `acris_cookie.cookieId` , `acris_cookie` . `google_cookie_consent_mode` AS `acris_cookie.googleCookieConsentMode` , `acris_cookie` . `default_value` AS `acris_cookie.defaultValue` , `acris_cookie` . `script_position` AS `acris_cookie.scriptPosition` , `acris_cookie` . `provider` AS `acris_cookie.provider` , `acris_cookie` . `active` AS `acris_cookie.active` , `acris_cookie` . `unknown` AS `acris_cookie.unknown` , `acris_cookie` . `is_default` AS `acris_cookie.isDefault` , `acris_cookie` . `created_at` AS `acris_cookie.createdAt` , `acris_cookie` . `updated_at` AS `acris_cookie.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_cookie.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
WHERE `acris_cookie.salesChannels.mapping` . `cookie_id` = `acris_cookie` . `id` ) AS `acris_cookie.salesChannels.id_mapping` , `acris_cookie.translation.title` , COALESCE (`acris_cookie.translation.title` , `acris_cookie.translation.title` ) AS `acris_cookie.title` , `acris_cookie.translation.description` , COALESCE (`acris_cookie.translation.description` , `acris_cookie.translation.description` ) AS `acris_cookie.description` , `acris_cookie.translation.script` , COALESCE (`acris_cookie.translation.script` , `acris_cookie.translation.script` ) AS `acris_cookie.script` , `acris_cookie.translation.createdAt` , `acris_cookie.translation.updatedAt` , `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation.languageId` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie` . `cookie_group_id` = `acris_cookie.cookieGroup` . `id` LEFT JOIN (SELECT `acris_cookie.translation` . acris_cookie_id , `acris_cookie.translation` . title AS `acris_cookie.translation.title` , `acris_cookie.translation` . description AS `acris_cookie.translation.description` , `acris_cookie.translation` . script AS `acris_cookie.translation.script` , `acris_cookie.translation` . created_at AS `acris_cookie.translation.createdAt` , `acris_cookie.translation` . updated_at AS `acris_cookie.translation.updatedAt` , `acris_cookie.translation` . acris_cookie_id AS `acris_cookie.translation.acrisCookieId` , `acris_cookie.translation` . language_id AS `acris_cookie.translation.languageId` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation` . `acris_cookie_id` = `acris_cookie` . `id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation` . acris_cookie_group_id , `acris_cookie.cookieGroup.translation` . title AS `acris_cookie.cookieGroup.translation.title` , `acris_cookie.cookieGroup.translation` . description AS `acris_cookie.cookieGroup.translation.description` , `acris_cookie.cookieGroup.translation` . created_at AS `acris_cookie.cookieGroup.translation.createdAt` , `acris_cookie.cookieGroup.translation` . updated_at AS `acris_cookie.cookieGroup.translation.updatedAt` , `acris_cookie.cookieGroup.translation` . acris_cookie_group_id AS `acris_cookie.cookieGroup.translation.acrisCookieGroupId` , `acris_cookie.cookieGroup.translation` . language_id AS `acris_cookie.cookieGroup.translation.languageId` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation` . `acris_cookie_group_id` = `acris_cookie.cookieGroup` . `id` ;
Copy
0.85 ms (5.20%)
2
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` . `checkout_gateway_url` AS `app.checkoutGatewayUrl` , `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` . `active` = ? AND NOT (`app` . `cookies` IS NULL ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` AS `app.checkoutGatewayUrl` ,
`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` . `active` = ?
AND NOT (`app` . `cookies` IS NULL )
)
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` . `checkout_gateway_url` AS `app.checkoutGatewayUrl` , `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` . `active` = 1 AND NOT (`app` . `cookies` IS NULL ));
Copy
0.59 ms (3.62%)
1
SELECT `sales_channel` . `id` AS `sales_channel.id` , `sales_channel` . `type_id` AS `sales_channel.typeId` , `sales_channel` . `language_id` AS `sales_channel.languageId` , `sales_channel` . `customer_group_id` AS `sales_channel.customerGroupId` , `sales_channel` . `currency_id` AS `sales_channel.currencyId` , `sales_channel` . `payment_method_id` AS `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` AS `sales_channel.shippingMethodId` , `sales_channel` . `country_id` AS `sales_channel.countryId` , `sales_channel` . `analytics_id` AS `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` AS `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` AS `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` AS `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` AS `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` AS `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` AS `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` AS `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` AS `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` AS `sales_channel.taxCalculationType` , `sales_channel` . `access_key` AS `sales_channel.accessKey` , `sales_channel` . `configuration` AS `sales_channel.configuration` , `sales_channel` . `active` AS `sales_channel.active` , `sales_channel` . `hreflang_active` AS `sales_channel.hreflangActive` , `sales_channel` . `maintenance` AS `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` AS `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` AS `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` AS `sales_channel.createdAt` , `sales_channel` . `updated_at` AS `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name AS `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config AS `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled AS `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name AS `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title AS `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description AS `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords AS `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` , `sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id AS `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
b"""
ÎmŒ\e ‰LE9Ÿtå\x05 \n
‰\x08 ò
"""
b".\x05 ÅHù€Cú ñM\t\x1C ½ß\e "
]
SELECT
`sales_channel` . `id` AS `sales_channel.id` ,
`sales_channel` . `type_id` AS `sales_channel.typeId` ,
`sales_channel` . `language_id` AS `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` AS `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` AS `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` AS `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` AS `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` AS `sales_channel.countryId` ,
`sales_channel` . `analytics_id` AS `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` AS `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` AS `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` AS `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` AS `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` AS `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` AS `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` AS `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` AS `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` AS `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` AS `sales_channel.accessKey` ,
`sales_channel` . `configuration` AS `sales_channel.configuration` ,
`sales_channel` . `active` AS `sales_channel.active` ,
`sales_channel` . `hreflang_active` AS `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` AS `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` AS `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` AS `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` AS `sales_channel.createdAt` ,
`sales_channel` . `updated_at` AS `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) AS `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) AS `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) AS `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) AS `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) AS `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) AS `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) AS `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) AS `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name AS `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config AS `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled AS `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name AS `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title AS `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description AS `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords AS `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id AS `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
WHERE
`sales_channel` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `sales_channel` . `id` AS `sales_channel.id` , `sales_channel` . `type_id` AS `sales_channel.typeId` , `sales_channel` . `language_id` AS `sales_channel.languageId` , `sales_channel` . `customer_group_id` AS `sales_channel.customerGroupId` , `sales_channel` . `currency_id` AS `sales_channel.currencyId` , `sales_channel` . `payment_method_id` AS `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` AS `sales_channel.shippingMethodId` , `sales_channel` . `country_id` AS `sales_channel.countryId` , `sales_channel` . `analytics_id` AS `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` AS `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` AS `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` AS `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` AS `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` AS `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` AS `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` AS `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` AS `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` AS `sales_channel.taxCalculationType` , `sales_channel` . `access_key` AS `sales_channel.accessKey` , `sales_channel` . `configuration` AS `sales_channel.configuration` , `sales_channel` . `active` AS `sales_channel.active` , `sales_channel` . `hreflang_active` AS `sales_channel.hreflangActive` , `sales_channel` . `maintenance` AS `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` AS `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` AS `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` AS `sales_channel.createdAt` , `sales_channel` . `updated_at` AS `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name AS `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config AS `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled AS `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name AS `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title AS `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description AS `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords AS `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` , `sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id AS `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0x2E05C548F98043FAA0F14D091CBDDF1B , 0xCE6D8C1B894C45399F74E5050A8908F2 , 0x2E05C548F98043FAA0F14D091CBDDF1B );
Copy