1
1.69 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.50 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.37 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
4
0.74 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"¤½mg\x16 ÖA&½Ssª¾èɯ "
"Arbeitsschutz-Sicherheitstechnik "
"Arbeitsschutz-Sicherheitstechnik/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Arbeitsschutz-Sicherheitstechnik' OR seo_path_info = 'Arbeitsschutz-Sicherheitstechnik/' ));
Copy
5
0.37 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M' ) LIMIT 1 ;
Copy
6
2.71 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"¤½mg\x16 ÖA&½Ssª¾èɯ "
b"/NñAš(Bû©tûÓëE:{ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND `sales_channel_country` . `country_id` = 0x2F4EF1419A2842FBA974FBD3EB453A7B );
Copy
7
2.48 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
8
0.56 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
9
1.24 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `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` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
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` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `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` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 ));
Copy
10
0.43 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
11
0.43 ms
SELECT `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` WHERE (`category_translation` . `category_version_id` = ? ) AND (((`category_translation` . `category_id` IN (? ))))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT `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` WHERE (`category_translation` . `category_version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category_translation` . `category_id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 ))));
Copy
12
3.13 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
13
0.90 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.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ›ÛÓ•§r\x07 ‹\x15 ¾ç–„Ž” "
]
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.swagCmsExtensionsScrollNavigationPageSettings` . `id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt` , `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page` . `id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings` . `id` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x019BDBD395A772078B15BEE796848D94 ));
Copy
14
1.69 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `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` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `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` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ? ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND (((`cms_section` . `cms_page_id` IN (? ))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ›ÛÓ•§r\x07 ‹\x15 ¾ç–„Ž” "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`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` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` ,
`cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` ,
`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` . `file_hash` as `cms_section.backgroundMedia.fileHash` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` ,
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`
FROM
`swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation`
WHERE
`cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = ?
) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
(
`cms_section` . `cms_page_id` IN (? )
)
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `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` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `id` as `cms_section.swagCmsExtensionsScrollNavigation.id` , `cms_section.swagCmsExtensionsScrollNavigation` . `active` as `cms_section.swagCmsExtensionsScrollNavigation.active` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId` , `cms_section.swagCmsExtensionsScrollNavigation` . `created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt` , `cms_section.swagCmsExtensionsScrollNavigation` . `updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` , `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName` , `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` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section` . `id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation` . `swag_cms_extensions_scroll_navigation_id` , `cms_section.swagCmsExtensionsScrollNavigation.translation` . `display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` . `swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`cms_section` . `cms_page_id` IN (0x019BDBD395A772078B15BEE796848D94 ))));
Copy
15
1.15 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `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` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.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` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND (((`cms_block` . `cms_section_id` IN (? , ? ))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\r xÿ\x13 "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x0F ÊA "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`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` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` ,
`cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` ,
`cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` ,
`cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` ,
`cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` ,
`cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` ,
`cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` ,
`cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` ,
`cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` ,
`cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.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` . `file_hash` as `cms_block.backgroundMedia.fileHash` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id`
LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
(
`cms_block` . `cms_section_id` IN (? , ? )
)
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `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` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.swagCmsExtensionsBlockRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.id` , `cms_block.swagCmsExtensionsBlockRule` . `inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted` , `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId` , `cms_block.swagCmsExtensionsBlockRule` . `cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId` , `cms_block.swagCmsExtensionsBlockRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt` , `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt` , `cms_block.swagCmsExtensionsQuickview` . `id` as `cms_block.swagCmsExtensionsQuickview.id` , `cms_block.swagCmsExtensionsQuickview` . `active` as `cms_block.swagCmsExtensionsQuickview.active` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId` , `cms_block.swagCmsExtensionsQuickview` . `cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId` , `cms_block.swagCmsExtensionsQuickview` . `created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt` , `cms_block.swagCmsExtensionsQuickview` . `updated_at` as `cms_block.swagCmsExtensionsQuickview.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` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsBlockRule` . `cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block` . `id` = `cms_block.swagCmsExtensionsQuickview` . `cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule` . `visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`cms_block` . `cms_section_id` IN (0x019BDBD395C172838CD7E56C0D78FF13 , 0x019BDBD395C172838CD7E56C0FC38A41 ))));
Copy
16
0.90 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `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` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = ? ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = ? ) AND (((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? ))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\r ÁÚ2 "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x0E ‰ÿà "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x10 ‘\x01 s "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x11 ?¯Œ "
b"\x01 ›ÛÓ•ÁrƒŒ×ål\x12 ûð "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `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` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.swagCmsExtensionsForm` . `id` as `cms_slot.swagCmsExtensionsForm.id` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId` , `cms_slot.swagCmsExtensionsForm` . `cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId` , `cms_slot.swagCmsExtensionsForm` . `is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate` , `cms_slot.swagCmsExtensionsForm` . `technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName` , `cms_slot.swagCmsExtensionsForm` . `mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId` , `cms_slot.swagCmsExtensionsForm` . `created_at` as `cms_slot.swagCmsExtensionsForm.createdAt` , `cms_slot.swagCmsExtensionsForm` . `updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt` , `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage` , `cms_slot.swagCmsExtensionsForm.translation.receivers` , `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot` . `id` = `cms_slot.swagCmsExtensionsForm` . `cms_slot_id` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation` . `swag_cms_extensions_form_id` , `cms_slot.swagCmsExtensionsForm.translation` . `title` as `cms_slot.swagCmsExtensionsForm.translation.title` , `cms_slot.swagCmsExtensionsForm.translation` . `success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage` , `cms_slot.swagCmsExtensionsForm.translation` . `receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` . `swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm` . `id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`cms_slot` . `cms_block_id` IN (0x019BDBD395C172838CD7E56C0DC1DA32 , 0x019BDBD395C172838CD7E56C0E89FFC3 , 0x019BDBD395C172838CD7E56C10910173 , 0x019BDBD395C172838CD7E56C113FAF8C , 0x019BDBD395C172838CD7E56C12FBF0A0 ))));
Copy
17
0.32 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
b"|Ï—V\x05 0LÜ»l´+š“ì¤ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x00000249F07E7E7E7E7E7E7E7E7E0001 OR `id` = 0x7CCF975605304CDCBB6CB42B9A93ECA4
;
Copy
18
0.77 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` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` 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"Ë›1 è¯Jx°\x0F ¨¾=Ö\f 1 "
]
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` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` 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 (0xCB9B31A0E8AF4A78B00FA8BE3DD60C31 );
Copy
19
0.30 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
20
0.43 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` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` 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"Ë›1 è¯Jx°\x0F ¨¾=Ö\f 1 "
b"VO(U¢IMä¡vÿ\x1C ¶\x00 <C "
b"aüÕ\f _\x07 N“”\x05 ³c.\x13 (y "
b"¬a–˜\x10 öJíµ?ËeþÊ[Ž "
b"\x16 nÄý¼Fû¹"vÈm’\x00 a "
b" ”#л2Cuޝrç%•\e + "
b"\x14\x1E ƒæ˜\f Jô„@#yFS3\x12 "
]
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` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` 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 (0xCB9B31A0E8AF4A78B00FA8BE3DD60C31 , 0x564F2855A2494DE4A176FF1CB6003C43 , 0x61FCD50C5F074E939405B3632E132879 , 0xAC61969810F64AEDB53FCB65FECA5B8E , 0x16206EC4FDBC46FBB92276C86D920061 , 0xA09423D0BB3243758DAF72E725951B2B , 0x141E83E6980C4AF48440237946533312 );
Copy
21
1.04 ms
SELECT `acris_search_product_pushing` . `id` FROM `acris_search_product_pushing` LEFT JOIN `acris_search_product_pushing_rule` `acris_search_product_pushing.rules.mapping` ON `acris_search_product_pushing` . `id` = `acris_search_product_pushing.rules.mapping` . `search_product_pushing_id` LEFT JOIN `rule` `acris_search_product_pushing.rules` ON `acris_search_product_pushing.rules.mapping` . `rule_id` = `acris_search_product_pushing.rules` . `id` WHERE ((`acris_search_product_pushing` . `active` = ? AND (`acris_search_product_pushing` . `type` = ? OR `acris_search_product_pushing` . `type` = ? ) AND ((`acris_search_product_pushing.rules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `acris_search_product_pushing.rules` . `id` < = > ? ))) GROUP BY `acris_search_product_pushing` . `id`
Parameters :
[
true
"all "
"listing "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
]
SELECT `acris_search_product_pushing` . `id` FROM `acris_search_product_pushing` LEFT JOIN `acris_search_product_pushing_rule` `acris_search_product_pushing.rules.mapping` ON `acris_search_product_pushing` . `id` = `acris_search_product_pushing.rules.mapping` . `search_product_pushing_id` LEFT JOIN `rule` `acris_search_product_pushing.rules` ON `acris_search_product_pushing.rules.mapping` . `rule_id` = `acris_search_product_pushing.rules` . `id` WHERE ((`acris_search_product_pushing` . `active` = 1 AND (`acris_search_product_pushing` . `type` = 'all' OR `acris_search_product_pushing` . `type` = 'listing' ) AND ((`acris_search_product_pushing.rules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `acris_search_product_pushing.rules` . `id` < = > NULL ))) GROUP BY `acris_search_product_pushing` . `id` ;
Copy
22
0.57 ms
SELECT `acris_search_product_pushing` . `id` as `acris_search_product_pushing.id` , `acris_search_product_pushing` . `name` as `acris_search_product_pushing.name` , `acris_search_product_pushing` . `active` as `acris_search_product_pushing.active` , `acris_search_product_pushing` . `type` as `acris_search_product_pushing.type` , `acris_search_product_pushing` . `search_term_matching` as `acris_search_product_pushing.searchTermMatching` , `acris_search_product_pushing` . `factor` as `acris_search_product_pushing.factor` , `acris_search_product_pushing` . `created_at` as `acris_search_product_pushing.createdAt` , `acris_search_product_pushing` . `updated_at` as `acris_search_product_pushing.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_search_product_pushing.productStream.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `acris_search_product_pushing_stream` `acris_search_product_pushing.productStream.mapping`
WHERE `acris_search_product_pushing.productStream.mapping` . `search_product_pushing_id` = `acris_search_product_pushing` . `id` ) as `acris_search_product_pushing.productStream.id_mapping` FROM `acris_search_product_pushing` WHERE `acris_search_product_pushing` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"+êJbu‡E¶OϽ§‘ëÿ "
b"8êÊ•i×F~«\x14 ¥#\x0F Ìmz "
b"9¸2b\x0F ŒB5†\x03 ºC¿7·× "
b"GhW½–¹N\x05 ¼¸`\x18 @ÚBî "
b"HIH&:ª@¬½ùQŽ~Öed "
b"WO)ÆELZ¹îm\x11 {ƒý "
b"—“ìõ\x7F ´Mk˜„ j?öéè "
b"žÄm'!vOHµy4\x18 pV]T "
b"Èüû\x15\x02 tOh£ê“fTÊ\f æ "
b"Ïï§K‘ÜEd¦LbDŒ\x15 "‚ "
b"áŸ0Üc©EŠ»€œ\x10 ü'¹e "
b"ù«e\x00 P¾Hö“'xÅW6Æõ "
b"úõ*dÒMDÅ•HÈ\v Éz~E "
b"ÿ‘l©›¿H…³²PP\t\x06 ò\x0E "
]
SELECT `acris_search_product_pushing` . `id` as `acris_search_product_pushing.id` , `acris_search_product_pushing` . `name` as `acris_search_product_pushing.name` , `acris_search_product_pushing` . `active` as `acris_search_product_pushing.active` , `acris_search_product_pushing` . `type` as `acris_search_product_pushing.type` , `acris_search_product_pushing` . `search_term_matching` as `acris_search_product_pushing.searchTermMatching` , `acris_search_product_pushing` . `factor` as `acris_search_product_pushing.factor` , `acris_search_product_pushing` . `created_at` as `acris_search_product_pushing.createdAt` , `acris_search_product_pushing` . `updated_at` as `acris_search_product_pushing.updatedAt` , (SELECT GROUP_CONCAT (HEX (`acris_search_product_pushing.productStream.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `acris_search_product_pushing_stream` `acris_search_product_pushing.productStream.mapping`
WHERE `acris_search_product_pushing.productStream.mapping` . `search_product_pushing_id` = `acris_search_product_pushing` . `id` ) as `acris_search_product_pushing.productStream.id_mapping` FROM `acris_search_product_pushing` WHERE `acris_search_product_pushing` . `id` IN (0x2BEA4A62758745B69D4FCFBDA791EBFF , 0x38EACA9569D7467EAB14A5230FCC6D7A , 0x39B832620F8C42358603BA43BF37B7D7 , 0x476857BD96B94E05BCB8601840DA42EE , 0x484948263AAA40ACBDF9518D7ED66564 , 0x574F298FC6454C5A8EB9EE6D117B83FD , 0x9793ECF57FB44D6B9884A06A3FF6E9E8 , 0x9EC46D2721764F48B579341870565D54 , 0xC8FCFB1502744F68A3EA936654CA0CE6 , 0xCFEFA74B91DC4564A64C62448C152282 , 0xE19F30DC63A9458ABB809C10FC27B965 , 0xF9AB650050BE48F6932778C55736C6F5 , 0xFAF52A64D24D44C59548C80BC97A7E45 , 0xFF916CA99BBF4885B3B250500906F20E );
Copy
23
0.49 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"rÖ"`qÝ@J±ðm‹]=JJ "
b"""
Ã\n
BrJéL\x14 0[R\x05\x04 ‰
"""
b"\r AfÀ\x07 N‡¼¨òz–g% "
b"Ô#n€uÂO\n ¡O¼\x00 å§ÒÏ "
b"üo{#cóN°¬Lèȼ„œ€ "
b"KÀ«\e ƒÑL{Šx2J¨\x16 \\x19 "
b"""
Ã\n
BrJéL\x14 0[R\x05\x04 ‰
"""
b"$½žùzÏI«¼. f…@ý“ "
b"å";G¥pH\x04 ·©\e Ïv\x06 ´ "
b"IÍklç¤L ¿» ¥ŠZR "
b"ZSÉ\x18 fJf—U`‡\f øˆÙ "
b"ñÜoUä"EÅŽ¤"þ÷+\x02\v "
b"ÙÑÓGmþI»¦\x02\x14 —y\x7F\x13 "
b"ZqË4¼/Nœ„O‚{¬ýN^ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0x72D6226071DD404AB1F06D8B5D3D4A4A , 0xC30A42724AE94C1490305B520504AD89 , 0x0D4166C09D074E87BCA8F27A9667258E , 0xD4236E8075C24F0AA14FBC00E5A7D2CF , 0xFC6F7B2363F34EB0AC4CE8C8BC849C80 , 0x4BC0AB1B83D14C7B8A78324AA8165C19 , 0xC30A42724AE94C1490305B520504AD89 , 0x24BD9EF97ACF49ABBC2EA0668540FD93 , 0xE5223B47A5704804B7A91BA0CF7606B4 , 0x49CD6B6CE7A44C8FA0BFBBA0A58A5A52 , 0x5A53C9189D664A66975560870CF888D9 , 0xF1DC6F55E42245C58DA422FEF72B020B , 0xD9D1D3476DFE49BBA602149779907F13 , 0x5A71CB34BC2F4E9C844F827BACFD4E5E );
Copy
24
0.53 ms
SELECT `acris_search_product_restriction` . `id` FROM `acris_search_product_restriction` LEFT JOIN `acris_search_restriction_cat` `acris_search_product_restriction.categories.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.categories.mapping` . `search_product_restriction_id` LEFT JOIN `acris_search_restriction_rule` `acris_search_product_restriction.rules.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.rules.mapping` . `search_product_restriction_id` LEFT JOIN `category` `acris_search_product_restriction.categories` ON `acris_search_product_restriction.categories.mapping` . `category_id` = `acris_search_product_restriction.categories` . `id` AND `acris_search_product_restriction.categories` . `version_id` = `acris_search_product_restriction.categories.mapping` . `category_version_id` LEFT JOIN `rule` `acris_search_product_restriction.rules` ON `acris_search_product_restriction.rules.mapping` . `rule_id` = `acris_search_product_restriction.rules` . `id` WHERE ((`acris_search_product_restriction` . `active` = ? AND (`acris_search_product_restriction` . `type` = ? OR `acris_search_product_restriction` . `type` = ? ) AND (`acris_search_product_restriction.categories` . `id` < = > ? OR (`acris_search_product_restriction.categories` . `id` IN (? ))) AND ((`acris_search_product_restriction.rules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `acris_search_product_restriction.rules` . `id` < = > ? ))) GROUP BY `acris_search_product_restriction` . `id`
Parameters :
[
true
"all "
"listing "
null
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
]
SELECT `acris_search_product_restriction` . `id` FROM `acris_search_product_restriction` LEFT JOIN `acris_search_restriction_cat` `acris_search_product_restriction.categories.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.categories.mapping` . `search_product_restriction_id` LEFT JOIN `acris_search_restriction_rule` `acris_search_product_restriction.rules.mapping` ON `acris_search_product_restriction` . `id` = `acris_search_product_restriction.rules.mapping` . `search_product_restriction_id` LEFT JOIN `category` `acris_search_product_restriction.categories` ON `acris_search_product_restriction.categories.mapping` . `category_id` = `acris_search_product_restriction.categories` . `id` AND `acris_search_product_restriction.categories` . `version_id` = `acris_search_product_restriction.categories.mapping` . `category_version_id` LEFT JOIN `rule` `acris_search_product_restriction.rules` ON `acris_search_product_restriction.rules.mapping` . `rule_id` = `acris_search_product_restriction.rules` . `id` WHERE ((`acris_search_product_restriction` . `active` = 1 AND (`acris_search_product_restriction` . `type` = 'all' OR `acris_search_product_restriction` . `type` = 'listing' ) AND (`acris_search_product_restriction.categories` . `id` < = > NULL OR (`acris_search_product_restriction.categories` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 ))) AND ((`acris_search_product_restriction.rules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `acris_search_product_restriction.rules` . `id` < = > NULL ))) GROUP BY `acris_search_product_restriction` . `id` ;
Copy
25
0.21 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"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 )) LIMIT 1 ;
Copy
26
0.23 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"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
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 (0x00000249F07E7E7E7E7E7E7E7E7E0001 ));
Copy
27
1.31 ms
SELECT
LOWER (HEX (advanced_search_config . id )) AS id ,
advanced_search_config . and_logic AS andLogic ,
advanced_search_config . min_search_length AS minSearchLength ,
advanced_search_config . es_enabled AS esEnabled ,
advanced_search_config . hit_count AS hitCount ,
CONCAT (
'[' ,
GROUP_CONCAT (DISTINCT
JSON_OBJECT (
'field' , advanced_search_config_field . field ,
'entity' , advanced_search_config_field . entity ,
'tokenize' , advanced_search_config_field . tokenize ,
'searchable' , advanced_search_config_field . searchable ,
'ranking' , advanced_search_config_field . ranking
)
),
']'
) as searchableFields
FROM advanced_search_config
LEFT JOIN advanced_search_config_field ON advanced_search_config_field . config_id = advanced_search_config . id AND advanced_search_config_field . searchable = 1
WHERE advanced_search_config . sales_channel_id = ?
GROUP BY advanced_search_config . id
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT
LOWER (HEX (advanced_search_config . id )) AS id ,
advanced_search_config . and_logic AS andLogic ,
advanced_search_config . min_search_length AS minSearchLength ,
advanced_search_config . es_enabled AS esEnabled ,
advanced_search_config . hit_count AS hitCount ,
CONCAT (
'[' ,
GROUP_CONCAT (DISTINCT
JSON_OBJECT (
'field' , advanced_search_config_field . field ,
'entity' , advanced_search_config_field . entity ,
'tokenize' , advanced_search_config_field . tokenize ,
'searchable' , advanced_search_config_field . searchable ,
'ranking' , advanced_search_config_field . ranking
)
),
']'
) as searchableFields
FROM advanced_search_config
LEFT JOIN advanced_search_config_field ON advanced_search_config_field . config_id = advanced_search_config . id AND advanced_search_config_field . searchable = 1
WHERE advanced_search_config . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF
GROUP BY advanced_search_config . id ;
Copy
28
1.71 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` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` 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` 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"\x00\x00 ‰£\x01 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰¢þ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{g~~~~~~~~~\x00\x04 "
b"\x00\x00 oc~~~~~~~~~\x00\x04 "
b"\x00\x00 ˜–\x7F ~~~~~~~~~\x00\x04 "
b"\x00\x00 䢃~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~¹~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|œ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{]~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰€\x02 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰UØ~~~~~~~~~\x00\x04 "
b"\x00\x00 oR~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰¢u~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰\x7F ü~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~\r ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|3~~~~~~~~~\x00\x04 "
b"\x00\x00 o\x15 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}\x18 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~:~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰€\x04 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{ß~~~~~~~~~\x00\x04 "
b"\x00\x00 nú~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰\x7F M~~~~~~~~~\x00\x04 "
b"\x00\x00 o1~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}\x0F ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{¤~~~~~~~~~\x00\x04 "
b"\x00\x00 nð~~~~~~~~~\x00\x04 "
b"\x00\x00 nÏ~~~~~~~~~\x00\x04 "
b"\x00\x00 ”\x03\x08 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ˜–v~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}ð~~~~~~~~~\x00\x04 "
b"\x00\x00 ‹\x05\x1A ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{¨~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|â~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}\x1E ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰€*~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}¬~~~~~~~~~\x00\x04 "
b"\x00\x00 ob~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{è~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰€È~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}v~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~ò~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{\~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~æ~~~~~~~~~\x00\x04 "
b"\x00\x00 oJ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|(~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰p~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰£%~~~~~~~~~\x00\x04 "
b"\x00\x00 nù~~~~~~~~~\x00\x04 "
b"\x00\x00 ˜•*~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|'~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{õ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~X~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~ß~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}„~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰\x7F È~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰ƒ8~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰¢Ë~~~~~~~~~\x00\x04 "
b"\x00\x00 o5~~~~~~~~~\x00\x04 "
b"\x00\x00 of~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|#~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~\x15 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰¤…~~~~~~~~~\x00\x04 "
b"\x00\x00 nÜ~~~~~~~~~\x00\x04 "
b"\x00\x00 •2q~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{i~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{›~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰} ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}–~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}~~~~~~~~~\x00\x04 "
b"\x00\x00 Š÷\~~~~~~~~~\x00\x04 "
b"\x00\x00 o\x1A ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{Ø~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{å~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰\x7F ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰£\x19 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ŠÿT~~~~~~~~~\x00\x04 "
b"\x00\x00 •êò~~~~~~~~~\x00\x04 "
b"\x00\x00 ˜”b~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰T³~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰{Ö~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰|8~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}%~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰}x~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰~~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰€\x07 ~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰+~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰l~~~~~~~~~\x00\x04 "
b"\x00\x00 ‰¢~~~~~~~~~\x00\x04 "
b"\x00\x00 ˜“\n ~~~~~~~~~\x00\x04 "
]
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` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
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`
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` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` 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` 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 (0x000089A3017E7E7E7E7E7E7E7E7E0004 , 0x000089A2FE7E7E7E7E7E7E7E7E7E0004 , 0x0000897B677E7E7E7E7E7E7E7E7E0004 , 0x00008F6F637E7E7E7E7E7E7E7E7E0004 , 0x000098967F7E7E7E7E7E7E7E7E7E0004 , 0x000089A2C97E7E7E7E7E7E7E7E7E0004 , 0x0000897EB97E7E7E7E7E7E7E7E7E0004 , 0x0000897C9C7E7E7E7E7E7E7E7E7E0004 , 0x0000897B907E7E7E7E7E7E7E7E7E0004 , 0x0000897B5D7E7E7E7E7E7E7E7E7E0004 , 0x00008980027E7E7E7E7E7E7E7E7E0004 , 0x00008955D87E7E7E7E7E7E7E7E7E0004 , 0x00008F6F527E7E7E7E7E7E7E7E7E0004 , 0x000089A2757E7E7E7E7E7E7E7E7E0004 , 0x0000897FFC7E7E7E7E7E7E7E7E7E0004 , 0x0000897E0D7E7E7E7E7E7E7E7E7E0004 , 0x0000897C337E7E7E7E7E7E7E7E7E0004 , 0x00008F6F157E7E7E7E7E7E7E7E7E0004 , 0x0000897D187E7E7E7E7E7E7E7E7E0004 , 0x0000897E3A7E7E7E7E7E7E7E7E7E0004 , 0x00008980047E7E7E7E7E7E7E7E7E0004 , 0x0000897BDF7E7E7E7E7E7E7E7E7E0004 , 0x00008F6EFA7E7E7E7E7E7E7E7E7E0004 , 0x0000897F4D7E7E7E7E7E7E7E7E7E0004 , 0x00008F6F317E7E7E7E7E7E7E7E7E0004 , 0x0000897D0F7E7E7E7E7E7E7E7E7E0004 , 0x0000897BA47E7E7E7E7E7E7E7E7E0004 , 0x00008F6EF07E7E7E7E7E7E7E7E7E0004 , 0x00008F6ECF7E7E7E7E7E7E7E7E7E0004 , 0x00009403087E7E7E7E7E7E7E7E7E0004 , 0x00009896767E7E7E7E7E7E7E7E7E0004 , 0x0000897DF07E7E7E7E7E7E7E7E7E0004 , 0x00008B051A7E7E7E7E7E7E7E7E7E0004 , 0x0000897BA87E7E7E7E7E7E7E7E7E0004 , 0x0000897CE27E7E7E7E7E7E7E7E7E0004 , 0x0000897D1E7E7E7E7E7E7E7E7E7E0004 , 0x000089802A7E7E7E7E7E7E7E7E7E0004 , 0x0000897DAC7E7E7E7E7E7E7E7E7E0004 , 0x00008F6F627E7E7E7E7E7E7E7E7E0004 , 0x0000897BE87E7E7E7E7E7E7E7E7E0004 , 0x00008980C87E7E7E7E7E7E7E7E7E0004 , 0x0000897D767E7E7E7E7E7E7E7E7E0004 , 0x0000897EF27E7E7E7E7E7E7E7E7E0004 , 0x0000897B5C7E7E7E7E7E7E7E7E7E0004 , 0x0000897EE67E7E7E7E7E7E7E7E7E0004 , 0x00008F6F4A7E7E7E7E7E7E7E7E7E0004 , 0x0000897C287E7E7E7E7E7E7E7E7E0004 , 0x00008981707E7E7E7E7E7E7E7E7E0004 , 0x000089A3257E7E7E7E7E7E7E7E7E0004 , 0x00008F6EF97E7E7E7E7E7E7E7E7E0004 , 0x000098952A7E7E7E7E7E7E7E7E7E0004 , 0x0000897C277E7E7E7E7E7E7E7E7E0004 , 0x0000897BF57E7E7E7E7E7E7E7E7E0004 , 0x0000897E587E7E7E7E7E7E7E7E7E0004 , 0x0000897EDF7E7E7E7E7E7E7E7E7E0004 , 0x0000897D847E7E7E7E7E7E7E7E7E0004 , 0x0000897FC87E7E7E7E7E7E7E7E7E0004 , 0x00008983387E7E7E7E7E7E7E7E7E0004 , 0x000089A2CB7E7E7E7E7E7E7E7E7E0004 , 0x00008F6F357E7E7E7E7E7E7E7E7E0004 , 0x00008F6F667E7E7E7E7E7E7E7E7E0004 , 0x0000897C237E7E7E7E7E7E7E7E7E0004 , 0x0000897E157E7E7E7E7E7E7E7E7E0004 , 0x000089A4857E7E7E7E7E7E7E7E7E0004 , 0x00008F6EDC7E7E7E7E7E7E7E7E7E0004 , 0x00009532717E7E7E7E7E7E7E7E7E0004 , 0x0000897B697E7E7E7E7E7E7E7E7E0004 , 0x0000897B9B7E7E7E7E7E7E7E7E7E0004 , 0x0000897D207E7E7E7E7E7E7E7E7E0004 , 0x0000897D967E7E7E7E7E7E7E7E7E0004 , 0x000089817D7E7E7E7E7E7E7E7E7E0004 , 0x00008AF75C7E7E7E7E7E7E7E7E7E0004 , 0x00008F6F1A7E7E7E7E7E7E7E7E7E0004 , 0x0000897BD87E7E7E7E7E7E7E7E7E0004 , 0x0000897BE57E7E7E7E7E7E7E7E7E0004 , 0x0000897F207E7E7E7E7E7E7E7E7E0004 , 0x000089A3197E7E7E7E7E7E7E7E7E0004 , 0x00008AFF547E7E7E7E7E7E7E7E7E0004 , 0x000095EAF27E7E7E7E7E7E7E7E7E0004 , 0x00009894627E7E7E7E7E7E7E7E7E0004 , 0x00008954B37E7E7E7E7E7E7E7E7E0004 , 0x0000897BD67E7E7E7E7E7E7E7E7E0004 , 0x0000897C387E7E7E7E7E7E7E7E7E0004 , 0x0000897D257E7E7E7E7E7E7E7E7E0004 , 0x0000897D787E7E7E7E7E7E7E7E7E0004 , 0x0000897E907E7E7E7E7E7E7E7E7E0004 , 0x00008980077E7E7E7E7E7E7E7E7E0004 , 0x000089812B7E7E7E7E7E7E7E7E7E0004 , 0x000089816C7E7E7E7E7E7E7E7E7E0004 , 0x00008981A27E7E7E7E7E7E7E7E7E0004 , 0x000098930A7E7E7E7E7E7E7E7E7E0004 ));
Copy
29
0.90 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\f :`~~~~~~~~~\x00\x02 "
b"\x00\x00\f ‘-~~~~~~~~~\x00\x02 "
b"\x00\x00 =\x1E Ù~~~~~~~~~\x00\x03 "
"\x00\x00 =\x1F\x15 ~~~~~~~~~\x00\x03 "
"\x00\x00 =\x1F 2~~~~~~~~~\x00\x03 "
b"\x00\x00 =\x1F ¢~~~~~~~~~\x00\x03 "
"\x00\x00 ='u~~~~~~~~~\x00\x03 "
"\x00\x00 ='z~~~~~~~~~\x00\x03 "
"\x00\x00 ='\x7F ~~~~~~~~~\x00\x03 "
b"\x00\x00 Fý»~~~~~~~~~\x00\x03 "
b"\x00\x00 Fþ\x01 ~~~~~~~~~\x00\x03 "
b"\x00\x00 G\x01 •~~~~~~~~~\x00\x03 "
b"\x00\x00 G\x02 ñ~~~~~~~~~\x00\x03 "
"\x00\x00 G\x03 R~~~~~~~~~\x00\x03 "
b"\x00\x00 G\f ê~~~~~~~~~\x00\x03 "
"\x00\x00 G\x13 7~~~~~~~~~\x00\x03 "
"\x00\x00 G\x14 d~~~~~~~~~\x00\x03 "
b"\x00\x00 G\x16 ¥~~~~~~~~~\x00\x03 "
b"\x00\x00 G\x16 ß~~~~~~~~~\x00\x03 "
b"\x00\x00 G\x16 ë~~~~~~~~~\x00\x03 "
"\x00\x00 G\x17\x08 ~~~~~~~~~\x00\x03 "
"\x00\x00 G\x17\x16 ~~~~~~~~~\x00\x03 "
"\x00\x00 G\x17 &~~~~~~~~~\x00\x03 "
"\x00\x00 G\x17 2~~~~~~~~~\x00\x03 "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN ('\0\0:`~~~~~~~~~\0' , 0x00000C912D7E7E7E7E7E7E7E7E7E0002 , 0x00003D1ED97E7E7E7E7E7E7E7E7E0003 , '\0\0=~~~~~~~~~\0' , '\0\0=2~~~~~~~~~\0' , 0x00003D1FA27E7E7E7E7E7E7E7E7E0003 , '\0\0=\'u~~~~~~~~~\0' , '\0\0=\'z~~~~~~~~~\0' , '\0\0=\'~~~~~~~~~\0' , 0x000046FDBB7E7E7E7E7E7E7E7E7E0003 , 0x000046FE017E7E7E7E7E7E7E7E7E0003 , 0x00004701957E7E7E7E7E7E7E7E7E0003 , 0x00004702F17E7E7E7E7E7E7E7E7E0003 , '\0\0GR~~~~~~~~~\0' , 0x0000470CEA7E7E7E7E7E7E7E7E7E0003 , '\0\0G7~~~~~~~~~\0' , '\0\0Gd~~~~~~~~~\0' , 0x00004716A57E7E7E7E7E7E7E7E7E0003 , 0x00004716DF7E7E7E7E7E7E7E7E7E0003 , 0x00004716EB7E7E7E7E7E7E7E7E7E0003 , '\0\0G~~~~~~~~~\0' , '\0\0G~~~~~~~~~\0' , '\0\0G&~~~~~~~~~\0' , '\0\0G2~~~~~~~~~\0' );
Copy
30
2.26 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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR ((`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
true
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
null
b"\x00\x00\x08 ¼Ñ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ¯~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x13 Þ~~~~~~~~~\x00\x02 "
"\x00\x00\t 1r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 9~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 0~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F :~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x14 i~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x12 "~~~~~~~~~\x00\x02 "
"\x00\x00 \r Gx~~~~~~~~~\x00\x02 "
b"\x00\x00\f ?Ž~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x07 ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x00 š~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x03 Ô~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x00 N~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 «~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v å~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v é~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v ë~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v í~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 *†~~~~~~~~~\x00\x02 "
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id`
AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id`
AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id`
LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id`
AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id`
LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id`
LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
OR (
(
`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
)
OR (
`product.parent.swagDynamicAccessRules` . `id` < = > ?
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
)
)
)
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ?
)
)
GROUP BY
`product` . `id`
Copy
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR ((`product.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND (`product` . `id` IN (0x000008BCD17E7E7E7E7E7E7E7E7E0002 , 0x0000001AAF7E7E7E7E7E7E7E7E7E0002 , 0x00000013DE7E7E7E7E7E7E7E7E7E0002 , '\0\0 1r~~~~~~~~~\0' , '\0\0\09~~~~~~~~~\0' , '\0\0\00~~~~~~~~~\0' , '\0\0\0:~~~~~~~~~\0' , '\0\0\0i~~~~~~~~~\0' , '\0\0\0\"~~~~~~~~~\0' , '\0\0
Gx~~~~~~~~~\0' , 0x00000C3F8D7E7E7E7E7E7E7E7E7E0002 , 0x00000007F37E7E7E7E7E7E7E7E7E0002 , 0x000000009A7E7E7E7E7E7E7E7E7E0002 , 0x00000003D47E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0N~~~~~~~~~\0' , 0x00000020AB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BE57E7E7E7E7E7E7E7E7E0002 , 0x0000000BE97E7E7E7E7E7E7E7E7E0002 , 0x0000000BEB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BED7E7E7E7E7E7E7E7E7E0002 , 0x00000020AD7E7E7E7E7E7E7E7E7E0002 , 0x0000002A867E7E7E7E7E7E7E7E7E0002 )) GROUP BY `product` . `id` ;
Copy
31
1.43 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND `product.swagDynamicAccessRules` . `id` < = > ? ) OR ((`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > ? AND `product.swagDynamicAccessRules` . `id` < = > ? )))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
true
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
null
"\x00\x00\f :`~~~~~~~~~\x00\x02 "
b"\x00\x00\f ‘-~~~~~~~~~\x00\x02 "
b"\x00\x00\x08 ¼Ñ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ¯~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x13 Þ~~~~~~~~~\x00\x02 "
"\x00\x00\t 1r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 9~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 0~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F :~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x14 i~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x12 "~~~~~~~~~\x00\x02 "
"\x00\x00 \r Gx~~~~~~~~~\x00\x02 "
b"\x00\x00\f ?Ž~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x07 ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x00 š~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x03 Ô~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x00 N~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 «~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v å~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v é~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v ë~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v í~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 *†~~~~~~~~~\x00\x02 "
]
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id`
AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id`
AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id`
LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id`
AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id`
LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id`
LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product.parent.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
OR (
(
`product.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
)
OR (
`product.parent.swagDynamicAccessRules` . `id` < = > ?
AND `product.swagDynamicAccessRules` . `id` < = > ?
)
)
)
)
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
GROUP BY
`product` . `id`
Copy
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 `swag_dynamic_access_product_rule` `product.swagDynamicAccessRules.mapping` ON `product` . `id` = `product.swagDynamicAccessRules.mapping` . `product_id` AND `product` . `version_id` = `product.swagDynamicAccessRules.mapping` . `product_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` `product.parent.parent` ON `product.parent` . `parent_id` = `product.parent.parent` . `id` AND `product.parent` . `parent_version_id` = `product.parent.parent` . `version_id` LEFT JOIN `swag_dynamic_access_product_rule` `product.parent.swagDynamicAccessRules.mapping` ON `product.parent` . `id` = `product.parent.swagDynamicAccessRules.mapping` . `product_id` AND `product.parent` . `version_id` = `product.parent.swagDynamicAccessRules.mapping` . `product_version_id` LEFT JOIN `rule` `product.parent.swagDynamicAccessRules` ON `product.parent.swagDynamicAccessRules.mapping` . `rule_id` = `product.parent.swagDynamicAccessRules` . `id` LEFT JOIN `rule` `product.swagDynamicAccessRules` ON `product.swagDynamicAccessRules.mapping` . `rule_id` = `product.swagDynamicAccessRules` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product.parent.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) AND `product.swagDynamicAccessRules` . `id` < = > NULL ) OR ((`product.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD ))) OR (`product.parent.swagDynamicAccessRules` . `id` < = > NULL AND `product.swagDynamicAccessRules` . `id` < = > NULL )))) AND (`product` . `id` IN ('\0\0:`~~~~~~~~~\0' , 0x00000C912D7E7E7E7E7E7E7E7E7E0002 , 0x000008BCD17E7E7E7E7E7E7E7E7E0002 , 0x0000001AAF7E7E7E7E7E7E7E7E7E0002 , 0x00000013DE7E7E7E7E7E7E7E7E7E0002 , '\0\0 1r~~~~~~~~~\0' , '\0\0\09~~~~~~~~~\0' , '\0\0\00~~~~~~~~~\0' , '\0\0\0:~~~~~~~~~\0' , '\0\0\0i~~~~~~~~~\0' , '\0\0\0\"~~~~~~~~~\0' , '\0\0
Gx~~~~~~~~~\0' , 0x00000C3F8D7E7E7E7E7E7E7E7E7E0002 , 0x00000007F37E7E7E7E7E7E7E7E7E0002 , 0x000000009A7E7E7E7E7E7E7E7E7E0002 , 0x00000003D47E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0N~~~~~~~~~\0' , 0x00000020AB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BE57E7E7E7E7E7E7E7E7E0002 , 0x0000000BE97E7E7E7E7E7E7E7E7E0002 , 0x0000000BEB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BED7E7E7E7E7E7E7E7E7E0002 , 0x00000020AD7E7E7E7E7E7E7E7E7E0002 , 0x0000002A867E7E7E7E7E7E7E7E7E0002 )) GROUP BY `product` . `id` ;
Copy
32
5.77 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.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` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `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` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.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` , (SELECT GROUP_CONCAT (HEX (`product.subscriptionPlans.mapping` . `subscription_plan_id` ) SEPARATOR '||' )
FROM `subscription_plan_product_mapping` `product.subscriptionPlans.mapping`
WHERE `product.subscriptionPlans.mapping` . `product_id` = `product` . `subscriptionPlans` ) as `product.subscriptionPlans.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.streams.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `product_stream_mapping` `product.streams.mapping`
WHERE `product.streams.mapping` . `product_id` = `product` . `id` ) as `product.streams.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\f :`~~~~~~~~~\x00\x02 "
b"\x00\x00\f ‘-~~~~~~~~~\x00\x02 "
b"\x00\x00\x08 ¼Ñ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ¯~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x13 Þ~~~~~~~~~\x00\x02 "
"\x00\x00\t 1r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 9~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 0~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F :~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x14 i~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x12 "~~~~~~~~~\x00\x02 "
"\x00\x00 \r Gx~~~~~~~~~\x00\x02 "
b"\x00\x00\f ?Ž~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x07 ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x00 š~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x03 Ô~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x00 N~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 «~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v å~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v é~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v ë~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v í~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 *†~~~~~~~~~\x00\x02 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.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` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`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` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.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` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.subscriptionPlans.mapping` . `subscription_plan_id`
) SEPARATOR '||'
)
FROM
`subscription_plan_product_mapping` `product.subscriptionPlans.mapping`
WHERE
`product.subscriptionPlans.mapping` . `product_id` = `product` . `subscriptionPlans`
) as `product.subscriptionPlans.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.streams.mapping` . `product_stream_id`
) SEPARATOR '||'
)
FROM
`product_stream_mapping` `product.streams.mapping`
WHERE
`product.streams.mapping` . `product_id` = `product` . `id`
) as `product.streams.id_mapping` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.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` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `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` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.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` , (SELECT GROUP_CONCAT (HEX (`product.subscriptionPlans.mapping` . `subscription_plan_id` ) SEPARATOR '||' )
FROM `subscription_plan_product_mapping` `product.subscriptionPlans.mapping`
WHERE `product.subscriptionPlans.mapping` . `product_id` = `product` . `subscriptionPlans` ) as `product.subscriptionPlans.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.streams.mapping` . `product_stream_id` ) SEPARATOR '||' )
FROM `product_stream_mapping` `product.streams.mapping`
WHERE `product.streams.mapping` . `product_id` = `product` . `id` ) as `product.streams.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN ('\0\0:`~~~~~~~~~\0' , 0x00000C912D7E7E7E7E7E7E7E7E7E0002 , 0x000008BCD17E7E7E7E7E7E7E7E7E0002 , 0x0000001AAF7E7E7E7E7E7E7E7E7E0002 , 0x00000013DE7E7E7E7E7E7E7E7E7E0002 , '\0\0 1r~~~~~~~~~\0' , '\0\0\09~~~~~~~~~\0' , '\0\0\00~~~~~~~~~\0' , '\0\0\0:~~~~~~~~~\0' , '\0\0\0i~~~~~~~~~\0' , '\0\0\0\"~~~~~~~~~\0' , '\0\0
Gx~~~~~~~~~\0' , 0x00000C3F8D7E7E7E7E7E7E7E7E7E0002 , 0x00000007F37E7E7E7E7E7E7E7E7E0002 , 0x000000009A7E7E7E7E7E7E7E7E7E0002 , 0x00000003D47E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0N~~~~~~~~~\0' , 0x00000020AB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BE57E7E7E7E7E7E7E7E7E0002 , 0x0000000BE97E7E7E7E7E7E7E7E7E0002 , 0x0000000BEB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BED7E7E7E7E7E7E7E7E7E0002 , 0x00000020AD7E7E7E7E7E7E7E7E7E0002 , 0x0000002A867E7E7E7E7E7E7E7E7E0002 ));
Copy
33
0.52 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% "
"\x00\x00\x00\x00 N~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x00 š~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x03 Ô~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x07 ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v å~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v é~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v ë~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v í~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x12 "~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x13 Þ~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x14 i~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ¯~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 0~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 9~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F :~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 «~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 *†~~~~~~~~~\x00\x02 "
b"\x00\x00\x08 ¼Ñ~~~~~~~~~\x00\x02 "
"\x00\x00\t 1r~~~~~~~~~\x00\x02 "
"\x00\x00\f :`~~~~~~~~~\x00\x02 "
b"\x00\x00\f ?Ž~~~~~~~~~\x00\x02 "
b"\x00\x00\f ‘-~~~~~~~~~\x00\x02 "
"\x00\x00 \r Gx~~~~~~~~~\x00\x02 "
]
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 ('\0\0\0\0N~~~~~~~~~\0' , 0x000000009A7E7E7E7E7E7E7E7E7E0002 , 0x00000003D47E7E7E7E7E7E7E7E7E0002 , 0x00000007F37E7E7E7E7E7E7E7E7E0002 , 0x0000000BE57E7E7E7E7E7E7E7E7E0002 , 0x0000000BE97E7E7E7E7E7E7E7E7E0002 , 0x0000000BEB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BED7E7E7E7E7E7E7E7E7E0002 , '\0\0\0\"~~~~~~~~~\0' , 0x00000013DE7E7E7E7E7E7E7E7E7E0002 , '\0\0\0i~~~~~~~~~\0' , 0x0000001AAF7E7E7E7E7E7E7E7E7E0002 , '\0\0\00~~~~~~~~~\0' , '\0\0\09~~~~~~~~~\0' , '\0\0\0:~~~~~~~~~\0' , 0x00000020AB7E7E7E7E7E7E7E7E7E0002 , 0x00000020AD7E7E7E7E7E7E7E7E7E0002 , 0x0000002A867E7E7E7E7E7E7E7E7E0002 , 0x000008BCD17E7E7E7E7E7E7E7E7E0002 , '\0\0 1r~~~~~~~~~\0' , '\0\0:`~~~~~~~~~\0' , 0x00000C3F8D7E7E7E7E7E7E7E7E7E0002 , 0x00000C912D7E7E7E7E7E7E7E7E7E0002 , '\0\0
Gx~~~~~~~~~\0' ))));
Copy
34
0.55 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
b"¤Á„eß@Ю¸´xI([ "
b"°{†\x02 -"K¿¬\x1F Nz\x02 ¼U¢ "
]
SELECT
`product_stream` . `id` as `product_stream.id` ,
`product_stream` . `api_filter` as `product_stream.apiFilter` ,
`product_stream` . `invalid` as `product_stream.invalid` ,
`product_stream` . `created_at` as `product_stream.createdAt` ,
`product_stream` . `updated_at` as `product_stream.updatedAt` ,
`product_stream.translation.name` ,
`product_stream.translation.name` as `product_stream.name` ,
`product_stream.translation.description` ,
`product_stream.translation.description` as `product_stream.description` ,
`product_stream.translation.customFields` ,
`product_stream.translation.customFields` as `product_stream.customFields`
FROM
`product_stream`
LEFT JOIN (
SELECT
`product_stream.translation` . `product_stream_id` ,
`product_stream.translation` . `name` as `product_stream.translation.name` ,
`product_stream.translation` . `description` as `product_stream.translation.description` ,
`product_stream.translation` . `custom_fields` as `product_stream.translation.customFields`
FROM
`product_stream_translation` `product_stream.translation`
WHERE
`product_stream.translation` . `language_id` = ?
) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id`
WHERE
`product_stream` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 , 0xA4C1849D65DF40D0AEB8B478499D285B , 0xB07B86022D224BBFAC1F4E7A02BC55A2 );
Copy
35
0.57 ms
SELECT LOWER (HEX (p . id )), pt . name
FROM product p
INNER JOIN product pp ON pp . id = p . parent_id AND pp . version_id = ?
INNER JOIN product_translation pt ON pp . id = pt . product_id
WHERE p . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND p . version_id = ?
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\f :`~~~~~~~~~\x00\x02 "
b"\x00\x00\f ‘-~~~~~~~~~\x00\x02 "
b"\x00\x00\x08 ¼Ñ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ¯~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x13 Þ~~~~~~~~~\x00\x02 "
"\x00\x00\t 1r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 9~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 0~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F :~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x14 i~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x12 "~~~~~~~~~\x00\x02 "
"\x00\x00 \r Gx~~~~~~~~~\x00\x02 "
b"\x00\x00\f ?Ž~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x07 ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x00 š~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x03 Ô~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x00 N~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 «~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v å~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v é~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v ë~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v í~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 *†~~~~~~~~~\x00\x02 "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT LOWER (HEX (p . id )), pt . name
FROM product p
INNER JOIN product pp ON pp . id = p . parent_id AND pp . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
INNER JOIN product_translation pt ON pp . id = pt . product_id
WHERE p . id IN ('\0\0:`~~~~~~~~~\0' , 0x00000C912D7E7E7E7E7E7E7E7E7E0002 , 0x000008BCD17E7E7E7E7E7E7E7E7E0002 , 0x0000001AAF7E7E7E7E7E7E7E7E7E0002 , 0x00000013DE7E7E7E7E7E7E7E7E7E0002 , '\0\0 1r~~~~~~~~~\0' , '\0\0\09~~~~~~~~~\0' , '\0\0\00~~~~~~~~~\0' , '\0\0\0:~~~~~~~~~\0' , '\0\0\0i~~~~~~~~~\0' , '\0\0\0\"~~~~~~~~~\0' , '\0\0
Gx~~~~~~~~~\0' , 0x00000C3F8D7E7E7E7E7E7E7E7E7E0002 , 0x00000007F37E7E7E7E7E7E7E7E7E0002 , 0x000000009A7E7E7E7E7E7E7E7E7E0002 , 0x00000003D47E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0N~~~~~~~~~\0' , 0x00000020AB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BE57E7E7E7E7E7E7E7E7E0002 , 0x0000000BE97E7E7E7E7E7E7E7E7E0002 , 0x0000000BEB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BED7E7E7E7E7E7E7E7E7E0002 , 0x00000020AD7E7E7E7E7E7E7E7E7E0002 , 0x0000002A867E7E7E7E7E7E7E7E7E0002 ) AND p . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
36
0.35 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
37
0.49 ms
SELECT `product_warehouse_group` . `product_id` , `product_warehouse_group` . `warehouse_group_id` FROM `product_warehouse_group` LEFT JOIN `warehouse_group` `product_warehouse_group.warehouseGroup` ON `product_warehouse_group` . `warehouse_group_id` = `product_warehouse_group.warehouseGroup` . `id` WHERE ((`product_warehouse_group` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (`product_warehouse_group.warehouseGroup` . `rule_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))) ORDER BY `product_warehouse_group.warehouseGroup` . `priority` ASC
Parameters :
[
"\x00\x00\f :`~~~~~~~~~\x00\x02 "
b"\x00\x00\f ‘-~~~~~~~~~\x00\x02 "
b"\x00\x00\x08 ¼Ñ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ¯~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x13 Þ~~~~~~~~~\x00\x02 "
"\x00\x00\t 1r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 9~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 0~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F :~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x14 i~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x12 "~~~~~~~~~\x00\x02 "
"\x00\x00 \r Gx~~~~~~~~~\x00\x02 "
b"\x00\x00\f ?Ž~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x07 ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x00 š~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x03 Ô~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x00 N~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 «~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v å~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v é~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v ë~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v í~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 *†~~~~~~~~~\x00\x02 "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
SELECT `product_warehouse_group` . `product_id` , `product_warehouse_group` . `warehouse_group_id` FROM `product_warehouse_group` LEFT JOIN `warehouse_group` `product_warehouse_group.warehouseGroup` ON `product_warehouse_group` . `warehouse_group_id` = `product_warehouse_group.warehouseGroup` . `id` WHERE ((`product_warehouse_group` . `product_id` IN ('\0\0:`~~~~~~~~~\0' , 0x00000C912D7E7E7E7E7E7E7E7E7E0002 , 0x000008BCD17E7E7E7E7E7E7E7E7E0002 , 0x0000001AAF7E7E7E7E7E7E7E7E7E0002 , 0x00000013DE7E7E7E7E7E7E7E7E7E0002 , '\0\0 1r~~~~~~~~~\0' , '\0\0\09~~~~~~~~~\0' , '\0\0\00~~~~~~~~~\0' , '\0\0\0:~~~~~~~~~\0' , '\0\0\0i~~~~~~~~~\0' , '\0\0\0\"~~~~~~~~~\0' , '\0\0
Gx~~~~~~~~~\0' , 0x00000C3F8D7E7E7E7E7E7E7E7E7E0002 , 0x00000007F37E7E7E7E7E7E7E7E7E0002 , 0x000000009A7E7E7E7E7E7E7E7E7E0002 , 0x00000003D47E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0N~~~~~~~~~\0' , 0x00000020AB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BE57E7E7E7E7E7E7E7E7E0002 , 0x0000000BE97E7E7E7E7E7E7E7E7E0002 , 0x0000000BEB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BED7E7E7E7E7E7E7E7E7E0002 , 0x00000020AD7E7E7E7E7E7E7E7E7E0002 , 0x0000002A867E7E7E7E7E7E7E7E7E0002 )) AND (`product_warehouse_group.warehouseGroup` . `rule_id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD ))) ORDER BY `product_warehouse_group.warehouseGroup` . `priority` ASC ;
Copy
38
0.60 ms
SELECT LOWER (HEX (product . id )) AS product_id ,
LOWER (HEX (product_warehouse_group . warehouse_group_id )) AS warehouse_group_id ,
COALESCE (SUM (product_warehouse . stock ), 0 ) AS stock ,
warehouse_group . priority AS priority ,
(warehouse_group . id IS NOT NULL ) AS assigned
FROM product
INNER JOIN product_warehouse_group
ON product . id = product_warehouse_group . product_id
AND product . version_id = product_warehouse_group . product_version_id
LEFT JOIN warehouse_group
ON product_warehouse_group . warehouse_group_id = warehouse_group . id
AND warehouse_group . rule_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
LEFT JOIN warehouse_group_warehouse
ON warehouse_group_warehouse . warehouse_group_id = product_warehouse_group . warehouse_group_id
LEFT JOIN product_warehouse
ON product_warehouse . product_id = product_warehouse_group . product_id
AND product_warehouse . product_version_id = product_warehouse_group . product_version_id
AND product_warehouse . warehouse_id = warehouse_group_warehouse . warehouse_id
WHERE product . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) AND product . version_id = ?
GROUP BY product_warehouse_group . warehouse_group_id ,
product_warehouse_group . product_id
Parameters :
[
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
"\x00\x00\f :`~~~~~~~~~\x00\x02 "
b"\x00\x00\f ‘-~~~~~~~~~\x00\x02 "
b"\x00\x00\x08 ¼Ñ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x1A ¯~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x13 Þ~~~~~~~~~\x00\x02 "
"\x00\x00\t 1r~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 9~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F 0~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x1F :~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x14 i~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x12 "~~~~~~~~~\x00\x02 "
"\x00\x00 \r Gx~~~~~~~~~\x00\x02 "
b"\x00\x00\f ?Ž~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x07 ó~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x00 š~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\x03 Ô~~~~~~~~~\x00\x02 "
"\x00\x00\x00\x00 N~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 «~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v å~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v é~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v ë~~~~~~~~~\x00\x02 "
b"\x00\x00\x00\v í~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 ~~~~~~~~~\x00\x02 "
b"\x00\x00\x00 *†~~~~~~~~~\x00\x02 "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT
LOWER (
HEX (product . id )
) AS product_id ,
LOWER (
HEX (
product_warehouse_group . warehouse_group_id
)
) AS warehouse_group_id ,
COALESCE (
SUM (product_warehouse . stock ),
0
) AS stock ,
warehouse_group . priority AS priority ,
(warehouse_group . id IS NOT NULL ) AS assigned
FROM
product
INNER JOIN product_warehouse_group ON product . id = product_warehouse_group . product_id
AND product . version_id = product_warehouse_group . product_version_id
LEFT JOIN warehouse_group ON product_warehouse_group . warehouse_group_id = warehouse_group . id
AND warehouse_group . rule_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
LEFT JOIN warehouse_group_warehouse ON warehouse_group_warehouse . warehouse_group_id = product_warehouse_group . warehouse_group_id
LEFT JOIN product_warehouse ON product_warehouse . product_id = product_warehouse_group . product_id
AND product_warehouse . product_version_id = product_warehouse_group . product_version_id
AND product_warehouse . warehouse_id = warehouse_group_warehouse . warehouse_id
WHERE
product . id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
AND product . version_id = ?
GROUP BY
product_warehouse_group . warehouse_group_id ,
product_warehouse_group . product_id
Copy
SELECT LOWER (HEX (product . id )) AS product_id ,
LOWER (HEX (product_warehouse_group . warehouse_group_id )) AS warehouse_group_id ,
COALESCE (SUM (product_warehouse . stock ), 0 ) AS stock ,
warehouse_group . priority AS priority ,
(warehouse_group . id IS NOT NULL ) AS assigned
FROM product
INNER JOIN product_warehouse_group
ON product . id = product_warehouse_group . product_id
AND product . version_id = product_warehouse_group . product_version_id
LEFT JOIN warehouse_group
ON product_warehouse_group . warehouse_group_id = warehouse_group . id
AND warehouse_group . rule_id IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )
LEFT JOIN warehouse_group_warehouse
ON warehouse_group_warehouse . warehouse_group_id = product_warehouse_group . warehouse_group_id
LEFT JOIN product_warehouse
ON product_warehouse . product_id = product_warehouse_group . product_id
AND product_warehouse . product_version_id = product_warehouse_group . product_version_id
AND product_warehouse . warehouse_id = warehouse_group_warehouse . warehouse_id
WHERE product . id IN ('\0\0:`~~~~~~~~~\0' , 0x00000C912D7E7E7E7E7E7E7E7E7E0002 , 0x000008BCD17E7E7E7E7E7E7E7E7E0002 , 0x0000001AAF7E7E7E7E7E7E7E7E7E0002 , 0x00000013DE7E7E7E7E7E7E7E7E7E0002 , '\0\0 1r~~~~~~~~~\0' , '\0\0\09~~~~~~~~~\0' , '\0\0\00~~~~~~~~~\0' , '\0\0\0:~~~~~~~~~\0' , '\0\0\0i~~~~~~~~~\0' , '\0\0\0\"~~~~~~~~~\0' , '\0\0
Gx~~~~~~~~~\0' , 0x00000C3F8D7E7E7E7E7E7E7E7E7E0002 , 0x00000007F37E7E7E7E7E7E7E7E7E0002 , 0x000000009A7E7E7E7E7E7E7E7E7E0002 , 0x00000003D47E7E7E7E7E7E7E7E7E0002 , '\0\0\0\0N~~~~~~~~~\0' , 0x00000020AB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BE57E7E7E7E7E7E7E7E7E0002 , 0x0000000BE97E7E7E7E7E7E7E7E7E0002 , 0x0000000BEB7E7E7E7E7E7E7E7E7E0002 , 0x0000000BED7E7E7E7E7E7E7E7E7E0002 , 0x00000020AD7E7E7E7E7E7E7E7E7E0002 , 0x0000002A867E7E7E7E7E7E7E7E7E0002 ) AND product . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
GROUP BY product_warehouse_group . warehouse_group_id ,
product_warehouse_group . product_id ;
Copy
39
0.20 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
40
0.21 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"ç\x05 CL6@J\x11 ©§*Ù,vÛÔ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0xE705434C36404A11A9A72AD92C76DBD4 AND
pm . `active` = 1 ;
Copy
41
13.89 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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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"ë½\x07\x1E t:×\x16 xä\x13\x01 ¼yu: "
b"½œ`tÍ‹l·™'{“7Q¦ã "
b"‹bp°\x0E —\x02 0ƒÇÅk®t+Ž "
b"""
gY{\n
±ÿTê«s”ÑxÏý
"""
b"gî§\L\x13\x0E †‘‰òF…’ÒU "
b"‹\x15 tØE6hY˜¯1Äúžóe "
b"?òiµ™Å†}/\x00 cˆ\x03 3\f "
b"ÆÛËsÝr·Ä\x05 q¹ò“ãx¿ "
b"å\x19 å‰Â²@XÝ!àÞn\x1E ¹ "
b"'óú†\x17 ·X;£f1(ŽåÒ? "
b"J\x0F áI~\x01 Õ¬½ÀÀnçwí´ "
b"ÚêŒ!{w\x0F ”/\r c\\x07 "
b"«\x1F ¬V"ô¿1ù/`"K\x11 ô "
b"³-È0\v èú8ã+ÌÕI÷— "
b":“ù \x0F há‡?-\kJò\v ‡ "
b"""
6Ò¾Ë\n
™F´‹SÎpZÛ\f 3
"""
b"\x06\x08 )™ei\x1E ÇgxøáG+\x11\x1C "
b"j1m¡~\x0E _ú°*„äaÇ"ã "
b"úúy¤q˳fyQç\x10 k\x10 0 "
b"5†\x19 "„\x7F o‘+÷=º\x00 Xì "
b"ÓÉiÏ\x1A ¿æI·ÎNc§ñŸ "
b"âÊØ*Öå„Ó¢ú\x1F\x16 ?\x04 "× "
b"ùм\x18\x04\x1C ½ñ¹ØéZ—/ä "
b"ЛÒOšI/ÜPBoâÑjàg "
b"ƒ%+\x13 …Qç\x12 ÎÉ2\x17 èèR "
b"ûN«$]ßW°E†èƒ<8ôg "
b"‰\x16 —i“OÃé\x01 T”2¿\x07\x7F\x05 "
b"Â\x1F ø\x02 \t xT¼\x00 ÈY„>ˆ "
b"ñæ\x19 öO£}'\x1A ½Æ\x01 íº "
b"\x01 ¯å\x05 Ñ]Â`ÞÂípd¶D\v "
b"²?WAH£ùþAÝÖœýÖ5 "
b"¢ßa†Žr\x03 ù‡AQl[yÎ "
b"Ø\x12\v ç\x13 ÂØ÷þÔBô»‘¾ "
b"-tÄ¡mDa\x11 Ñ(•\x0E V†‹R "
b"cÛDîRGߦ\f µo\x17 ©è˜i "
b"ô\x19 B\dGæ.\f ;·wî@ý¹ "
b"—QÐí'KDžäºLUw¿éÛ "
b"""
|Á¤ÖH&.ƒ8'rº\n
@Ù
"""
b"\x04\x0F 1WøU\x0F Úpúoˆ´Óq\x05 "
b"×FY\r ÁÂN`l?[^¶\x19 R "
b"d}Í\x15 øæÄ速\x03 ˺R¨\x10 "
b"uÚµ5f*ËüÄ´y½\x1E S¥³ "
b"K\x1C *™•\x13 ²\x13 ¨æ[ùô "
b"Ð\x7F R\r gœ®uKTÙÖ\x1F ¨¿6 "
b"Ër~¹\x1D Ýwí±8ÛØÚì‹ "
b"ìV7S{CP\x03 þþ`C¤\x0E „ß "
b"’lrív0õ\x15 ›Ó6\x1C ’FFÚ "
b"\x19 ªÉ\x14 ˆRáöbè<;r\x19 yŽ "
b"ÂÅ´—€Œ\x0F ¨?7ÈÁî´äŠ "
b"\x1E\e ˜G\x08 ÌÃÍ`D\x1A å%^ "
b"Ù\x03 í™Õ„ üz\x15 _ä¦X¸\n "
b"ÁƒG$Æ*»áŠ}õhä\x03 $‘ "
b"6¦\x16 ‹UýpÚJLJö\x13 l» "
b"°Â1}õ?Òì}`I¥à\x11 û "
b"tu£í…?,h¾g\x08 XàB "
b"õÓ×É\x1A ðy7&Ì3š\x0E\x05 ;/ "
b"¦ÒªŸ!0ðq9šÂ—«1“Ë "
b"6}?RJ=å—E#=«Â\x05 ýŽ "
b"·…‘eA`ùÉ¿\x07 6 Õ8ÉM "
b"\x1E\x12 ýªHA›ó~Ü\x1A\x06 ̳٠"
b"dˆÙ´l×÷Œ½©ÕàIºÜY "
b"ÅÏ\x06 2ñâ\f\x04 $e€7\x19 ¹È "
b"Î(¡=‘“1\x14\x15 Ùâì€ßö¨ "
b"›¾Jrö‚~ÖXȃjìHßå "
b"""
Ãâm¶S“DLSl[\n
;SQ\x12
"""
b"?z¡ñ)å²ìç`øÜñ,Îä "
b"âƒ!šß‚œò0Dé‚ÙçEA "
b"\x1C ·vŸþjt-N<03Ÿ »ü "
b"\x02 \äÚ°‡?ÿºY(÷B!©e "
b"&‚\x00 ®>ï‰-¶;MÁˆh²A "
b"úŠÄ\t ùj\t N8Ó*\x17 ‘vAh "
b"\x16 ʉ†\x18 ôq\x08 0 p°¹_¿Ÿ "
b"”\x1D\x1A\x7F ”|/ƒš·½\x00 ò-Q` "
b"AŽü\x17 ó~!Ñõœ€Ö(¸Ê¸ "
b"¹ýþ¾\x00 ¥Ý\x15\x0F òŠe,=J "
b"Q޲Í,¿üës´È±ÑÑLÈ "
b"¼Æ'\x02 ÉðÓ›!\x12 ‹ß\x0F ¶¹\r "
b"áé\t †Ü뜇•2/\x00 Xtl› "
b"ý{ÐWŒ $1é²H\x14\x1F j "
b"—F²<w³¼\r õšÄ\x04 BÍ‚ "
b"""
¶¬\x0F @ˆ\x02 \n
»8O~Ä\x0F ¯Î
"""
b"®Yt&Wýõ,ó\t W§\x00 >l½ "
b"""
ºõ2\n
Å.\n
›\n
O+\x1E ùò_£
"""
b"û8i\x16 üç\x14 “—dÊFÖE·s "
b"%¸À‘@˜Ú`‘{ºS͹³ "
b"é5ÌAh¿Ý‹–\x1D ¾T!5ùé "
b"Kï·\f Ûc\x01 ГˆH’ª“Ûà "
b"k[íèà\x0F úådö\x1D -gy\x15 "
b"²›Õ³\x17 +…R)¡\x06 ”(Q\x16 "
b"Ì\x11 ]ªBø\x00 E¬‚\x1A [Û!\x07 "
b"ꄹ_÷ïð\x04 "‡\x0F Ó6Ê\x19 “ "
b"\x0F ßX&îm;Û}ók‚ÌB^; "
b"+ìQ\x7F\x19 yÄcÆ\x00 ñÄ\t J "
b"`—ìÅŽÃnŸ\x0F ê¯Yºó&. "
b"wä'rˆjÅîâfÜÿ%™KÕ "
b"ù,É\x00 [u \f dÇ\f nBÎLY "
b"\x05 ŒŽ£Å¸4\x19\x01 g)Å\v ˆõÇ "
b",”\x7F _\x04 #ölVOK×>ÿ\n "
b"@Å:_Ð\x16 a~~fI˜vb2´ "
b"¢%\x05 gñ‚Ùá~u¯›ë\x1C î\x0E "
b"¶Xð|µ\x16 )Qõe`]q%\x00 d "
b"Ä‚Ò\x19 a'\x0F ûG¯ëQQ¿\e\x1E "
b"-)x²èø³âÈTS³öÙ\x04 à "
b"""
Cl\n
ätUƈÚjÅì\x1A Bøä
"""
b"[ŠPO-;zyÆTЄµß“Š "
b"ŽA¶†µˆ D5ƒ\x10 ½AZid "
b"qx£¢\\x7F %@¸[úÖsÂ\x16 "
b"ËɲõýLi\x1F è±ËÜ\x04 þ\x1E ¶ "
b"Ò\x19 ¬\t íNâbA"±¥2îŸ\x14 "
b"""
Ú/[Í \n
\x16 ôF@\x1A ‚\x1F ÛmË
"""
b"óôžm\x7F ¡l¬õùÔ_\x14 ÐîÙ "
b"ö\x10 Cõ˦9;\x01 û¨0\x04 "
b"\x08 Œæ{YbP”¦-n?ò.\x1E ì "
b"/ý†ã—ÁF„2Ñ\x1D NŽz• "
b":îfðÖåµ¾ß\x05 7é:GSÈ "
b"\x03 ßÇ~ÉìÑ! \x13 u\x10 Ïÿ "
b"£®{:~\x10 ñ³„çòƒ â.4 "
b"ÉY›¤ß/\x07 ½íçÝ7Ò,‹Ï "
b"ê윀Ñ÷\x11 á›\x03 <¾sÜ#M "
b"\x05 ë–’íñÇ\f Æ\x02 ê™@+ªÂ "
b"Y\x02 ËÞF\x1F ¡z,-\r \x1A\v\x18 |Ø "
b"v^¶ù7\x00 …=Þ¤=\x10 ø.ê "
b"«VïEßà+(Y\x05 ñ³R¥¥ "
b"Âû…Ò\x18 *G÷£}ÉH3†N "
b"è’ˆTÞ~)ãÀ»Šæ\x00 u "
b"\x02\x7F a+h\x1F ’ª;Ag¨·k[á "
b"\x11 ¤\x1C\x05 íÃ_Ñ;*cŽ!úŸä "
b"\x12 F¸ìQî‹KÑoãÂæYº¨ "
b"\x16 ú\x01 K²Ã¶æ\x06 Òeß@—AE "
b"6\x06 ƒF^Ç1¸\x07 Ž—øÜ\f òÉ "
b"”dt¼ŽšÀŒìè2\x05 !’Þ³ "
b" ¸ajg†ëG5\x14 »µŸJ‡q "
b"¥ÕÒ,Øê\x08 É\x03 ævuAGjS "
b"«—]ÊMDã·›Wk¸‘€&– "
b"¶5š>䃦`\x10 ñÏóÿ\x1E HT "
b"æÁâ\x02\x17 7²\t\t N¡Žø\v cÐ "
b"\x1C\x18 .®Ž„{ׯX¡£\x15 ‡'ý "
b"EcÂ0µÖXy‘\x15 £^#Êç\x19 "
b"pYÍšaÎ~|–'®Øë\x07 3 "
b"qw’t”¬/%z"\x1E @}!pW "
b"Ž”\x1F ^\x7F ÄÛ6uo!F¦}E[ "
b"""
Àk\n
4P&\e\x15 å\x19 Eãœ{ž6
"""
b"åhX>åj/ûíM¸÷{@ý\n "
b"÷z&ÃÐÍßçŸ5F]Ãþ\f\x03 "
b"\x01 ¸½hýó\x7F N²\x07 Ã,ÇÎÚ\t "
b"'7Þ\x10 Ÿr%ä–ß¸š†¼µÃ "
b"jÅMËñ2sPñî&e‚‡œv "
b"~þ¤’¢ðz¼AIbj\7ŸÀ "
b"º‹ª¯±þ˜\x1D ¤›CØiÒ“\v "
b"ñPÏù±A·iŠt¼=›Æ‚¿ "
b"\x16 ÜîY$`yŽÊ1uqÉ{’ "
b"]„(?#\x12 ^Í@_ƒ¼c\x19 ˜Ô "
b"^|0C\x08 g—\x15 Í\x02 s݇°Ð‘ "
b"²ó\x13 šBÏ[\r ¿ó·–\x05 0ÿ\x01 "
b"ò:¯]êëß<M\x1F æ¬õjãB "
b"þ@¨k5Œ‚khÍ#ïP]R "
b"\x06 µ Á•ÛgÇQ\x00\x04 žñÇL "
b"\x08 CÈ{-#hϽ\$ç½%ñ "
b"\v ‘®Êó'py(q—i¢ß|i "
b"\f c»"‡:ü/4Æ/´Li–÷ "
b"\f =á\\x18\t\x05 ›Th¢…‘Žì "
b",øÀš\x1C `rèÅ\x04 q§¯“ÍÓ "
b"Y[ñJ\x7F ÿ\x1A ¿JwY\x19 eŽóo "
b"]ýUÏóÉ¢¶”éã\x1F\x07 ê\x10 X "
b"išQÎõ‡f'4=8^¿6ö "
b"I2®f¯S\f ,ð$\x18 NIJ’ "
b"ËÇm¢\x15 è’Ø\x14 4î\x10 ßË\x08 "
b"ϸ™/É\x01 ²|VC ñŒÀ\x1D b "
b"á\x05 Ñ‰ÕØ3«\x03 uÿ\v .\e F\x04 "
b"ãä\x05 …ê¾8’ViésY\x11 ç "
b"îÿp¾îD.A@è wÄÑd‘ "
b"þ%ëÐ\t\x15 Ø“\r E'ク˜Ä "
b"7Qlƒ¯I½iñKx\r ±\x1D <9 "
b"V,ÎÆAÂÇ0\x11 o.)Ÿ\v Ë "
b"{ç©\x08 ›WÚ›#\x1E\x14 l\r µl "
b"”€â«¹^»\v È,@5I0ô "
b"‚då×\x7F ñ\x1C ¬\x06 Ò\x16 ßâʼnV "
b"š–K\x16 Â&š€\¿ƒ‡ImU¹ "
b"ÝÜŽã?\x1C ×^í¯\x11 —r "
b"êÆ°<I\x1D\x10\x0E àrÑ[é\x16 }® "
b"\x06 `Ö2Ht8í–Bî»ræäÙ "
b"_µ\x17 Wð\f úó¦W‹jÚ\x19 AÌ "
b"\x04 á"Á(R´ìY‡ï\v ÒH "
b"¨%\x15\x10 •œ–0ÍÅGäC÷\x05\x04 "
b"""
ªÚ"fØ®ÞEU/\x0F ‚¼\n
4)
"""
b"̈P_üãà;&VrÅt\x06 ¬¼ "
b"ß\x14\x19 –Uÿ\x10 p\x00 Õ³¨mÓÝå "
b"æœõYN\x04\t ¤+šß\x1E í•ÿT "
b"\x08\x7F à\f ƒ:³÷ç»ÅêYÐ¥ "
b"\x15 M’\t\x01 #SÌ¢G6µç¿ð— "
b"\x17 |)É·ˆo¨ü^JFÂ\x19\x7F "
b"\x1D\t <à`ýŽ2©\x12 î{vC\x08 "
b"-|BÔò.OŸi1\r Ÿ\x05 Èæó "
b":‡\x1D\f\x1E\v ·¿q³>ÍIþlß "
b"ŠŽ¼\x06 Ǭžè#i\x1F ›…)_5 "
b"Ó Ñ\x7F +\x03 /¨ÀuúÁ0*«b "
b"(‚Qüý¤½Rû`®AfÎ\x19 ì "
b"*]÷ž´æ÷Áhàíl:âo— "
b"-Ñ숅-"rWrmòlõ\r Ù "
b"3ÙÛÜ2|“W¼]9x\x0E t?J "
b"…‘£_Ž\x1F wF÷ÏK7ªXH "
b" Ó½¢\x06\f &Ò±;G\x02 Ž\x1A W "
b"²>\x1E\x06 ]¬ü4ÝU\x18 Àh "
b"³«áËŸÇô.©gn:AÏ3À "
b"Ó;ÂKïjW\x16 zqdŽiÈ–\x13 "
b"åzòEËG^ñÎ\x12 ¾HC9@q "
b"\x04 'ŽïæÌ\x0E tŽ\r \x02 ›CÏ\x12 "
b"\x1C ¾]†-\x10 %&r¦pMæ\x1E Œ® "
b"2ó\x14 Å‹1^¥_q\x11 \x1A è†) "
b"""
m§\n
ðQŸÀ#^]jÔ^³\t ¤
"""
b"„\x16 æ=\x1D ÐHÍm\x11\x18 •>$ư "
b"‰\x00\x03 çw\x13 Z®q.=ê\x0F çßà "
b"‹¿:\x10 áY]\r zö\x1F ?ÐØš± "
b"´Eóz\x14 íÅÁïÜ·›ŸìgE "
b"ÚÍÉÕ\x04 ÀŸpÔŒh\x13 €_†˜ "
b"ðâ¡àY`Äü]2L!+Á\x1C p "
b"\r ¡0#\x14\x03 ÅYö#MÏŒŽÊ "
b"?\x14\x17 ‰Q…µ\f ’þû,Ø27Õ "
b"K<:\x12 3\t ‹4\x18 Á•uôνs "
b"[ól®\f \r tw=Ž5\x10 ö~Gé "
b"]ÁwÝ;ï†3Ýt•+pSœ "
b"tx´é¸L\x19 ?¡¢™ö©<‹\x7F "
b"‰ÍsJŽ\x13 È\e Þ#\x7F\x07 é#\x05 Ô "
b"±ìÑäí"©îL.Œ/Ž‹\x19 "
b"ÖÐÐ9bŒvSÀ¨æºÉ= "
b"àŠë͇\x0F øBD›•zCvs "
b"ö‹Jzw¼åÑ{¶KŒöV\x7F "
b"üGmèÓ\x10 ¦òý9'Êšœ "
b"\x04 š¾E¹2›-½ãT\x10 SsQX "
b"""
\n
ΦŠéX7\x1D ”&Ãõˆ\x02\x11 O
"""
b"\x0E ÀtS;Æ™D‘\v\x01 í?VÖš "
b"(~Ÿÿ\x19 —£}6\x15 !}@qü\x16 "
b"/†©\x00 ô‰'G/áÅ£"O|µ "
b"?—ù¬"dp¯(\Ž÷Æ3sŸ "
b"B„É÷!\x15 ¤€ª?™kRŽ\x1C È "
b"""
["G°8\x05\x1A ˆ\x17 ‚ëš#¾\n
¿
"""
b"d|Áã®Cÿþ\t\x00 ÆÖv—½± "
b"gQäîî°ýEø(H\x14 “Ý4 "
b"j„’ÿü„2+b/å¹mê’l "
b"kk\x08 z\x13 E]7\x1F /"†Ùyå° "
b"nÏù–|´³\x1F\x15 mÊ\x1C Px> "
b"u Ùq½)E)¶ü&d’\x0F\x07 0 "
b"}°è.h„R$¿\x0E vÇÂÃ* "
b"‹Ða!\C¨†ž×ÀE•ºÄÌ "
b"–¡·/\x13 h¤~ MÂÐ?\x18 @X "
b"""
¦s¹RfgR“tö‰\n
yŽŠ`
"""
b"¬‚#\r ïîÞþbDXá…$\r "
b"½\x07 4¬sU5\x12 .u\x17 _àÂé\r "
b"Ü[ €§£\x17 ñøÚç½lõ÷é "
b"Ýfz\x03\x03 #1f“îý\f ¤‘\x1E\x15 "
b"æë\x0F À8X\x12 º¾æ~ó\x14 m\x19 ¥ "
b"ñÞ\x1C &ĬùOð ÿ\x04 ¾Èq "
b"òÝJ•Ù°c=Òì~Uÿ8óÍ "
b"\x00 Þ¿·\x07 K’?u\x11\x18 ø#Pë "
b"\x01 œg]í’M,\x17\x12 7Õ’ï©$ "
b"""
\t ¬Rw˜ ÿ\x13 LÁ'ô·\n
XÆ
"""
b"\f ,\x1A "\x02 ÷ÇðI\r yïòýK "
b"\x0E åñèЈÏX\x04 ¬\x01 TsT›’ "
b"5È1$”±næ·—\x1E ˜†Ùw\x06 "
b"87¥§½á¦Û\x02 ¡€Ÿ„$\x1D\e "
b"Dge\x12 ×\x10 Uº\x06 ó$ÛÉB4f "
b"J<zRp\t 8+ýJrûCŒ\x0E c "
b"j•\x0E µ¶÷\x03 íü=[\x14 @ª±v "
b"q¼€hCÙã\x14 6J[5»ð "
b"sÌ\$N3RgRÈF-\½¬ø "
b"uþ7\N\x16 æý\v 9z\x15 ÂSÅ\x15 "
b"€IÛ¢¿ /\x1E ¨²;êCS³s "
b"„\x00 ¾Á°¶í´8åÙÎ\x17 ¨ "
b"""
¡\x15 ${h\n
(Ä@*æá‰†É
"""
b"¤\x17 .†Ž#\v Þ\[¸ÿ\x18 æ# "
b"©‘\x1F ñ:>´†ó¨”‡|N\x04 i "
b"¬¼+l"ëîÜvouÉÅ–\x1F ! "
b"óÿ÷lz\x17 nÓ´¸`wàX‰ "
b"ȯ@ë`ù©À)\x16 \Žx~Ì "
b"Ó>!Räã´ì\x13 ÙÐ-/ÚtQ "
b"×½‹ó»+!<BÖm\x07 jª>d "
b"ålÄk—|:Eh¸ÉÖÉá\x15 r "
b"ëí-Ä&h¤»šaE\v\x1D vE "
b"îäÔ›<Žð%K¶ü)A\x05 ³ "
b"ú7ˆV\f —ƒ‚>K§A\x1D ä‹b "
b"\x08 Võí.륋¥&]®òò> "
b"""
\x13 Ð7•ŒQ¨\n
\x03 5ý´›Â‚+
"""
b"\x1C ë>Ð\x04 ·êƒ"¡!†€|N/ "
b"(”q¹]m¢ ›ÈL—ÒO~\x17 "
b")Û#‚ÝO®æ=È\x10 D\x1D Ý "
b".ÛBÙ\x19 ¤×\x0F æW@|4\e "
b":–úƒIXì‡NîÕ®gE¢Õ "
b"E…i‰üÃLþÚ(¤ª¶Œ\x02 î "
b"FŽOòÌ>•y–ÌKËžËf "
b"M<\x17 H8E;_äDŽ$!*ò± "
b"Pdq\x04 Ãjr\x12\x18 i&‹\x1E f "
b"""
W\n
}ÆHEÆ×•Fª¶;_•
"""
b"Xv*B`h.\x11 ¿lD°\x16 Å\x0E Ð "
b"o½K8Ð@H\x02 x\x03 kD¸û<Ø "
b"r¿"\x0F …ML]…EÌ»¿BøK "
b"ŽjªùŽw\x07 [žy\x10 ©º\r ò\x16 "
b"•¦¯ŽB$\x04 È~dqëžâa\x1D "
b"©°\t O3%‹»\x04 wÛæ :\x04 ® "
b"¸\x18 øÂ\x0F >LJw»#ršõsG "
b"¸b}\x14 Î\f\x7F\x1C ìa\x11 &Bxvp "
b"¼ci ¼\v á–ÃÚö\x06 õ\x08 2T "
b"ÄÞ\x02 Ýÿå^-ë\x15 [ÃÀ "
b"ÇO´×\x08 Øit\x05 gËÄݱfÐ "
b"Í5O\x11 ØÏÒ…æž•q•gþ "
b"Öxi!Üš\Xl‡ú†ø¾ì` "
b"àÆ\x19 H\t ¹uÈÔ’\óyä€) "
b"á“í\x19 &ÆAœ°\x0F üB®¦Í "
b"ï·(¿‡¿R\x16 ~Ò‘\x01 T¬\x02 "
b"õ¸›%ýA›-I02j&Çöp "
b"ù/³üT³'\x19 uœ¹âNZ† "
b"ùFT\e -O‰.\t mõ?\f\x12 § "
b"ù‹B\x1E |¶0¶RBj}ßMw\x11 "
b"û\x11 Ál†¸\x0E\x16 _àÙÐïjùý "
b"üxÇk\x1F Vá.>A<‹f\x13 éb "
b"\x05 09U{ »‡ˆ”3\x16 zkû— "
b"\x11 ¾ø\x1F Xõƒ@\x04 ½\x08 –«õmy "
b"\x14 4÷Ûÿ¹ãÑÚ6D\x06 +u¬\x0E "
b"\x16 ÓÔ¦FåXa©‘aŒ®Š@° "
b"\x1A Ës<±eå\x7F p©¾2vJ|™ "
b"\x1C Ç“jÊéÔF¤›3ý<<# "
b" \x18 ÷Å\e »ç\x1F\x14 ÚÃzͰ: "
b"!"\x02 ¥›®ã×\x00 „¯:êj¹< "
b"-a/ é‡ç½\x07 íÆÁÀ¢Éª "
b"-—(/~Û'ðáP\\x04 ¤\x03 " "
b"1¤Ö\x1A „\x08 6¡-?Ç´.\v VÎ "
b"9I.\x18 £eEôSÖ=|ÏéYô "
b"9'¼û\x03 гèÊ&ái”'É "
b";/ˆ8gó 5í»%¾\r é "
b"@\x06 éõ~õ?ÍXÌ\x1F ûÖ„ùC "
b"@ðæù•ÝŠ\x12 Èž¡_¿dA\f "
b"Gâ$âjéÍ\e ŽýÓ€µ>ì "
b"NÍ]Z_ô~\x0E š±Ãç3«+r "
b"OµéÄ:\v\x0F œ[\x1C ù¾&½¦X "
b"Pm—\x11 Â\x7F ß,¾hÄ\x04 ôèü "
b"S@í\x07 z–N5»\x19 úq‰Âò "
b"WÓ.\x05 .¼Ó\x11 àl¡\x07 o "
b"X•[ \e ÜÇm²á!kQ[¬\x05 "
b"_Gä!„‘'ËdFL;*²×\x13 "
b"e\x14 ž•\r -9R€.·•£pPã "
b"ỉ(\v ½þ—§ýÒO\x16 :© "
b"jm™·¿“¸ê«k¾%(à "
b"""
}\x04 Ç&êPA2}V¯«¼\n
…
"""
b"\x19\x1E »\x1C\x14\v ùE¸¦‘ÍÀš "
b"ñMtÌEE}¯÷ƒ\x01 T¤à "
b"”v)²NÂ:Õ\x16 äñRNÛÄÃ "
b"–\x08 SB\x15 ž1”OFïH&s "
b"—¯CƒëLHßWyflZ{t» "
b"¦´•\x15 üOmE\e JåÁö3?³ "
b"©\x19 yÊ\e U5Ñ#í)é}œ(? "
b"«\v ‰ì–4ì;›¯Â#® "
b"¯ßß\x16 é¸AJkW3§MJß "
b"µ*o;Ô\x0E |+ûôœr+çÈ\v "
b"·•âC\x06 jÙŒI’\x0E ÀL”–ý "
b"À\x19 ŽÒµ\x1C\x11 PÃ[\x0F ]aG÷2 "
b"Á[¸Žy`:ìtÒR:¢Ë÷– "
b"Ä\x12\e t‡Ž˜\x7F ÌÖÔŠœë "
b"Æ\x1D “bXA!È5žÉ ó\x14 "
b"È’¡úžü\x17 '–MCø“®›\n "
b"Õ‘ä)Æ&3Ȇ\x11 V7b\x17 T" "
b"ß¡²ÍtÇž2€sXЧ\x7F Mt "
b"ä¹§Qûž\x12 ‹z.·Æ \x03 g/ "
b"ñ¼=ú*049•5\x15 K"i¯" "
b"ùb\f\x0E Ž!ï‹ï6[ÞmÃÚ® "
b"û›\x1F å-\x11 ¶=ƒ\x7F â\x10 ë`) "
b"\x01 ù\x13 Bxä\x05\x12 lZŽÎ\x11 Å`² "
b"\x08 Ù¥°Ã\x0F öàz“\x0F €'\x03 a† "
b"\r !dÈFÝz©k¤ Q¸j\x15 "
b"\x10 «R,\f Ubp9§\x14 `þ[. "
b"\x14 ÏY\x06 nÉ\x7F è²æŠûa½¦\x01 "
b"\x18\x1A àC\v +ˆR\x18 ®’f3ŠÍ "
b"\x1C `O\x03 «\x03 i|¨>÷¬\x1C ”C„ "
b"*r¸)1\x0E üÉe=ý@\x12\t !¶ "
b"6w~¼½#-—\x17 ²æ\x05 "
b"=÷v= ÃÚ ..?û\x02 ï\x14 "
b">—XsRš³»%æ\x02 óZº-c "
b">쬂'„\x05\e \r N<ŤWR "
b"@¡î̘QÖÎ?¤omM¿yê "
b"A˜ÎÐŽ–.X3÷.²«\!/ "
b"KsMUóÃå³Bm#\x14 ÿ¹T9 "
b"Kº\x01 ²)ýƒ„w\x05 â\t ǰ³ô "
b"L¹$æ™S\v ê‘RÒ</å+p "
b"OëTu²\x07 µ$\x1F Ì\e\v\x7F\x0E Hu "
b"S°l\x1E ÈØ¶ý`d}q'PÖ” "
b"Vá2|·ë‚Ž‹×U^²Õ "
b"Y!\x1E 7Õ,¡ÇòaŽó†IÓ "
b"""
Z“Ù³T\n
Ìè2„˜þ¼Zl
"""
b"eµçˆÉádûfA”šHN\r æ "
b"f]\f /\x00 ¬ŠÈQ–T*\x12 >B "
b"fÚcÅ\x0F Ù~‚\x1C /‚f2ÖÏ– "
b"kæ¨çmõÜrÿˆ Ø\x04 Pé "
b"qƒ½,¾¢ÞŸ\x11\x10 Q)8Þ6l "
b"r¢\x16 ÎüÕOå>\x1D º›[\x15\x01 "
b"{Ð\Ã\x1C ºÃÚGªœ\x11 Ž¢- "
b"€K\x15 ¼¾›YR\x01 8‘f\x18 ëµ "
b"‹ËÚ*(YtjÏ\x12 +[qÄ–\x10 "
b"Œ¢\x05 .©°%:\x10 ùƒÑÃ_—Ž "
b"Œì\x07 é9°Õ\x03 sJæG#6 "
b"ŽˆpÅV…ÑÒÑ`\x0F Í,¿Ñv "
b"’s×\x1F ɸ\x7F\x06 ÐÜ-Â\x00 )< "
b"“¤“Úæ€\x18 ÅKU³ðð·Ç– "
b"—¯ß{¸æÄÃì¤8Èdp\x18 Ä "
b"ï9!\x07 Ûû?\x10 qã\x14 °Œp "
b"©\x0F êòa«á΢¡á9õ\x14 !\x14 "
b"³gc#Tʇ”óØ[¸Ö›#Ö "
b"·#ð\x04\t .ñ4\x1A \r f\x18 ÄÒ\x15 – "
b"¹%-u\x0E \x03\x16 ’\x06\x17 çæb¸ "
b"º.–â<\x03 ™AÒçV”©‘ñç "
b"ÈÈ߀h»ê…)qqÁo–lë "
b"ÝÎP‰ÐÙÃÌ\t\x12 …~\x04 öV "
b"ßÿP…¡ýA*.3‡ÁÓ "
b"á”ò².|IE~¸öÝLP—" "
b"î~\x03 •“\x0E\x08 F®cŽøeë\x03 € "
b"ðc\x17 ¸èùTÇðxC\x06 #õ¹l "
b"ðe{iƒ\x06 S\x1E 2ò´\v í#bè "
b"þßstMuüuµÜÄ;sŽàÅ "
b"\x00 xÎ @ ²Pd £Ç\x04 §Ó‡ "
b"\x01 ›2\x18 5ýü£þ+Ó‡áÌë% "
b"\x03 pH9¬ë´½Ž\x10 æF\r ¦Ç™ "
b"""
\n
U€\x12 $ù\x0E ¯‚¾”\x15 ëÒer
"""
b"\x10\x1E ¯#ƒ27ù™\x1A ùû&*\x12 ƒ "
b"\x19\x1E 6Åœ\e ”‰Ö>Ü£êf°* "
b"\x1A )Ç»˜°i$Íͺoè\x15 9| "
b"\x1D BéÒïÁìycK\x07\x11 4)úô "
b"*h®ÕE»º¨Õx\x00 ñ‘Ë÷M "
b"+í•`,h4L¦ôÍÞO]oQ "
b"""
-úˆùÞ\n
†»)ÞŒ¡hú\x1C F
"""
b"4‰Öp£ß4\f ¦àd>Ðà–¼ "
b"5†»¿µ”ú¿¼ÇWIÑRÊ™ "
b"7\x19 º—qclP\x0E Å[l’N$® "
b"7™5I«\x1A çŠ\v ø†.øÂ "
b">Ä\x7F ƒC/—wTÑ_{¬,"F "
b"B¢U‰\x11 BŒh\x0F\x08 ^D\x03\x1E Z\x0E "
b"C y‰\x03 H\x1D •ŽKݹ\x1E »üE "
b"E_Ä\x11\x0E M6O‹üfñM.ö\v "
b"FÔÓVƒF\x18 ¦C*Á kô\x0E ¡ "
b"KZ\v j§8cÇÑ3?ÒP†eË "
b"L`÷·\x00 Ú“DHeqì Hð2 "
b"S$\x15 Ò\x06 !Ðo¬-TRüz" "
b"V»Â$*Q&?G›ª\x1F \x06 »G "
b"Y¥#ÙVüõ(PàêG1¼ýð "
b"dìoqÅ\x7F ˆëW)\n \x00 ú\x0F\x17\x12 "
b"g»áO\x1F 7ñ\x07 ®+’}Þø "
b"nŒPÿØAW¨Oäç™z\x16 ÕÅ "
b"rÊ5³ÿÕX1„ìç\x02 c·\x1D "
b"tü_…\t g\x1D ‡¶°Â\x13 LP“¥ "
b"tÿù0’Ø>îoÒR\x18 AOü "
b"v‹\x1D '×1‰\x0F $¼åGNíù "
b"và.ñu¯\x01 ßmħ·ÛªN "
b"xÛ^“„\x1F\x08 ‚_\x06 ƒya–E# "
b"""
z”I\x06 ѦW‡\n
·g¯0\x12 !¢
"""
b"„À^g\x07 ^>cd`|ÝEg5¹ "
b"‹Ž¤ms†]d™¨95¼ÈaH "
b"‹’•›.›Uò~'xG\x02 ¦„ "
b"Ž%„£¿>2K‰€(-|ày¹ "
b"‘%ª)Êèš„Ñ`{ar‚{ã "
b"’Ë™qŒ\e x«ÆÅW†\x07 äg\x0E "
b"•»àA<º-i³f¿éçq "
b"™{/›‡¥´-\t\x7F Á6H)Å "
b"\x02 v7\x0E 0_ÇT\x13 Î,£ô[ "
b"¥|\n îl‰\x15 O\n S¿‡\x00 X/Ÿ "
b"""
¦dæßpŽ\x13 :“<\x1D Ú\n
\x19 pŠ
"""
b"©b€ú\e ö\e ¿ê†”,O{‰± "
b"ªüé\x1A _¯ŠÂA¿žì%-—_ "
b"«5˜\x01 cŠÆÕÌÌJ64ë™Õ "
b"¬¥¾*qè·*,µ+;\v\x1F ’õ "
b"%†“f6\x0E\e %R8 =“®\x08 "
b"ÀÝ„`w\x15 ¤K„\x7F 5‚ò¹&ø "
b"Àèü\x08 ¯*\x17 ªXê{Ú>ä "
b"Ê‚¨û#\v É„g¹\x01 Œ\x11 ÝÓ] "
b"Ë\x15 ¼N©\t FÕg\e\x04 Rçc\x11 ˆ "
b"×ÿyÓwÉW)\x1C ¯KÝU»çZ "
b"ÛÍîI¿\r •ã\x05\x18\x16 P\x11 }$< "
b"ܽû‡@]p>H)Ý´(—µ9 "
b"çÊlT\f &䘀ê\v W \x1F ©# "
b"çã\x0E ØRTŒÈ¶Ô;%jIÉ "
b"ì#܅ܦ}MV…(\x1F XÖ`û "
b"ñÁìrt¸Ã³3’±%2¾ª "
b"ó>Ì\x19 ‘ww5\x12 K¨¬Z "
b"ôe\x03 ·³—`=\x08 ¤Ö†§\x1C ‡d "
b"""
õ)–q3ã\x03\x19 ÏÛ\n
s\x13\x06 †W
"""
b"öÚ%T$ß¡X8Wÿ\x05 v\x00 »\x05 "
b"öóŒÑú=\x01 ×\t ì)°8º:i "
b"÷µ¹\x0F Ö\r G°\x15 ¦¬^;FÈ "
b"ùß\x04 ·+4Ï v°Ê#Ó%Ab "
b"ùìh†$í\f Ü,\x16 ‰‘à¹@ "
b"ü¤”Èw<x`Ð~è–‡µm& "
b"\x02\f §\x1A !ugÞ/޾\x12 8êä\x00 "
b"\x03 ÞÌ„\x13 {QÝ–é¶)?r«Ì "
b"\x04 ÂÓeЍ—|å\x04 õQ…\x7F — "
b"\x08 ¦B\x01 $ÙžÍÉDø\x14 IÁá$ "
b"\v §ï¥áŽ1Ÿyo\x16\x12 ©¼”5 "
b"""
\r —\n
û\x18 ù"\x11 +$`ŒÈ§~ü
"""
b"\r § v—8¸Ÿ›\x06 â\x10 ͇D¡ "
b"\x11 µ@R\x1A ‘1ò\f !F“Ð’¸Ä "
b"\x13 _+‡o(‡§º™Ù\r ˜\x05 tà "
b"\x13 ¢Þ-6Ëã©á¾\§<uC¾ "
b"\x1A ÖÄ_™_¡Í´ÞRTâÞÖ0 "
b"\x1E Àbl\x07 Æžo¥Ð7\x06 ŽQH\x11 "
b"""
#gG\x06 õ[.\x17 {ÌôÉ×\n
u
"""
b"'«„ØÅ\x03 m´Ík¯/óB<¡ "
b"*ÅO°\x13 –îeì<\x10 X[/Úî "
b"*âË%3f\x17 56Éé¤ñï~‹ "
b"+¼éwƒ¤\x18 e1'Jz‘\Ž4 "
b",lô:£±PÇ\r ©>]ßtPÎ "
b"-ãZO\x0F n§9Ç\x19 ‰°ãe5 "
b".ÂKrÿ„3°_S\x03 è\x08 zS "
b"/‚2\x04\x08 tiàH\x1E\v ‹÷nTµ "
b"1\x04 ®»!E7R\x0F ,ßBïöO[ "
b"B\x07 ¤%ÃT]›.‡„*$ˆ\x07 Ä "
b"Dk\x10 ýäˆ\x00 ¼\x18 2¢NOD Ç "
b"DtNžZ£\x03 v‡EQNü¿;N "
b"E¹´™LOç×HvIã·š# "
b"F‘“Žz— 8Ž«E²zcƒJ "
b"F¾\x16 X´¶þ\f\x7F ¿óUz%s "
b"""
JR—ÉçPZg\x01 kÃÓ³\n
ør
"""
b"NÖõ 2\x04 ÿQ‰æË4Th\x1F "
b"RM$ŽÛ”Pu(q}÷¾›s• "
b"S\x04 ~B¬Ü4ðÕbzíÛ^ŒÍ "
b"[Õ\x18 _(£”‰…Þ²qj*„v "
b"a-í1òþa[#\x12 ¯Œë\x05 û "
b"eQSlC>\x10 ·…Ø™\x08 yb;ÿ "
b"gÐ\x1C žS¢¨t\x08 B)¯ŠÁò| "
b"oN2["!=\x01 À\e èÊ\x12 Q\x00\x11 "
b"""
r"[~™N\n
¬/av«<\x08 ØÞ
"""
b"r½ð˜åcë\x06 ù\x7F J2^욦 "
b"u\x15\x7F ê¡\x14 ê\x01 ßžŽÇåMçÜ "
b"yïkL\x1E ÷6Ý¿!NkíqѶ "
b"{\x18 úŽŠw\x1E ›\x15 ÌIòº\f ¥Ä "
b"{ñ¬Zrê_\v ˜$¦›ºu\e ü "
b"}Xª8–RßÑÏá(iC\x19 a "
b"~½'ÁÝí\x1E š\x0E £\x18\x12 \r ²G "
b"‚UÊ‚C.d@Döè›{û\x13 Ð "
b"ƒB¤[õæ;wEÞ!\x05 γÌO "
b"…ª:¯~žè>IGæSì\x15 [ƒ "
b"‡‰-* ‹NõøÓþs(€¥\x07 "
b"‡æàUÐ2VcXdï@…Ù×_ "
b"Œ}ZV°Úyá×ñ^Ú\x04 9 "
b"‘\x01 f´âîh×\e 'ì;\x15 IZý "
b"’€ª¬BÉ\t îØ,u\t v\e ‰+ "
b"’¥×g³u‰°S/iu—yfn "
b"—P<\x00\x10 ‹â»y¤`³:|\n i "
b"˜y–Zš5ñ®S¨:\x18 ÝÁ`7 "
b"šî£«õ:\x13 aê|<–P\x05 0 "
b"Ÿá/Vn–Å\x13 ®ô•ˆ3êhí "
b"¢§äâ“3É+MΚQo÷ "
b"¤+…\x1F |G\x1A\x16 Ñ‹\x08 \r â£\x03 ž "
b"¦;QŒ¿$9äl§±<²QÐ "
b"µL¼„µu…Ù\x1E É\v\x1D\x19 3öÄ "
b"¹‡Î\x00 ù(UÊæè\x06 P\x0E ‚{\e "
b"¼\x11 ;\r \x14 ¯Ð\x19 Ã|Sx/í\x1C X "
b"¾@ƒ\x06 {Ò4ÝÞÅ©ÿBÏÍQ "
b"¿Ëi¿Ê¾.PŒ[n£èáˆû "
b"Á.ÂÐ\x0F ›É€±\f\x14\x19 7Öë… "
b"ÁG€i‰š!/†\x1C ØÂQ\x02 7? "
b"""
Áq‹îyD^Œ´\x07 æ[„\n
pŸ
"""
b"Ä\x1F $\x15 C1ÐïBÙLäpe/o "
b"Ä-ÐÎ$ù\x00 Ÿ+o\x12\x08 Ö†èÖ "
b"ÉÈ$<× ‡¼o\x12 la\x1A S’ "
b"ÎLµ’ÆB/éàbúÌ‚º\x15 "
b"Ðk”FÙ¯›¶+ý×ãOeËd "
b"ҘГ·\x13\x04 ©â³OjL!Gú "
b"Ôö\x10 k%\x13 ¡œÓ‹{´˜ƒ73 "
b"ÜöSàÂew\x19 ®ªÿï\x08 Špë "
b"á&×jƒˆ#J˜\x0E ¾íX¬ã "
b"åö[kÿésö<+º<ªË½E "
b"ïþEW‰‰®/\x10 óסV9Oi "
b"ñ±êT”s˜ÏÙ˜÷©®Ö\x02 "
b"""
÷úZµ\n
ËŠX Ÿ‰–V¿[¢
"""
b"øqÞ™¹ŸS¨\x05 åSƒ\x0E 8>ž "
b"ü\x1D\x06 °å2\x19 ÖM´È=Q³á "
b"ÿÑ&ü<iï\x1A À\e ž®bðF¿ "
b"\x00 i\x1D =˃ÊÌÿ\x1C Ž\x0F Ì0¨& "
b"\x02 m„ÕÁnjT*.ÎSD‚#ü "
b"\x02 uª\x01 b„E\x1C <íÂúÄ@ü+ "
b"\x04 ¸KPÔ\x1E BUÂ\x07 (aŠªì "
b"\x04 Øœß?wê\x16 H£µƒÞk "
b"\t\x7F\v\x0E\x10 d¨ë\r O\x00 Gs®\r û "
b"""
\n
]ë{”ú (f“<çCN˜Š
"""
b"\v\x10 .”.“\x16 Á\x06 Šr,\x1D Ÿn\x17 "
b"\v ¿»\x7F ÏÒrÃWçïãá`] "
b"\v ÃbàRs#üßüKhúO€À "
b"\v Ï6†\x06 &M«YòP•î¢Ôß "
b"\x0F ÃC Q¯¿á®f>ä¿É\x1A ¬ "
b"\x10\x1C ½$•GްSðö†ªfGé "
b"\x11 ¢×(à~\r \x05 Ê„R0‡\x16\x19 â "
b"\x12\x1F z\ȵX¾õ\x14 Y\x08 ê+ŽT "
b"\x12 CF2TñŽþ\x18 û²™Q<–\x1A "
b"\x12 Y8æW‘½›÷ø„áwú›Ì "
b"\x14 š½½3¥ñj\x00 W-?/\x07 û "
b"""
\x18 iHT\x13 mQ\x1E Ò\n
ú™YVôM
"""
b"\e *¬\x0E ¦\x15\f\x08 ôe\t ¶uV/\x01 "
b"\e 5Ž»T Ù¡ïi/l}®£„ "
b"\e ÉnÚ*FGß‹–ʯ±T0Ë "
b"\x1D ce=ç\x00 çR¬œª•\x18 ]̺ "
b"\x1E â1à\x11 $Å\x07 Î7k\e ô\x00 "
b"""
"Ò|\x1F 9 ì\x07 \n
»\x08 ß`KÜå
"""
b"""
%]\n
¨°ÔwšFFršªüDh
"""
b"&ÿ¡sƒ\x1D θ®PmÆ\x06 Iš7 "
b"*\x1F ²÷ÿmžÞMå\x15 Z\ˆÇª "
b"+\x1C G„ô?\x06 Ç<®åðöŽÐ$ "
b"+‚0¢\v ÔŒ:sW€Îo( "
b"/óz^\x1C ‚&÷9Üë\x11\x1F ‡ÍŒ "
b"/û›fé+¶\f Ü\x1F ÅÕ§!¬^ "
b"0C&©±†‡¼†Cöf\x1C Øä( "
b"0˜£‹¿_ôÛ—qW<†ôâ¹ "
b"6\x07\x1D ¶¨1_ëšý1ä¡Wx® "
b"6µ\x05 ÔCJÛIfãŒ)]‹; "
b"9¹ü«ú)[±$Ÿ?\x0F Ñ\x03 &M "
b"?&\x1E ôgdÆ\x15 o=åÍ®Üçq "
b"@\e ª¾ØK~±Ðˆ'}\x07 ü‡ "
b"A\e g”Y„2—Ï"aG4GÃF "
b"A_F×6±”}u’ôRtNÜn "
b"Ae8è“ãP”ê§¡•ò\ "
b"""
D¿¯0É\x03 ä›é\n
á£~+o†
"""
b"FêÁHWË^Ê]Bæá<•ÿL "
b"""
G\x04\x19 PB+…j˜³Z®Ê\n
\f B
"""
b"J¡ý\\x13 \õ» pjXö\x06 ÷Ø "
b"Mó\x17 qÛ-@;ŒÉÎ%xõs$ "
b"N¨\x1C ŽÎï”ÂÔWÖju7æÜ "
b"O¬\x05 x\x05 fŠ‹"ïÔpMqçÒ "
b"P n„ŒwÆÛ\e žïP<¸õ "
b"Q<·MÂLVâÄ]\x17 Ó\x16 \r ŽC "
b"T\x00 ‰ÓC~ÌúÛH$˜5x "
b"TÉiSþ<¾R\x7F ;öº÷Ö— "
b"V\t\x10\x05 :\x18 ÎVõÈYÅ\x11 \r "
b"""
c\x11 \n
î'…©Žánin\x05 “1v
"""
b"""
dgÐo/R\x10 ™©~-/}ž\n
‰
"""
b"dᎵ\x1C oa\x08\x00 \x05 ,“/k— "
b"f\x0E ×ïþ\x18 o}¹~Ô¸îPÔ "
b"f\x10 [àRD¶Ï>S \x06 e´\x18 õ "
b"jÞqÑÆp\x1D CGÌêû"?\r d "
b"l\x08 „\ŽØ|\x00 oð\n Ú\x18 r°Ú "
b"o$W¹Z jÏ\v ‰±\x05 ÌÝ\f ê "
b"""
r~!KØS\x10 \n
\x1A ÕîagYE
"""
b"""
rŒ¤è)ÇäU]\f \n
3-RK<
"""
b"u\é—¾à€\f ïâ\x11 g(zˆ? "
b"yþŒ>ZE¤õÆl€ç`q» "
b"}®- \x03\x10 šT®š?\v Ä\x02\f\x17 "
b"~wÉ‹â\f Z&ÓŒã\x05 Á "
b"~‚Oòâ1[¨…ùëâžmn\x1C "
b"\x14 îïÕÔ/\f ÎývNÿ|¬+ "
b"¥þ\x1F ®ãàº)\x19 ¬\x1E >b "
b"ƒ²ÀRoƒ‹Ž¿\x12 ©xNÌôÛ "
b"‡×úøÉ\x17 1¸‚\x03 Gͳ֌¢ "
b"ˆVjJÆÊ•\x17 4¢až(ùAì "
b"ŠJ°\x1E Ú@Ú\\x1A _yÞGˆy "
b"Œ£]Q-lûº1VjR±ª\x0F N "
b"”€†%äˆÂŠH‡‚Ç\x02\x01 î¦ "
b"”Ï3M‡®×_è¸ y\x12 à6 "
b"""
•o÷¶%cï\x14 Î3´öF\n
ãm
"""
b"˜\x0E 1ý¡Q~]‡\x00 ÿ/õ\x12 Ñ” "
b"š›…Yz’%ÉV¥M#‡\x05 ¿h "
b"›„Á*ª$Wt Eð\e ÷Û×» "
b"Ü1%˜ÀÈ—Ô\x08 ðZš‹i< "
b"žCH\e ÃHA¸~5è”’C Ë "
b"¼.c¯\x03 |ˆ¦-ž™ƒÃï "
b"¤ºiìl+4ˆêl;P”¾\x0F\x18 "
b"¦Ö…q\x0F ´…1\x1E í\x12 lSýfÊ "
b"§ýõ¶ÈX€=Ê\x01 ?é 2!¥ "
b"¨…Þ=P\x01 ]ÙÃ…hƒ'Ë9\x04 "
b"©\x1E p£\x15 x‚Š\x1D ¸71ÎæIÖ "
b"©èÎP<ÇIÝø¥ÑFÈLÄ„ "
b"+†kWâëéU¹\x07 ¶\x18 &$ "
b"¶¥ÛŒg³\ ]ClcÓ¸öº "
b"""
¶ïÉ÷íkä’NCx\n
\x03 ©˜™
"""
b"·•Ì)èÜáÖ`çöðf "
b"¼\x07 Ý‚¨\f Ä-e÷WÛorÓ* "
b"½ñ‰\f ¾îà+²Ïáå»áKô "
b"¾:{.³©&W5ùšŠŸh0ü "
b"¿Tyç\x1C Ýá^ë\x02 Ó¥\x7F …? "
b"À”Å‚ÛT8迈\x13 Ôe\x14 Õ "
b"À›ì¥£\x01 p\x02 ô:p\x17 [X\x0F ® "
b"Á/6j}§Ë—¼JH\e ¾ƒF "
b"Á˜\x17 xÝBß²œé‹‰5šUZ "
b"ÃVßûä£çs‹iŸÛ\r \x08 $8 "
b"Ät¶ôžuÈQwÂ"€ÖyAÝ "
b"Å:e}”µ\e °\x1E ¼ùã9[ "
b"""
Å –F£ìÇõ±ék\n
ÉÓq
"""
b"Ç8e‡\x1E ^\x16 RàƒsŽæÓ”í "
b"Ça‡hÒ\x11 iv³ÕLZ@ÁÒ\x08 "
b"Ç}Ln\e ÷ÆeNd®!ü\x10 GQ "
b"ǵڰÖ\x00 ðÍ“¥ä§?A” "
b"È5g™é´¸*Nâš?9ž« "
b"ÈX\x0F\x06 ù\x19 ðü·?´±P×@è "
b"Éý¿Ž~R/ÿÔ‚6h×b•‹ "
b"ËnÞ\x1A ¿9ûˆø–Œ÷oL;š "
b"ËÙ˜uX\x7F z[\e V\x1D ˜\x07 ƒŸ "
b"""
Ò0ˆ¬pÔç“)M(\n
”·¹Ó
"""
b"Ó\x17\x18 }H=;(ûÁ3\x11 fý2 "
b"Ó¶ÆJGn\x08 9|’\8\x08 c®F "
b"Õ¿H\x10 ÃQ±¤¹L°KûJý "
b"ÖÖf¡«\x1D (axÊ\x7F ½=…/Ä "
b"×´\x1D 0õY/=¯»C4\x10 ÒÃ1 "
b"×å°SämËÿ\x08 KØþõ.È "
b"ÚRîDhz:©?†÷?l,ÊÛ "
b"Û\x12 BŸ¤b8Ôâ-2wò\x12 Är "
b"Û\’G]¼òkÿ4\f ïѓR "
b"ÛÅ-B\x14 ·ÜIÐW\x17 i¼q\f ¤ "
b"""
ÝS×O\x06 ir¢\n
ñ©\n
”–]
"""
b"á–z\e †ÓÒ85ßš~r\x13 ¬@ "
b"äÄTöG\e ãÃÑŽ4Ú˜\x16 "
b"ëa5µªÔ+r¬½Ð}]àæ "
b"î~0íA^»ˆÁ)\x0E ÙlþÙ' "
b"ïðñÚ€ûå\x11 Ñ;Â\e <\x13 î "
b"""
ñ\n
w\t Sâ×U\x16 S[(\x1C\x1E ¤
"""
b"ô~\x10 Ï'¨Æ\x15 6Ï™\t SI; "
b"ôå“[Y‹‚\v Ì%°\x0E ‘˜6\x11 "
b"õÏ™\x02 kê\x13 ¼N…xVdðÖÁ "
b"÷\r îÍ\x1D Qua\x03 ä\x10 1a\x1A ‡ "
b"ù.=\x03 UŒ\x08\x1F .d˜<!YN´ "
b"û-ù4êÎcÅhÚ\x08 ®ÑøØÆ "
b"û[ÏÊ\x00 @=M|ᘵÂ\x07 M” "
b"ûõꎢµH…~Å™ò¿$”O "
b"üzœ[\x1D y)‡\x03 ¦Ð\x1F 2˜çj "
b"ý\x13 "4š2\x0E wÞ‹Ø{Ø‚ "
b"ÿ_\x1E ¥«±…5v)5g«/1× "
b"ÿ›"»²ŽÙ>)HFvvÿC "
b"\x01 RžÓâ\x10 nÝžw¾ÕÂ\x07 § "
b"\x02 ¡aÚS^ìS…ê¦qsWŽÂ "
b"\x03\x12 v®Ò&'/Шæ\x19 C"mO "
b"\x04 5P›£‰@ÏïÌš„¤\x11 Z "
b"\x04 ØG7S/pž("ú•oÇ³Ž "
b"\x05 )‹£ä\x18 ü°¼kXÇ!öÃþ "
b"\x07 G¶™6\x07\x14 fLr8ï8Ãâ» "
b"\x08 Ïí0+I7Žá-ú÷+~µë "
b"\t æÆ\\x07 ¨Óç¿`>ïÄŒ\r J "
b"\x0E Öh\x1D ¾]m|ƒÈÂÛúøyd "
b"\x0F ù¦â¢ÔE\x11 ,µÕ½&|\x10 "
b"""
\x10 %œ‰mí\x7F v¸\n
\x0F úÌ\x19\x03
"""
b"\x13 c\x13 VŽç«¢‡\x03 Ûî`·Æ "
b"\x14\x1D\x10 (\x03\x10 Ì/©\x0E ¤O}'\x17 Ý "
b"\x14 O\x04 hëܹb? Þ鄾(p "
b"\x14 Ž#K†¢9w=‚2I\x1F –jG "
b"\x15 \-\x15 oÄmOà[ú;îwm: "
b"\x19\x00 a-wö¼â‰ÒÍ·¹u/Û "
b"\x19\t «Ô.°6n>°ä\x03 c\v @J "
b"\x1A ¡–ƒu \x10 Tô®UW\x0F 8ú™ "
b"\e kÔ-Á‡\x18 Sbè,Ôð"`T "
b"\x1C ‘«Y¡¨Òùµ\x06 ¶Ú”\x1E xv "
b" Nô3µ%ªÆ\x04\x1D ³Øú\x11 І "
b" ÇàVF(¸ó\x0E iÍĺÒé… "
b"!OM,\x12\v ÂàÌíÌ%ÜZ…‰ "
b"!Â\x11 Ö±¤îQtÔµy"\e nQ "
b"!ïÄ\t &aºlå0÷\x07 ä\x11 V\x03 "
b""fÿ(±ÂʽuÈDÁ=ï\x06\f "
b"$ÓªñWÍaëóÏŽÏœ*l "
b"%\x1E 0\f í…\x14 ¼1S´ê¥Ot "
b")F\x06 ýŒ\x17 ÐVÕøƒ.¦\r L- "
b"*:šK‡\x1E XÛò¡J½\x02 ³\x05 V "
b",ùàØ¬\x03 Ò|—ÌÖ£ì»L "
b"-r®#]\x7F ,sk\t ¬Þs\¢& "
b"-€Ï“\x12 ö½µd\x05 ñ¼7¨qC "
b".¯8B}–Ðò2Bâ\x02\x11 (¹ "
b"0\x08 øð—\x14 æ?\e Ìu^ \x16 « "
b"0ú;Z>¶ Qð”^Ÿ|OÖS "
b"5jê>ê\f ‰ôg½KqŸ9Æ\x17 "
b"8ŒmœÚx£tå;2`ð®\x7F Ý "
b"9ÕØ\x04 ¥LÑ`”g|tR\x0F Ý\x08 "
b"<\\x1D \r €¼\x7F u\x7F B±!4cš\x14 "
b"<\x7F H´5\e æ\x02 vÃÞ,\x10\x13 ]Ã "
b"=m….£\x00 &äÓºÈJ3\x05 Í "
b">\x13 Ðc´=^FšÇ§9ðU# "
b"@=þ›)%®¥™)˜zç^Œó "
b"@A¯4ÝýÏi7d¶\x1D\x00 8Ëx "
b"AF\x11 |ñÞ'\e KS'\x13 v©ú± "
b"B1š\x07 •7¢b£wž²vjÏ’ "
b"Be\x01 E0 G§EP\x1D q‘‡Fö "
b"C´\x1F ¨,ã\x1D ELH9œ@\x19\x7F "
b"D!\x05 ІDM6X;`ÔƒlT "
b"F\x1E ¾ìLiΘy06ùª~”Ü "
b"""
Jþ\n
iü\x12 Úgm5m4X.qÈ
"""
b"K¾]í‰ÄqBAˆ\x17 š\x0E è3 "
b"Kì©õÂ!Ü\x10 °†Mö¾\x19 Ú— "
b"Ln{6–æ\x1A iÔd„R&I1› "
b"MGÕÑXÕäÕ\x14 ¤Ûâ˜óç "
b"MÈÂ*\x02 !•q,¢y‘“±Ý "
b"MÝè,æÎ$ýµ\x10 Sâ»8$ "
b"Oˆh\v k¼Yñ•\r Sät7›\x10 "
b"OËš´%\f Ø\x1F Ÿ"féXíË\x18 "
b"PO\f X\x1D\x15 ’íSÇq¸_„)) "
b"R#“TÏïÙ#µšE¥Þã¹\x1C "
b"Tm\x12 ¶fg\x04 Š\x02\x1A œøEDrÓ "
b"VhôqŽ›[[0²p”\x01 ~# "
b"Y*”\x1A\x0E À\x03 ÐwÑ×.\x08 Ü÷ "
b"^ Ø¢H …d\v I§\x02 ðk„ "
b"_©¡H´ù¼ê’‹R \x13\x07 ±# "
b"d$¨öŠÐüZÒ\x05 £À(\x05 ™d "
b"ekÀŒ`¾<‚\–4¥ã-¨\n "
b"eÝ5Þfw©\x11 W›\x00\x1F R€ì "
b"f\x1D Ù±•@ÆQ‡9“÷§%S. "
b"f味¹ïP* ùmÌ.†ã "
b"i\x13\x0E ?4\x0E ó|`ýô?²Ñ\t "
b"iQ\x17 Z}HzSaó6!\x7F f "
b"jZÒÍêç€À-2ÕaVÃE "
b"jeV?7¬Ê\x08 ‡4TY¼;\W "
b"k\x15 U«Ó:¢§\x0E\x1E\x15 Ž—®•å "
b"""
n@¿¡à\n
v7 zóò¦æ
"""
b"pDÎËmžx\x17 3¥»¨\t WŸ¼ "
b"pšö\x1A ·¶+ƲŠLr‡¡yV "
b"q¦ml7\x15 Æ´ø¡¹írÇ£ "
b"q÷\x13 Å<?¨Ãp+ã‡à~ââ "
b"s8¹´ä\x13 üŽÕ!"@ùƒã} "
b"tàI,hÆèG\r ‚¢\x16 ¦?šF "
b"""
uUbØÊá\n
Ó_Tø\x15 ct²
"""
b"wÐÉþ¥j "Éa‘õeµ9\x00 "
b"xyãö¯–\e\x00\t ,ìo\e ·©’ "
b"yú\x1F |…Qß\x16 áä»_\x19 U®ë "
b"\x7F\x01 â+\x13 ÛÒýG~\x14 8 $¯P "
b"›SNqj@Àê\x03 »ã^^Ìå "
b"‚j@\x08 uñ?Žl'J¾Â°\v\x17 "
b"ˆ*ÌÏ-8¸ðœÞQo»‰U† "
b"ˆiLÏ"Á\t\v\x7F VJ¬÷*L\x1D "
b"м›\x1E ‚)Å-kÓÿ\x04 Ð "
b"Œ\x01 \®e\x01 µ\x7F F0·)`Aܪ "
b"ŒÜ¸\x17 ×¾ÊS[Y\x19 ìMzèe "
b"Žp“#\x7F “‡ÞáƒLoÊºŠ "
b"""
ŽßÐð›\n
Þº\x17\x04 °\x0F ß»¬Ü
"""
b"”cû‰\x14 –\x12 pû\x02 Ékó€ "
b"—y\e ú*丌<#ÈPÚ„ã "
b"—Èÿs\x15 duû¢>óªå¿xß "
b"žQƒºØPZ\x15 ^Ñ\x11 T,ŒN\t "
b" öÓ«V?ôöW\x10 ‚\x13 šÔ\x7F\x05 "
b"¥'m\x16 Ÿí2\x07 Ãì\x04 8|C:² "
b"¦ÖhÀwu\x16 ÆcõÊÙãŽ,Q "
b"§™Ä•mú\x1D D2Á0\x18 ñ¤Ó% "
b"¨Wü̦•¬ÆÙ/N%wŒµ\x1E "
b"¨×ú6£º&gUư ÿ™p "
b"©"«ë„–ÁZç\x02 Ùøò¹\v "
b"©|Û\x13 í>SòGA}yÓ\ì "
b"©>\x13 7oPQ$¥7¾\x07 ø: "
b"©ßÕP–¤¤¾P\x1A É\x00 ˆJT@ "
b"¯üÕ–áŠÉ™6©ÉF£NŽ\f "
b"°5ã…v¥(s5wì$±[ßÐ "
b"²\x13 -nkËde:jdíSýð "
b"³eÞE\x06 ÜA/’”H\e …£0š "
b"´©Sƒ”ò{Z@ÃîŽ9âÄW "
b"¶‚—lÕߎÁJwµÚ*†¿… "
b"¶ªzÀ‡Uz\x1A c»Mó\x06 H\x03 Q "
b"·iý’¶øšÝv ìÚsõ~Ê "
b"¸:Ù'Ø«Cµ\x02 b!Œsî²\x1E "
b"»¯\x0F ¢ÓÞü탞8¢¹/÷ "
b"¼ñôùž.eˆïŒ-\x17\x1E ¤| "
b"¾òƒµÿ=áêÔ͹o\x0F Uš2 "
b"ÄSîGÞ–\x17 ‘_Yá‡\x04 §ÛÓ "
b"Åy2\x1E 3îCý\x0E 9/ýV~ÿU "
b"Ï)D[§#@M[‘N\x16 ôêçi "
b"ÐÒ\t 1¿íoºû®}íÄR< "
b"Ó\x1A\x03 êŒ\x00 X¾”º\t žiìÝL "
b"Ó–i5ŦŽkï9qÕ†Æ5\x1A "
b"Ó¶1¹]\x05 AL'£õ§&§´m "
b"Õ5Â\x15 s«\x12 ÕgîmÎEr¬/ "
b"Ø\x12 Ƹ&Á\t\x15 Ï¿ªsv-²¡ "
b"Ùö›!aDi³^*\x10 qh7\x06 ¹ "
b"Û«l[Eëï*Un\x15 ñ¸Þ "
b"""
ܰ9\x08 Ú^åò J\n
{äÂK@
"""
b"ÜÂÒ4bÄ)|U.úÂcüÅ\x7F "
b"Ým²\x15 ®õîGvÈxJ(Ê\x16 À "
b"Ýûµ£Ôý`)(«£\x15 D”6 "
b"Þ“Ô\x19 síU\x1D\x10 7Ú\x0F ÍÝo "
b"ßDºŽÖþ\t ‡k®Þ7CpU "
b"ãÁ‹MµlÖðßZän¼ü³! "
b"ãÅĹcÉêNK££Ô°(R "
b"ãßù\x01 ˜£óáN›Q\r O1\x10 ñ "
b"åbü;\x17 \x14 bêï<§HÕb "
b"å‹ëž\x16 Û\x10 ÙÅo|\x7F ›ES "
b"æo'ƒ-U‚=Æ\x07\x7F <‚ƒ\x12\x04 "
b"ç|8¸cßœü\x04 Þ·XTH\x1A "
b"""
êEÃKI•&õ3b\n
yþ1@õ
"""
b"ì¿×–‡tØUÁŸ¥Õðê“\x14 "
b"ô'\x1E\x06 ùs…pñ5ð)éÆðz "
b"ö§ŽQ¿^m0ëD£î³–Œ= "
b"ø+Á\x12\x02 ñ_ÂC@\x00\x7F\x07 6¾ "
b"ú¬:\x00 ³X'‘iˆU^JŸë\x7F "
b"ûƒ4fàWêugyx‚\x15 Áâ~ "
b"þ9ºñ\x05 k|1ûVÅf¯÷·ð "
b"þÚ€d\x1F Ëy€£ áä"Ÿ\x0E\x0E "
b"ÿ@âè•V\x1C å´ÊøÕ°\x04 — "
b"ÿV‡€ŽÓ2„ø21ShÕNŽ "
b"ÿWÅm`â y–ë’\t *ö\x16\x06 "
b"\x00 \\x04 y\x03 ‹«4׿óvHC}ñ "
b"\x00 ¸$r¸ƒ\v ^Á\x18 Ö\x06 Ã5!× "
b"\x00 à²\x06 €âÑ\x15\t jk„k)\x01 ™ "
b"\x04 xB\x1E ¼Dnš\x16 f\x1A ØXŒ]¥ "
b"\x04 û»ˆàæÙnAV˜Ãښݰ "
b"\x06 Û\x18 Oá\t ½â¢£ \x10 Z\x13 ¢ "
b"\x06 ¡\x7F ì/‰‹5YËÙ9ïÈy "
b"\x07 kj3;’I•]›â¶e†”\x02 "
b"\x07 ÛR½~ý¦h\x1D ú3£ó4{‚ "
b"""
\n
è G\x13\x17 fjE|fTœÕã
"""
b"\f\x19 þ‚S-¾‰–.ÔØe;\v "
b"\f 0ñ9Òÿ®Â±[»,fÚ•\x03 "
b"\x0E ø(@Ý•—\r U;9ÀÎJj¥ "
b"\x0F Ý<ü³\x12 ¸o ,¿\x15 NïÃ\x13 "
b"\x0F õ\x14 F\x05 85o©Wë\v\x05 Òt, "
b"\x0F ö\x7F J}yŽ_WC*ƒ€¯’ "
b"\x10 š•®\x1C\x1A\e\x06 ½F¤>¦\x19 ¸• "
b"\x10 ÜC”Ué‹<«ßeŒ:çJ^ "
b"""
\x12 øz\x02 ú¸4õû\n
{9ghÍ÷
"""
b"\x13 †â%üþ\x07 Œ23\x1C U\r ŸH© "
b"\x13 ñž‡T^YeRƒ\\x05 ›ô‰Ó "
b"\x14 -P\x15 e·àè¡8/\e Åö\x19 Z "
b"\x15 8Y\x0F Ëõuãqþr]+R¡B "
b"\x18 ¥T¿õçH‰\x12 WÆìlòF "
b"\x19 à¯\x01 3ä/û\t Û¸÷‰¸ª° "
b"\x19 âÞÖ†ò„\x00 ¥óvé18\x1C + "
b"\x1A JšKmï™",\t Ø_(ˆ%‹ "
b"\x1A g\t\x1F ýEÒãɹÿ#}r0\x1C "
b"\x1A gª³lÉ«\x0F ߟ?MÛ¾Ë "
b"\x1C @B4JÄ\x08 ªëÿ\x07\x18 bChG "
b"\x1C x\x7F 2’«¶Ÿ@€‹tˆô‰Y "
b"\x1C öwg|Ë3`S‘\x08 µ~Õ6 "
b"\x1D ˆZ³…èQ½¹’9ù«œð\x04 "
b"\x1E ÓÔh\x06 z;Íe<¹GïIny "
b"""
\x1F >(ÈÓ¤\n
õð6:„eƒ;®
"""
b"\x1F W\x7F ´ë\x06 Àb\x03 &\x12 RH@’q "
b"\x1F ¥Kã–Þ\x1E Í\x0E\x0E òD¥"]" "
b"\x1F ùi&Ž]4\x18 yø¦Ýe”!4 "
b" L\x03\e \r ;\e #ž ¯7\x15 A0L "
b" L8Î&ú6Ç\x05 r(r·ŒH\x19 "
b" Ü]Õ)$ý\x19 Â*5±Àc\x08 "
b" §=grN/k‹ƒ~½¹Èê– "
b""zwt߇E¥Aé§'„\x0F\x12 @ "
b"#*¯y9á}Äãó$öo¸W® "
b"#—\x11 ^#´év“\x1A ò~Ž•u* "
b"%AIðkeŠ©(Î(‹°\x01 æ "
b"%±\x00 F|Q\x04 H¶”Hõ[R "
b"%ìw»Hš_\x1D ‘\x19 ùÑÔ}Ä "
b"(ò|\x0E yÞ?V»äåm¾=+ß "
b"+§%–¡–Œ¸\x14 Ȩ²Æ+ë¥ "
b",é[>_®¬\e\x1C 㔺åJ4\x18 "
b"-hð+.†o}\x0E ÐTöCÈ\e "
b".25m— \x1A 6\r _L\x0F g£x "
b".Jíoqu2Ê\x05 Ã\x16 ²Î3d> "
b".ÓE\x10\v ¸þYqŠ?éç]à "
b"0çY"ÔZi‰Xe<Ò[²\x17 "
b"0úºCð\:½M\x12\x11 Ã’oyS "
b"""
19\r x\n
ºR«ð417
"""
b"1X½\x1C SÜ\x1F A>F=\v ˜]Ñ "
b"2˜Zº\x17 T‹~¸\x17 .D|å "
b"3‘Mï‡-þøG!WÀ>* "
b"3þh¹è+x\x17 l\x19 ê-\x14 ÂCÈ "
b"4\x19 >\x17 ;ñdBÖž‰X\x01 ù "
b"4t~ã–:73Ÿå\r \x02 B¢€\x00 "
b"4Nˆ'ºP{\t ¾™z\x1D È\f – "
b"5µÄ4Q@Yuÿ¯:p¨FˆJ "
b"5ø<˜\x1A +u\x02 1üp•¡Ëæ\x13 "
b"6\x02\x16 *Ž/™v½\x0F ç–\x16 ‡9 "
b"6\f ÎAA(]$ŒÓè« €NF "
b"7ž.)0ŒÛ q·ÔÔôò\x14 v "
b"7ÇÖÙÛ—1~ä'\x04 ˆ¼. "
b"9Ïä”\x1A\x05 ¿¼P†o\x14 Ó\x19 YÉ "
b"9Þ\x00 &zãhÛÑÕ¸\e @>0‹ "
b"""
; ™~#\x0E \n
E„È´éì\x05 å4
"""
b";é;FA¿¢K•‘ U°„Í\x05 "
b"<£p\x12 v}&$Ð>$ûà\x16 &\n "
b">§?R\x7F ã1 ¯¦\T…qæ\f "
b">¾—™\x1E 3A‡Ï*í¿‘N\x17 7 "
b">Þ6.ßDn‘}(ÛP·j å "
b"?ø\e\x1A ˜È²uªÎ4Ý‹¼…Õ "
b"@\x00 F~³ôëé^\x10 fb¼ù\x11 ´ "
b"@Ò©,×v\r ”å3%Š>Aû! "
b"@Ô\x7F r`o¨g¡y\x1E p "
b"A®×*ŒÖ»{ÑlRùݰVh "
b"A¹ÊÅŽózÓýç‘FN\x19 Ò^ "
b"A×[¸9FpÌǦ´æÎs\x1F O "
b"B(#Û¦·î0Ü\x01 c Âqí§ "
b"BR”\x16\x1A {\x13 c޾©©lá\x02\x13 "
b"B¬¤'i4Gfçl ±\x1F î^ "
b"Ck1{ô¥ÚÞqÅ0ä\x1D J\x02\x00 "
b"C„ßlÙæ*]Nw\v Í\x7F Ó_\x1F "
b"DòK5O([]GT0\x07 üu\r \x01 "
b"E\x07 †«>–|èøL—:®zž "
b"H®/DP^¥ÑÇLN_çPÒ5 "
b"Hß¼6IËi3ÓÓcRÔC\x14 ´ "
b"JG˜)\x10 É›\x7F ù†V’®\x0F â "
b"J§\x04 –Õ8âÍ·¸¤:CÀ0\x14 "
b"JÍöqÀ¥O'ZÆíî+d"™ "
b"K\x1D :íAO+Ý©£í‘\x06 Ä "
b"KmGì(xöƒ\x11 êž.‰Óè! "
b"L45é¸\x1E }ñ,"‡²(-gø "
b"L=¥\x13\x19 PÒ>uÈ!c¸-tq "
b"L…/zù$—ü$º/\r \x1A ÍFc "
b"N\x12 W±ÙIQøé\x12 ½Í¶\x04 »: "
b"O6l\x0E ä–dïôÕ¶ä:ø±@ "
b"O~{\x15 Q7+Ä~ïˆ -ž¾ "
b"P2Òï‡Î£Çë ß{¯na "
b"PN}ƒ.M\x0F ;;·f(\\x17 "
b"Q\x0E kŠ[Ý=\x12 &©ûÅOÂŽz "
b"Q?èAʃ\x01 »¥š\x12 \x08 °_ "
b"Së•‘‚\x02 ?Ò \v hÊz¹a\f "
b"TˆõǸ£¢¬ÈHè÷Cî?1 "
b"TÄP\f\x0E\x11 Ïw62l€ Ãu· "
b"Tò?¦ÔâÝCÔeÖj0Ì "
b"U\x00 %ì\x02 Gg^ßÂ\e °×¡_ú "
b"U7æ‡êZƺRNÒþBe "
b"""
V\n
ÏCàjÊkíR\x1C aKRÍ
"""
b"V|<LÆÁþó\f Ä~W(J%z "
b"VæÞƒo½ˆÞ3Ú\x1A\x1E '\x17 bZ "
b"W\x12 Ëkþç?F&ð¶f1ûÑé "
b"WN‹T?ú"•Å*‰î•ëËG "
]
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.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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`
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 (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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 (0xEBBD071E743AD71678E41301BC79753A , 0xBD9C6074CD8B6CB799277B933751A6E3 , 0x8B6270B00E97023083C7C56BAE742B8E , 0x67597B0AB1FF54EAAB739094D178CFFD , 0x67EEA75C4C130E869189F2468592D255 , 0x8B1574D84536685998AF31C4FA9EF365 , 0x3FF269B599C5867D2F8100638803330C , 0xC6DBCB73DD72B7C40571B9F293E378BF , 0xE58F19E589C2B24058DD21E0DE6E1EB9 , 0x27F3FA8617B7583BA36631288EE5D23F , 0x4A0FE1497E01D5ACBDC0C06EE777EDB4 , 0xDAEAEE8E828C217B770F942F0D635C07 , 0xAB1FAC5622F4BF31F92F6022904B11F4 , 0xB32DC8AD300BE8FA38E32BCCD549F797 , 0x3A93F9A00F68E1873F2D5C6B4AF20B87 , 0x36D2BECB0A9946B48B53CE705ADB0C33 , 0x0608299965691EC76778F8E1472B111C , 0x6A316DA17E0E5FFAB02A84E461C722E3 , 0xFAFA79A47190CBB3667951E7106B1030 , 0x358F861922847F6F912BF73DBA0058EC , 0xD3C969CF1ABFE649B7CE4E63A7F1C5B8 , 0xE2CAD82AD6E584D3A2FA1F163F0422D7 , 0xF98A81BC18041CBDF1B9D8E95A972FE4 , 0xD09BD24F9A492FDC50426FE2D16AE067 , 0x83252B138551E712CEC9329D17E8E852 , 0xFB4EAB245DDF57B04586E8833C38F467 , 0x89169769934FC3E901549432BF077F05 , 0xC21FF88E029D097854BC00C859843E88 , 0xF1E6199DF64FA37D271ABDC69001EDBA , 0x01AFE505D15DC260DEC2ED7064B6440B , 0xB23F574148A3F9FE41DD90D69CFDD635 , 0xC2A2DF61868E7203F98741516C5B79CE , 0xD8120BE78113C2D8F7FED442F4BB91BE , 0x2D74C4A16D446111D128950E56868B52 , 0x63DB44EE5247DFA60CB56F17A9E89869 , 0xF419425C6447E62E0C3BB777EE40FDB9 , 0x9751D0ED274B449EE4BA4C5577BFE9DB , 0x7CC1A4D648262E83382772ADBA0A40D9 , 0x040F3157F8550FDA70FA6F88B4D37105 , 0xD7469D590DC1C24E606C3F5B5EB61952 , 0x647DCD15F8E6C4E9809F03CBBA52A810 , 0x75DAB535662ACBFCC4B479BD1E53A5B3 , 0xAD4B1C2A999513B21381A8E65BF9F4A0 , 0xD07F520D679CAE754B54D9D61FA8BF36 , 0xCB727EB91D9DDD77EDB138DBD8DAEC8B , 0xEC5637537B435003FEFE6043A40E84DF , 0x926C72ED7630F5159BD3361C924646DA , 0x19AAC9148852E1F662E83C3B7219798D , 0xC2C5B497808C0FA83F37C8C1EEB4E48A , 0x1E1B984708CCC38ECD60441AE525815E , 0xD903ED99D584A0FC7A155FE4A658B80A , 0xC1834724C62ABBE18A7DF568E4032491 , 0x36A6168B55FD709DDA4AC787F6136CBB , 0xB0C2317DF53FD2EC7D9D6049A5E011FB , 0x7475A39D8EED853F2C68BE670858E042 , 0xF5D3D7C91AF0793726CC339A0E053B2F , 0xA6D2AA9F2130F071399AC297AB3193CB , 0x367D3F524A3DE59745233DABC205FD8E , 0xB78591654160F9C9BF0736A0D538C94D , 0x1E12FDAA48419BF37EDC1A069DCCB3D9 , 0x6488D9B46CD7F78CBDA9D5E049BADC59 , 0xC5CF0632F1E20C042465803719B9C88F , 0xCE28A13D9193311415D9E2EC80DFF6A8 , 0x9BBE4A72F6827ED658C8836AEC48DFE5 , 0xC3E26DB65393444C536C5B0A3B535112 , 0x3F7AA1F129E5B2ECE760F8DCF12CCEE4 , 0xE283219ADF829CF23044E982D9E74541 , 0x1CB7769FFE6A742D4E3C30339F20BBFC , 0x025CE4DAB0873FFFBA5928F74221A965 , 0x268200AE3EEF892DB63B4DC18868B241 , 0xFA8AC409F96A094E38D32A1791764168 , 0x16CA898618F4710830A070B0B95FBF9F , 0x941D1A7F947C2F839AB7BD00F22D5160 , 0x418DFC17F37E21D1F59C80D628B8CAB8 , 0xB9FDFEBE00A5DD81150FF28A652C3D4A , 0x518EB2CD2CBFFCEB73B4C8B1D1D14CC8 , 0xBCC62702C9F0D39B21128BDF0FB6B90D , 0xE1E90986DCEB9C8795322F0058746C9B , 0xFD7BD0579F8C202431E9B24890141F6A , 0x909746B23C77B3BC0DF59AC40442CD82 , 0x9DB6AC0F4088020ABB384F7EC40FAFCE , 0xAE59742657FDF52CF30957A7003E6CBD , 0xBAF5320AC52E0A9B0A4F2B1EF9F25FA3 , 0xFB386916FCE714939764CA46D645B773 , 0x25B8C0914098DA6091AD7BBA53CDB9B3 , 0xE935CC4168BFDD8B961DBE542135F9E9 , 0x4BEFB70CDB6301D093884892AA93DBC3 , 0x6B8F5BEDE8E00FFAE564F61D2D677915 , 0xB29BD5B3172B90855229A10694285116 , 0xCCAD115DAA42F80045AC821A5BDB2107 , 0xEA84B95FF7EFF00422870FD336CA1993 , 0x0FDF5826EE6D3BDB7DF36B82CC425E3B , 0x2BEC517F19799DC4638EC600F1C4094A , 0x6097ECC58EC36E9F0FEAAF59BAF3262E , 0x77E42772886AC5EEE266DCFF25994BD5 , 0xF92CC9005B75200C64C70C6E42CE4C59 , 0x058C8DA3C5B83419016729C50B88F5C7 , 0x2C947F205F0423F66C564F4BD73EFF0A , 0x40C53A5FD016617E7E664998766232B4 , 0xA2250567F182D9E17E75AF9BEB1CEE0E , 0xB658F07CB5162951F565605D71250064 , 0xC482D21961270FFB47AFEB5151BF1B1E , 0x2D2978B2E8F8B3E2C85453B3F6D904C3 , 0x436C0AE47455C688DA6AC5EC1A42F8E4 , 0x5B8A504F2D3B7A79C654D084B5DF938A , 0x8D41B686B588A044358310BD415A6964 , 0x8F7178A3A25C7F2540B85BFAD673C216 , 0xCBC9B2F5FD4C691FE8B1CBDC04FE1EB6 , 0xD219AC09ED4EE2624122B1A532EE9F14 , 0xDA2F5BCDA00A16F446401A821FDB6DCB , 0xF3F49E6D7FA16CACF5F9D45F14D0EED9 , 0xF610438EF5CBA6393B01A0FBA8300490 , 0x088CE67B59625094A62D6E3FF22E1EEC , 0x2FFD86E397C1468432D11D4E8D7A8E95 , 0x3AEE66F0D6E5B5BEDF0537E93A4753C8 , 0x9D03DFC77EC9EC81D121A0137510CFFF , 0xA3AE7B3A7E10F1B384E7F28320E22E34 , 0xC9599BA4DF2F07BDEDE7DD37D22C8BCF , 0xEAEC9C80D1F711E19B033CBE73DC234D , 0x05EB9692EDF1C70CC602EA99402BAAC2 , 0x5902CBDE461FA17A2C2D0D1A0B187CD8 , 0x765EB6F9378F00853DDEA43D10F82EEA , 0xAB56EF45DFE02B285905F1B352A5A590 , 0xC2FB85D2182A47F7A37DC948AD33864E , 0xE89288548FDE7E29E3C081BB8AE60075 , 0x027F612B681F92AA3B4167A8B76B5BE1 , 0x11A41C05EDC35FD13B2A638E21FA9FE4 , 0x1246B8EC51EE8B4BD16FE3C2E659BAA8 , 0x16FA014BB2C3B6E606D265DF40974145 , 0x360683465EC731B8078D97F8DC0CF2C9 , 0x946474BC8D9AC08CECE832052192DEB3 , 0xA0B8616A6786EB473514BBB59F4A8771 , 0xA5D5D22CD8EA08C903E6767541476A53 , 0xAB975DCA4D44E3B79B576BB891802696 , 0xB6359A3EE483A66010F1CFF3FF1E4854 , 0xE6C1E2021737B209094EA18DF80B63D0 , 0x1C182EAE8E847BD7C658A1A3158727FD , 0x4563C230B5D658799115A35E23CAE719 , 0x7059CD9A61CE7E9D7C9627AED8EB0733 , 0x7177927494AC2F257A221E407D217057 , 0x8E941F5E7FC4DB36756F2146A67D455B , 0xC06B0A3450261B15E51945E39C7B9E36 , 0xE568583EE56A2FFBED4DB8F77B40FD0A , 0xF77A26C3D0CDDFE79F35465DC3FE0C03 , 0x01B8BD68FDF37F4EB207C32CC7CEDA09 , 0x2737DE109F7225E496DFB89A86BCB5C3 , 0x6AC54DCBF1327350F1EE266582879C76 , 0x7EFEA492A2F07ABC4149626A5C379FC0 , 0xBA8BAAAFB1FE981DA49B43D869D2930B , 0xF150CFF9B141B7698A74BC3D9BC682BF , 0x16DCEE5924AD60798ECA317571C97B92 , 0x5D84283F23125ECD405F83BC631998D4 , 0x5E7C304308679715CD0273DD87B0D091 , 0xB2F3139A42CF5B0DBFF3B7960530FF01 , 0xF23AAF5DEAEBDF3C4D1FE6ACF56AE342 , 0xFE40A86B358C826B9068CD23EF505D52 , 0x06B5A0C195DB67C75100049EF1C74C9D , 0x0843C87B2D2368CFBD5C24E7BD259DF1 , 0x0B91AECAF327707928719769A2DF7C69 , 0x0C63BB22873AFC2F34C62FB44C6996F7 , 0x0CAD3DE15C1809059B5468A285918EEC , 0x2CF8C09A1C6072E8C50471A7AF93CDD3 , 0x595BF14A7FFF1ABF4A775919658EF36F , 0x5DFD55CFF3C9A2B694E9E31F07EA1058 , 0x699A51CEF58766AD27343D385EBF36F6 , 0x9D4932AE66AF530C2CF024184E494A92 , 0xCBC76DA215E892D81434ADEE10DFCB08 , 0xCFB8992FC901B27C5643A0F18CC01D62 , 0xE105D189D5D833AB0375FF0B2E1B4604 , 0xE3E40585EABE38925669ADE9735911E7 , 0xEEFF70BEEE442E4140E8A077C4D16491 , 0xFE25EBD00915D8930D4527EFBDB898C4 , 0x37516C83AF49BD69F14B780DB11D3C39 , 0x562CCEC641C2C38730116F2E299F0BCB , 0x7BE7A9089B57DA9B231E146C900DB56C , 0x819480E2ABB95EBB0BC82C40354930F4 , 0x8264E5D77FF11CAC06D216DFE2C58956 , 0x9A964B16C2269A805CBF8387496D55B9 , 0xDDDC8DE33F1C9FD75EED8EAF9D119772 , 0xEAC6B03C491D100EE072D15BE9167DAE , 0x0660D632487438ED9642EEBB72E6E4D9 , 0x5FB51757F00CFAF3A6578B6ADA1941CC , 0x9004E12290C12852B4EC5987EF0BD248 , 0xA8251510959C9630CDC547E443F70504 , 0xAADA2266D8AEDE45552F0F82BC0A3429 , 0xCC88505FFCE3E03B265672C57406ACBC , 0xDF14199655FF107000D5B3A86DD3DDE5 , 0xE69CF5594E0409A42B9ADF1EED95FF54 , 0x087FE00C20833AB3F7E7BBC5EA59D0A5 , 0x154D9209012353CCA24736B5E7BFF097 , 0x177C9D29C9B7886FA8FC5E4A46C2197F , 0x1D093C8FE060FD8D32A912EE7B764308 , 0x2D7C42D4F22E4F9F69310D9F05C8E6F3 , 0x3A871D0C1E0BB7BF71B33ECD49FE6CDF , 0x8A8DBC06C7AC9EE823691F9B85295F35 , 0xD320D17F2B032FA8C075FAC1302AAB62 , 0x288251FCFDA4BD52FB60AE4166CE19EC , 0x2A5DF79EB4E6F7C168E0ED6C3AE26F97 , 0x2DD1EC88852D227257726DF26CF50DD9 , 0x33D9DBDC327C9357BC5D39780E743F4A , 0x8591A35F8D1F7746F7CF4B37AA9D5848 , 0xA0D3BDA2060C26D2B13B47028DAD1A57 , 0xB23EEFA3BD1E065DACFC34DD5518C068 , 0xB3ABE1CB9FC7F42EA9676E3A41CF33C0 , 0xD33BC24BEF6A57167A71648D69C89613 , 0xE57AF245CB475EF1CE12BE4843394071 , 0x04278DEFE6CC0E748D0D029B43CF128F , 0x1CBE5D862D10252672A6704DE61E8CAE , 0x32F314C58B315EA55F71119D1AE88629 , 0x6DA70AF0519FC0235E5D6AD45EB309A4 , 0x8416E63D1DD048CD6D1118953E24C6B0 , 0x890003E777135AAE712E3DEA0FE7DFE0 , 0x8BBF3A10E1595D0D7AF61F3FD0D89AB1 , 0xB445F37A14EDC5C1EFDCB79B9FEC6745 , 0xDACDC9D504C09F70D48C6813805F8698 , 0xF0E2A1E05960C4FC5D324C212BC11C70 , 0x0D9DA130231403C559F6234DCF8C8DCA , 0x3F1417895185B50C92FEFB2CD83237D5 , 0x4B3C3A1233098B3418C19575F4CEBD73 , 0x5BF36CAE0C0D74773D8D3510F67E47E9 , 0x5DC17781DD3BEF8633DD74952B70539C , 0x7478B4E9B84C193FA1A299F6A93C8B7F , 0x89CD734A8E13C81BDE237F07E92305D4 , 0xB1ECD1ADE4ED22A9EE4C2E8C2F8E8B19 , 0xD6D0D039628C7653C0A88E81E6BAC93D , 0xE08A8FEBCD870FF842449B957A437673 , 0xF68B4A7A77BCE5D17BB64B8C9DF6567F , 0xFC476DE89FD310A6F2FD39279DCA9A9C , 0x049ABE45B9329B2DBDE3541053735158 , 0x0ACEA68AE958371D9426C3F58802114F , 0x0EC074533BC69944910B01ED3F56D69A , 0x287E9FFF1997A37D3615217D4071FC16 , 0x2F86A900F48927472FE1C5A3224F7CB5 , 0x3F97F9AC226470AF285C8EF7C633739F , 0x4284C9F72115A480AA3F996B528E1CC8 , 0x5B2247B038051A881782EB9A23BE0ABF , 0x647CC1E3AE43FFFE0900C6D67697BDB1 , 0x6751E4EEEEB0FD45F828481493DD34AD , 0x6A8492FFFC84322B622FE5B96DEA926C , 0x6B6B087A13455D371F2F2286D979E5B0 , 0x6ECFF9967CADB4B31F156DCA1C50783E , 0x75A0D971BD294529B6FC2664920F0730 , 0x7DB0E82E68845224BF0E76ADC7C2C32A , 0x8BD061215C43A8869ED7C04595BAC4CC , 0x96A1B72F1368A47EA04DC2D03F184058 , 0xA673B9526667529374F6890A798E8A60 , 0xAC82230DEFEEDE90FE624458E185240D , 0xBD0734AC735535122E75175FE0C2E90D , 0xDC5B2080A7A317F1F8DAE7BD6CF5F7E9 , 0xDD667A030323316693EEFD0CA4911E15 , 0xE6EB0FC0385812BABEE67EF3146D19A5 , 0xF1DE1C26C4AC90F94FF0A0FF04BEC871 , 0xF2DD4A95D9B0633DD2EC7E55FF38F3CD , 0x00DEBFB7074B929D3F751118F82350EB , 0x019C675DED924D2C171237D592EFA924 , 0x09AC527798A0FF134CC127F4B70A58C6 , 0x0C2C1A2202F7C387F0490D79EFF2FD4B , 0x0EE5F1E8D088CF5804AC015473549B92 , 0x35C8312494B16EE6B7971E9886D97706 , 0x3837A5A7BDE1A6DB02A1809F84241D1B , 0x44676512D71055BA06F324DBC9423466 , 0x4A3C7A527009382BFD4A72FB438C0E63 , 0x6A950EB5B6F703EDFC3D5B1440AAB176 , 0x71BC81806843D9E314364A5B35BB9DF0 , 0x73CC5C244E33526752C8462D5CBDACF8 , 0x75FE375C4E16E6FD0B397A15C253C515 , 0x8049DBA2BF202F1EA8B23BEA4353B373 , 0x8400BEC1B0B6ADEDB438E5D9CE17A89D , 0xA115247B680A28C4402AE6E1818986C9 , 0xA4178E2E868D230BDE5C5BB8FF18E623 , 0xA9911FF13A3EB486F3A894877C4E0469 , 0xACBC2B6C22EBEEDC766F75C9C5961F21 , 0xC3B3FFF76C7A176ED3B4B86077E05889 , 0xC8AF40EBAD60F9A9C029165C8E787ECC , 0xD33E2152E4E3B4EC13D9D02D2FDA7451 , 0xD7BD8BF3BB2B213C42D66D076AAA3E64 , 0xE56CC46B977C3A4568B8C9D6C9E11572 , 0xEBED2DC42668A4BB9A61450B1DA07645 , 0xEEE4D49B3C8DF0254BB6ADFC294105B3 , 0xFA3788560C9783823E4BA7411DE48B62 , 0x08569DF5ED2EEBA58BA5265DAEF2F23E , 0x13D037958C51A80A0335FDB49BC2822B , 0x1CEB3ED004B7EA8322A12186807C4E2F , 0x289471B95D6DA2209BC84C97D24F7E17 , 0x29DB239082DD4FAE9FE63DC810441DDD , 0x2EDB42D919A4D79D0FE68157407C341B , 0x3A96FA834958EC874EEED5AE6745A2D5 , 0x45856989FCC34CFEDA28A4AAB68C02EE , 0x468D4FF2CC3E959D7996CC4BCB9ECB66 , 0x4D3C174838453B5FE4448D24212AF2B1 , 0x50647104C36A72121869268B8F1E6690 , 0x570A7DC64845C6D79546AAB68F3B5F95 , 0x58762A4260682E11BF6C44B016C50ED0 , 0x6FBD4B38D040480278036B44B8FB3CD8 , 0x72BF220F854D4C5D8545CCBBBF42F84B , 0x8D6AAAF98D77075B9E7910A9BA0DF216 , 0x95A6AF8D422404C87E6471EB9EE2611D , 0xA9B0094F33258BBB0477DBE6A03A04AE , 0xB818F8C20F3EC78777BB23729AF57347 , 0xB8627D14CE0C7F1CEC61112642787670 , 0xBC6369A0BC0BE196C3DAF606F5083254 , 0xC4DE02DD8FFFE55E2DEB9D155BC38FC0 , 0xC74FB4D708D869740567CBC4DDB166D0 , 0xCD354F1120D8CFD285E69E95719567FE , 0xD6786921DC9A5C586C87FA86F8BEEC60 , 0xE0C6194809B975C8D4925CF379E48029 , 0xE193ED1926C68F419CB00FFC42AEA6CD , 0xEFB728BF878FBF52167ED2910154AC02 , 0xF5B89B25FD419B2D4930326A26C7F670 , 0xF92FB3FC8F54B32719759CB9E24E5A86 , 0xF946541B2D4F8F892E096DF53F0C12A7 , 0xF98B421E7CB630B652426A7DDF4D7711 , 0xFB11C16C86B80E165FE0D9D0EF6AF9FD , 0xFC78C76B1F56E12E3E413C8B6613E962 , 0x053039557B20BB87889433167A6BFB97 , 0x11BEF81F58F5834004BD0896ABF56D79 , 0x1434F7DBFFB9E3D1DA3644062B75AC0E , 0x16D3D4A646E55861A991618CAE8A40B0 , 0x1ACB733CB165E57F70A9BE32764A7C99 , 0x1C8FC7936ACAE9D446A49B33FD3C3C23 , 0x2018F7C51BBBE71F14DAC37ACDB09D3A , 0x212202A59BAEE3D70084AF3AEA6AB93C , 0x2D612FA0E987E7BD07EDC6C1C0A2C9AA , 0x2D97282F7EDB27F0E1505C049DA40322 , 0x31A4D61A840836A12D3FC7B42E0B56CE , 0x39492E18A36545F453D63D7CCFE959F4 , 0x398F27BCFB03D0B3E8CA26E1699427C9 , 0x3B2F883867F32035EDBB25BE0DC3C2A9 , 0x4006E9F57EF53FCD58CC1FFBD684F943 , 0x40F0E6F995DD8A12C89EA15FBF64410C , 0x47E22481E26AE9CD1B8DFDD380B53EEC , 0x4ECD5D5A5FF47E0E9AB1C3E733AB2B72 , 0x4FB5E9C43A0B0F9C5B1CF9BE26BDA658 , 0x506D9711C27FDF2CBE68C404F4E8FC8F , 0x5340ED077A96904E35BB19FA7189C2F2 , 0x57D32E052EBCD311EF9FBCE06CA1076F , 0x58955B201BDCC76DB2E1216B515BAC05 , 0x5F47E421849127CB64464C3B2AB2D713 , 0x65149E950D2D3952802EB795A37050E3 , 0x69CC89280BBDFE97A781FDD24F163AA9 , 0x6A906D99B7BF8E93B8EAAB6BBE2528C3 , 0x7D0490C726EA5041327D56AFABBC0A85 , 0x8F191E81BB1C140BF945B8A691CDC09A , 0x8FF14D74CC45457D9DAFF7830154A4E0 , 0x947629B24EC23AD516E4F1524EDBC4C3 , 0x96085342159E31949D4F46EF48267320 , 0x97AF4383EB4C48DF5779666C5A7B74BB , 0xA6B49515FC4F6D451B4AE5C1F6333FB3 , 0xA91979CA1B5535D123ED29E97D9C283F , 0xAB0B89EC9634ADEC3B9BAFC2238F9DAE , 0xAFDFDF16E9B8414A6B5733A74D4ADF8F , 0xB52A6F3BD40E7C2BFBF49C722BE7C80B , 0xB795E243066AD98C49920EC04C9496FD , 0xC0198ED2B51C1150C35B0F5D6147F732 , 0xC15BB88D79603AEC74D2523AA2CBF796 , 0xC4121B7481878D987FCCD6D48A909CEB , 0xC61D93AD6258419021C8359EC920F314 , 0xC892A1FA9EFC1727964D43F893AE9B0A , 0xD591E429C62633C88611563762175422 , 0xDFA1B2CD74C79E328073588AA77F4D74 , 0xE4B9A751FB9E128B7A2EB7C62003672F , 0xF1BC3DFA2A3034399535154B2269AF22 , 0xF9620C0E8D21EF8BEF365BDE6DC3DAAE , 0xFBC29B1FE52D11B63D837FE210EB6029 , 0x01F9134278E405126C5A8DCE11C560B2 , 0x08D9A5B0C30FF6E07A930F8027036186 , 0x0D2164C846DD7AA96BA42051B86A15AD , 0x109DAB522C0C55627039A71460FE5B2E , 0x14CF59066EC97FE8B2E68AFB61BDA601 , 0x181AE0430B2B88529018AE9266338ACD , 0x1C604F03AB03697CA83EF7AC1C944384 , 0x2A72B829310EFCC9653DFD40120921B6 , 0x36777EEE8EACBCBD232DC29717B2E605 , 0x3DF7763DA0C3DA20202E2E3FFB02EF14 , 0x3E975873529AB3BB25E602F35ABA2D63 , 0x3EECAC822784051B0D4E9D3CC5A45752 , 0x40A1EECC9851D6CE3FA46F6D4DBF79EA , 0x4198CED08E962E5833F72EB2AB5C212F , 0x4B734D55F3C3E5B3426D2314FFB95439 , 0x4BBA01B229FD83847705E209C7B0B3F4 , 0x4CB924E699530BEA9152D23C2FE52B70 , 0x4FEB5475B207B5241FCC1B0B7F0E4875 , 0x53B06C1EC8D8B6FD60647D712750D694 , 0x56E1327CB7EB828F8D8BD7555EB28FD5 , 0x59211E37D52CA18FC7F2618DF38649D3 , 0x5A93D9B3540ACC9DE8328498FEBC5A6C , 0x65B5E788C9E164FB6641949A484E0DE6 , 0x665D0C902F00AC8AC85196542A123E42 , 0x66DA63C50FD97E821C2F826632D6CF96 , 0x6BE6A8E76DF5DC72FF88A0D80450ADE9 , 0x7183BD2CBEA2DE9F1110512938DE366C , 0x72A216CEC3BCD54FE53E1DBA9B5B1501 , 0x7BD05CC31CBAC3DA47AA9C119F8DA22D , 0x804B15BCBE9B5952019038916618EBB5 , 0x8BCBDA2A2859746ACF122B5B71C49610 , 0x8CA2052EA9B0253A10F983D1C35F978D , 0x8CEC07E99039B0D503AD734AE6472336 , 0x8D8870C55685D1D2D1600FCD2CBFD176 , 0x9273D7811FC9B87F06D0DC2DC200293C , 0x93A493DAE68018C54B55B3F0F0B7C796 , 0x97AFDF7BB8E6C4C3ECA438C8647018C4 , 0x9DEF392107DBFB3F10A071E314B08C70 , 0xA90FEAF261ABE1CEA2A1E139F5142114 , 0xB367632354CA8794F3D85BB8D69B23D6 , 0xB723F004092EF1341A0D6618C4D21596 , 0xB98E252D750E8F0316920617E7E662B8 , 0xBA2E96E23C039941D2E75694A991F1E7 , 0xC8C8DF8068BBEA85297171C16F966CEB , 0xDDCE5089D0D9C3CC0912857E04F6568F , 0xDFFF5085A1FD9041819D2A2E3387C1D3 , 0xE194F2B22E7C49457EB8F6DD4C509722 , 0xEE7E0395930E0846AE638DF865EB0380 , 0xF06317B8E8F954C7F078430623F5B96C , 0xF0657B698306531E32F2B40BED2362E8 , 0xFEDF73744D75FC75B5DCC43B738DE0C5 , 0x0078CEA04020B2506420A3C704A7D387 , 0x019B321835FDFCA3FE2BD387E1CCEB25 , 0x03704839ACEBB4BD8E10E6460DA6C799 , 0x0A55801224F90EAF82BE9415EBD26572 , 0x101EAF23833237F9991AF9FB262A1283 , 0x191E36C59C1B9489D63EDCA3EA66B02A , 0x1A29C7BB98B06924CDCDBA6FE815397C , 0x1D42E9D2EFC1EC79634B07113429FAF4 , 0x2A68AED545BBBAA8D57800F191CBF74D , 0x2BED95602C68344CA6F4CDDE4F5D6F51 , 0x2DFA88F9DE0A86BB29DE8CA168FA1C46 , 0x3489D670A3DF340CA6E0643ED0E096BC , 0x3586BBBFB594FABFBCC75749D152CA99 , 0x3719BA9771636C500EC55B6C924E24AE , 0x378F9935AD49AB1AE78A0BF8862EF8C2 , 0x3EC47F83432F977754D15F7BAC2C2246 , 0x42A2558911428C680F085E44031E5A0E , 0x4320798903481D958E4BDDB91EBBFC45 , 0x455FC4110E4D364F8BFC66F14D2EF60B , 0x46D4D356834618A6432AC1A06BF40EA1 , 0x4B5A0B6AA73863C7D1333FD2508665CB , 0x4C60F7B700DA9344486571ECA048F032 , 0x53902415D20621D06FAC2D5452FC7A22 , 0x56BBC2242A51263F479BAA1FA006BB47 , 0x59A523D956FCF52850E0EA4731BCFDF0 , 0x64EC6F71C57F88EB57290A00FA0F1712 , 0x67BBE14F1F37F107AE2B90928E7DDEF8 , 0x6E8C50FFD84157A84FE4E7997A16D5C5 , 0x72CA35B3FFD5583184EC90E70263B71D , 0x74FC5F8509671D87B6B0C2134C5093A5 , 0x74FFF9309D92D83EEE6FD25218414FFC , 0x768B1D27D78131890F24BCE5474EEDF9 , 0x76E02EF175AF01DF6DC4A7B790DBAA4E , 0x78DB5E93841F08825F06837961964523 , 0x7A944906D1A657870AB767AF301221A2 , 0x84C05E67075E3E6364607CDD456735B9 , 0x8B8EA46D73865D6499A83935BCC86148 , 0x8B92958F9B2E9B55F27E27784702A684 , 0x8D2584A3BF3E324B8980282D7CE079B9 , 0x9125AA29CAE89A84D1607B6172827BE3 , 0x92CB99718C1B78ABC6C5578607E4670E , 0x95BBE0413CBA2D6981B3668FBFE9E771 , 0x997B2F9B8F87A5B42D097FC1364829C5 , 0x9D0276370EAD305FC75413CE2CA3F45B , 0xA57C0AEE6C89154F0A53BF8700582F9F , 0xA664E6DF708E133A933C1DDA0A19708A , 0xA96280FA1BF61BBFEA86942C4F7B89B1 , 0xAAFCE91A5FAF8AC241BF9EEC252D975F , 0xAB359801638AC6D5CCCC4A3634EB99D5 , 0xACA5BE2A71E8B72A2CB52B3B0B1F92F5 , 0xAD25869366360E1B255238A03D93AE08 , 0xC0DD84607715A44B847F3582F2B926F8 , 0xC0E8FC089FAF2A17AA58EA7BDA3EE481 , 0xCA82A8FB230BC98467B9018C11DDD35D , 0xCB15BC4EA90946D5671B0452E7631188 , 0xD7FF79D377C957291CAF4BDD55BBE75A , 0xDBCDEE49BF0D95E305181650117D243C , 0xDCBDFB87405D703E4829DDB42897B539 , 0xE7CA6C540C26E49880EA0B57A01FA923 , 0xE7E30E90D852548CC8B6D43B256A49C9 , 0xEC23DC85DCA67D4D5685281F58D660FB , 0xF1C1EC7274B8C3B33392B1258F32BEAA , 0xF33ECC1991908E777735124BA8AC5A9D , 0xF46503B7B397603D08A4D686A71C8764 , 0xF529967133E30319CFDB0A7313068657 , 0xF6DA255424DFA1583857FF057600BB05 , 0xF6F38CD1FA3D01D709EC29B038BA3A69 , 0xF7B58FB90FD60D47B015A6AC5E3B46C8 , 0xF9DF04B72B34CF2076B0CA23D3254162 , 0xF9EC68869024ED0CDC2C168991E0B940 , 0xFCA494C8773C7860D07EE89687B56D26 , 0x020CA71A217567DE2F8EBE1238EAE400 , 0x03DECC84137B51DD96E9B6293F72ABCC , 0x04C2D3658AA8977CE504F5AD51857F97 , 0x08A6420124D99ECDC944F81449C1E124 , 0x0BA7EFA5E18E319F796F1612A9BC9435 , 0x0D970AFB18F922112B24608CC8A77EFC , 0x0DA7A0769738B89F9B06E210CD8744A1 , 0x11B540521A9131F20C214693D092B8C4 , 0x135F2B876F2887A7BA99D90D980574E0 , 0x13A2DE2D36CBE3A9E1BE5CA73C7543BE , 0x1AD6C45F995FA1CDB4DE5254E2DED630 , 0x1EC0626C07C69E6FA5D037068E514811 , 0x23674706F5815B2E177BCCF4C9D70A75 , 0x27AB84D8C5036DB4CD6BAF2FF3423CA1 , 0x2AC54FB01396EE65EC3C10585B2FDAEE , 0x2AE2CB253366173536C9E9A4F1EF7E8B , 0x2BBCE97783A4186531274A7A915C8D34 , 0x2C6CF43AA3B150C70DA93E5DDF7450CE , 0x2DE35A4F0F6EA73981C71989B0E36535 , 0x2EADC24B72FF8433B05F5303E8087A53 , 0x2F823204087469E0481E0B8BF76E54B5 , 0x3104AEBB214537520F2CDF42EFF64F5B , 0x4207A425C3545D9B2E87842A248807C4 , 0x446B10FDE48800BC1832A24E4F44A0C7 , 0x44744E9E5AA303768745514EFCBF3B4E , 0x45B9B4994C4FE7D7489D7649E3B79A23 , 0x4691938D7A97A0388DAB45B27A63834A , 0x46BE16589DB4B6FE0C7FBFF3557A2573 , 0x4A5297C9E7505A67016BC3D3B30AF872 , 0x4ED6F5203204FF518981E6CB3454681F , 0x524D248DDB94507528717DF7BE9B7395 , 0x53047E42ACDC34F0D5627AEDDB5E8CCD , 0x5BD5185F28A3948985DEB2716A2A8476 , 0x612DED31F2FE615B2312C2AF8CEB05FB , 0x6551536C433E10B785D8990879623BFF , 0x67D01C9E53A2A874084229AF8AC1F27C , 0x6F4E325B22213D01C01BE8CA12510011 , 0x72225B7E994E0AAC2F6176AB3C08D8DE , 0x72BDF098E563EB06F97F4A325EEC9AA6 , 0x75157FEAA114EA01DF9E8EC7E54DE7DC , 0x79EF6B4C1EF736DDBF214E6BED71D1B6 , 0x7B18FA8E8A771E9B15CC49F2BA0CA5C4 , 0x7BF1AC5A72EA5F0B9824A69BBA751BFC , 0x7D58ADAA389652DFD1CFE12869431961 , 0x7EBD27C1DDADED1E9A0EA318120DB247 , 0x8255CA82432E644044F6E89B7BFB13D0 , 0x8342A45BF5E63B7745DE2105CEB3CC4F , 0x85AA3AAF7E9EE83E4947E653EC155B83 , 0x87892D2AA08B4EF5F8D3FE732880A507 , 0x87E6E055D03256635864EF4085D9D75F , 0x8C7D5A56B08FDA79E1D7ADF15EDA0439 , 0x910166B4E2EE68D71B27EC3B15495AFD , 0x9280AAAC42C909EED82C7509761B892B , 0x92A5D767B37589B0532F69759779666E , 0x97503C00108BE2BB79A460B33A7C0A69 , 0x9879965A9A35F1AE53A83A18DDC16037 , 0x9AEEA3ABF53A1361EA7C8F3C96500530 , 0x9FE12F566E96C513AEF4958833EA68ED , 0xA2A7E49D90E29333C92B4DCE9A516FF7 , 0xA42B851F7C471A16D18B080DE2A3039E , 0xA63B518CBF2439ADE46CA7B13CB251D0 , 0xB54CBC84B57585D91EC90B1D1933F6C4 , 0xB987CE00F92855CAE6E806500E827B1B , 0xBC113B0D14AFD019C37C53782FED1C58 , 0xBE4083067BD234DDDEC5A9FF42CFCD51 , 0xBFCB69BFCABE2E508C5B6EA3E8E188FB , 0xC12EC2D00F9BC980B10C141937D6EB85 , 0xC1478069899A212F861CD8C25102373F , 0xC1718BEE79445E8CB407E65B840A709F , 0xC41F24154331D0EF42D94CE470652F6F , 0xC42DD0CE24F9009F2B6F1208D686E8D6 , 0xC9C8243CD7A087BC6F126CAD611A5392 , 0xCE4CB592C642812FE9E062FACC82BA15 , 0xD06B9446D9AF9BB62BFDD7E34F65CB64 , 0xD298D093B71304A9E2B34F6A4C2147FA , 0xD4F6106B2513A19CD38B7BB498833733 , 0xDCF653E0C2657719AEAAFFEF088A70EB , 0xE19D26D76A8388234A980EBEED58ACE3 , 0xE5F65B6BFFE973F63C2BBA3CAACBBD45 , 0xEFFE45578989AE2F10F3D7A156394F69 , 0xF1B1EA54947398CFD998F781A9AED602 , 0xF7FA5AB50ACB8A58209F899656BF5BA2 , 0xF871DE99B99F53A805E553830E383E9E , 0xFC1D06B0E53219D64DB4C83D9051B3E1 , 0xFFD126FC3C69EF1AC01B9EAE62F046BF , 0x00691D3DCB83CACCFF1C8E0FCC30A826 , 0x026D84D5C16E6A542A2ECE53448223FC , 0x0275AA016284451C3CEDC2FAC440FC2B , 0x04B8904B50D41E4255C20728618AAAEC , 0x04D89C90DF3F9F77EA1648A3B583DE6B , 0x097F0B0E1064A8EB0D4F004773AE0DFB , 0x0A5DEB7B94FA202866933CE7434E988A , 0x0B102E942E9316C1068A722C1D9F6E17 , 0x0BBFBB7FCFD272C357ADE7EFE3E1605D , 0x0BC362E0527323FCDFFC4B68FA4F80C0 , 0x0BCF368606264DAB59F25095EEA2D4DF , 0x0FC343A051AFBFE1AE663EE4BFC91AAC , 0x101CBD2495478DB053F0F686AA6647E9 , 0x11A2D728E07E0D05CA845230871619E2 , 0x121F7A5CC8B558BEF5145908EA2B8D54 , 0x1243463254F18EFE18FBB299513C961A , 0x125938E65791BD9BF7F884E177FA9BCC , 0x149ABDBD33A5F16A00572D3F2FAD07FB , 0x18694854136D511ED20AFA995956F44D , 0x1B2AAC0EA6150C08F46509B675562F01 , 0x1B358EBB5420D9A1EF692F6C7DAEA384 , 0x1BC96EDA2A4647DF8B96CAAFB15430CB , 0x1D63653DE700E752AC9CAA95185DCCBA , 0x1E2090E231E01124C507CE376B1BF400 , 0x22D27C1F39A0EC070ABB08DF604BDCE5 , 0x255D0AA8B0D4779A4646729AAAFC4468 , 0x26FFA173831DCEB8AE506DC606499A37 , 0x2A1FB2F7FF6D9EDE4DE5155A5C88C7AA , 0x2B1C4784F43F06C73CAEE5F0F68ED024 , 0x2B823090A28F0BD48C3A735780CE6F28 , 0x2FF37A5E1C8226F739DCEB111F87CD8C , 0x2FFB9B66E92BB60CDC1FC5D5A721AC5E , 0x304326A9B18687BC8643F6661CD8E428 , 0x3098A38BBF5FF4DB9771573C86F4E2B9 , 0x36071DB6A8315FEB9AFD31E4A15778AE , 0x36B505D4439D4ADB4966E38C295D8B3B , 0x39B9FCABFA295BB1249F3F0FD103264D , 0x3F261EF46764C6156F3DE5CDAEDCE771 , 0x401BAA81BED84B7EB1D088277D07FC87 , 0x411B679459843297CF2261473447C346 , 0x415F46D736B1947D7592F452744EDC6E , 0x4165388EE893E35094EA90A7A195F25C , 0x44BFAF30C903E49BE90AE1A37E2B6F86 , 0x46EAC14857CB5ECA5D42E6E13C95FF4C , 0x47041950422B856A98B35AAECA0A0C42 , 0x4AA1FD5C135CF5BB20706A58F606F7D8 , 0x4DF31771DB2D403B8CC9CE2578F57324 , 0x4EA81C8ECEEF94C2D457D66A7537E6DC , 0x4FAC057805668A8B22EFD4704D71E7D2 , 0x50A06E90848C77C6DB1B9EEF503CB8F5 , 0x513CB74DC24C56E2C45D17D3160D8E43 , 0x54900089D3437ECCFADB4824989F3578 , 0x54C96953FE3CBE527F3BF681BAF7D697 , 0x560910058E813A18CE56F5C859C5110D , 0x63110AEE2785A98DE16E696E05933176 , 0x6467D06F2F521099A97E2D2F7D9E0A89 , 0x64E18DB51C6F6108008E052C932F6B97 , 0x660ED7EFFE90186F7DB97ED4B8EE50D4 , 0x66105BE05244B6CF3E53200665B418F5 , 0x6ADE71D1C6701D4347CCEAFB223F0D64 , 0x6C08845C8ED87C006FF00ADA1872B0DA , 0x6F2457B95A206ACF0B89B105CCDD0CEA , 0x727E214BD853100A1AD5EE6167815945 , 0x728CA4E829C7E4555D0C0A332D524B3C , 0x755CE997BEE0800CEFE21167287A883F , 0x79FE8C3E5A9D45A4F5C66C80E76071BB , 0x7DAE2D2003109A54AE9A3F0BC4020C17 , 0x7E77C98B8FE20C5A2690D39D8CE305C1 , 0x7E824FF2E2315BA885F9EBE29E6D6E1C , 0x8114EEEFD5D42F0CCEFD764EFF7CAC2B , 0x81A5FE9D1FAEE3E0BA2919AC1E3E628F , 0x83B2C0526F838B8DBF12A9784ECCF4DB , 0x87D7FAF8C91731B8820347CDB3D68CA2 , 0x88566A4AC6CA951734A2619E28F941EC , 0x8A4AB01EDA40DA905C1A5F79DE478879 , 0x8CA35D512D6CFBBA31566A52B1AA0F4E , 0x94808625E488C28A488782C70201EEA6 , 0x94CF334DC287AED75FE8B8A07912E036 , 0x956FF7B62563EF14CE33B4F6460AE36D , 0x980E31FDA1517E5D8700FF2FF512D194 , 0x9A9B85597A9225C956A54D238705BF68 , 0x9B84C12AAA245774A045F01BF7DBD7BB , 0x9DDC312598C0C897D408F05A9A8B693C , 0x9E43481BC34841B87E35E894924320CB , 0x9F90BC2E63AF037C88A62D9E9983C3EF , 0xA4BA69EC6C2B3488EA6C3B5094BE0F18 , 0xA6D685710FB485311EED126C53FD66CA , 0xA7FDF5B6C858803DCA013FE9203221A5 , 0xA885DE3D50015DD9C385688327CB3904 , 0xA91E70A31578828A1DB83731CEE649D6 , 0xA9E8CE503CC749DDF8A5D146C84CC484 , 0xAD2B866B57E2EBE955B907B618812624 , 0xB6A5DB8C67B35C205D436C63D3B8F6BA , 0xB6EFC9F7ED6BE4924E43780A03A99899 , 0xB795CC29E8DCE1D6EEA38560E7F6F066 , 0xBC07DD82A80CC42D65F757DB6F72D32A , 0xBDF1890CBEEEE02BB2CFE1E5BBE14BF4 , 0xBE3A7B2EB3A9265735F99A8A9F6830FC , 0xBF8F5479E71CDDE15EEB02D3A57F853F , 0xC094C582DB5438E8BF889D13D46514D5 , 0xC09BECA5A3017002F43A70175B580FAE , 0xC12F366A7DA7CB97BC4A48901BBE8346 , 0xC1981778DD42DFB29CE98B89359A555A , 0xC356DFFBE4A3E7738B699FDB0D082438 , 0xC474B6F49E75C85177C22280D67941DD , 0xC53A659F7D94B5901BB01EBCF9E3395B , 0xC5A09646A3ECC7F5B19DE96B0AC9D371 , 0xC73865871E5E1652E083738EE6D394ED , 0xC7618768D2116976B3D54C5A40C1D208 , 0xC77D4C6E1BF7C6654E64AE21FC104751 , 0xC7B5DAB0D6AD00F0CD93A5E4A73F4194 , 0xC8356799E9B4B82A4EE29A8F3F399EAB , 0xC8580F06F919F0FCB73FB4B150D740E8 , 0xC9FDBF8D7E522FFFD4823668D762958B , 0xCB6EDE1ABF39FB88F8968CF76F4C3B9A , 0xCBD9AD9875587F7A5B1B561D9807839F , 0xD23088AC70D4E793294D280A94B7B9D3 , 0xD317187D483D813B28FBC1331166FD32 , 0xD3B6C64A476E08397C925C380863AE46 , 0xD5BF4810C3518FB1A4B94CB04BFB4AFD , 0xD6D666A1AB1D286178CA7FBD3D852FC4 , 0xD7B41D30F5592F3DAFBB433410D2C331 , 0xD7E5B053ADE46DCBFF084BD8FEF52EC8 , 0xDA52EE44687A3AA93F86F73F6C2CCADB , 0xDB12429FA46238D4E22D3277F212C472 , 0xDB5C92475DBCF26BFF340CC3AFD19352 , 0xDBC52D4214B7DC49D0571769BC710CA4 , 0xDD53D74F0669729DA20AF1A90A94965D , 0xE1967A1B86D3D23835DF9A7E7213AC40 , 0xE4C454F6471BE3C38ED18D34DA8E9816 , 0xEB6135B5AAD42B8F72ACBDD07D5DE0E6 , 0xEE7E30ED415EBB88C1290ED96CFED927 , 0xEFF0F1DA8081FBE511D13BC21B3C13EE , 0xF10A770953E2D75516535B281C1EADA4 , 0xF47E10CF27A8C61536CF99810953493B , 0xF4E5935B598B820BCC25B00E91983611 , 0xF5CF99026BEA13BC4E85785664F0D6C1 , 0xF70DEE90CD1D51756103E41031611A87 , 0xF92E3D03558C081F2E64983C21594EB4 , 0xFB2DF934EACE63C568DA08AED1F8D8C6 , 0xFB5BCFCA00403D4D7CE198B5C2074D94 , 0xFBF5EA8DA2B548857EC599F2BF24944F , 0xFC7A9C5B1D79298703A6D01F3298E76A , 0xFD1322349A320E77DE8B9DD87B9DD882 , 0xFF5F1EA5ABB1853576293567AB2F31D7 , 0xFF9B22BBB28DD93E294846769D76FF43 , 0x01529ED3E210816EDD9E77BED5C207A7 , 0x02A161DA535EEC5385EAA67173578DC2 , 0x031276AED226272FD0A8E61943226D4F , 0x0435509BA38940CFEFCC909A84A4115A , 0x04D84737532F709E2822FA956FC7B38D , 0x05298BA3E418FCB0BC6B58C721F6C3FE , 0x0747B699360714664C7238EF38C3E2BB , 0x08CFED302B49378EE12DFAF72B7EB5EB , 0x09E6C65C07A8D3E7BF603EEFC48C0D4A , 0x0ED6681DBE5D6D7C83C8C2DBFAF87964 , 0x0FF9A6E28FA2D445112CB5D5BD267C10 , 0x10259C896D81ED7F76B80A0FFACC1903 , 0x136313568EE7ABA28703DBEE60B7C620 , 0x141D10280310CC2FA90EA44F7D2717DD , 0x144F0468EBDCB9623F20DEE984BE2870 , 0x148D234B86A239773D8232491F966A47 , 0x155C2D156FC46D4FE05BFA3BEE776D3A , 0x1900612D77F6BCE289D2CDB7B9752FDB , 0x1909ABD42EB0366E3EB0E403630B404A , 0x1AA1968375A01054F4AE55570F38FA99 , 0x1B6BD42DC187185362E82CD4F0226054 , 0x1C91AB59A1A8D2F9B506B6DA941E7876 , 0x204EF433B525AAC6041DB3D8FA118A86 , 0x20C7E0564628B8F30E69CDC4BAD2E985 , 0x214F4D2C120BC2E0CCEDCC25DC5A8589 , 0x21C211D6B1A4EE5174D4B579221B6E51 , 0x21EFC4092661BA6CE530F707E4115603 , 0x2266FF28B1C2CABD75C844C13DEF060C , 0x24D3AAF157CD61EBF3CF8DCF9C2A6C9D , 0x251EAD300CED8514BC3153B4EAA54F74 , 0x294606FD8C17D056D5F8832EA60D4C2D , 0x2A3A9A4B871E58DBF2A14ABD02B30556 , 0x2CF9E081D8AC03D27C97CCD6A3ECBB4C , 0x2D72AE235D7F2C736B09ACDE735CA226 , 0x2D80CF9312F6BDB56405F1BC37A87143 , 0x2EAF38427D9681D0F23242E2021128B9 , 0x309D08F8F09714E63F1BCC755E2016AB , 0x30FA3B5A3EB6A051F0945E9F7C4FD653 , 0x356AEA3EEA0C89F467BD4B719F39C617 , 0x388C6D9CDA78A374E53B3260F0AE7FDD , 0x39D5D804A54CD16094677C74520FDD08 , 0x3C5C1D0D80BC7F757F42B12134639A14 , 0x3C7F48B4351BE60276C3DE2C10135DC3 , 0x3D6D852EA30026E4D3BAC84A33058FCD , 0x3E13D063B43D5E469AC7A73990F05523 , 0x403DFE9B2925AEA59929987AE75E8CF3 , 0x4041AF34DDFDCF693764B61D0038CB78 , 0x4146117CF1DE271B4B53271376A9FAB1 , 0x42319A079537A262A3779EB2766ACF92 , 0x4265014530A047A745501D71918746F6 , 0x43B41FA82CE31D45814C48399C40197F , 0x4421058A86444D36583B8F60D4836C54 , 0x461EBEEC4C69CE98793036F9AA7E94DC , 0x4AFE0A69FC12DA676D356D34582E71C8 , 0x4BBE5DED89C471424188179A0EE8AD33 , 0x4BECA9F5C221DC10B0864DF6BE19DA97 , 0x4C6E7B3696E61A69D46484522649319B , 0x4D47D5D158D5E4D514ADA4DBE298F3E7 , 0x4DC8C22A022195712CA290799193B1DD , 0x4DDDE82CE6CE248FFDB51053E2BB3824 , 0x4F88680B6BBC59F1950D53E474379B10 , 0x4FCB9AB4250CD81F9F2266E958EDCB18 , 0x504F0C581D1592ED53C771B85F842929 , 0x52239354CFEFD923B59A45A5DEE3B91C , 0x546D12B66667048A021A9CF8454472D3 , 0x5668F4718D9B5B5BAD30B27094017E23 , 0x592A941A0EC003D077D1D78F2E08DCF7 , 0x5EA0ADD8A248A085640B49A702F06B84 , 0x5FA9A148B4F9BCEA928B52A01307B123 , 0x6424A8F68AD0FC5AD205A3C028059964 , 0x656BC08C60BE3C825C9634A5E32DA80A , 0x65DDAD35DE6677A911579B001F5280EC , 0x661DD9B19540C651873993F7A725532E , 0x66E591B3B9EF502A2090F96DCC2E86E3 , 0x69130E3F340EF37C60FDF43FB2D10920 , 0x6951175A7D487A8F5361F3AD36217F66 , 0x6A5AD2CDEAE780C02D32D5618156C345 , 0x6A65563F37ACCA0887345459BC3B5C57 , 0x6B1555ABD33AA2A70E1E158D97AE95E5 , 0x6E40BFA1E00A763720907AF3F2A68EE6 , 0x7044CECB6D9E781733A5BBA809579FBC , 0x709AF61AB7B62BC6B28A4C7287A17956 , 0x71A66D6C3715C6B4F88FA1B9ED72C7A3 , 0x71F713C53C3FA8C3702BE387E07EE2E2 , 0x7338B9B4E413FC8DD5212240F983E37D , 0x74E0492C68C6E8470D82A216A63F9A46 , 0x755562D8CAADE10AD35F54F8156374B2 , 0x77D0C9FEA56A2022C96191F565B53900 , 0x7879E3F6AF961B00092CEC6F1BB7A992 , 0x79FA1F7C8551DF16E1E4BB5F1955AEEB , 0x7F01E22B13DBD2FD477E14382024AF50 , 0x819B534E716A40C0EA03BBE35E5ECCE5 , 0x826A400875F13F8E6C274ABEC2B00B17 , 0x882ACCCF2D38B8F09CDE516FBB895586 , 0x88694CCF22C1090B7F564AACF72A4C1D , 0x8ABC9B1E8229C52D6BD38EFF8F04A0D0 , 0x8C015CAE6501B57F4630B7296041DCAA , 0x8CDCB817D7BECA535B5919EC4D7AE865 , 0x8D7093237F9387DEE1834C9F6FCABA8A , 0x8DDFD0F09B0ADEBA1704B00FDFBBACDC , 0x9463FB8F8914961270FB02C96B8FF380 , 0x97791BFA2AE4B88C3C8123C850DA84E3 , 0x97C8FF73156475FBA23EF3AAE5BF78DF , 0x9E5183BAD8505A155ED111542C8C4E09 , 0xA0F6D3AB563FF4F6571082139AD47F05 , 0xA5276D169FED3207C3EC04387C433AB2 , 0xA6D668C0777516C663F5CAD9E38E2C51 , 0xA799C4956DFA1D4432C13018F1A4D325 , 0xA857FCCCA695ACC6D92F4E25778CB51E , 0xA8D7FA36A3BA266755C6B0A0FF99709D , 0xA9229DABEB8496C15AE702D9F8F2B90B , 0xA97CDB9013ED3E53F247417D79D35CEC , 0xA98E3E139D376F505124A537BE07F83A , 0xA9DFD55096A4A4BE501AC900884A5440 , 0xAFFCD596E18AC99936A9C946A34E8D0C , 0xB035E38576A528733577EC24B15BDFD0 , 0xB2132D6E6BCB64653A6A9064ED53FDF0 , 0xB365DE4506DC412F9294481B85A3309A , 0xB4A9538394F27B5A40C3EE8E39E2C457 , 0xB682976CD5DF8EC14A77B5DA2A86BF85 , 0xB6AA7AC087557A1A63BB4DF306480351 , 0xB769FD92B6F89ADD76A0ECDA73F57ECA , 0xB83AD927D8AB43B50262218C73EEB21E , 0xBBAF0FA2D3DE90FCED839E38A2B92FF7 , 0xBCF1C3B4F99E2E6588EF8C2D171EA47C , 0xBEF283B5FF3DE1EAD4CDB96F0F559A32 , 0xC453EE47DE9617915F59E18704A7DBD3 , 0xC579321E33EE43FD0E392FFD567EFF55 , 0xCF29445BA723404D5B914E16F4EAE769 , 0xD090D20931BFED6FBAFBAE7DEDC4523C , 0xD31A03EA8C0058BE94BA099E69ECDD4C , 0xD3966935C5A68E6BEF3971D586C6351A , 0xD3B631B95D05414C27A3F5A726A7B46D , 0xD535C21573AB12D567EE6DCE4572AC2F , 0xD812C6B826C10915CFBFAA73762DB2A1 , 0xD9F69B21614469B35E2A1071683706B9 , 0xDBAB6C5B45C3ABEF2A556E159DF1B8DE , 0xDCB03908DA5EE5F2A04A0A7BE4C24B40 , 0xDCC2D23462C4297C552EFAC263FCC57F , 0xDD6DB215AEF5EE4776C8784A28CA16C0 , 0xDDFB9DB5A3D4FD602928ABA315449436 , 0xDE93D41973ED551D1037DA0FCDADDD6F , 0xDFAD44BA8DD6FE09876BAEDE37437055 , 0xE3C18B4DB56CD6F0DF5AE46EBCFCB321 , 0xE3C5C4B963C9EAAD4E4BA3A3D4B02852 , 0xE3DFF90198A3F3E14E9B510D4F3110F1 , 0xE562FC3B17901462EAEF3CA7489FD562 , 0xE58BEB9E16DB10C399C56F7C7F9B4553 , 0xE66F27832D55823DC6077F3C82831204 , 0xE77C38B863DF9CFC04DEB7588154481A , 0xEA45C34B499526F533620A79FE3140F5 , 0xECBFD7968774D855C19FA5D5F0EA9314 , 0xF4271E06F9738570F135F029E9C6F07A , 0xF6A78E51BF5E6D30EB44A3EEB3968C3D , 0xF82BC11202F19D5FC24340007F0736BE , 0xFAAC3A00B35827916988555E4A9FEB7F , 0xFB833466E057EA756779788215C1E27E , 0xFE39BAF1056B7C31FB56C566AFF7B7F0 , 0xFEDA80641FCB7980A320E1E4229F0E0E , 0xFF40E2E895561CE5B4CAF8ADD5B00497 , 0xFF5687808ED33284F832315368D54E8E , 0xFF57C56D60E2A07996EB92092AF61606 , 0x005C0479038BAB34D7BFF37648437DF1 , 0x00B82472B8830B5EC118D606C33521D7 , 0x00E0B20680E2D115096A6B846B290199 , 0x0478421EBC446E9A16661AD8588C5DA5 , 0x04FBBB88E0E6D96E415698C3DA9ADDB0 , 0x068FDB184FE109BDE2A2A3A0105A13A2 , 0x06A17FC3AC2F898B3559CBD939EFC879 , 0x076B6A333B9249955D9BE2B665869402 , 0x07DB52BD7EFDA6681DFA33A3F3347B82 , 0x0AE820471317666A457C6681549CD5E3 , 0x0C19FE82532DBE89962ED4D8659D3B0B , 0x0C30F139D2FFAEC2B15BBB2C66DA9503 , 0x0EF82840DD95970D553B39C0CE4A6AA5 , 0x0FDD3CFCB312B86F202CBF154EEFC313 , 0x0FF514460538356FA957EB0B05D2742C , 0x0FF67F4A7D798E5F57432A8380AF9220 , 0x109A95AE1C1A1B06BD46A43EA619B895 , 0x10DC439455E98B3CABDF658C3AE74A5E , 0x12F87A02FAB834F5FB0A7B396768CDF7 , 0x1386E225FCFE078C32331C550D9F48A9 , 0x13F19E87545E596552835C059BF489D3 , 0x142D501565B7E0E8A1382F1BC5F6195A , 0x1538590FCBF575E371FE725D2B52A142 , 0x18A554BFF5C3A748891257C6EC6CF246 , 0x19E0AF0133E42FFB09DBB8F789B8AAB0 , 0x19E2DED686F28400A5F376E931381C2B , 0x1A4A9A4B6DEF99222C09D85F2888258B , 0x1A67091FFD45D2E3C9B9FF237D72301C , 0x1A67AAB36CC9AB0FDF9F3F4DDBADBECB , 0x1C4042344AC408AAEBFF071862436847 , 0x1C787F3292ABB69F40808B7488F48959 , 0x1CF677677CCB33608F539108B57ED536 , 0x1D885AB385E851BDB99239F9AB9CF004 , 0x1ED3D468067A3BCD653CB947EF496E79 , 0x1F3E28C8D3A40AF5F0363A8465833BAE , 0x1F577FB4EB06C0620326125248409271 , 0x1FA54BE396DE1ECD0E0EF244A5225D22 , 0x1FF969268D5D341879F8A6DD65942134 , 0x204C031B0D3B1B239E20AF371541304C , 0x204C38CE26FA36C705722872B78C4819 , 0x209DDC5DD52924FD19C22A35B1C06308 , 0x20A73D67724E2F6B8B837EBDB9C8EA96 , 0x227A7774DF8745A541E9A727840F1240 , 0x232AAF7939E17DC4E3F324F66FB857AE , 0x2397115E23B4E976931AF27E8D95752A , 0x25419049F06B658AA928CE288BB001E6 , 0x2590B10090467C510448B69448F55B52 , 0x25EC77BB489A5F8F1D9119F9D1D47DC4 , 0x28F27C0E79DE3F56BBE4E56DBE3D2BDF , 0x2BA72596A1968CB814C8A8B2C62BEBA5 , 0x2CE95B3E5FAEAC1B1CE394BAE54A3418 , 0x2D68F02B2E866F7D0ED054F643C8901B , 0x2E3235816D97201A360D5F4C0F67A378 , 0x2E4AED6F717532CA05C316B2CE33643E , 0x2ED345100BB8FE5971C28A3FE9E75DE0 , 0x30E75922D45A90698958653CD25BB217 , 0x30FABA43F05C3ABD4D1211C3926F7953 , 0x31390D780AEF8887BA52ABF03431AD37 , 0x3158BD1C53DC1F413E463D0B98905DD1 , 0x32985ABA17548BAD9D7EB8172E447CE5 , 0x33914DEF872DFEF89D4721578EC03E2A , 0x33FE68B9E82B78176C19EA2D14C243C8 , 0x34193E179F3BF16442D69E89589001F9 , 0x34747EE3963A37339FE50D0242A28000 , 0x34904E8827BA507B09BE997A1DC80C96 , 0x35B5C43451405975FFAF3A70A846884A , 0x35F83C981A2B750231FC7095A1CBE613 , 0x3602162AC5BD2F9976BD0FE796168739 , 0x360CCE4141285D248CD3E8ABA0804E46 , 0x379E2E29308CDB2071B7D4D4F4F21476 , 0x37C7D6D9DB8E97317EE4270488BC902E , 0x39CFE4941A05BFBC50866F14D31959C9 , 0x39DE00267AE368DBD1D5B81B403E308B , 0x3BA0997E230E0A4584C8B4E9EC05E534 , 0x3BE93B4641BFA24B95912055B084CD05 , 0x3CA37012767D2624D03E24FBE016260A , 0x3EA73F527FE33120AFA65C548571E60C , 0x3EBE97991E334187CF2AEDBF914E1737 , 0x3EDE362EDF446E917D28DB50B76AA0E5 , 0x3FF81B1A98C8B275AACE34DD8BBC85D5 , 0x4000467EB3F4EBE95E106662BCF911B4 , 0x40D2A92CD7760D94E533258A3E41FB21 , 0x40D47FA072606FA89D67A19D791E709F , 0x41AED72A8CD6BB7BD16C52F9DDB05668 , 0x41B9CAC58EF37AD3FDE791464E19D25E , 0x41D75BB8394670CCC7A6B4E6CE731F4F , 0x422823DBA6B7EE30DC016320C271EDA7 , 0x425294161A7B13638EBEA9A96CE10213 , 0x42ACA4279D69344766E76C20B11FEE5E , 0x436B317BF4A5DADE71C530E41D4A0200 , 0x4384DF6CD9E62A5D4E770BCD7FD35F1F , 0x44F24B354F285B5D47543007FC750D01 , 0x450786ADAB3E967CE8F84C973AAE7A9E , 0x48AE2F44505EA5D1C74C4E5FE750D235 , 0x48DFBC3649CB6933D3D36352D44314B4 , 0x4A47982910C99B7FF9865692AE0FC3A2 , 0x4AA70496D538E2CDB7B8A43A43C03014 , 0x4ACDF671C0A54F275AC6EDEE2B642299 , 0x4B1D3AED418F4F2BDDA9A3ED918106C4 , 0x4B6D47EC2878F68311EA9E2E89D3E821 , 0x4C3435E9B81E7DF12C2287B2282D67F8 , 0x4C3DA5131950D23E75C82163B82D7471 , 0x4C852F7AF92497FC24BA2F0D1ACD4663 , 0x4E1257B1D94951F8E912BDCDB604BB3A , 0x4F366C0EE49664EFF4D5B6E43AF8B140 , 0x4F7E7B1551372BC47EEF8F88A02D9EBE , 0x5032D2EF8F87CEA3C7EB20DF7BAF6E61 , 0x504E7D832E4D0F8F3B3BB766285C8F17 , 0x510E6B8A5BDD3D1226A9FBC54FC28E7A , 0x513FE841CA8301BBA59A128108B05F9D , 0x53EB959182023FD2200B68CA7AB9610C , 0x5488F5C7B8A3A2ACC848E8F743EE3F31 , 0x54C4500C0E11CF7736326C80A0C375B7 , 0x54F23FA6D4E2DD43D465D66A8F3090CC , 0x550025EC0247675EDFC21BB0D7A15FFA , 0x5537E68187ADEA5AC6BA524ED2FE4265 , 0x560ACF43E06ACA6BED521C614B52CDAD , 0x567C3C4CC6C1FEF30CC47E57284A257A , 0x56E6DE836FBD88DE33DA1A1E2717625A , 0x5712CB6BFEE73F4626F0B66631FBD1E9 , 0x574E8B543FFA2295C52A89EE95EBCB47 );
Copy
42
11.27 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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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"W¢. 5Ê\x1C ûL.oRn£\x12 & "
b"W°IèÒžž\x16 lr\x1F –iu#Ì "
b"X\x01 6\x02 _\x05 29ãv!$ˆ$†Q "
b"X\x1A zœÎÍ^\v •XOò\x04\x1A û "
b"X툄.ïˆ\f [\e =Ç\x01 ±K* "
b"Y–p´á1…8~</vlÎ\ÿ "
b"Z—`ù¥MéŽUANÚ€µö‹ "
b"Z§V¹E‰\x1C Y5ÔZV9"â "
b"[/8i\x18 Õ†¥\x0F DÄè\x1C !e\x06 "
b"[‚ÊÅ}Dç \r VºÃ\x0F êY "
b"\Ú5©µÑ_!OÈîáAkf\v "
b"\ð<@“˜\e Ÿ¾E\x1E\x15 ƒó™x "
b"]r1ÿäÅ_V\x02 CÃÁ—”&! "
b"_\r ø3“ÚšqQr[`¬!h4 "
b"`8?†jðíq§À¾%\x18 %mA "
b"`Ú"T<\x0F\x16 pÄ7?å- "
b"`õèp\x00 TûÅ1\x1D >¥\r \x0F Šé "
b"aë…Ï1÷ãÜ>Ð\x04 S L!\x1A "
b"""
cS\n
„v <Ô\t fu˜Öà!
"""
b"dâɲ=8² .\x1C J§Ù\x7F\x18\x12 "
b"fëmV¡\e ÄC·g\x04 DwŽ/ "
b"gI)4ã…\x03 ’5_Ü¿³€ùÎ "
b"g«X¢ËxvÆ3ý4OB¸À "
b"gú¼\x1C ñ b]\x14 A8¤³K\e v "
b"gûÉ&Ð^—×Nèon¯½£Z "
b"hG¦VŽo'ËÊ8xþÑ~YÁ "
b"hù;¢\x0E X§O±4Á“)‘¤ "
b"i\x03 Í8`Ä'`!Ë.½ò†a± "
b"i\x14 ›ï\x1D\x11 Á\)(žYÍö "
b"i)/Ki‡ÿ^Mík\x18 ²’H¹ "
b"iqÍÉ?á„Ä"¾ëCmD\Z "
b"iwô"m\x04\t —É}ë+HÅk‹ "
b"jx\x1E @H!Ñìik{×\e êÓ\x15 "
b"k—%A9~‚»¸Ut\r ) "
b"lŠ\x04 ùÁ‚ìs\x15 áùŽ\t Ô>\x10 "
b"l¤u'k—+kLVD\x14 ì@b "
b"mŒ´Ú#–\x0E {Øh¹ãJ)ã" "
b"m¯iƒ)£È¶èp¹šDî3€ "
b"nd¨Ù´ŽÌí°{\v ö«ß¬Ï "
b"q9\x18 “\x0F ù7\x02 ï\x1F ™\f ¡óÂ "
b"rÔ…à·>쮘jŠmð§[\ "
b"rÜnšìøSì"\x14 žN]Iâ "
b"s-»Ï:¾ön»]þv»µ¬m "
b"s¥\t R\\x1E µ\x0E ÿ×5-s "
b"t\x00 ²ïP—ó\e ÈßF\x0F \r ú\x01 ¯ "
b"u‚tn\x13\x14 ”Cþô0êÈÀއ "
b"v)\x15 O Ú_òG±\x01 æ×?0\x13 "
b"wÍæ–Ìñ\x14 oÁÀ}Üš£û« "
b"xè\f ²\x1E ‹â\x07\x06\x1D\x08 Â\x16 öS\ "
b"z\v º\x12 ìQ8*\x0E Ç\x07 .ÝŽ.$ "
b"""
z Æïöà?†Ã*\x13 è\n
l>\x1C
"""
b"z øÀF~ÆØ™Žš\x13 ðJØZ "
b"zËïSH\x10 7\x10 %¦ïý\x10 'Âj "
b"zÛÊ^\x1D {$ˆØ.ǘÊ\x1C R÷ "
b"zéÇI\x19 ‡«Àt„DäZ%. "
b"zì5?eÙ\x07\x1F Lˆ¬dât¹Ž "
b"zôª8\x06 3Å\t ê…ƒ§Ð¥ÕÖ "
b"{²#ÝÅW\x16 EVÉ*º9Œ¦n "
b"|1uÛ5™®iÿ±VS¯ZŸÁ "
b"|L:B4ë¹\x07 \‚]\x13 aš# "
b"|Ò:Ÿ´2\x06 ·;:û—×xñƒ "
b"}3U¸¤øõ¼ÜŸ3a£\x0F 5‡ "
b"~}\x18 %½Cy^\x18 ãU®YáT "
b"~îE\x06 ²û¸\x1E &Ãï*•þ\x01 ¿ "
b"\x7F 0£Žm•äû“±CTÎ0˜\x1C "
b"ƒ\x0F £Í–aüÂÙÔ.ÝŽ‡óÕ "
b"ƒm´bƒ\Tåš ,†ÀýD\f "
b"ƒÿüÿ½±OÐvTòz®Ë—X "
b"„n\x1F\x01 ((:ûæk+ÓÍp\r u "
b"„¤~ï*å(”’J,š´(, "
b"…h®+\x7F x\x00 {Ë\x03 [wdíÐ "
b"†‡nbQ!»“©ßg\x7F Œ\x0F "
b"†ëG\x04 t[JùË\x17 :>Rbü2 "
b"‡xë†\x1F 1ñL÷–³ç¡ µ¿ "
b"‡˜ºÒUl®\x10 ;a†k»í\x05 l "
b"‡Ý šH)ð‚ÌaBAæ\x19 õT "
b"‰c0j.JºV¥0ôdÌË—” "
b"‰e@\x13 ùä¦çûÒ\x0E ªüú£Ò "
b"‰Àµ?SHŒå\x7F £|6í¿8 "
b"‰Â’+c ´ß õ¢uÌý2u "
b"ŠFÕ]Ÿ‹i–â?¸\x16 s\x04 'ˆ "
b"ŠS´½Ïy!é¢õ×\x1C ¶+>a "
b"ŠÜzׇñö|‹Æ\x17 ¬K\x1A µø "
b"Šð\x19 Yÿ$dœ*U¢\x17 H.\x05 µ "
b"‹•‹0nñÿAª\x14 Cð+à\v "
b"‹ æßrܯúäbIÉMSgs "
b"‹¸Ñ\x05 \r\r \x16 ïuˆºP¹û°Æ "
b"‹Ñ•Tt\x05\x12 ¹šx¦\x1E Èbb "
b"Œc\x17 5ö\x1D «}\x03\x12 Ô“Vùog "
b"ŽOγ„ÐÓ—^Ü!#=$=Õ "
b"ŽŽ\r $"bâ<>Ü f\x16 Dú "
b"o8!v\x19 §VÑ1\x1A âï\x13 Ã "
b"²ÏÏÇ+\x1E 2ïýµÁî}‚1 "
b"Ý\x17\x7F t‚\x00 .ŒB?½8Ñd "
b"""
‘™©×[€÷\x07 £{ž“\n
ƹÝ
"""
b"‘È’S†Ù~~»ãàŽØTÄB "
b"""
’\n
*\x08 ‰WF°mÛ–\x12\x17 +
"""
b"’…\f P#—æ\x1D Z€\t •Ù\x17 ì "
b"’ Ù'™ûöƒÎ:&\x1E\x11 Çš[ "
b"’¯Ïf/¿|‚V\x03 ñ%\x18 Ó…" "
b"’ÕHñâ\x08\x06 Âõ÷Dן\x0E ú× "
b"“¢\x1D ,Ú¤\x03 »^Aÿïjúv "
b"•\x18 ‘PÛ\x1C ýüòÃXßÿUlÿ "
b"•Žu‚Xù\x02 «×\x15 ÄÜØÔê "
b"""
•ºPÝ¿Kò\n
Ž\x03 ÑG;Ú\e ¼
"""
b"–\r K«ŸËÏ\x11 ®Ÿë\x1A ä\x0E $* "
b"—ˆú‹Í¬\x19 ]×µÌ3“2v® "
b"—î\x02 v¦ü*hÌm–\x10 b\x03 "
b"˜-pg\x04\x16 ç‰"²ûf|‰'\x04 "
b"šŠÐ¬.\x1C ³#ÏÎ\<ó¬ "
b"›pçÜ{÷ª“T+\x13 šþþ\x0F ¸ "
b"œeÕ/ f`FnHÍ‹Ž,†5 "
b"œ§˜æC¦y.gžJs„©HÇ "
b"ž+Þ`téê>e\x05 tŠbÛG5 "
b"žWú‹m°çm½¿SU£ V3 "
b"žy\x7F g\x17 dnÛŒz>Wv«vr "
b"J’«—½ú\x16 01ÍÓ\r "
b" \x07 }‰:D#ˆÍl\x0F j\v Ü\x1F "
b"""
•®\n
ª$4\x08 oVO\f M¡F€
"""
b"¢[\x1F öB\x12 U—sd\x1E K‡O\x18 · "
b"¢´z=lR\\x12 :m•ò¹cér "
b"¢á\x17 ¡\x05 –o]óæ:U šyÊ "
b"£¤\ed«ùG\x08 jƒÌAF "
b"£ëÓ}Ì\x01 ømÈKæ&\e Ú‘¹ "
b"¤YHÑmÞb4vÒ\r \x06 Hë;n "
b"¤ø%ŸIb\x18 ,wš) –`·M "
b"¥–kÊn@\x18\x06 é¸=Äâ(Á\x1E "
b"§³ï^%ªVŒI²É<J§{I "
b"¨\x18 §8ýª\t yMöþIŸÀ,ƒ "
b"¨\ÄÙ.Æ¡\x05 'n\r ûA¥–6 "
b"©\v lt„½œåU›>P¾SN. "
b"©\5:¶¸ó#]ÿe<…ût "
b"ªª¹à*8\x1E Nu™…«.w¥| "
b"«)=Ü·jˆ{hõLEÓZ‚1 "
b"¬(±Ú~‚[ç¬g›El^ÓÚ "
b"¬Ýêm©2\f ƒþ°üYžŽ\x1F Ï "
b"¬æf‰÷m\x06 ó¥JW”.î€Ý "
b"\x11 Çe\x10 Fþì\x03 ßxÝîR&6 "
b"¹\x07 .Ü\x0F á±FJ9ª^š "
b"ÙÖ ¥Q\x12 Zô\x12 ü\r \"š. "
b"¯n.\x0F &\x07 m G)Üÿÿ»ãå "
b"¯uJ±\x12 û2\x19 ÛAï‚eH "
b"¯‘l(¶pˆÊ¦ü\x12 &±Ì·¥ "
b"°ýÊ\x13\t ðËö\x1D h¹K'@Ø "
b"±z\x10\x07 ‡t(P“\x02 nÔyq© "
b"±„ιÏÌ(\t\x1A O]ñ\x03 ›è "
b"±•ìõüèžpg×Î\x02\x03 "
b"´s)e¯sªG¡Ø\x0E ŠÁ\x13\x07 3 "
b"´¯I—¶\x08 ›þ[:Ë„¹-F "
b"´á9P¶(ø=x0×—ø»çµ "
b"µ‡`ÁL]^\6KÁ„€\x02 ô’ "
b"µ“KQþŒ·Æ \x04 Öt{/ú "
b"µç÷Xî5H3;D××r9 "
b"µÃ×̼µ}ú)ç“çpÊœH "
b"""
¶\v 6\x0F ÛnH:\n
°gÒƒçì÷
"""
b"¶æŸ&Ü”£á\x16 ®mÝ*ïäà "
b"¸çÕ‡ûªy\x17 ¢¤ã8\x06 \e "
b"¹\x1E VÚ‚‰¡KÁPÈ©Ûj¨v "
b"¹)ß\x7F ¡½ï•C\x1F ŽšžZpá "
b"¹D%ºØ\x0E ¼'\x03 x\x15 n‹35 "
b"¹ÿÝ·Ñô\x05 G§\x19 T·R\x05 <\x7F "
b"º¡úŽ5$\t áÊt(\x14 Α‡¤ "
b"ºî~Î'GD\x12 &/\x05 c<”– "
b"ºÍ@¦j鋸·Mã¢óé{ "
b"¼\x12 «%\x15 =Ý\x17\x1F •'\x11 ¨½â "
b"""
¼ã\GîeÌ¡Íc^)\n
ó\x05 ã
"""
b"""
½\x1D\x0F /p¨-*\n
ÝZë„Ìa
"""
b"½²æá\v \t Âå#šY\x02 Õ˜m "
b"½Â‘Ø.ú\f\x05 Žö5U0lz, "
b"¾\x0F P@ÓR{C°\x02 ÄÖðÈ "
b"¾¶¤}g®rš‡»\e ,JÎ¼Ö "
b"¾ÎÔ;B¥LN4sLl©%\x1D ² "
b"¿òÙÜs¼hs%tÍ”\x17\x18 f® "
b"ÀLy¾‹owLýC²F8 "
b"ÀɈ=†\x16 “ñ+ïhíð€U› "
b"ÀÉívDY3C$YŽ'¨øÎ "
b"ÀùR\x13 1hÜzÅ66QÆlÅ "
b"ÂQµg®\x03 ÝHkyüáHŠ} "
b"Âz¥-‚a?B/n.Ë\x1E OÄ“ "
b"ÂÉ[ZžÍ]Ÿ%âžsÈPaK "
b"ÂÜ~\x1D Ĉ½pUÊ\x05\x15 ¨” "
b"""
Ä9jê\n
Ù\x16 Ïñ¦c1²ð!Ý
"""
b"Å)Ž®1\r ÈŽ÷[\x1E\e ™\x11 %™ "
b"Åú’<vl·•.¬\x16 žf\Öz "
b"Ævw]$_÷¹1Â\x14 ,Âd "
b"Ç\x17 ß)l&zò–Éþ“Lç,í "
b"Ç4`¢|€\x1A\x1F \r Óè\x7F GžC0 "
b"Éo\x12\x1C ý}7d\f "wƺ#/Í "
b"Ë\x13 îWAHƒÌY|ŠÚ‰W "
b"Ì/$31½)f@ðåt°˜¥ "
b"ÌÃw¦U‡A®ÏµŠù\r çy÷ "
b"Í%"’%@¥<…†Çê‹yNJ "
b"Í80\¡»öcª3 ú=†|\r "
b"Íuò·¬\x13 2*xy Œ–4óå "
b"Ð\x12 ?6\x15 ÷)!¨\f \©j‘³À "
b"Ñ\x1F\x08 îcÕËГ\x12 ;Â~±¬¼ "
b"Ò8}’1\x1D Óiä™XÊÖï‡\x12 "
b"ÒH\ªR"âSûïÏ\x15 bý*Ž "
b"Òôrb¿‹\x11 /ú4ŸòÓ\x06 ‹I "
b"""
Ó+bcÑÉ¡²I¥…\x14\f \n
Ûº
"""
b"ÓÁº\x18\x02 ƒ\f ªM}Ý\x05\x00 \ [ "
b"""
×”fÁ3¬é“äÜ">\n
ÛZ
"""
b"Ùï´¸\x01 žÐ¤æô"»*²\x7F Ò "
b"Ú\x1E 9¯ãâÙðð‘ñ—Á7s¡ "
b"ÚX†\x04 e®gÉÍ*Ë›8n{ð "
b"""
Úã\\x12 s\n
KZ¥Ã"5œ\x1F hÒ
"""
b"ÛÜŽŸ\x06 ®q2а\(\x1D ÚŸq "
b"Ü\x18\x00 ÂYîƒ\x1A I«Š´ýº\x19 \ "
b"Üïi§(\x00 RÍ ³Jô\x15 }À "
b"ÜÄ\x1C )˜h\x05 ¡j\x1D xÈL\x1E Ì "
b"ÝÁ\x07 Ü@\t Ò4ŽÑ2^Åûðò "
b"Þ1ÝX*\x00 *J\x11\x15 líkl4 "
b"Þ7G¯n;ï\x0E üÛ‡Lý\x11 l® "
b"Þ±g\x16 ̪5¼:LW¼t0ˆ\x02 "
b"Þ×ü*BÌgÁ\x02 §¯\x11 é”fÒ "
b"àväHæ„ÇØ8È¢DÜ•™ "
b"à‰Ûd?æ\x03\x18 1‘"›So$ "
b"àñ\x13 ¯çcËóBí\x05 †ª³B² "
b"âýž£þìG_L¦ÿq "
b"äC\x19 !ÿŠ\x19 Ä.ú5ãÜfo\x02 "
b"äk%ÆàúãÜàW”¾àûS¾ "
b"ä³Õîñ²î5ä*Yé“ûà "
b"äÚœžéOžáŽr4LûJóÐ "
b"äè!кÙâª\x1E =É)ãò\x18 ¼ "
b"åF\\x05 8–ùxï\x14 t`¯]þ "
b"ç©\x14 ›\x06 îÈU\x19 ñº‰Á-±p "
b"""
é\n
k0\x06 :y_ÿ\x18 Eþ]Ä
"""
b"é6)J\x1A Ùãçˆ;\e °„\x07\x18 "
b"ê—ø|W™`»³\x04 8\x04 hÈ\x10 k "
b"êéº$ºI·Îóª#·¦q\x00\t "
b"""
êé÷&\n
ÌY\x0F vf•Ž\x14 F±
"""
b"ìp{¯Õs;ÕÒÙ…n~Ö\x00 # "
b"ìÆ2S(ˆš¿Ì!7œFPW: "
b"íN\r +ÌwïyùK£d6ÀÞ\x03 "
b"íÂ\x0E §¢°v￱s\x12 G)8Ê "
b"î\x1E k\x10\x1E àVm„ë«TëG) "
b"î€ËsMiüÈÉ\x17 ·M»\x0E \n "
b"î»õàÍÄh1\x18 J\x06 Ô‘\x02\x17 ‹ "
b"ð½‰bLò‰`‰¯\x16 ÁŽ\x1C u; "
b"ðâDžïæd6\x0F çrC%–“í "
b"ðôžÊ½[ƸÓtÂrzsüŠ "
b"òÀƒÛªí\x7F ç0PíTóèÁÔ "
b"óA\x13 Û\x05 )?WeŽó‡í$š "
b"ô\x00 ´\x13 wÖf§ÖCÕ\x10 Î.\t ® "
b"ô%+·`yh>ŠK34ÊqYŽ "
b"õDS\x02 ¢t‹Ÿxâ\x01\x1D 453– "
b"õ•{,VØ\x06\x1E òôp@ØÎ\x10 Ê "
b"õ™\e ñ?ì·5W³MgÖ\x17 Ò— "
b"""
ö|ÞÞÙÕb\x06 \n
Ñ»½Á°
"""
b"öª~¦;êüaÉ„´øëj° "
b"÷¡¾¨SÐ\r Ñ< =—që§- "
b"÷äžxO¹"÷™Ø\x1D ý2èëò "
b"ø(Y½›º~<I+ÒÅNÈt£ "
b"ø3lν@\x15 Ã)ôöغ;\x05 • "
b"øH3\x05 ¶mBEw\x19 ëx¸™µw "
b"ù$\x13\x19 uyÒÃm.·:u˰\r "
b"ù\x0F î|â‚ÅD\x04 ›Ñ®\x17 ¶ô "
b"ù™Ë2f!v†¬tDÂ\x19 e "
b"ûjˆÇp1Ï$JñZ°¤Šw! "
b"üzð\x01 \r ,òî߲î^Kj\x0E "
b"üñ\r J‹B\x14 '–Ìmïø:“š "
b"ý6Pâ$Éõí7Í:V Ófú "
b"ýd_n± \x16 ƒBºØ¼ôÐ]ë "
b"ývÓT\v 8M`š\x11 ÝÞÅêj "
b"þS«w¼Mh#Ê\x0E ýbô;ö\x11 "
b"þ×\r QÉ[ì07\x02 9\e À肘 "
b"""
þê\n
æ\x1E ‰È_¸ŠÈ’&=œ”
"""
b"\x00\x04 >J‘WŒt\x07 *ž7ydýþ "
b"\x00 5ö°Ó¢˜6{W¶SÃ= "
b"\x00 ;/Mòý€\x1D ©äØ\x10\x13 †µö "
b"\x00 @aKÕéGŽ£sC§¼J8© "
b"\x00 Z'\t\x02 q¶ñ\x16 i¦×¦³Ä¬ "
b"\x00 ^v>%é\x1F 9½ÀT;sûJ¢ "
b"\x00 n±\x0F\x03 ì\x19\x14 Ï/ì!Âì\x03 2 "
b"\x00 |¢ãNvzê‹\x14\x02 ZfÌ "
b"\x00 œµ~b\x7F\x00 ²\x1F\x19\x08 ÿn\x14 %ô "
b"\x00 ´ãÒŒ¼8'ÍüAÐó¡{ô "
b"\x00 ¶ö ‘8¸mÔ;+Ïjô{K "
b"\x00 Õ\x0E û1‰"G â\x08 àÞ+Ùs "
b"\x00 Üd\x05 ‚ÊYgÝá P‚À "
b"\x00 ì6P÷íÆýa@Z´\x1A v¦± "
b"\x00 \x1F ª \e IŽÉ^¬àç "
b"\x00 ÷Ñ*Ì?\x03 a±êN ºi! "
b"\x00 û\x1F í\x1C ŒèiÔV›\x1E (¤Á "
b"\x01\x10 ˜Hú;õ医xÍ®–y• "
b"\x01\x13 FQ2i\x1D\x10 ¨›+Q74¶½ "
b"\x01\x18 ¨ï\x06 VŠ\x02 ot¨9]êå¡ "
b"\x01\x19 X\x17 \r W/\t ØÑ›ÀIÏÊÀ "
b"\x01 *l\x0F ª{ØÆíGÛ;¹\x15 Ú "
b"\x01 Kl\x1A h\x13 F\x1E 㱜þù\x10 s8 "
b"\x01 Nòœ:w»º|¥ŽÐ¨\x7F\x02 Ò "
b"\x01 [g…*ÏLd¬\x07 ¦†pjD "
b"\x01 b–Ž““óÇQÞj`Õï\x7F } "
b"\x01 f]\x08 ©œ§Šc`ðéõL:; "
b"\x01 y¾]\x02 ¬êõ¥\r ‹ýt(³ "
b"\x01 ~’]H\x18 ÐNƒ½C±^:Õ "
b"\x01 ‡\x08 Ô&=(ÛÍ7¼\r ¶}k\x05 "
b"\x01 ‡=Ý)ÔØ?ä0ÞØ \x17 „ì "
b"""
\x01 Šïó\x02 m\x11 €ï¼%ž\x04 O\n
\n
"""
b"\x01 M\x13 ÍãÙî·.ñ\x08 .p\x01\x1E "
b"\x01 ºû$*9ºV}¶'Ú\x19 "Ê "
b"\x01 ͬ^h`á5\x12\e ;õÞgÚ "
b"\x01 ÔQ¥ã\x1D Ifkãó¨Žè{B "
b"\x01 Ý\x7F Â\x03 éNîøoÆÅíöÐ\x18 "
b"\x01 ñ\x19\x13 _¶-|\x1D Ý\x16 µT‡Û¶ "
b"\x01 óúz)\x12 ûJù\x10 Šjb4ú "
b"\x01 ýÍ’òÓXE\x7F ”þ¬µ\x0E åÒ "
b"\x02\x04\x00 ¹.—Ë_SÕþØt†°¯ "
b"\x02\v J²)‰Î‡ÔÙv\x1E ¶¿A "
b"\x02 $ëáëÉQ\x03 »««SÔ1\x07 á "
b"\x02 ;)˜\x11 ×u\x0F €àç›l\x0E ‡\x19 "
b"\x02 I!&vRÅ\x18 é‹©ú}°=\x1F "
b"\x02 TVÀ媘\x1F e¯žÅ šÉ# "
b"\x02 X\þº\x18\x1D "¯\x04 Ž\x05 3ÆûÒ "
b"\x02 YRŦNѼq<626øx "
b"\x02 \'Ì\r ¯\x13 eq\x1A\x1A ©¹ÓÃ\e "
b"\x02 \œ\x1D œ©0•XtÝóæ£LÈ "
b"\x02 q¬\x0E j3RÌ„±d·O\x0F =¼ "
b"\x02 uK-²Y˜M\x06 ¦ÊáîSš¦ "
b"\x02 xxš‘¢ö\x14 ãP@iŠa\t "
b"\x02 ~\r 0\x1E êe„ù4o‘¼û "
b"\x02 ˆKxé¡3-\x1A úëƒþ¶¥q "
b"\x02 ¡\v °\x15 ®\f äàYû禋Éw "
b"\x02 ¥ªüš\x07 €ò+ž·ÍUŒq) "
b"\x02 ¸Ç\t É–éØÃóçÝž%\x07 "
b"\x02 º·4VK“ÍJªµéFö‡¿ "
b"\x02 ¼`SÖìž\x0E ÚÙÙÕ«Åým "
b"\x02 Ö~e\x03 Î\x17\x00 îIÞ¬F+× "
b"\x02 ã'q+{¦b–€Á!¹Ìž "
b"\x02 å¨AY\x1F 9Ç\x19 2ç×€,:ï "
b"\x02 è\e @+Mж\x00 `\x01 'ð ›ø "
b"\x02 ðÐoáxÖ I“ÔãÕ\/ "
b"\x03\x04 ö õnm†Å}\x04 ÂeœB\x1C "
b"\x03\x15 F+\x19 Wã\1“¥Î-ÿ’Ö "
b"""
\x03 (B\x7F 8\x04\x12 A\x03\x01 \n
ñáÿßP
"""
b"\x03 (kZgQ¾\v õ\x19 Zéɾ4 "
b"\x03 4BšrA:Œi¥öÆŠH "
b"\x03 8\x17 ÕA)-:T¢a÷1{ò. "
b"""
\x03 R\x0F ”ëíùv\n
úÒ 4ñ³
"""
b"\x03 S\x16\x1F w3µï¨\x07 {áµ\x03 £\x19 "
b"\x03 Œ¤@› uj=Œ0ø\x12 Uƒ "
b"\x03 “~\x1D 8B]]/½’øHb¯\x12 "
b"\x03 ›å\x13 û49y¥ïü\x12 'IJÐ "
b"\x03 ”.ëóù\x06 Ñ= &IèÍh "
b"\x03 ©±l0!q\x0F R\x00 p¥µ'"Û "
b"\x03 ¬\r aC\x05 ùp<ÕS*u×¥l "
b"\x03 °–û\x11 ðø\x11 O$3)?ö1ç "
b"\x03 ¿T@Sßcj%pPš©º®Þ "
b"\x03 Åv±-ü_·"Ix[\f ƒx\x18 "
b"\x03 Ì\f • "Î#lŽ\x16 Vk…Ú "
b"\x03 é9©\x08 Ó¬c ÞÃQ>w× "
b"\x03 í=ßÂÛ°c\v õï<õ\2& "
b"\x04\x01 ›¢Ov‚!ç£{ùp'ú” "
b"\x04\x19 ö›i]3\x1C ^Ê\x01 B“Z„Õ "
b"\x04 #æŽ\x19 ©"ìâË\x04 VS|\x05 ý "
b"\x04 0çqæ\x18\t ¬âºÀþŠ\x1E ;! "
b"\x04 6:¼’^Ôù¼ufdMr\v J "
b"\x04 9¥¶½I-Ý"¸Î©ïeq "
b"\x04 J‹ZM•Ó¯y«6¢\x01 $( "
b"\x04 J¤çR{IEw‘aýí\x05 $Ò "
b"\x04 UJûßÐ5h#á’îØf³ "
b"\x04 Ví0\x7F S%_gR@‹ÔÒ§À "
b"\x04 aŒû(d\x1F X\x0F v²âžV‹P "
b"\x04 iM‰•>Ð\x10 ^\x02 2°\x00 —U† "
b"\x04 v¾ZXì&Ò\x10 cÏ$½n¨\v "
b"\x04 xòWXÏb~×\t BHnùïÅ "
b"\x04 {i•Ð\v\x06 qä¼Ð\x18 @M\x15\x05 "
b"\x04 }iqG\Ëx; h°ml›\x1F "
b"\x04 ”KV¬l\x03\x0E ߨHjS\x04\x11 Ž "
b"\x04 •Z\x13 ŽŸôozðär„êsñ "
b"\x04 §õÆ#à IÇ#ËÈ•× "
b"\x04 È!¨a\x1C ¿Ï³Ù\x00\e е1¶ "
b"\x04 Ï2Ðÿ\x7F 'Ã#H;\x12 q\x13 Ÿî "
b"\x04 Ô›dì\x15 Ò×Ë¿R͸* "
b"\x04 îxÔC¿v¼1›f->Ze "
b"\x04 ý¶Å\ÆqŽ¿>\x1A O¬~o| "
b"\x04 ÿ®ü\x13 Ð{í«\x7F\x18\x7F •¹© "
b"\x05\x08 Ý“æò®ø»¸\x06 ,.¬ý "
b"\x05\x0F ḦÇÏŠ04]d¥ŽEß "
b"\x05 +§\e ÏÒ'ãi?D\x06 Pn¬] "
b"\x05 <VçØ\x12 n\x1A ‹Ôd2\x12 ŠR "
b"\x05 Cµ\x1A Tm_¡)4\x06 ‘t%Y "
b"\x05 TŸÖ]†\x13 ߢ8iíT`Es "
b"""
\x05 U¯Xf÷GòŸêö\n
Â#\x08 ð
"""
b"\x05 nIìÑL‘)\x11 |Ù\x14 íTO "
b"\x05 v_\x06 ß±ÁJX‡à®\x7F x8® "
b"\x05 ‚\x04 ‰|а¼\x19 —àsµgœ\e "
b"\x05 ‰o×Â\x17 k<Néé+V¨…‡ "
b"\x05 †%*®Ú=9¬†aâšÈ) "
b"\x05 ”¢n…¯„£»]õÿ¹\x10 @™ "
b"\x05 –éžW§ßÿÝ «$ò-¼ "
b"\x05 ›Y9¨Å¼\x0F à‡\x03 x¸L\x02 \ "
b"\x05 ¡Éž[K%‰@,K\e éUæð "
b"\x05 ©º¬}\x1C xÄ(—Í\x06 ï‰\x0E • "
b"\x05 ¸›•\v VY„:\t $1.zÏ‘ "
b"\x05 ¾~ÙŒ\x02 x\x02 Þ{Ýü§\x06 X¢ "
b"\x05 ÌÚÇŽ\v ¸æ”x\x1C …Þ“.© "
b"\x05 ÖˆSF^ªÉl'Ï÷\x14 x%Ó "
b"\x05 Ù*\x1F y\x06 5¿\x17 ì·åvÖ\x18 "
b"\x05 áÝ£EÞŸr‹\x01 ËÎ(!×o "
b"\x05 ìl@\e 6v1!Nöå\r \x08 ”› "
b"\x05 õÈ}`,f“D?Ú™\x15 p‹ "
b"\x05 ùÊ2¯Pß×<«Þˆ¼L!Œ "
b"\x05 üi@\4\x08 ß SõD¦Ð\x1F d "
b"""
\x06 \n
´¾¥ú‘Ð2;²-ûyAÂ
"""
b"\x06\x16\x13 ®ðrÌ\x15 Ò§l?<\x00 I¦ "
b"""
\x06\x18 lj„c±¥\x15 B\x06 ¶\n
1ÎË
"""
b"\x06\x1F ß\t Í\f lÔ{Δ«Ö¯]‚ "
b"\x06 <&Q½(\v ®x\x1D\f À(^™° "
b"\x06 IÕ<Tœá(\t TºoO¼E} "
b"\x06 LWC!ÅB6~kq ²Ú†“ "
b"\x06 Y|1#ö\r âÙW°o‰é\x7F \r "
b"\x06 jö¢\x06 –ŒòxUç£í”™ð "
b"\x06 ri³s\x04 H} ¡ÕCê+\x1F "
b"\x06 sŽôå¸5\x17\x08\x06 º;\x1E Gb÷ "
b"\x06 Û|#G/™Àß2ãsc”³ "
b"\x06 ìŽî\x18 ‹Y\x19\x10 Ž\x1E ¶Â7c² "
b"\x06 öÿD•ÞXܲE„+vë\x04 "
b"\x06 ÿ–à58¶Àþ5–\x19\x0F ±= "
b"\x07 \r y\x04 ¶¾øÒ±éS\x06 D\x02 9 "
b"\x07\x0F ýdi¯öxgþF¯šVx^ "
b"\x07\x1C vœ\x7F ¿~ÛðØi\x13 ª·lù "
b"\x07 KÌF\x1E C†óHå¼'YÅ\x03 Í "
b"\x07 \×ÂûÜìÀ'\r Em¶4»² "
b"\x07 h;\x17 a™¡’\x14 –Ø\v d+¹ "
b"\x07 oÔf\x04 ³ë\x1C W!ì™=×\x16 ¹ "
b"\x07 s£ô¿cî\x16\x05 KbíÐÛzÛ "
b"\x07 –—”y•+ WÈ@þßœ)4 "
b"\x07 ±Z=fB:ÖcìCŽ~7ˆ† "
b"\x07 ¸¹ãó!´¢]ßÖ\x7F Ü‹ "
b"\x07 Ùuì4ýdHt–6‰E[ã "
b"\x07 Ü•4ÆmGhÉ\f\x15 #7º\x03 « "
b"\x07 ÞãWZ\f uùªá„à†Æà\n "
b"\x07 ߆\x04 “ý~h\x16 4=§åL©¢ "
b"\x07 á˜BãÙXÀq|Sl0§œ "
b"\x07 üS¶ryüȃepÌï\x04 &Ž "
b"\x08\x04 ïPp5ÐH-˜ñ´õ€Sî "
b"\x08\e {(¬ZÄ;ˆH†ã\x03 è•ù "
b"\x08 H´\x00 î\x03 m~OPã\x07 Þv'_ "
b"\x08 fP¸»¤‡yøóÂ\x02 ÆÀ\e é "
b"\x08 ˆ\x11 g*êQÇ$1D5îðPv "
b"\x08 ’¢w«8\x19 ÆWŠÆßÜ\x07 \\x12 "
b"\x08 ¥“\x1C ¯\x18 îx\x10 ¢\x16 ]ÁlJÑ "
b"\x08 ²çIÿÑ»\t Èû‰{Úa\x11 ³ "
b"""
\x08 ¾™,D\n
Û¬è¤? ï‚Ø
"""
b"\x08 ÛÔìE\x1F KNC¢<ŠáØã. "
b"\x08 Þ\x1A ‰ØhH¦^RÎN\x05 ‹|É "
b"\x08 ñ8c;ì\x16 2[»WZà&] "
b"\x08 ø\e\x1A <C"kÆ ap¬\x10 À "
b"\x08 ýËñ`F=Ȩ®CC|D "
b"\t\x0E 8C\v\x0E }|‡±\x01 <Š[ÁU "
b"\t\x12 ¯·„¤WÈÕª?&i\x0F @ó "
b"\t 1\x1A ªx?h„m6\x18\x03 ¬"pY "
b"\t 16ì\x19 ©W\x1D ‡L\x14 <8 "
b"\t :!-†i\x02 ôTåÍ\x04 KÏà "
b"\t RÊ\x07 ›T·‹\x16\v\x06 ©d±%Ë "
b"\t eB½Yü«tf3º¦‘\x01 9\x01 "
b"\t |ºÉEByò³¯„È{窖 "
b"\t Œ·Q؃šÄÚ2x\v ‡©ç "
b"\t ©=ZB‰Þ±4(€ir8 "
b"\t ª\x16 (žî°p\x0F O©îˆ¿ "
b"\t Z½ ÉQ+n\f Tì\r \x15 | "
b"\t µká\x14 –>žì°{‚\x1C ŽÍ+ "
b"\t Í’}–Û9U\x7F +:Öÿ "
b"\t Ûo¯<ÂmÄwcÇ\x17 {u "
b"""
\n
&²w\f\x04 þþE\x0E ?ÕS¬ÜM
"""
b"\n )7^>\x00 NZ¾]×\x04\x14 r€… "
b"""
\n
1Ù\x08 ´s˜\x07 +Ðbq¨qÙ}
"""
b"""
\n
Näö`7P\x15 ]¸à¿7\x04 Ô+
"""
b"""
\n
_\n
I\x11 ™«¶Á)ÉÁ–\x7F\x05 !
"""
b"""
\n
l\x0E då¿}EÇB:´Ù_È\x12
"""
b"""
\n
ˆˆÇá\x05 f¹K;§…„\x18 A\x7F
"""
b"\n µÛ\x00\x12 _÷‘”žd\x1E `¬\x16 k "
b"""
\n
Æû6ìsËõ\x1E 5ljÉò¦5
"""
b"""
\n
ÓóË-l\x17 s|\f ¯ªÓë+
"""
b"""
\n
ó_|ìÖKRl°½Ð¹ž©˜
"""
b"""
\n
øÖ]ŸÅMkk°NCh•à\x02
"""
b"\v\x02 ¥›\x1A "f¥ýµî\x1D í~ó "
b"\v\x05 #˜”›TÁá\x06 Ô&\x1E y\x17 + "
b"\v\x08\x06 ñUe\x1D eÀ ]Ú\x14 Ú "
b"\v !ò¡Œ-¦¸\x19 ·¶rÇb[" "
b"\v (¶\x1E )‚ú³Ç+\x03 bÔi¿ "
b"\v 5„úñv\t V¾ÒðqnØ–Q "
b"\v C0G°!ÃÿÉLcÑJ‚{• "
b"\v XîVó…\x19 à.´Ìo㉅ë "
b"\v f\x0E í„.*Õš.]\x14 Å(`. "
b"\v ic\x1D ‹’\x13 å‘ux\x1D ŸÒu” "
b"\v lëŠ6y®W\e º\v p*¹|7 "
b"\v zb&Rû\x1A Z·ÕéÞ<÷ž "
b"\v ¥¬IÍ8¶V_\x1D ")\x18\x12 Y\ "
b"\v ÉLÐ:W6ï3ò8m};„@ "
b"\v Ùy‚Í&¥›ÉµÅK†\x1D *° "
b"\v ílcp.\x13 %çº\x1A ¼ß‘eÙ "
b"\v ñÅ-Ç~^Ó]TÂ\t ûí\x03\x18 "
b"\v ø!5à=_ÉÃ\x12 ʼnÄ\x11 |I "
b"\v ü[©Š¶_×Ê\x12 5å\t\x7F ¯ "
b"\f\x01 _µcú4Ôç`o\x10 dãº\x1A "
b"\f\x0E …\x0E Dèi!\x01\x05 Òª5é "
b"\f\x15 ‚Å\x07\x1E ç?E\x12 ïã`·œJ "
b"\f\x16 ,Án9|®ê¼Hbn¼ÙD "
b"\f )48Ó·K\e ú\x1F ’‹w\x14 > "
b"\f 5\x07 ¶¿WŠ?ÿyÖX¯W\x17 G "
b"\f BÈØ„ÖÃ\x06 y2²©ÊJøc "
b"\f I\x0F „Y\V<¶Ý|\x07 \J\v „ "
b"\f Zî4y…»«p¢PÏe‘BÄ "
b"""
\f g£\x15 *é\x06 Á\n
¡j\x1E ¶Æ\x07
"""
b"\f j–TÃßG^ṏ‘{\x18 ž\ "
b"\f xÕ\x13 õ0;ã@>t<µV}Ë "
b"\f |j¥eµ‘?¤9Ѝ:8šâ "
b"""
\f ”•\n
\x18 …—G\r \x08 &÷m]jÆ
"""
b"\f Q«êÒ~sùÏ_ß2¢e "
b"\f ÄÌ%|å\x1C\x07 瘸 \v ×Ü‹ "
b"\f çõ(55¡Ä\x01\x13 W)`´7- "
b"\f û \f ôaC9²,‹£Ä´¨ "
b"\f ÿ(¸€\x00 Ò2“°{Ѿ<K "
b"\r \x01 ô™\x1D Ž•ê±‚}çÜ뽨 "
b"\r \x03 ûx‡á*nŽÖ޼höî\x1A "
b"""
\r\n
ì‹¢MÜx‰ý‚d2 yI
"""
b"\r \x0E ÒaŒS\x0F\x07 Ž\e 'βX‰í "
b"\r \x12 i\x15\x15 ªàG¤É€p®\x12 T2 "
b"\r \e ¥g0Õ°·‚J‘“*’à; "
b"\r •í±r€~cK1ëŽ|׬ "
b"\r 5‡ûÇ\x10 @ù„ÿb\r \t ¼P "
b"\r Lìµ€\x1D ¤é€c‡™ªyOO "
b"\r TP<DÇt~+x\x1C Sû\x02 Áã "
b"\r `åX—ˆ¥`¤-\f ån]‘É "
b"\r a\x0F )Èÿƒ€\r PÓ|âÅïU "
b"\r e\t à\¼›+ÉGݾý* "
b"\r jÙ!\x19\t ¢#PNtü¶iZ2 "
b"\r €ù"|ðy4’L\x00\x13 3Ô.Õ "
b"\r —m\x01 ã3Â/Á8ní]k¥\x11 "
b"\r ¢tÚÝóIjŽÒÒµ\x1A ‚÷¨ "
b"\r ¤ØŠ‚{S‹u\x05 fMK°œ¡ "
b"\r ¥ñxÏ\e Eòá¨\x18 zï'Ìú "
b"\r ÔíÜkåª\x1A [\x04 âi€“šn "
b"\r Õ¦ÏÅ/k¯á\x07 «<|a\x00 î "
b"\r ×7¨;J¥ôñ¾Há\x1F l\x08 ´ "
b"\r ØCŒ\x04 q±›\x00 °3T+Ø$ "
b"\r ÷é+‰ªÒ‹ŽV–û^nÜO "
b"\r ù‰ü\†¿\x18 \(\x07\x17 h_ïZ "
b"\x0E\t Áã.¬óS\x10 {\x05 #`‹‘\x12 "
b"\x0E\f )¦·Èpycš«¬_¢,\x07 "
b"\x0E\x15 uÏ\t û.{.û¹Ífn{ÿ "
b"\x0E\x19 Ð`h\x11 bÄ7'v2\t žÛ¿ "
b"\x0E\x1E u\x03 üŽ\x1A e™ÕM9Õ\x04\x10 n "
b"\x0E ?:\x1E 'Í©éÈ©\x14\x1C …yCc "
b"\x0E @RAW•¾î*ôCÎý²ü¾ "
b"\x0E AøU;uø°î—²ÃeÁÄÖ "
b"\x0E C鯢6Á‘´)¢óulçç "
b"\x0E LŽË‘'i|`7HÜ»…ýw "
b"\x0E M\x17 WogœJ\x1C £Å\x7F ‰)ë "
b"\x0E RˆëìD³8Iæ¿9Ÿ2º "
b"\x0E Tc±>ɬ\x10 ¿d©>Ü?\v í "
b"\x0E eå\x7F >L\x12 H\x0E\x1D ãÂÒ”ƒ\x1E "
b"\x0E mÿ^¯Î?âò(#Œ•à"í "
b"\x0E z\x01 ¦‡4!¼Û\r á\x0E æ "
b"\x0E ”É~\x1F\x15\x18\x07 |ÛN \e µk¹ "
b"\x0E ¤\v äe\x1A ÕǪc§·/]Q¿ "
b"\x0E ®6\x14 {~4¹ÀˆÑ×lôj\x0E "
b"\x0E ±¸*$é¼.Øêœòùs˨ "
b"\x0E ¸\x10 .©\x1C æö§\x17 ÕÖbF# "
b"\x0E Ãí\x15 öCw2™ãc>ºf·U "
b"\x0E Åý'Wì\x10 ¬\x18 |©Ü¦«JN "
b"\x0E Ê™øæ±nŒÅ\x08\x0E ÿµnDÌ "
b"\x0E Ìì2‡©.w\x17 ©ñtáP\e A "
b"\x0E ã"Aa>•£K¸E¼\x10 aŒ6 "
b"\x0E æ\x0F ÒÜ–\x1F v‡M¿®Oþ\x04 ¢ "
b"\x0E æhÔ\x08 *êÏl\x1A {´@Ò;; "
b"\x0E öížÏÕ»g¢ÇàîHF®î "
b"""
\x0F \r àïëÞ\x1A 4\n
ÿ\x17 ©x©\x11 R
"""
b"\x0F\x16 A|+YÅu¤Z¥ÊsŽé\x06 "
b"\x0F\x1F Œœv\x19 S”ûø°5 À "
b"\x0F (\x04 %]x]V;‡RôúÛlÊ "
b"\x0F XÇ\x1F ðy]úò¶|Êû·q, "
b"\x0F cíâÑÈÒþÃy¡2Ô¦Kt "
b"\x0F j÷Óê’ÏØ\x17 cÎ’\x13 Æe "
b"\x0F ˆÚ^×ç\x1F\x0F :†vc\e r$\x12 "
b"\x0F \t zHªñÏÄ!Žz;€n1 "
b"\x0F ¡T\x14 ¡³ªö¡à®u\x14 õ\e "
b"\x0F ¤óE Š›'Å\x06 ½Ù¹Euæ "
b"\x0F zÌejrÄ¢÷\x08 Õaf\x17 Z "
b"\x0F ±Î4\x19 «Pŵ¡I\x12 ¬þ†B "
b"\x0F ³Ø¶Ô$Z\v µmÝ\x1E\x7F lÆ "
b"\x0F »o\x04 I‰ÆÛuÜãÈÈ\x15 ÷\e "
b"\x10\t \x12 cLŽP{X=%\x18 dÊ "
b"\x10 "[ÛM3âi{â\x17 gJŒ\x03 ® "
b"\x10 :Úc_ÑòM`׌\x12 £”Ñœ "
b"\x10 ;A¢)r)PD»Ò3§Ž]9 "
b"\x10 qcRf\x14 ÅÑÓ¯œ€ÌoÈ "
b"\x10 xçõ@Ø`ç\x04 ñ6_HzyR "
b"\x10 –’áí¹\x04 –µMˆBz\x1F "} "
b"\x10 ™:ÔŠ3X\x02 §ˆ:ÓWb¬H "
b"\x10 žïãqp“\x0E !Ò³U‹¶p "
b"\x10 ª½è-ìe]-e+CĪl "
b"\x10 Ľ1\x19\f èy?nÓ½ î–V "
b"\x10 ÛR:Ü6S‡c\x08\x1A •¹7Ú "
b"\x10 ÷$\x14 åÐúþ†ô÷Ë€X‚$ "
b"\x11 ?kõ.Øá«ª˜\x05 ä\þO "
b"\x11 B“Ýy¨“'\x08 -T\x11 Ïÿ5ì "
b"\x11 C\x08 _p2 •}-_hÓU£º "
b"\x11 D°«§µp›ïf¼ßD3\x7F\x10 "
b"\x11 E´`aÿóS |çÚñÕ\x14 ¦ "
b"\x11 NŽøç\x08 òö£\x1F …ï\v "ùá "
b"\x11 QI\x16 ^9±òai_ØÂžM¶ "
b"\x11 Y6ª+K\x13 ï<º‹ÈR¥ºg "
b"\x11 h—Ü_,ø<»•>n8æýë "
b"\x11 ªxW\x12 zÈ„áü1Z\f {¯W "
b"\x11 ˆP3–‹?}Ctl\x03 ›Ú "
b"\x11 »4eúYt''ò·¬ß\x13 ~\x17 "
b"\x11 Äá×°Ï&\x10 êQ;ô\x01 è*B "
b"\x11 Û\v Bð\v ó\x10 ÑÃ]t%8\t J "
b"\x11 ù‚&¬ªe¸"c\x0F ã\x08 PŽÆ "
b"\x11 ûŽ£±x\x11 Ó‹aUŸn|îá "
b"\x12\x05\x01 #WÏIž‰;\x05 þ!¨f¥ "
b"\x12\x08 3¡t\x04 ,\x07\x10 søÄKe\x10 ( "
b"\x12\x1E .ˆµ\x03 1M+Ö»šŒ\x01 åŽ "
b"\x12 *~¢\x0F v\x10 .ÿ§Î5» "
b"\x12 4`Ìu¨23\x18 ¡é\x17 ˜Y\x11 "
b"\x12 V>:{\x1F ®Ïý‹fPvoj\x1C "
b"\x12 {Y·_¸1/êGÈÙÞ\x13 ýa "
b"\x12 ~¼Gíh5\t\x12\x19 J\x7F yÍ8\x05 "
b"\x12 ‚ÙX¯\x03 J\f Ú \x03\x1E SÉF "
b"\x12 ¨†þŒA’¸\x06 ôôò”< "
b"\x12 ª8äÍ3\x04 Ûp\x10 Õõ?OQÊ "
b"\x12 ®q°r¹šþ“\x18 |dQ ³‚ "
b"\x12 °q’FX×ùù&\x17\x00 °ÁÏ "
b"\x12 µrã\x04 Ó>uÜËZ\x10 U:… "
b"\x12 Å¡…\x11 T@¯|û6ñæss "
b"\x12 Çñ÷q\x12 GDy=&Š:³à "
b"\x12 ×Ä+ÉDéûm\f \r ¾V»/’ "
b"\x12 Ø\f Ý僒ô~\x01\x00 чa»7 "
b"\x12 ØŒ”#ü‘?\x17 cwÉCÓáô "
b"\x12 äz•ÍÅÒtŠ\x11 †.s4X5 "
b"\x13 \r 3©zX>³Ë[ÉŽøf01 "
b"\x13 \r ‹¸7¾úOÜjy\x06 H†YI "
b"\x13\x13 ÎäûzQ³d×wUê{Ï\x1C "
b"\x13\x1A €öŸ\x10 J+¾R\x17 ª›rˆç "
b"\x13 J\x12 º¸Á \x05 tT§j{ÇN* "
b"\x13 JN\x01 g™’\x1F ׃~0\x1F Äd "
b"\x13 JЬlb„§ßÑØb¹ý= "
b"\x13 s\f Ü.˜ÇšÄé¾[YGu* "
b"\x13 “)\x1E 2vÉÀI·\\x19 ã©\x12 ï "
b"\x13 •ã\x0E 5{»æl\x08 ?ðG¯JP "
b"\x13 ¡[\x10 ó@æ¥$gÇz\x05 yq "
b"\x13 ©Èdd\r ¶&\x16 †æ\x00 Å…¹™ "
b"\x13 ¬-\x01 *;þŠÂkË\v\x03 E\x1A 4 "
b"\x13 ®E¸\x00 €…½¸rf\t o×è\x06 "
b"""
\x13 ±«\n
_+a_ê.…æ\x06 pšÝ
"""
b"\x13 ·¶Ç´\x1C ™…@Å&*ý™s "
b"\x13 ¹ÂX¡+[ëý¸°\x18 1PmO "
b"\x13 Ê>GÄ\x13 ÑžJŒ~®“šo« "
b"\x13 ×~XzW£\x03 ]ŽAË\x19\x17 N "
b"\x13 á\x03 ŽPˆÃÔ©q,ÇwÄ»À "
b"\x13 å\x1D\x0E €Wß÷ª×Í\x11\x04 é_ "
b"\x14\x08 õØ1\x08 Ä;öÁ‚\f ôÓS "
b"\x14\x15 (7Î\x05 æA¶XÍ£ø\x14 Ä\x1F "
b"\x14 2µ>ã"Ð+܉“Õâ QH "
b"\x14 D\x15 ½ŒÁw×Ó2Áß\x01 þ‘ "
b"\x14 D\x1D U2î.=89PÀÿ2“ "
b"\x14 KDtŇάhäfM\v /_[ "
b"\x14 M\=Á‘É‚äÀÛß}\x17 ƒÔ "
b"\x14 Y¦Ò§/;\x10 Zž ÃÔ(ºö "
b"\x14 mZ¤Z¨ø\x18 ¸tÆpa¢ßµ "
b"\x14 mLùw³C1Î<ñ·±r° "
b"\x14 uŠþ¥¤ÖÝR›pµ]\x7F ©™ "
b"\x14 |\x7F ¨Àâœ0m¦¨@'…\x06 ° "
b"\x14 }–î”À(½X»*\x01 DTJ\x11 "
b"\x14 €1.c‘\x08 ︨÷\e RXƒK "
b"\x14 ”¶\x17 ¨\r ¥áÞxÉóŽqÔ© "
b"\x14 ¥EòÚT©\x7F 1L_Q°€õ\x0F "
b"\x14 §•ø…\x16 À²1ú´2²žx» "
b"\x14 ²H‚T²@\f ™¾(r*†\x13 Â "
b"\x14 µRùç·«]TÈ¢¶9;=ë "
b"\x14 Ê\x1A Q‡(®M\x13 5ã)zÇE~ "
b"\x14 Ó4I¥³zÙ^÷\x10 Ûõúf\x06 "
b"\x14 ÝÇ[¤÷kî\v åõ’Ò£ "
b"\x14 ߉NÑ\x1C ‘\x18 D±\x13 tíD\x15 "
b"\x14 Tcá8»*V5¥uIY "
b"\x15\x05 „Ã\x07 BìR\x07 JO?\x01 Öˆ "
b"""
\x15 \n
¼“û\x7F #©å\x1A A¤D&W²
"""
b"\x15 #Ÿi\x13 M\x13 ¨ü–†®F•É "
b"\x15 'Í‹_䇡‰E¼mù’ë4 "
b"\x15 )šè*a’ ”\x0F\x13 nšiÓ "
b"""
\x15 -Nr\n
V\x0F ù\e µo\n
\x0E nüU
"""
b"\x15 8\x16\v\x0F @Rv³¢eÍ,¶²_ "
b"\x15 Z;®öðnË,ûS/ÎÅ\n "
b"\x15 løÝ\x11 ÇJ·£"\x03 4æ¬×K "
b"\x15 x”…\x0E Ž²Ù¸»\x0E »EwG\x04 "
b"\x15 ˆ—aOpŠ\x14 ·ö•\x10 '¦Âg "
b"\x15 ŠÔ¡ë$}…ÚJ\x1D ª/ÊúÖ "
b"\x15 ‹:\x07 q¯°\x05 |˳°ø&/E "
b"\x15 ‘¼k\x1F ¶¢aÂ\x15 NRp>¦ "
b"\x15 žäGsÆw’Ž»Þ¯GsC "
b"\x15 Ÿ3£¦Uù²% d\x13\x11\x7F Žf "
b"\x15 ¤‰_ü5d‡«+Ë\x1E ©Ið¼ "
b"\x15 ³KG>ÖêÁ*:_Ä©ä‡v "
b"\x15 Ã\z×PŸ\x1D ? \t ÀN,\x1D Ž "
b"\x15 í\x05 Ö\x05\x1C Ðà„ð\e &£'Ï "
b"\x15 ð‰¸wv\x1E üP¼“áœç1à "
b"""
\x16 \n
0\x0F —˜¹®W¤‹\x1E ±\x17
"""
b"\x16\x1D „ \x17 }ËS¦¬ÿÍò\x19 @Ž "
b"\x16 +%¼:s_'ý·©´íÜ-G "
b"\x16 2¯æ±Õ®\x10 ×òîyž.» "
b"\x16 B\r ÓýANˆ¬\x17 Tyt·p\x11 "
b"\x16 SÅ"OºÁÞº#”Ôš\x1D Ó "
b"\x16 g\©uF]ê>GƒvCTi\x05 "
b"\x16 nÓ”†VÉ´©Sw¯ÆYtN "
b"\x16 †DØ\x1E G¼¢##^ ¶³Ô… "
b"\x16 ‡VÕ;¡VÉ\x07\x14 ½\x16 +³Ôþ "
b"\x16 ¡‹\x12 ›ÎŸ,²0\x17 ‡’‘„T "
b"\x16 Ì£Mˆâêcë\t ü‹$H¬„ "
b"\x16 Þ—yA\x19 `&\x11 #eÕ~•iu "
b"\x16 â\x04 &ið™¦7F5}Íé9 "
b"\x16 ù›d°ÍW³*\x7F ÞÅ@¬Ù\x12 "
b"\x17\x08 €Ï0ÀÙ"cL_—›\x07 C\x14 "
b"\x17\x16 f\x1E\x19 ɓŤz¾¹^\x04 C\v "
b"\x17 3áªJËz-æ='°£•\x12 ˆ "
b"\x17 K4”ñ\x7F ÿ·\n c¼ë'•ÿ\x00 "
b"\x17 LçF\x1A /|ø\x12 l\x7F ‚w1z "
b"\x17 M\x0F ©T‚jM§\x03 N\x13 ±¢$L "
b"\x17 NÖ/l1ë\x17\x1E óëŠ\x1E ßÙÐ "
b"\x17 Y?\x15 ìs\x1D âŸ`‹ízƒL@ "
b"\x17 [ˆÔŽæÜœ6\x11 Ȇ\x10 X¯€ "
b"\x17 p®äX„®…?’ƒ˜\x12 9ä "
b"\x17 vd£ˆÍ\x0F ý†\r âH}¿ "
b"\x17 vŽ¢Ÿ\x15 ¦ùÀ»U…®_†¾ "
b"\x17 ~çç”^\x13 ñÓÿ‡z\x06 háÜ "
b"\x17 —žph\x02 Æë\x04\x1C V¹·GP“ "
b"\x17 Ä\x02 éet†h4Ó\x18\x07 0SgF "
b"\x17 ×\e üÉSû\e tºŽùúv)‰ "
b"\x17 å\x0F 3\x11 bÈ\f ççaÆá’f "
b"\x17 êI€Ûp–ìˆ{DNYT‚k "
b"\x17 õ\x0E G™Ï\v Ù3—f\x1A =ù\r § "
b"\x17 õM\x13 `“R_eh„’GI÷B "
b"\x17 ýå\x04\x15 äËîΕŒÏ\x7F\x10 dµ "
b"\x18\x02 ‘¬í\x14 ±369Š•¿! ® "
b"""
\x18 \n
ßÔƒ®…wBFê5S\x7F ªÙ
"""
b"\x18\x0F é÷²Ï¬µ·\5—ÃÑ$ "
b"\x18\x11\e l—D4âÒó\à¹\x15 4\x06 "
b"\x18 $wŽGRÎ$d ¾‡Yû "
b"\x18 &•\x00 ¬ì»Í\x0E gê\x1C þ\x11 •¬ "
b"\x18 -oÕ4¢\x1F\x10 Aì{,\x1C ›ì4 "
b"\x18 -’T–ÏwŠt-\x00 + „·» "
b"\x18 6ôD»+§\x06 ƒFl›A†Kø "
b"\x18 @×Ô:\x05 m]ì\x14 D»asIÔ "
b"\x18 G¹\x12 ír‚µ¹Î2j±ÑƒÙ "
b"\x18 LM”ÅVÄ]\x19 ò\x1D ‡fº\ "
b"\x18 PWËO Z²Ëx¹õÚý< "
b"\x18 ^$U\x12 4΋L<òÁ\x06\x12 =ý "
b"\x18 i, \x1C þL=ÿ2lÃ^£(N "
b"\x18 is\x1A S\x18 “¦ê+[²`)fm "
b"\x18 záÆ+ãÒ;8¬Ìn#Î¹Ó "
b"\x18 ƒýþ^Y泊éìòâAlã "
b"\x18 CmD6ùc\x1C ¥Pý|†x "
b"\x18 §X]\v ó\x11 `x¶™ôý¼f "
b"\x18 ±š´|Þ]\f ÃiXè-@rþ "
b"\x18 ¿²g„ÛJC‰‡ÚÓ\x07 ÚÛ· "
b"\x18 КhÔò|ëº\x07 ÖXÓÄÎ\x00 "
b"\x18 Ñf7–^[ó€cy\x06 ¶yúñ "
b"\x18 ÚÛµ\x1F\x13 WÓ\x02 S]Öž‚í¼ "
b"\x18 ÛC\r ¬\x0E ¼YPû\x02\x15 ×âÎ\x1F "
b"\x18 ôëÖØü“4\x1F ö ÒØ\x17 µ¥ "
b"\x19 0ïë¼I}6L‰\,c([Z "
b"\x19 E&KüÒ\x06 ºÇ)™xoPye "
b"\x19 L\x12 §\x1C {¦Òµ\t ƒP°¹„w "
b"\x19 f[FìI5¶öò±™ÝÔ\t\x14 "
b"\x19 hä·¶t\x05 …½4\r ”Hõ\x14 "
b"\x19 {ÕM*ˆi:·ª4\x17 ôºíJ "
b"\x19 Š^à>å\x7F ¾¿æŸ¬=û> "
b"\x19 “‡ß>䃴â)Ì&/ "
b"\x19 ”\x06 ÅX4áOÙо\x15 n‡ x "
b"\x19 ©T;Íúï&ؤú'o÷\x7F "
b"\x19 ªã€•½þ‚$\x08 øåcåp› "
b"\x19 »ô–ãуäÀËO¤\x15 ñ< "
b"\x19 çÑ“HfÍ"e\¼Ž´q_ "
b"\x19 ê›Fc™/ž"\x13\x00 ƒƒr°– "
b"\x1A\x02 :Ê\x1D 2Ô#9Âw}h\x7F 6‘ "
b"\x1A\x0F ¤³0\e IsÏœù\x11 œÐÖ( "
b"\x1A\x16\x07 %˜“]Õ"O.ZMzà "
b"\x1A\x1D HòÈÀ¼Êæ\x01 $DÄ\x02 ã "
b"\x1A Aþg“1\x7F \v äXùüTôU "
b"\x1A h'°¤ø:Û÷«ýï\x06 [ü! "
b"\x1A l2°àt¨\x1E dxß\f Z,\e Ž "
b"\x1A €u¿ò\x11 뀨ÝÍ¡höÔÅ "
b"\x1A §î~Ùä™+göªGßää "
b"\x1A øüSŠn˜\x1E —`Ì”\x0E h "
b"\x1A ®¾mÈê\e ª9MQ«Üû—5 "
b"\x1A ´r\x1A ’iªèE\x1D\x1D ŒÛU—Ô "
b"\x1A ÄhûÅÕ¢G¦Ö½¶{ÃúÉ "
b"\x1A ň÷i©ˆêÞGÚìDáyþ "
b"\x1A Å–ÍyŽä0&é¨0 M\x0E ! "
b"\x1A Î鉎l§ît\x02 ¨‘íæ! "
b"\x1A ÒLÆÃ`ô¯ýÌ&Ør`\x08 ü "
b"\x1A æù\x14 ýz¾g\x13 g˜Od»@ "
b"\x1A èztò„–ÛYæ\x00\x18 èÇ] "
b"\x1A ï†Sþ\x7F 7\x11 Ú¹Ôø¶µ×Ø "
b"\e\x1D EmåXqø\x1A M±HÚÛW\n "
b"\e -™ÂK\x01 ½)ríÊ4G3:ã "
b"\e LéWýz…ˆEd`2×Z¥ "
b"\e WÌ\r \x13 ª9\x06 ë¾ïŽ\x17 . "
b"\e `VµÉ\x01 XóO\x05 ®/Ð\X\x14 "
b"\e fa¶È†|M{óXúÝf\x1E – "
b"\e rÑ>ý«Óò¶µÎAƒQ "
b"\e s¼E6ŽåüÒ\x1F ^/Ú:\x19 ~ "
b"\e ‡ FýÀ\ñŸ\x08 Í4\r =¾ "
b"\e ˜MjlB±ÿŸdÝ\x1E \x19 8r "
b"\e ¡€\x7F 1§@pÒ)H¿lÙmd "
b"\e ¨\x17 Á\x02\f Lî©´ÐA©V}À "
b"\e …p\x10 ÝkÜœøà´\x06 ñWÕ "
b"\e ðð`k\x1D %FÌ$Â\¤ "
b"\e ±·I\r vx¶XK½¡ã\x07\x1F V "
b"\e ½³zØ£\x11 wIèv9M\x11 ÍY "
b"\e ¿1™„š~å5…\x01\x15 í8i\t "
b"\e ¿íh´ëžLßpˆ¨\x0F ¿\t « "
b"\e ÃSSÜÖêg·œ×l¬?'Ð "
b"\e Ë\x04 Äšw¦$ôœÒúI{\x07 × "
b"\e 䯔YÅéŽVRÏJÄ\e\x13 ! "
b"\e ì²ÔÕÆPÖ’†\x16\x07\x0E !\r © "
b"\e ò\x1A Hë-e×vP8f\r "
b"""
\x1C \n
nnn\x19 ó^3\n
è\x18 µ %
"""
b"\x1C\x14 ¬®™VÅwmvÑÝB#”$ "
b"\x1C %\x13 Yxh‡{ƒúˆ\x19 >cß, "
b"\x1C Eµ©³¶ÛL&×Äv\x08 Œú! "
b"\x1C F»¬\f O\x08 D†\x13 ð7˜‚ò÷ "
b"\x1C H\x01 žUù@èQ‚Ûi$ò,¦ "
b"\x1C I15³e‡c\‘\r >\x1D Š\x0E "
b"""
\x1C LŽÀš–^4\n
Ax5y\x12 w€
"""
b"\x1C N|kŒ\x15 Ék1Vg‡âÅÐb "
b"\x1C U4JjD3ù[(\x1E\x02 ºå\x1C F "
b"\x1C nt8¥?d\x0F úŠ\x16 y)âàS "
b"\x1C nýmî+y9/¸±‰ä}WU "
b"\x1C q‚"\x1E\x17 &\x06 Vs\x03 ª"C\v = "
b"\x1C tA¨EUYE\x0F\x7F Ðýyìy† "
b"\x1C wÄËí)\f q¿&ïKE‡¯ "
b"\x1C {½ðØbG´ý®hîS)\x1D ` "
b"\x1C †›½ÏO€\x0E [\x07 ç½fŒº "
b"\x1C ¸ë\x1F Ç\x1A ³'–ÜAª9¹ô "
b"\x1C ÌG‹ÐŒ„úŒß&ÛÄ;ƨ "
b"\x1C Ï\x1D ¾Î€EŽ\x1D ƒ¼…\x1C oy™ "
b"\x1C ç´\x1C\x19 ÜÍ}„¥6°Ë¤n– "
b"\x1C í\x1C ðI‹ç² \x1C 2²T©¥s "
b"\x1C ü\x1F ÓÀÛ¹Ž\x02 H…]GÚgu "
b"\x1D\x1A t0¤F„\x06 ¨ßæig¸ñ» "
b"\x1D ,”÷~D«§J¸¦LVW÷ "
b"""
\x1D ;×Õ\x1A OžÅ\x07 gß\n
d dÔ
"""
b"\x1D AÂ]Hç*\x0F\e ¦1@Ú\x1D Ò "
b"\x1D M\x00 Å \x00 D\x01 ©(UéÜ·\x06\x12 "
b"\x1D ^e ]±7G‡º57Ñg’ø "
b"\x1D g¤ù´3¯V¤£bAmZ\x16 Ô "
b"\x1D hÞŸWgJkáØÃ°vƒ(ò "
b"\x1D jjbR;Ÿiµ¸¯ûšÿ¨g "
b"\x1D jÿÀ\x05 Þ-wq²A„ÊÝa "
b"\x1D\x7F mé\VVÜb´M\x10 qš'ž "
b"\x1D °\x1E òh¼›\x1F ìŘ¡ÎÆ]) "
b"\x1D ÌR¡0¢C¥ü\x18 Äl.k¹³ "
b"\x1D ßµÉf¾”,=§¶T\x1E\x19 ·y "
b"\x1D ñ^0\v ”Ž\x0F ™ù¤Úæî\x7F . "
b"\x1D øéå\x1A 9¹3ÒæŸ\x00 2(æè "
b"\x1D û2d„U\x1C –¢á‰²\x18 Ü\x18\x1E "
b"\x1E\x19\v >ÉÀŸ×Ÿ‚gWà\x02 ¾/ "
b"\x1E &r\x10 9\x07 Û„r/¼ÇÇì\x17 ‰ "
b"\x1E &²ðb?Aq~PCÓ\x1C /C" "
b"""
\x1E *Ù§àÑ\x06 h%kwõî\n
(þ
"""
b"\x1E KçútèAo‰m\v ÇÚmþ\x1D "
b"\x1E Q€\x07 7ÝŽ\x10 Ð\x7F ëq•ØèÜ "
b"\x1E WWUÖ[\x1C #ZÑQ\x02 ß“ùÉ "
b"\x1E ]Èâ˜p°Î¡[щËyÂà "
b"\x1E r\x02 ¹\x05 Ó¹µN\x06 Sq”ø¯t "
b"\x1E uŸ&oJ4;G\x13 À¹G¢ñÚ "
b"\x1E œ¢Ä™Ãë\x1D »\x0E\x07 30üÀ "
b"\x1E Ÿ³óiN\e ~®d \x1C ôÊ%o "
b"\x1E ¶QŒ¹|\x04 °ŸW\x03 +#Q\õ "
b"\x1E ¼oÍÊ:˜b½Ü;Ö°já" "
b"\x1E ¾Í\x12 ƒ!ž…íR–˜PC… "
b"\x1E Å\x12 áhlC[ÁJ\x1C µ\v\x02 š "
b"\x1E Ô|$“¹\x07 ÔØšŸéu_ßA "
b"\x1E Þ´c¶\x1A ’…ª9ÜîønÏß "
b"\x1E ä\x05 Co÷]ˆ%S\x13 îZ«\x19 . "
b"\x1E ûO³¼”Ã×½dÞpèô\x07 & "
b"\x1F\x01 ì\x00 ?Šî‹B„u³úç:% "
b"\x1F\x02 >0õ¹I×/ðÎOóEân "
b"\x1F\x0E #VbÀÿrÁtž5„.mZ "
b"\x1F\x0F\x01 «ëv’]µ·\x01\e K\x15 ðG "
b"\x1F &Ô¡œdƒ\t $iîùŠ\x01 çØ "
b"\x1F >I\x15 !(l3ÄÆ T¿1ภ"
b"\x1F NÖÅðª\x13 %5ÚùÒÏÕ\x14 "
b"\x1F YR4IÔQQ\x0F ñÖ6¹2- "
b"\x1F ^VÄ‹9÷‡³(\x1F Œ,ƒY "
b"\x1F t~¬~ÕœÄ=Ù\x14\f v$Äg "
b"\x1F zo„\x10 ¡u\x1C ¦W"ç\x0F ŽZü "
b"""
\x1F ~cاRþ$d°\n
gHÛZü
"""
b"\x1F ~„¼rh=TKˆ÷á^Jðv "
b"\x1F †LÃðçÍ“î\x03 cU¸/3 "
b"\x1F \x05 g\x12 pÈ|l˜É%ðF'` "
b"\x1F ‘\v â’wY„4\e ØñB«D± "
b"\x1F Ÿßäñ$\x17\x12 0XP °L\x1C ¢ "
b"\x1F ±\x18\x1F Æ’\x11 \x1E ÖW”‚°8 "
b"\x1F ³‚é\x16 ÛÛìK8%Ïv¯ç} "
b"\x1F Äžƒ%²ÃÊ\<ì\r ü\x1C ‚C "
b"\x1F É¡a=@!Z\x07\t ›¯hâT "
b"\x1F ËÊãÏ}Ý\x0F ÀÆ\x1E ›”’[X "
b"\x1F áš)\x18 ¯ÿwøKg{¯–8Â "
b"\x1F è–ˆ}òxsÈKÜôOuñZ "
b"\x1F ì§þèzKgjXE‡áe\x19 "
b"""
\x1F ï/\x07 ¶\n
[HI=¿² ÂËó
"""
b"\x1F ïhUŒwôë÷ZÁüA妿 "
b"\x1F óEÖîSïÎU\r eæK²! "
b"\x1F öÒ¨y}Yhâ\x16 ¡\x05 j‚·Ô "
b"\x1F ùðRjx\x16 w\x7F ?½ãmg¤ "
b"""
\n
LósÄB\f Raë \x0F <
"""
b" '{™\x08 ú½šÄBÂ3íV\x01 ¢ "
b" ($êgx\3\x13 0¯)ª7 "
b" @ù°^x,\x05 Áök%›·Á² "
b" E\x0E ˜“šç¯¤g³\x14 ¬OkŽ "
b"""
EŽÂM7Ï\n
\x07 Dy@\x14 «RÄ
"""
b" JVHE©ÁJŽHúO“\x16 $ "
b" M•¨Ã䎶9¹\x1A É=äïÞ "
b" N^Ž•\e ëp‡Žçj\x14 Ãâ› "
b" Q*À \x01 Œü3\f òˆú9L“ "
b" ZÊ)«~¨‹\x12\x0F ¾Ç\x1D `M\x08 "
b" b\x19 l\x05 !¨Žµê\x06 Æ\x15 ü›\x15 "
b" sÆv\x18 ·ôS\x15 æ‹N¸\x03 ? "
b" ƒ³W£(ôv\x1F g\x0F\x10 <\x04 Š© "
b" ±âµ5b\x08 -ô¬”¹¡åWá "
b" ÑP•ª\x08 ‡9v6•\x19 ¦oº[ "
b" Ñ’eŒ”wLûIÓ\x02 h…» "
b"! \x03 ¢=S¹Àgáý¤·Òæ "
b"!%(……¶-\t\x1C ɉÝU\x04 ,g "
b"!2jzÿxÂ9M7n=T€èK "
b"!{\x17 {eÔ€\x12 ÀLD\x17 ÊÖ w "
b"!~èe½#"˜!vAŽclfõ "
b"!Ž.¾ƒš‚ó±5hIW)HQ "
b"!–¾ôàx|¼\x0F eUÌB8\r "
b"!õ£¢3e's±50Dt( "
b"!¬!Žá9s€uœ‘\x14 ¸a¶% "
b"""
!¯jƒ\x15 \n
aðŸ\x06 Äh–åž
"""
b"!ÖPÇ\x13 ?w¹Œæ\x7F )]\x03 ðí "
b"!ðª›R–\x06 ›ÿR\x18\x11 c ¿\x08 "
b"!ó\x16 Ïmsm\x1E žI\v „¼«…7 "
b""\x01 w–w\x01\x08 ‹w¡èÁ0äëÉ "
b""0]†k\x04 U”¾²›ãÈ@(„ "
b""7JvF\x1E 6%ò\r Œð0²ã "
b""<Î\x7F\x1F 'óοPœ^ùœY# "
b""X™\x00 ‘\‰\x1D Ú14äë\x08 i "
b""]eì«®–ÚÇ\x1D ‹–$0Ã\x12 "
b""^YÚwºè9 «\x13 upÕåÏ "
b""u/òpàg\x14 ”òò5ÝQ "
b""‚k«'ÿ6èŒ.)˜A´¯ "
b""‚‚T\x1A _ø\e\x01 BÚ:” "
b""Št¸$\x12 šê¤ê9þ\x1D ò(õ "
b""Žî€-¢\x03 ïžË8åã@\x18 "
b""¤U¢Š‰JIa3›´ö~õ= "
b""°Ñ÷~7\f ß\x0E owè°\x05 · "
b""¿¯n3V’¥çÜ4ƒÊ’ý "
b""ÓSã';Cúxaûê)\x14 ä\x0E "
b""Ü\x15 °T±ÑÜ\x04 NôËVvL "
b""í´í<ø®Ê¾^w\x0E (Feú "
b"#\x08 1@pð›‚Ò^\x14 r\x08 O[j "
b"#"øOƒŽ!°¤fCU \x03 À "
b"#6\x15 (ì\x1F ÜÚã™,,\x1E öâë "
b"#9‡4BX‰Æh%É\x00 þ\x0F îï "
b"#<Ðd‹yÚü€µ§{\x10 ú‡/ "
b"#Où¿Û2à-±"Ò\f\x1F Á´\r "
b"#b5¬\x17 ØVCJ\x1C z{bñ˜° "
b"#‰übžçdtGF2dV\x07 ¡_ "
b"#æ]zžwDÔØTHº "
b"#’Øš\e U]Jù´^úÁ½ "
b"#¢\x1F Ç\x18 aÅw÷‚†Þý3\v è "
b"#¤Z†.HtŸV³·Zß ñ% "
b"#¯\x16 s\t •´‘””¬o¬Ã "
b"#Áiµ‚º\x0F\x15 c6ñ¾´ú "
b"#Â/ÊFþ^\x02 ø¤v\x0F î %ö "
b"#úSÿdš•tÀÝq@t"*“ "
b"#úòÌkaæj]}uN娰´ "
b"$\x1C œ+•Ú½Jí¿‚Ì+¯Ö† "
b"$1|¢ÌRw·ßÔ,Éaº)g "
b"$U¥\x14 øšÀ8Ær·Òé\v Ä "
b"$pµ"ë´ÓÁ†Œ\x12 s%\r \x08 ý "
b"$€\f šIyÇDðóÅÄ4Y\x14 á "
b"$¦^ùú\x7F\x01 ‡\x1E T\x01 q\x13 èz\x1C "
b"$ªÛ±K»è~cÓ3zä%| "
b"$±ïöÙÖ=±Í"Â×´b×) "
b"$³RN†5·ÍSâÕgÈe¼B "
b"$ÁŽ\x03 ˆ„1¼Ð@`gØÉ»X "
b"$íèM‰G-ŽR%Á</pÙ3 "
b"%\f n7 ÷W+\e eíoð ?© "
b"%` -‡ŒŒbaL7H½…vŸ "
b"%aÔ\x14 \Ó×O“4}1‹w} "
b"%muø½iÛE£14رàF\e "
b"%‡þw{\x0E ÚZ\x0F öÙ˜IäŽÃ "
b"%’\x01 Ëxz•-¨ÛMb”·˜\x15 "
b"%¥°ê4€´0K Y·‰\x01 9½ "
b"%¬ïªdìÅÊÝ=_}1§\x1E F "
b"%®Ã,¬‚\x1C [rÂ8EZ/òY "
b"%¹ä÷‹ç\t }êÞLy<jîð "
b"%ÀçÎÔÿfvIA\x7F §Ì:>K "
b"%͵VBÞcAH\x7F ä\x11\x1C ‰Ì "
b"%ÏítQ;\e b"ZñÞ\x10 7ˬ "
b"%Ú«9¢"\x0F ÷\f Y\x0F 'cà{m "
b"%ÞGkÏPã´®![Œó‘#8 "
]
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.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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`
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 (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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 (0x57A22E2035CA1CFB4C2E6F526EA31226 , 0x57B049E8D29E9E166C721F96697523CC , 0x580136025F053239E376212488248651 , 0x581A7AAD9CCECD5E0B95584FF2041AFB , 0x58ED88842EEF880C5B1B3DC701B14B2A , 0x599670B4E13185387E3C2F766CCE5CFF , 0x5A9760F9A54DE98E55414EDA80B5F68B , 0x5A9DA756B945891C5935D45A563922E2 , 0x5B2F386918D586A50F44C4E81C216506 , 0x5B82CAC57D44ADE7A00D56BAC30FEA59 , 0x5CDA35A9B5D15F214FC8EEE1416B660B , 0x5CF03C4093981B9FBE451E1583F39978 , 0x5D7231FFE4C55F560243C3C197942621 , 0x5F0DF83393DA9A7151725B60AC216834 , 0x60383F866AF0ED71A7C0BE2518256D41 , 0x60DA22549D3C0F16817090C4373FE52D , 0x60F5E8700054FBC5311D3EA50D0F8AE9 , 0x61EB85CF31F7E3DC3ED00453204C211A , 0x63530A8476A03CD40966759881D6E021 , 0x64E2C9B23D38B2A02E1C4AA7D97F1812 , 0x66EB6D56A11B9FC443B7670444778D2F , 0x67492934E3850392355FDCBFB380F9CE , 0x67AB58A2CB7876C6339DFD344F42B8C0 , 0x67FABC1CF1A0625D144138A4B34B1B76 , 0x67FBC926D05E97D74EE86F6EAFBDA35A , 0x6847A6568D6F27CBCA3878FED17E59C1 , 0x68F93BA20E58C2A74FB134C1932991A4 , 0x6903CD3860C4276021CB2EBDF28661B1 , 0x69149BEF1D11C15C29289D9E59CD9FF6 , 0x69292F4B6987FF5E4DED6B18B29248B9 , 0x6971CDC93FE184C422BEEB436D445C5A , 0x6977F4226D040997C97DEB2B48C56B8B , 0x6A781E404821D1EC696B7BD71BEAD315 , 0x6B8E97254190397E82BBB85574900D29 , 0x6C8A04F9C182EC7315E1F98E09D43E10 , 0x6CC2A475276B972B6B4C564414EC4062 , 0x6D8CB4DA23960E7BD868B9E34A29E322 , 0x6DAF698329A3C8B6E870B99A44EE3380 , 0x6E64A8D9B48DCCEDB07B0BF6ABDFACCF , 0x713918930FF93702EF1F990CA1ADF3C2 , 0x72D485E0B73EECAE986A8A6DF0A75B5C , 0x72DC6E909AECF853EC22149E4E5D49E2 , 0x732DBBCF3ABEF66EBB5DFE76BBB5AC6D , 0x73A509525C1EB50EFFD735EE9C942D73 , 0x7400B2EF5097F31BC8DF460F0DFA01AF , 0x7582746E13149443FEF430EAC8C08E87 , 0x7629154FA0DA5FF247B101E6D73F3013 , 0x77CDE696CCF1146FC1C07DDC9AA3FBAB , 0x78E80CB21E8BE207061D08C216F6535C , 0x7A0BBA12EC51382A0EC7072EDD8D2E24 , 0x7A20C6EFF6E03F86C32A13E80A6C3E1C , 0x7A20F8C0467EC6D8998D9A13F04AD85A , 0x7ACBEF534810371025A6EFFD1027C26A , 0x7ADBCA5E1D7B2488D82EC798CA1C52F7 , 0x7AE9C7491987ABC0748444E45A252E90 , 0x7AEC353F65D9071F4C88AC64E274B98E , 0x7AF4AA380633C509EA8583A7D0A5D5D6 , 0x7BB223DDC557164556C92ABA398CA66E , 0x7C3175DB3599AE69FFB15653AF5A9FC1 , 0x7C4C8F3A4234EBB9075C825D13619A23 , 0x7CD23A9FB43206B73B3AFB97D778F183 , 0x7D3355B8A4F8F5BCDC9F3361A30F3587 , 0x7E7D1825BD43795E1890E355AE59E154 , 0x7EEE4506B2FBB81E26C3EF2A95FE01BF , 0x7F30A38E6D95E4FB93B14354CE30981C , 0x830FA3CD9661FCC2D9D42EDD8D87F3D5 , 0x836DB462835C54E59AA02C86C0FD440C , 0x83FFFCFFBDB14FD07654F27AAECB9758 , 0x846E1F0128283AFBE66B2BD3CD700D75 , 0x84A47EEF2AE5812894924A2C9AB4282C , 0x8568AE2B7F78007BCB035B7764ED90D0 , 0x86876E625121BB9093A990DF677F8C0F , 0x86EB4704745B4AF9CB173A3E5262FC32 , 0x8778EB861F31F14CF796B3E7A120B5BF , 0x8798BAD2556CAE103B61866BBBED056C , 0x87DDA09A4829F082CC614241E619F554 , 0x8963306A2E4ABA56A530F464CCCB9794 , 0x89654013F9E4A6E7FBD20EAAFCFAA3D2 , 0x89ADC0B53F53488CE57FA37C36EDBF38 , 0x89C2922B6320B4DFA0F5A275CCFD3275 , 0x8A46D55D9F8B6996E23FB81673042788 , 0x8A53B4BDCF7921E9A2F5D71CB62B3E61 , 0x8ADC7AD787F1F67C8BC617AC4B1AB5F8 , 0x8AF01959FF24649C2A55A217482E05B5 , 0x8B958B306EF1FF41C2AA1443F02BE00B , 0x8BA0E6DF72DCAFFAE46249C94D536773 , 0x8BB8D1050D0D16EF7588BA50B9FBB0C6 , 0x8BD19554740512B99A78ADA61EC86262 , 0x8C631735F61DAB7D0312D49356F96F67 , 0x8D4FCEB384D0D3975EDC21233D243DD5 , 0x8D8D0D242262E23C3EDC2066169D44FA , 0x906F38217619ADA756D1311AE2EF13C3 , 0x90B2CFCFC72B1E32EFFDB5C1EE7D8231 , 0x90DD177F74828E002E8C423FBD38D164 , 0x9199A9D75B80F707A37B9E930AC6B9DD , 0x91C8925386D97E7EBBE3E08DD854C442 , 0x920A2A9D08895746B08F6DDB9612172B , 0x92850C50239781E61D5A800995D917EC , 0x92A0D92799FBF683CE3A261E11C79A5B , 0x92AFCF662FBF7C825603F12518D38522 , 0x92D548F1E20806C2F5F744D79F0EFAD7 , 0x93A21D2CDAA403BB5E41FF90EF6AFA76 , 0x95189150DB1CFDFCF2C358DFFF556CFF , 0x958D758258F902ABD715C4DCD89DD4EA , 0x95BA50DDBF4BF20A8E03D1473BDA1BBC , 0x960D4BAB9FCBCF11AE9FEB1AE40E242A , 0x9788FA8BCDAC195DD7B5CC33933276AE , 0x97EE02769DA6FC2A9F68CC6D96106203 , 0x982D70670416E78922B2FB667C892704 , 0x9A8AD0ACAD2E1CB323CFCE5C3CF39DAC , 0x9B70E7DC7BF7AA93542B139AFEFE0FB8 , 0x9C65D52F206660466E48CD8B8D2C8635 , 0x9CA798E643A6792E679E4A7384A948C7 , 0x9E2BDE6074E9EA3E6505748A62DB4735 , 0x9E57FA8B6DB0E76DBDBF5355A3205633 , 0x9E797F6717646EDB8C7A3E5776AB7672 , 0x9F4A9F92AB97BD8FFA163031CDD30D9F , 0xA0077D893A44238F88CD6C0F6A0BDC1F , 0xA095AE0AAA2434086F564F0C4DA14680 , 0xA25B1FF64212559773641E4B874F18B7 , 0xA2B47A3D6C525C123A6D95F2B963E972 , 0xA2E117A105966F5DF3E63A55A09A79CA , 0xA3A45C6564ABF98F47086A83CC41469D , 0xA3EBD37DCC01F86DC84BE6261BDA91B9 , 0xA45948D16DDE623476D20D0648EB3B6E , 0xA4F8259F4962182C779A29209660B74D , 0xA5966BCA6E401806E9B83DC4E228C11E , 0xA7B3EF5E25AA568C49B2C93C4AA77B49 , 0xA818A738FDAA09794DF6FE499FC02C83 , 0xA85CC4D92EC6A105276E0DFB41A59636 , 0xA90B6C7484BD9CE5559B3E50BE534E2E , 0xA95C353AB6B8F3235DFF653C8185FB74 , 0xAAAAB9E02A381E4E759985AB2E77A57C , 0xAB293DDCB76A887B68F54C45D35A8231 , 0xAC28B1DA7E825BE7AC679B456C5ED3DA , 0xACDDEA6DA9320C83FEB0FC599E8D1FCF , 0xACE66689F76D06F3A54A57942EEE80DD , 0xAD11C7651046FEEC03DF78DDEE522636 , 0xADB9072E81DC0FE1B1464A9D39AA5E9A , 0xADD9D6A0A551125AF412FC0D5C229A2E , 0xAF6E2E0F26076D204729DCFFFFBBE3E5 , 0xAF754AB112FB3219DB419DEF82659D48 , 0xAF916C28B67088CAA6FC1226B1CCB7A5 , 0xB0FDCA130990F0CBF61D68B94B2740D8 , 0xB17A10078774285093026ED47971A98F , 0xB184CEB9CFCC28091A4F5D90F1039BE8 , 0xB195EC81F5FCE89E708167D79DCE0203 , 0xB4732965AF73AA47A1D80E8AC1130733 , 0xB4AF4997B6089BADFE5B3ACB84B92D46 , 0xB4E13950B628F83D7830D797F8BBE7B5 , 0xB58760C14C5D5E5C364BC1848002F492 , 0xB5934B51FE8CB7C62004D674817B2FFA , 0xB59DE7F758EE3548333B8E44D7D77239 , 0xB5C3D7CCBCB57DFA29E793E770CA9C48 , 0xB60B360FDB6E483A0AB067D283E7ECF7 , 0xB6E69F26DC94A3E116AE6DDD2AEFE4C3 , 0xB8E7D587FBAA7917A290A4E33806AD1B , 0xB91E56DA8289A14BC150C8A9DB6AA876 , 0xB929DF7FA1BDEF95431F8D9A9E5A70E1 , 0xB94425BAD80EBC270378156E8B333581 , 0xB9FFDDB7D1F40547A71954B752053C7F , 0xBAA1FA8E352409E1CA742814CE9187A4 , 0xBAADEE7ECE27474412262F05633C9496 , 0xBACD9D40A66AE98BF8B74DE3A2F3E97B , 0xBC12AB25153DDD171F95812711A8BDE2 , 0xBCE35C47EE65CCA1CD635E290AF305E3 , 0xBD1D0F2F70A82D2A810ADD5AEB84CC61 , 0xBDB2E6E10B8109C2E5239A5902D5986D , 0xBDC291D82EFA0C058DF63555306C7A2C , 0xBE0F5040D3527B43B09F9002C4D6F0C8 , 0xBEB6A47D67AE729A87BB1B2C4ACEBCD6 , 0xBECED43B42A54C4E34734C6CA9251DB2 , 0xBFF2D9DC73BC68732574CD94171866AE , 0xC04C79BE8B6F774CFD9F4390B2469038 , 0xC0C9883D861693F12BEF68EDF080559B , 0xC0C9ED764459334324AD598E27A8F8CE , 0xC0F952133168DC9D7AC5363651C66CC5 , 0xC251B567AE03DD48816B79FCE1488A7D , 0xC27AA52D82613F422F6E2ECB1E4FC493 , 0xC2C95B5A9ECD5D9F25E29E73C850614B , 0xC2DC7E1D9DC488BD7055CA0515A89490 , 0xC4396AEA0AD916CFF1A66331B2F021DD , 0xC5298EAE310DC88EF75B1E1B99112599 , 0xC5FA923C766CB7952EAC169E665CD67A , 0xC676775D245F81F7B9319FC2142CC264 , 0xC717DF296C267AF296C9FE934CE72CED , 0xC73460A27C801A1F0DD3E87F479E4330 , 0xC96F121CFD7D37640C2277C6BA232FCD , 0xCB13EE5741488E83CC597C8A8FDA8957 , 0xCC2F243331BD29AD6640F0E574B098A5 , 0xCCC377A6558741AECFB58AF90DE779F7 , 0xCD2522922540A53C8586C7EA8B794E4A , 0xCD38305CA1BBF663AA33A0FA3D867C0D , 0xCD75F2B7AC13322A7879208C9634F3E5 , 0xD0123F3615F72921A80C5CA96A91B3C0 , 0xD11F08EE63D5CBD093123BC27EB1ACBC , 0xD2387D92311DD369E49958CAD6EF8712 , 0xD2485CAA5222E253FBEFCF1562FD2A8D , 0xD2F47262BF8B112FFA349FF2D3068B49 , 0xD32B6263D1C9A1B249A585140C0ADBBA , 0xD3C1BA1802830CAA4D7DDD05005CA05B , 0xD79466C133ACE993E4DC229D3E0ADB5A , 0xD9EFB4B8019ED0A4E6F422BB2AB27FD2 , 0xDA1E39AFE3E2D9F0F091F197C13773A1 , 0xDA58860465AE67C9CD2ACB9B386E7BF0 , 0xDAE35C12730A4B5AA5C322359C1F68D2 , 0xDBDC8E9F06AE71328AB05C281DDA9F71 , 0xDC1800C259EE831A49AB8AB4FDBA195C , 0xDCC3AF69A7280052CD20B34AF4157DC0 , 0xDCC41C29986805A16A1D78C8814C1ECC , 0xDDC107DC4009D2348DD1325EC5FBF0F2 , 0xDE31DD582A002A4A9D11156CED6B6C34 , 0xDE3747AF6E3BEF0EFCDB874CFD116CAE , 0xDEB16716CCAA35BC3A4C57BC74308802 , 0xDED7FC2A42CC67C102A7AF11E99466D2 , 0xE076E448E684C79DD838C8A244DC9599 , 0xE089DB643FE60318319190229B536F24 , 0xE0F113AFE763CBF342ED0586AAB342B2 , 0xE2FD9EA3FEECEFA3ADBE475F4CA6FF71 , 0xE4431921FF8A19C42EFA35E3DC666F02 , 0xE46B25C6E0FAE3DCE05794BEE0FB53BE , 0xE4B3D5EEF1B2EE35E42A59C3A993FBE0 , 0xE4DA9C9EE94F9EE18D72344CFB4AF3D0 , 0xE4E821D0BAD9E2AA1E3DC929E3F218BC , 0xE5465C05388196F978EF147460AF5DFE , 0xE7A9149B06EEC85519F1BA89C12DB170 , 0xE90A6B30063A795F9D8FFF1845FE5DC4 , 0xE93629AD4A1AD9E3E7883B1BB0840718 , 0xEA97F87C579960BBB304380468C8106B , 0xEAE9BA24BA49B7CEF3AA23B7A6710009 , 0xEAE9F7260A90CC590F7666958D1446B1 , 0xEC707BAFD5733BD5D2D9856E7ED60023 , 0xECC6325328889ABFCC21379C4650573A , 0xED4E0D2BCC77EF79F94BA36436C0DE03 , 0xEDC20EA7A2B076EFBFB17312472938CA , 0xEE1E6B101EA0E0566D84EBAB54EB4729 , 0xEE808FCB734D69FCC8C917B74DBB0E0A , 0xEEBBF5E0CDC46831184A06D49102178B , 0xF0BD89624CF2896089AF16C18E1C753B , 0xF0E2449EEFE664360FE77243259693ED , 0xF0F49ECABD5BC6B8D374C2727A73FC8A , 0xF2C083DBAAED7FE73050ED54F3E8C1D4 , 0xF34113DB058E293F57658DF387ED249A , 0xF400B41377D666A7D643D510CE2E09AE , 0xF4252BB76079683E8A4B3334CA71598E , 0xF5445302A2748B9F78E2011D34353396 , 0xF5957B2C56D8061EF2F47040D8CE10CA , 0xF5991BF13FECB73557B34D67D617D297 , 0xF67CDEDED9C395628F060AD1BBBDC1B0 , 0xF6AA7EA63B90EAFC61C984B4F8EB6AB0 , 0xF7A1BEA853D00DD13CA03D9771EBA72D , 0xF7E49E784FB922F799D81DFD32E8EBF2 , 0xF82859BD9BBA7E3C492BD2C54EC874A3 , 0xF8336CCEBD4015C329F4F6D8BA3B0595 , 0xF8483305B66D42457719EB78B899B577 , 0xF92413197579D2C36D2EB73A75CBB00D , 0xF98F0FEE7CE282C544049BD1AE17B6F4 , 0xF9998FCB3266217686AC8F7444C21965 , 0xFB6A88C77031CF244AF15AB0A48A7721 , 0xFC7AF0010D2CF2EEDFB2C3AE5E4B6A0E , 0xFCF10D4A8B42142796CC6DEFF83A939A , 0xFD3650E224C9F5ED37CD3A5620D366FA , 0xFD645F6EB120168342BAD8BCF4D05DEB , 0xFD76D3540B384D609A1190DDDEC5EA6A , 0xFE53AB77BC4D6823CA0EFD62F43BF611 , 0xFED70D51C95BEC303702391BC0E88298 , 0xFEEA0AE61E89C85FB88AC892263D9C94 , 0x00043E4A91578C74072A9E377964FDFE , 0x0035F6B0D3A29890367B578FB653C33D , 0x003B2F4DF2FD801DA9E4D8101386B5F6 , 0x0040614BD5E9478EA37343A7BC4A38A9 , 0x005A27090271B6F11669A6D7A6B3C4AC , 0x005E763E25E91F39BDC0543B73FB4AA2 , 0x006EB10F03EC1914CF2FEC21C2EC0332 , 0x007C9FA2E34E76817AEA8B14025A66CC , 0x009CB57E627F00B21F1908FF6E1425F4 , 0x00B4E3D28CBC3827CDFC41D0F3A17BF4 , 0x00B6F6209138B86DD43B2BCF6AF47B4B , 0x00D50EFB3189224720E208E0DE2BD973 , 0x00DC64058290CA5967DDE1A0508290C0 , 0x00EC3650F7EDC6FD61405AB41A76A6B1 , 0x00EEA4831FAA208F1B498DC95EACE0E7 , 0x00F79DD12ACC3F0361B1EA4EA0BA6921 , 0x00FB1FED1C8CE869D4569B1E28A4C19D , 0x01109848FA3BF5E58CBB78CDAE967995 , 0x0113465132691D10A89B2B513734B6BD , 0x0118A8EF06568A026F74A8395DEAE5A1 , 0x011958170D572F09D8D19BC049CFCAC0 , 0x012A6C0FAA7B90D8C6ED47DB3BB915DA , 0x014B6C1A6813461EE3B19CFEF9107338 , 0x014EF29C3A77BBBA7CA58DD0A87F02D2 , 0x015B67852ACF4C64AC07A68670906A44 , 0x0162968D9393F3C751DE6A60D5EF7F7D , 0x01665D08A99CA78A6360F0E9F54C3A3B , 0x0179BE5D02ACEAF5A50DA08BFD7428B3 , 0x017E925D4818D04E9083BD43B15E3AD5 , 0x018708D4263D28DBCD37BC0DB67D6B05 , 0x01873DDD29D4D83FE430DED8A01784EC , 0x018AEFF3026D1180EFBC259E044F0A0A , 0x01AD4D13CDE3D9EEB72EF1082E70011E , 0x01BAFB242A39BA567DADB627DA1922CA , 0x01CDAC5E6860E18135121B3BF5DE67DA , 0x01D451A5E31D49666BE3F3A88DE87B42 , 0x01DD7FC203E94EEEF86FC6C5EDF6D018 , 0x01F119135FB62D7C1DDD16B55487DBB6 , 0x01F3FA7A299D12FB4AF9108A6A6234FA , 0x01FDCD92F2D358457F94FEACB50EE5D2 , 0x020400B92E97CB5F53D5FED87486B0AF , 0x020B4AB22989CE87D4D9761EB6BF9D41 , 0x0224EBE1EBC95103BBABAB53D43107E1 , 0x023B299811D7750F80E0E79B6C0E8719 , 0x024921267652C518E98BA9FA7DB03D1F , 0x025456C0E5AA981F65AF9EC5209AC923 , 0x02585CFEBA181D22AF048D0533C6FBD2 , 0x025952C5A64ED1BC713C363236F878AD , 0x025C27CC0DAF1365711A1AA9B9D3C31B , 0x025C9C1D9CA930955874DDF3E6A34CC8 , 0x0271AC0E6A3352CC84B164B74F0F3DBC , 0x02754B2DB259984D06A6CAE1EE539AA6 , 0x0278789A91A2F614E3509D40698A6109 , 0x027E810D301E9DEA6584F9346F91BCFB , 0x02884B78E9A1332D1AFAEB83FEB6A571 , 0x02A10BB015AE0CE4E059FBE7A68BC977 , 0x02A5AAFC9A0780F22B9EB7CD558C7129 , 0x02B8C709C996E9D8C3F3E7DD9E250790 , 0x02BAB734564B93CD4AAAB5E946F687BF , 0x02BC6053D6EC9E0EDAD9D9D5ABC5FD6D , 0x02D68F7E6503CE1700EE49DEAC462BD7 , 0x02E327712B7BA6629680ADC121B9CC9E , 0x02E5A841591F39C71932E7D7802C3AEF , 0x02E81B402B4DD0B600600127F0A09BF8 , 0x02F0D06FE178D681A04993D4E3D55C2F , 0x0304F620F56E6D86C57D04C2659C421C , 0x0315462B1957E35C3193A5CE2DFF92D6 , 0x0328427F3804124103010AF1E1FFDF50 , 0x03286B5A6751BE0B9DF5195AE9C9BE34 , 0x0334429D9A72413A8C69A5F6C6908A48 , 0x033817D541292D3A54A261F7317BF22E , 0x03520F9094EBEDF9760AFAD22034F1B3 , 0x0353161F7733B5EFA8077BE1B503A319 , 0x038CA4409B20756A3D8C30F812559D83 , 0x03937E1D38425D5D2FBD92F84862AF12 , 0x039BE513FB343979A5EFFC1227494AD0 , 0x03A0942EEBF3F906D13D202649E8CD68 , 0x03A9B16C3021710F520070A5B52722DB , 0x03AC0D614305F9703CD5532A75D7A56C , 0x03B096FB11F0F8114F2433293FF631E7 , 0x03BF544053DF636A2570509AA9BAAEDE , 0x03C576B12DFC5FB72249785B0C837818 , 0x03CC0C95ADA022CE236C8E16566B85DA , 0x03E939A908D3AC63A0DEC3513E7781D7 , 0x03ED3DDFC2DBB0630BF5EF3CF55C3226 , 0x04019BA24F768221E7A37BF97027FA94 , 0x0419F69B695D331C5ECA0142935A84D5 , 0x0423E68D19A922ECE2CB0456537C05FD , 0x0430E771E61809ACE2BAC0FE8A1E3B21 , 0x04363ABC925ED4F9BC7566644D720B4A , 0x0439A5B6BD492D9DDD22B8CEA9EF6571 , 0x044A8B5A4D95D3AF79ABAD36A2012428 , 0x044AA4E7527B4945779161FDED0524D2 , 0x04554AFBDFD0356823E192EED866B39D , 0x0456ED307F53255F6752408BD4D2A7C0 , 0x04618CFB28641F580F76B2E29E568B50 , 0x04694D89953ED0105E0232B000975586 , 0x0476BE5A58EC26D21063CF24BD6EA80B , 0x0478F25758CF627ED70942486EF9EFC5 , 0x047B6995D00B0671E4BCD018404D1505 , 0x047D6971475CCB783BA068B06D6C9B1F , 0x04944B56AC6C030EDFA8486A5304118E , 0x04955A138E9FF46F7AF0E47284EA73F1 , 0x04A7F5C69D9D23E0A049C723CBC895D7 , 0x04C821A8611CBFCFB3D9001BD0B531B6 , 0x04CF32D0FF7F27C323483B1271139FEE , 0x04D49B9064EC15D29DD7CBBF52CDB82A , 0x04EE78D443BF76BC31C29B662D3E5A65 , 0x04FDB6C55CC6718EBF3E1A4FAC7E6F7C , 0x04FFAEFC13D07BEDAB7F187F9581B9A9 , 0x0508DD93E6F28FAEF8BBB8062C2EACFD , 0x050FE1B8A6C7CF8A30345D64A58D45DF , 0x052BA71BCFD227E3693F4406506EAC5D , 0x053C56E7D8126E1A8BD4AD6432128A52 , 0x0543B51A546D5FA12934069174AD2559 , 0x05549FD65D8613DFA23869ED54604573 , 0x0555AF5866F747F29FEAF60AC22308F0 , 0x056E49EC81D14C9129117CD914ED544F , 0x05765F06DFB1C14A5887E0AE7F7838AE , 0x058204897C8AB0BC1997E073B5679C1B , 0x05896FD7C2176B3C4EE9E92B56A88587 , 0x058F86252AAEDA3D39AC8661E29AC829 , 0x0594A26E85AF84A3BB5DF5FFB9104099 , 0x0596E99E57A7ADDFFFDD20AB24F22DBC , 0x059B5939A8C5BC0FE0870378B84C025C , 0x05A1C99E5B4B2589402C4B1BE955E6F0 , 0x05A9BAAC7D1C78C42897CD06EF890E95 , 0x05B89B950B5659843A0924312E7ACF91 , 0x05BE7ED98C027802DE7BDDFCA70658A2 , 0x05CCDAC78D0BB8E694781C85DE932EA9 , 0x05D68853465EAAC96C27CFF7147825D3 , 0x05D92A1F798F0635BF17ECB7E576D618 , 0x05E1DDA345DE9F728B01CBCE2821D76F , 0x05EC6C401B367631214EF6E50D08949B , 0x05F5C87D602C6693443FDA99158F708B , 0x05F9CA32AF50DFD73CABDE88BC4C218C , 0x05FC69405C3408DFA053F544A6D01F64 , 0x060AB4BEA5FA91D0323BB22DFB7941C2 , 0x061613AEF072CC15D2A76C3F3C0049A6 , 0x0618C7898463B1A5154206B60A31CECB , 0x061FDF09CD0C6CD47BCE94ABD6AF5D82 , 0x063C2651BD280BAE781D0CC0285E99B0 , 0x0649D53C549CE1280954BA6F4FBC457D , 0x064C574321C542367E6B71A0B2DA8693 , 0x06597C3123F60DE2D957B06F89E97F0D , 0x066AF6A206968CF27855E7A3ED9499F0 , 0x067269B38F7304487D20A1D543EA2B1F , 0x06738DF4E5B835170806BA3B1E4762F7 , 0x06DB7C23472F99C0DF9032E3736394B3 , 0x06EC8DEE188B5919108D1EB6C23763B2 , 0x06F6FF4495DE58DCB245842B8176EB04 , 0x06FF96E035AD38B6C0FE3596190FB13D , 0x070D790420B6BEF8D2B1E95306440239 , 0x070FFD6469AFF67867FE46AF9A56785E , 0x071C769C7FBF7EDBF0D86913AAB76CF9 , 0x074BCC461E4386F348E5BC2759C503CD , 0x075CD7C2FBDCECC0270D456DB634BBB2 , 0x07683B176199A19214C296D80B642BB9 , 0x076FD46604B3EB1C5721EC993DD716B9 , 0x0773A3F4BF63EE16054B62EDD0DB7ADB , 0x0796979479952B2057C840FEDF9C2934 , 0x07B15A3D66423AD663EC438D7E378886 , 0x07B8B99DE3F3218EB4A25DDFD67FDC8B , 0x07D975EC34FD64488174963689455BE3 , 0x07DC9534C66D4768C90C152337BA03AB , 0x07DEE3575A0C75F9AAE184E086C6E00A , 0x07DF860493FD7E6816343DA7E54CA9A2 , 0x07E19842E3D958C0AD717C536C30A79C , 0x07FC53B67279FCC8836570CCEF04268E , 0x0804EF507035D0482D98F1B4F58053EE , 0x081B7B28AC5AC43B884886E303E895F9 , 0x0848B400EE036D7E4F50E307DE76275F , 0x086650B8BBA48779F8F3C202C6C01BE9 , 0x088811672AEA51C724314435EEF05076 , 0x0892A277AB3819C6578AC6DFDC075C12 , 0x08A5931CAF18EE7810A2165DC16C4AD1 , 0x08B2E749FFD1BB09C8FB897BDA6111B3 , 0x08BE992C440ADBACE8A43FA0EF82ADD8 , 0x08DBD4EC451F4B4E43A23C8AE1D8E32E , 0x08DE1A89D86848A65E52CE4E058B7CC9 , 0x08F138633BEC16325BBB57815AE0265D , 0x08F81B1A3C43226B81C6206170AC10C0 , 0x08FDCBF160463DC8A8AE4381439F7C44 , 0x090E38430B0E7D7C87B1013C8A5BC155 , 0x0912AFB784A457C8D5AA3F26690F40F3 , 0x09311AAA783F68846D361803AC227059 , 0x09313681EC198EA98F571D874C143C38 , 0x093A212D866902F454E5CDAD044BCFC3 , 0x0952CA079B54B78B160B06A964B125CB , 0x096542BD59FCAB746633BAA691013901 , 0x097CBAC9454279F2B3AF84C87BE7AA96 , 0x09818CB751D8839AC4DA32780B87A9E7 , 0x09A93D5A4289DEB18E3428809D697238 , 0x09AA1690289EEEB0700F8F4FA9EE88BF , 0x09AD5A8FBDA0C9512B6E0C54EC0D157C , 0x09B56BE114963E9EECB07B821C8DCD2B , 0x09CD929D7DAD96DB39557F9F2B3AD6FF , 0x09DB6FAF3CC29F6DC47763C7177B7581 , 0x0A26B2770C04FEFE450E3FD553ACDC4D , 0x0A29375E3E004E5ABE5DD70414728085 , 0x0A31D908B47398072BD06271A871D97D , 0x0A4EE4F6603750155DB8E0BF3704D42B , 0x0A5F0A491199ABB6C129C9C1967F0521 , 0x0A6C0E64E5BF7D45C7423AB4D95FC812 , 0x0A8888C7E10566B94B3BA7858418417F , 0x0AB5DB00125FF791949E641E60AC166B , 0x0AC6FB36EC73CBF51E356C6AC9F2A635 , 0x0AD3F3CB2D6C17737CAD0CAFAAD3EB2B , 0x0AF35F7CECD64B526CB0BDD0B99EA998 , 0x0AF8D65D9FC54D6B6BB04E436895E002 , 0x0B02A59B1A2266A5FDB5EE1DED907EF3 , 0x0B052398949B54C1E106D4261E79172B , 0x0B0806F155651D65C09FA05DDA8F14DA , 0x0B21F2A18C2DA6B819B7B672C7625B22 , 0x0B28B61E2982FAC2B3C72B0362D469BF , 0x0B3584FAF1760956BED2F0716ED89651 , 0x0B433047B021C3FFC94C63D14A827B95 , 0x0B58EE56F38519E02EB4CC6FE38985EB , 0x0B660EED842E2AD59A2E5D14C528602E , 0x0B69631D8B9213E59175781D9FD27594 , 0x0B6CEB8A3679AE571BBA0B702AB97C37 , 0x0B7A81622652FB1A5AB7D5E9DE3CF79E , 0x0BA5AC49CD38B6565F1D22291812595C , 0x0BC94CD03A5736EF33F2386D7D3B8440 , 0x0BD97982CD26A59BC9B5C54B861D2AB0 , 0x0BED6C63702E1325E7BA1ABCDF9165D9 , 0x0BF1C52DC77E5ED35D54C209FBED0318 , 0x0BF82135E03D5FC9C312C589C4117C49 , 0x0BFC5BA98AB6905FD7CA1235E5097FAF , 0x0C015FB563FA34D4E7606F1064E3BA1A , 0x0C0E850E44E869210105D2AA8E3590E9 , 0x0C1582C5071EE73F4512EFE360B79C4A , 0x0C162CC16E397CAEEABC48626EBCD944 , 0x0C293438D3B74B1BFA1F928B7714903E , 0x0C3507B6BF578A3FFF79D658AF571747 , 0x0C42C8D884D6C3067932B2A9CA4AF863 , 0x0C490F84595C563CB6DD7C075C4A0B84 , 0x0C5AEE347985BBAB70A250CF659142C4 , 0x0C67A3152AE906C10AA16A1EB6ADC607 , 0x0C6A9654C3DF475EF5CC88917B189E5C , 0x0C78D513F5303BE3403E743CB5567DCB , 0x0C7C6AA565B5913FA4398AA83A389AE2 , 0x0C94950A188597470D0826F76D5D6AC6 , 0x0C9D51ABEAD27E73F9CF5FADDF32A265 , 0x0CC4CC257CE51C07E798B8A00BD7DC8B , 0x0CE7F5283535A1C40113572960B4372D , 0x0CFBA00CF4614339B28F2C8BA3C4B4A8 , 0x0CFF28B88000D23293B07BD1ADBE3C4B , 0x0D01F4991D8D95EAB1827DE7DCEBBDA8 , 0x0D03FB7887E12A6E8ED68EBC68F6EE1A , 0x0D0AEC8BA24DDC7889FD826432A07949 , 0x0D0ED2618C530F078D1B27CEB25889ED , 0x0D12691515AAE047A4C98070AE125432 , 0x0D1BA56730D5B0B7824A91932A92E03B , 0x0D2095EDB172807E634B31EB8E7CD7AC , 0x0D3587FBC71040F984FF620D09BC8150 , 0x0D4CECB5801DA4E980638799AA794F4F , 0x0D54503C44C7747E2B781C53FB02C1E3 , 0x0D60E5589788A560A42D0CE56E5D91C9 , 0x0D610F29C8FF83800D50D37CE2C5EF55 , 0x0D6509E05CBC9B812BC94781DDBEFD2A , 0x0D6AD9211909A223504E74FCB6695A32 , 0x0D80F9227CF07934924C001333D42ED5 , 0x0D976D01E333C22FC1386EED5D6BA511 , 0x0DA274DADDF3496A8DD2D2B51A82F7A8 , 0x0DA4D88A827B538B7505664D4BB09CA1 , 0x0DA5F178CF1B45F2E1A8187AEF27CCFA , 0x0DD4EDDC6BE5AA1A5B04E26980939A6E , 0x0DD5A6CFC52F6BAFE107AB3C7C6100EE , 0x0DD737A83B4AA5F4F1BE48E11F6C08B4 , 0x0DD8438C0471B19B00B08133542BD824 , 0x0DF7E92B89AAD28B8D5696FB5E6EDC4F , 0x0DF989FC5C86BF185C280717685FEF5A , 0x0E09C1E32EACF353107B0523608B9112 , 0x0E0C29A6B7C87079639AABAC5FA22C07 , 0x0E1575CF09FB2E7B2EFBB9CD666E7BFF , 0x0E19D060681162C437277632099EDBBF , 0x0E1E7503FC8D1A6599D54D39D504106E , 0x0E3F3A1E27CDA9E9C8A9141C85794363 , 0x0E4052415795BEEE2AF443CEFDB2FCBE , 0x0E41F8553B75F8B0EE97B2C365C1C4D6 , 0x0E43E9C6A236C191B429A2F3756CE7E7 , 0x0E4C8DCB9127697C603748DCBB85FD77 , 0x0E4D17576F679C4A1CA3C57F89AD29EB , 0x0E5288EBECAD44B33849E6BF399F32BA , 0x0E5463B13EC9AC10BF64A93EDC3F0BED , 0x0E65E57F3E4C12480E1DE3C2D294831E , 0x0E6DFF5EAFCE3FE2F228238C95E022ED , 0x0E7A01A690873421BCDB0D9DE10EC3A6 , 0x0E94C97E1F1518077CDB4EA01BB56BB9 , 0x0EA40BE4651AD5C7AA63A7B72F5D51BF , 0x0EAE36147B7E34B9C088D1D76CF46A0E , 0x0EB1B82A24E9BC2ED8EA9CF2F973CBA8 , 0x0EB8102EC2A91CE6F6A717D5D6624623 , 0x0EC3ED15F643773299E3633EBA66B755 , 0x0EC5FD2757EC10AC187CA9DCA6AB4A4E , 0x0ECA99F8E6B16E8CC5080EFFB56E44CC , 0x0ECCEC3287A92E7717A9F174E1501B41 , 0x0EE32241613E95A34BB845BC10618C36 , 0x0EE60FD2DC961F76874DBFAE4FFE04A2 , 0x0EE668D4082AEACF6C1A7BB440D23B3B , 0x0EF6ED9ECFD5BB67A2C7E0EE4846AEEE , 0x0F0DE0EFEBDE1A340AFF17A978A91152 , 0x0F16417C2B59C575A45AA5CA738EE906 , 0x0F1F8C9C76195394FBF8B08E3520C08F , 0x0F2804255D785D563B8752F4FADB6CCA , 0x0F58C71FF0795DFAF2B67CCAFBB7712C , 0x0F63EDE2D1C8D2FEC379A132D4A64B74 , 0x0F6AF7D3EA92CFD81763CE9213C38665 , 0x0F88DA5ED7E71F0F3A8676631B722412 , 0x0FA0097A48AAF1CFC4218E7A3B806E31 , 0x0FA15414A0A1B3AAF6A1E0AE7514F51B , 0x0FA4F345208A9B27C506BDD9B94575E6 , 0x0FAD7ACC656A72C4A2F708D56166175A , 0x0FB1CE3419AB50C5B5A14912ACFE8642 , 0x0FB3D881B6D4245A0BB56DDD1E7F6CC6 , 0x0FBB6F044989C6DB75DCE3C8C815F71B , 0x1009A012634C8E507B583D251864C38A , 0x10225BDB4D33E2697BE217674A8C03AE , 0x103ADA635FD1F24D60D78C12A394D19C , 0x103B41A22972295044BBD233A78D5D39 , 0x107163526614C5D18FD3AF9C80CC6FC8 , 0x1078E7F540D860E704F1365F487A7952 , 0x109692E1EDB90496B54D88427A1F227D , 0x10993AD48A335802A7883AD35762AC48 , 0x109EEFE39D7170930E21D2B3558BB670 , 0x10AABDE82DEC655D2D652B4390C4AA6C , 0x10C4BD31190CE8793F6ED3BDA0EE9656 , 0x10DB529D3ADC36538763081A95B937DA , 0x10F72414E5D0FAFE86F4F7CB80588224 , 0x113F6BF52ED8E1ABAA9805E45CFE904F , 0x114293DD79A89327082D5411CFFF35EC , 0x1143085F703220957D2D5F68D355A3BA , 0x1144B0ABA7B5709BEF66BCDF44337F10 , 0x1145B46061FFF353207CE7DAF1D514A6 , 0x114E8EF8E708F2F6A31F85EF0B22F9E1 , 0x115149165E39B1F261695FD8C29E4DB6 , 0x115936AA2B4B13EF3CBA8BC852A5BA67 , 0x116897DC5F2CF83CBB953E6E38E6FDEB , 0x11AA7857127AC884E1FC315A0C7BAF57 , 0x11AD885033968B3F7D43746C03A09BDA , 0x11BB3465FA59742727F2B7ACDF137E17 , 0x11C4E1D7B0CF2610EA513BF401E82A42 , 0x11DB0B42F00BF310D1C35D742538094A , 0x11F98226ACAA65B822630FE308508DC6 , 0x11FB8EA3B17811D38B61559F6E7CEEE1 , 0x1205012357CF499E893B05FE21A866A5 , 0x120833A174042C071073F8C44B651028 , 0x121E2E88B503314D2BD6BB9A8C01E58E , 0x122A7EA2AD0F768F10202EFFA7CE35BB , 0x123460CC75A8323318C2A1E917985911 , 0x12563E3A7B1FAECFFD8B6650766F6A1C , 0x127B59B75FB8312FEA47C8D9DE13FD61 , 0x127EBC47ED68350912194A7F79CD3805 , 0x1282D958AF81034A0CDA20031E53C946 , 0x12A886FE8C41929DB806F49DF4F2943C , 0x12AA38E4CD3304DB7010D5F53F4F51CA , 0x12AE71B072B99AFE93187C645120B382 , 0x12B071924658D78FF9F9261700B0C1CF , 0x12B572E304D39D3E75DCCB5A10553A85 , 0x12C5A185119D5440AF7CFB36F1E67373 , 0x12C7F1F79071124744793D268A3AB3E0 , 0x12D7C42BC944E9FB6D0C0DBE56BB2F92 , 0x12D80CDDE58392F47E0100D18761BB37 , 0x12D88C9423FC913F176377C943D3E1F4 , 0x12E47A95CDC5D2748A11862E73345835 , 0x130D33A97A583EB3CB5BC98DF8663031 , 0x130D8BB837BEFA4FDC6A790648865949 , 0x1313CEE4FB7A51B364D77755EA7BCF1C , 0x131A80F69F104A2BBE5217AA9B7288E7 , 0x134A12BAB8C120057454A76A7BC74E2A , 0x134A4E01678F99921FD7837E301FC464 , 0x134A8A9DAC6C6284A7DFD1D862B9FD3D , 0x13730CDC2E98C79AC4E9BE5B5947752A , 0x1393291E3276C9C049B75C19E3A912EF , 0x1395E30E357BBBE66C083FF047AF4A50 , 0x13A15B10F340E6A52467C77A05817971 , 0x13A9C864640DB6261686E600C585B999 , 0x13AC2D012A3BFE8AC26BCB0B03451A34 , 0x13AE45B8008085BDB87266096FD7E806 , 0x13B1AB0A5F2B615FEA2E85E606709ADD , 0x13B7B6C7B41C9D998540C5262AFD9973 , 0x13B9C258A12B5BEBFDB8B01831506D4F , 0x13CA3E47C413D19E4A8C7EAE939A6FAB , 0x13D77E589D7A57A3035D8D41CB19174E , 0x13E1038D5088C3D4A9712CC777C4BBC0 , 0x13E51D0E8057DFF7AA9DD7CD1104E95F , 0x1408F5D83108C43BADF6C1820CF4D353 , 0x14152837CE05E641B658CDA3F814C41F , 0x1432B53EE322D02BDC8993D5E2205148 , 0x144415BD8CC177D7D332C1DF0181FE91 , 0x14441D55329DEE2E3D383950C0FF3293 , 0x144B4474C587CEAC68E4664D0B2F5F5B , 0x144D5C3DC191C982E4C0DBDF7D1783D4 , 0x1459A6D2A72F3B105A9EA0C3D428BAF6 , 0x146D5AA45AA8F818B874C67061A2DFB5 , 0x146D9D4CF977B34331CE3CF1B7B172B0 , 0x14758AFEA5A4D6DD529B70B55D7FA999 , 0x147C7FA8C0E29C306DA6A840278506B0 , 0x147D96EE94C028BD58BB2A0144544A11 , 0x1480312E639108EFB8A8F71B5258834B , 0x1494B617A80DA5E1DE78C9F38D71D4A9 , 0x14A545F2DA54A97F314C5F51B080F50F , 0x14A795F88516C0B231FAB432B29E78BB , 0x14B2488254B2400C99BE28722A8613C2 , 0x14B552F9E7B7AB5D54C8A2B6393B3DEB , 0x14CA1A518728AE4D1335E3297AC7457E , 0x14D33449A5B37AD95EF710DBF5FA6606 , 0x14DDC75BA4F76BEE0BE5F592D281A390 , 0x14DF894E81D11C911844B11374ED4415 , 0x14EF989F5463E138BB2A5635A5754959 , 0x150584C3900742EC52074A4F3F01D688 , 0x150ABC93FB7F23A9E51A41A4442657B2 , 0x15239F69134D13A8FC9686AE4695C389 , 0x1527CD8B5FE487A18945BC6DF992EB34 , 0x15299AE82A6192A0940F139D6E9A69D3 , 0x152D4E720A560FF91BB56F0A0E6EFC55 , 0x1538160B0F405276B3A265CD2CB6B25F , 0x155A3BAEF6ADF06ECB2CFB532FCEC50A , 0x156CF8DD11C74AB7A3220334E6ACD74B , 0x157894850E8DB2D9B8BB0EBB45774704 , 0x158897614F708A14B7F6951027A6C267 , 0x158AD4A1EB247D85DA4A1DAA2FCAFAD6 , 0x158B3A0771AFB0057CCBB3B0F8262F45 , 0x1591BC6B1FB6A261C2154E52703EA690 , 0x159EE44773C677928DBBDE81AF477343 , 0x159F33A3A655F9B225A06413117F8E66 , 0x15A4895FFC356487AB2BCB1EA949F0BC , 0x15B34B473ED6EAC12A3A5FC4A9E48776 , 0x15C35C7AD7509F1D3FA009C04E2C1D8E , 0x15ED05D6051CD0E09D84F01B26A327CF , 0x15F089B877761EFC50BC93E19CE731C3 , 0x160A8E300F909798B9AE57A48B1EB117 , 0x161D8420177DCB53A6ACFFCDF219408D , 0x162B25BC3A735F27FDB7A9B4EDDC2D47 , 0x1632ADAFE6B1D5AE10D7F2EE799E2EBB , 0x16420DD3FD414E88AC17547974B77011 , 0x1653C590224FBAC1DEBA2394D49A1DD3 , 0x16675CA975465DEA3E47837643546905 , 0x166ED3948656C9B4A95377AFC659744E , 0x168644D81E47BCA223235E20B6B3D485 , 0x168756D53BA156C90714BD162BB3D4FE , 0x16A18B129BCE9F2CB230178792918454 , 0x16CCA34D88E2EA63EB09FC8B2448AC84 , 0x16DE977941196026112365D57E956975 , 0x16E2042669F099A6378146357DCDE939 , 0x16F99B64B0CD57B32A7FDEC540ACD912 , 0x170880CF30C0D922634C5F979B074314 , 0x1716661E19C993C5A47ABEB95E04430B , 0x1733E1AA4ACB7A2DE63D27B0A3951288 , 0x174B3494F17FFFB70A63BCEB2795FF00 , 0x174CE7469D1A2F7CF8126C7F8277317A , 0x174D0FA954826A4DA7034E13B1A2244C , 0x174ED62F6C31EB171EF3EB8A1EDFD9D0 , 0x17593F15EC731DE29F608BED7A834C40 , 0x175B88D48DE6DC9C3611C8861058AF80 , 0x1770AEE458848FAE853F9283981239E4 , 0x177664A38F88CD0FFD860DE2487D8FBF , 0x17768EA29F15A6F9C0BB5585AE5F86BE , 0x177EE7E7945E13F1D3FF877A0668E1DC , 0x17979E706802C6EB041C56B9B7475093 , 0x17C402E96574866834D3180730536746 , 0x17D71BFCC953FB1B74BA8EF9FA762989 , 0x17E50F331162C80C20E7E761C6E19266 , 0x17EA4980DB7096EC887B444E5954826B , 0x17F50E4799CF0BD93397661A3DF90DA7 , 0x17F54D136093525F656884924749F742 , 0x17FDE50415E4CBEECE958CCF7F1064B5 , 0x180291ACED14B13336398A95BF2120AE , 0x180ADFD483AE85774246EA35537FAAD9 , 0x180F20E9F7B2CFACB5B75C3597C3D124 , 0x18111B6C974434E2D2F35CE0B9153406 , 0x182481778D479D52CE246420BE8759FB , 0x18269500ACECBBCD0E67EA1CFE1195AC , 0x182D6FD534A21F1041EC7B2C1C9BEC34 , 0x182D925496CF778A742D002BA084B7BB , 0x1836F444BB2BA70683466C9B41864BF8 , 0x1840D7D43A056D5DEC1444BB617349D4 , 0x1847B912ED7282B5B9CE326AB1D183D9 , 0x184C4D94C556C45D19A0F21D8766BA5C , 0x185057CB4F205AB2CB7890B9F5DAFD3C , 0x185E24551234CE8B4C3CF2C106123DFD , 0x18692C201CFE4C3DFF326CC35EA3284E , 0x1869731A531893A6EA2B5BB26029666D , 0x187AE1C62BE3D23B38ACCC6E23CEB9D3 , 0x1883FDFE5E59E6B38AE9ECF2E2416CE3 , 0x188F436D4436F9631C9DA550FD7C8678 , 0x18A7585D0BF3116078B699F4ADFDBC66 , 0x18B19AB47CDE5D0CC36958E82D4072FE , 0x18BFB26784DB4A438987DAD307DADBB7 , 0x18D09A68D4F27CEBBA07D658D3C4CE00 , 0x18D16637965E5BF380637906B679FAF1 , 0x18DADBB51F1357D302535DD69E82EDBC , 0x18DB430DAC0EBC5950FB0215D7E2CE1F , 0x18F4EBD6D8FC93341FF6A0D2D817B5A5 , 0x1930EFEBBC497D364C895C2C63285B5A , 0x1945264BFCD206BAC72999786F507965 , 0x194C12A71C7BA6D2B5098350B0B98477 , 0x19665B46EC4935B6F6F2B199DDD40914 , 0x1968E4B7B6749D0585BD340D9448F514 , 0x197BD54D2A88693AB7AA3417F4BAED4A , 0x198A5EE03EE57FBEBFE69FACAD3DFB3E , 0x199387DF3E90E483AD9DB4E229CC262F , 0x199406C55834E14FD9D0BE156E872078 , 0x19A954813BCDFAEF26D8A4FA276FF77F , 0x19AAE38095BDFE822408F8E563E5709B , 0x19BB8FF496E3D183E4C0CB4FA415F13C , 0x19E7D19348669FCD22655CBC8DB4715F , 0x19EA9B4663992F9E221300838372B096 , 0x1A023ACA1D32D42339C2777D687F3691 , 0x1A0FA4B3301B4973CF9CF9119CD0D628 , 0x1A16072598935DD5224F2E5A4DAD7AC3 , 0x1A1D48F2C8C0BCCAE60124448FC402E3 , 0x1A41FE6793317F9D0BE458F9FC54F455 , 0x1A6827B0A4F83ADBF7ABFDEF065BFC21 , 0x1A6C32B0E074A81E6478DF0C5A2C1B8E , 0x1A8075BFF211EB80A8DDCDA168F6D4C5 , 0x1AA7EE817ED9E4992B67F6AA47DFE4E4 , 0x1AADF8FC9D538A6E981E9760CC940E68 , 0x1AAEBE6DC8EA1BAA394D51ABDCFB9735 , 0x1AB4721A9269AAE8451D1D8CDB5597D4 , 0x1AC468FBC5D5A247A6D6BDB67BC3FAC9 , 0x1AC588F769A988EADE47DAEC44E179FE , 0x1AC596CD798EE43026E9A830A04D0E21 , 0x1ACEC3A9898D6CA7EE7402A891EDE621 , 0x1AD24CC6C360F4AFFDCC26D8726008FC , 0x1AE6F914FD7ABE67901367984F64BB40 , 0x1AE87A74F2849690DB59E60018E8C75D , 0x1AEF8653FE7F3711DAB9D4F8B6B5D7D8 , 0x1B1D456DE55871F81A4DB148DADB570A , 0x1B2D99C24B01BD2972EDCA3447333AE3 , 0x1B4CE9AD57FD7A858845646032D75AA5 , 0x1B57CC0D13AA3906C3ABBEEF8D172E8F , 0x1B6056B5C90158F34F05AE2FD05C5814 , 0x1B6661B6C8867C4D7BF358FADD661E96 , 0x1B7290D13EFDABD3F2B6B5CE41818351 , 0x1B73BC45368EE5FCD21F5E2FDA3A197E , 0x1B872046FDC05CADF19F08CD340D3DBE , 0x1B984D6A6C42B1FF9F64DD1E20193872 , 0x1BA1807F31A74070D22948BF6CD96D64 , 0x1BA817C1020C4CEEA9B4D041A9567DC0 , 0x1BAD857010DD6BDC9CF8E0B406F157D5 , 0x1BADF0F0606B1D2546CC249FC25C9DA4 , 0x1BB1B7490D7678B6584BBDA1E3071F56 , 0x1BBDB37AD8A3117749E876394D11CD59 , 0x1BBF3199849A7EE535850115ED386909 , 0x1BBFED68B4EB9E4CDF7088A80FBF09AB , 0x1BC35353DCD6EA67B79CD76CAC3F27D0 , 0x1BCB04C49A77A624F49CD2FA497B07D7 , 0x1BE4AF9459C5E98E5652CF4AC41B1321 , 0x1BECB2D4D5C650D6928616070E210DA9 , 0x1BF21A8F48EB2D65D79F8E765038660D , 0x1C0A6E6E6E19F35E330AE818B59DA025 , 0x1C14ACAE9956C5776D76D1DD42239424 , 0x1C2513597868877B83FA88193E63DF2C , 0x1C45B5A9B3B6DB4C26D7C476088CFA21 , 0x1C46BBAC0C4F08448613F0379882F2F7 , 0x1C48019E55F940E85182DB6924F22CA6 , 0x1C499D3135B36587635C910D3E1D8A0E , 0x1C4C8DC09A965E340A41783579127780 , 0x1C4E7C6B8C15C96B31566787E2C5D062 , 0x1C55344A6A4433F95B281E02BAE51C46 , 0x1C6E7438A53F640FFA8A167929E2E053 , 0x1C6EFD6DEE2B79392FB8B189E47D5755 , 0x1C7182221E172606567303AA22430B3D , 0x1C7441A8455559450F7FD0FD79EC7986 , 0x1C77C4CBED290C71BF26EF4B4587AF90 , 0x1C7BBDF0D86247B4FDAE68EE53291D60 , 0x1C869BBDCF4F800E5B07E7BD668CBA20 , 0x1CB8EB1FC71AB32796DC41AA398FB9F4 , 0x1CCC478BD08C84FA8CDF26DBC43BC6A8 , 0x1CCF1DBECE80458D1D83BC851C6F7999 , 0x1CE7B41C19DCCD7D84A536B0CBA46E96 , 0x1CED1CF0498BE7B2A01C32B254A9A573 , 0x1CFC1FD3C0DBB98E0248855D47DA6775 , 0x1D1A7430A4468406A8DFE66967B8F1BB , 0x1D2C94F77E8F44ABA74AB8A64C5657F7 , 0x1D3BD7D51A4F9EC50767DF0A642064D4 , 0x1D41C25D48E72A0F1BA63140DA1DD290 , 0x1D4D00C5A0004401A92855E9DCB70612 , 0x1D5E65205DB1374787BA3537D16792F8 , 0x1D67A4F9B433AF56A4A362416D5A16D4 , 0x1D68DE9F57674A6BE1D8C3B0768328F2 , 0x1D6A6A62523B9F69B5B8AFFB9AFFA867 , 0x1D6AFFC005DE2D7771B24184CADD8161 , 0x1D7F6DE95C5656DC62B44D10719A279E , 0x1DB01EF268BC9B1FECC598A1CEC65D29 , 0x1DCC52A130A243A5FC18C46C2E6BB9B3 , 0x1DDFB5C966BE942C3DA7B6541E19B779 , 0x1DF15E300B948D0F99F9A4DAE6EE7F2E , 0x1DF8E9E51A39B933D2E69F003228E6E8 , 0x1DFB326484551C96A2E189B218DC181E , 0x1E190B3EC9C09FD79F826757E002BE2F , 0x1E2672103907DB84722FBCC7C7EC1789 , 0x1E26B2F0623F41717E5043D31C2F4322 , 0x1E2AD9A7E0D10668256B77F5EE0A28FE , 0x1E4BE7FA74E8416F896D0BC7DA6DFE1D , 0x1E51800737DD8D10D07FEB7195D8E8DC , 0x1E575755D65B1C235AD15102DF93F9C9 , 0x1E5DC8E29870B0CEA15BD189CB79C2E0 , 0x1E7202B905D3B9B54E06537194F8AF74 , 0x1E759F266F4A343B4713C0B947A2F1DA , 0x1E9CA2C499C3EB1DBB900E073330FCC0 , 0x1E9FB3F3694E1B7EAE64201CF4CA256F , 0x1EB6518CB97C04B09F57032B23515CF5 , 0x1EBC6FCDCA3A9862BDDC3BD6B06AE122 , 0x1EBECD128321C5BE85ED529698504385 , 0x1EC512E1686C435BC14A1CA0B50B029A , 0x1ED47C2493B907D4D89A9FE9755FDF41 , 0x1EDEB463B61A9285AA39DCEEF86ECFDF , 0x1EE405436FF75D88255313EE5AAB192E , 0x1EFB4FB3BC94C3D7BD64DE70E8F40726 , 0x1F01EC003F8AEE8B428475B3FAE73A25 , 0x1F023E30F5B949D72FF0CE4FF345E26E , 0x1F0E235662C0FF72C1749E35842E6D5A , 0x1F0F01ABEB76925DB5B7011B4B15F047 , 0x1F26D4A19C6483092469EEF98A01E7D8 , 0x1F3E491521286C33C4C62054BF31E0B8 , 0x1F4ED6C5F0AA1325358FDAF9D2CFD514 , 0x1F59523449D451510FADF1D636B9322D , 0x1F5E56C48B39F78781B3281F8C2C8359 , 0x1F747EAC7ED59CC43DD9140C7624C467 , 0x1F7A6F8410A1751CA65722E70F8E5AFC , 0x1F7E63D8A752FE2464B00A6748DB5AFC , 0x1F7E84BC72683D544B88F7E15E4AF076 , 0x1F864CC3F0E7CD93EE0363558FB82F33 , 0x1F8F05671270C87C6C98C925F0462760 , 0x1F910BE292775984341BD8F142AB44B1 , 0x1F9FDFE4F1241712305850A0B04C1CA2 , 0x1FB1181FC69211201EC396579482B038 , 0x1FB382E916DBDBEC4B3825CF76AFE77D , 0x1FC49E8325B2C3CA5C3CEC0DFC1C8243 , 0x1FC9C2A1613D40215A07099BAF68E254 , 0x1FCBCAE3CF7DDD0FC0C61E9B94925B58 , 0x1FE19A2918AFFF77F84B677BAF9638C2 , 0x1FE896887DF27873C84BDCF44F75F15A , 0x1FECC2A7FEE87A4B676A584587E16519 , 0x1FEF2F07B60A5B48493DBFB220C2CBF3 , 0x1FEF68558C77F4EBF75AC1FC41E5A6E6 , 0x1FF345D6EE53EFCE550D9065E64BB221 , 0x1FF6D2A8797D5968E216A1056A82B7D4 , 0x1FF9F0526A7816777F3FBDE36D6790A4 , 0x200A4CF373C4420C9D5261EBA09F0F3C , 0x20277B9908FABD9AC442C233ED5601A2 , 0x20289F24EA678F785C331330AF29AA37 , 0x2040F9B05E782C05C1F66B259BB7C1B2 , 0x20450E98939AE7AFA467B314AC4F6B8D , 0x20458DC24D37CF0A0744794014AB52C4 , 0x204A564845A9C14A8E48FA4FAD931624 , 0x204D95A8C3E48EB639B91AC93DE4EFDE , 0x204E5E8D951BEB70878DE76A14C3E29B , 0x20512AC020018CFC330CF288FA394C93 , 0x205ACA29AB7EA88B120FBEC71D604D08 , 0x2062196C0521A88DB5EA06C615FC9B15 , 0x2073C67618B7F45315E68B8F4EB8033F , 0x2083B357A328F4761F670F103C048AA9 , 0x20B1E2B53562082DF4AC94B9A1E557E1 , 0x20D15095AA08873976369519A66FBA5B , 0x20D192658C94774CFB49D302688590BB , 0x212003A23D8F53B9C067E1FDA4B7D2E6 , 0x2125288585B62D091CC989DD55042C67 , 0x21326A7AFF78C2394D376E3D5480E84B , 0x217B177B65D48012C04C4417CAD6A077 , 0x217EE865BD2322982176418D636C66F5 , 0x218E2EBE839A82F3B135684957294851 , 0x2196BEF4E0787CBC0F6555CC42380D9D , 0x219DF5A3A23365812773B13530447428 , 0x21AC218EE1397380759C9114B861B625 , 0x21AFAD6A83150A61F09F06C46896E59E , 0x21D650C7133F77B98CE67F295D03F0ED , 0x21F0AA9B5296069BFF5218116320BF08 , 0x21F316CF6D736D1E9E490B84BCAB8537 , 0x220177967701088B77A1E8C130E4EBC9 , 0x22305D866B045594BEB29BE3C8402884 , 0x22374A76461E369D25F20D8CF030B2E3 , 0x223CCE7F1F27F3CEBF509C5EF99C5923 , 0x2258990091AD5C891DDA3134E4EB0869 , 0x225D65ECABAE96DAC71D8B962430C312 , 0x225E59DA77BAE839A0AB137570D5E5CF , 0x22752FF270E0671494F29D90F235DD51 , 0x22826BAB27FF36E88C2E299841B4ADAF , 0x228282541A5FC383B8811B0142DA3A94 , 0x228A74B824129AEAA4EA39FE1DF228F5 , 0x228DEE802DA20320EF9ECB38E5E34018 , 0x22A455A28A894A4961339BB4F67EF53D , 0x22B0D1F77E370CDF900E6F77E8B005B7 , 0x22BFAF6E335692A5E7DC3483CA92FD20 , 0x22D353E3273B43FA7861FBEA2914E40E , 0x22DC15B054B1D1DC04814EF4CB56764C , 0x22EDB4ED3CF8AECABE5E770E284665FA , 0x2308314070F09B82D25E1472084F5B6A , 0x2322F84F838D21B0A4664355C2A003C0 , 0x23361528EC1FDCDAE3992C2C1EF6E2EB , 0x23398734425889C66825C900FE0FEEEF , 0x233CD0648B79DAFC80B5A77B10FA872F , 0x234FF9BFDB32E02DB122D20C1FC1B40D , 0x236235AC17D856434A1C7A7B62F198B0 , 0x2389FC629EE76474474632645607A15F , 0x238FE65D7AC5BE77448FD4D8549D48BA , 0x2392D89A1BA0555D4AF9B45EFA9DC1BD , 0x23A21FC71861C577F78286DEFD330BE8 , 0x23A45A862E48749F56B3B75ADFA0F125 , 0x23AF16730995B4919494AC9F906FACC3 , 0x23C18169B582BA0F15906336F1BEB4FA , 0x23C22FCA46FE5E02F8A4760FEE2025F6 , 0x23FA53FF649A9574C0DD714074222A93 , 0x23FAF2CC6B61E66A5D7D754EE5A8B0B4 , 0x241C9C2B95DABD4AEDBF82CC2BAFD686 , 0x24317CA2CC5277B7DFD42CC961BA2967 , 0x2455A514F89AC038C69D72B7D2E90BC4 , 0x2470B522EBB4D3C1868C1273250D08FD , 0x24800C9A4979C744F0F3C5C4345914E1 , 0x24A65EF9FA7F01871E54017113E87A1C , 0x24AADBB14BBBE87E63D3337AE425817C , 0x24B1EFF6D9D63DB1CD22C2D7B462D729 , 0x24B3524E8635B7CD53E2D567C865BC42 , 0x24C18E03888431BCD0406067D8C9BB58 , 0x24EDE84D89472D8E5225C13C2F70D933 , 0x250C6E37A0F7572B1B65ED6FF0203FA9 , 0x2560A02D878C8C62614C3748BD85769F , 0x2561D4145CD3D74F93347DAD318B777D , 0x256D75F8BD69DB45A33134D8B1E0461B , 0x2587FE777B0EDA5A0FF6D99849E48DC3 , 0x259201CB787A952DA8DB4D6294B79815 , 0x25A5B0EA3480B4304B2059B7890139BD , 0x25ACEFAA64ECC5CADD3D5F7D31A71E46 , 0x25AEC32CAC821C5B72C238455A2FF259 , 0x25B9E4F78BE7097DEADE4C793C6AEEF0 , 0x25C0E7CED4FF667649417FA7CC3A3E4B , 0x25CDC2B55642DE6341487FE4111C89CC , 0x25CFED74513B1B62225AF1DE1037CBAC , 0x25DAAB39A2220FF70C590F2763E07B6D , 0x25DE476BCF50E3B4AE215B8CF3912338 );
Copy
43
11.79 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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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"%ê\x13 áU\x07 ©5\x13 ©mÁ)§ "
b"&\x08 .u¯\x16 .‡©Š*Ö¡>˜‰ "
b"&\x16\x00 OÑ6k›Ó*뺯E\x15 æ "
b"&+\x14 â›\x04\x16 þiZƒ³zÔ“q "
b"&-©GâŸoP•”w\x06 ¥€dÓ "
b"&F¾\t +1ù†\x1F 4½Pí.’± "
b"&Žê\x06 ©Y–û\x01 ž\x1D\x08 Y¶} "
b"&ºœ\x03 ›ºËìl\e :|ƨ$§ "
b"&Ì&\v Ü3e\x13 _…`X:¸h” "
b"&Ú\x19 r.Ë„h¨Ž8\f\x01 J… "
b"""
&ÝÖêB\n
bc;R¬eëÃ%Ä
"""
b"&ôŠÐW{#_¦×”Ø\x1E "
b"'\x17 °\x18 £QAŠŽ4³R¼ƒºp "
b"'"N\x10 ˜ÌŽöš]-\x08 ðÊ "
b"'7â'@ÚjðÀSì#øSä¢ "
b"'=eßú¶dzO4Â;Šå¯Î "
b"'>\x0E ’ÐíL\x11 ƒížwÁkò¾ "
b"'Wá`{¢vÁKês\f ÆïWé "
b"'[÷V=ÂÅ늄6Ž\x15 = "
b"'f_áP=m#äî\x1C a¢P "
b"'~qà\x04 h¹\x0E Û;Ð\x10 —\x11 "
b"""
'‚\r \x16 ‘47ú/áüÿÚ\n
Md
"""
b"'£l‡[.\x00 ËN«6ÛFU "
b"'‘@Ü\x1A ñ-\f æ¤~ß·\x19 ì2 "
b"'\x15 WŸR\x0F\x0E ÇI.Äh‰‘ "
b"'»\x08 ÔĦŸO0b\x11 Z…Å`ì "
b"'ȘVc±Îçayž\x11 _47 "
b"'ÌÃ\x14 íó\x11 rïC¢ë„EÒ "
b"'Ï\x13 ÖrDg#y/\x14 šêµÜ "
b"'Ò#%þªI3A\x1A Â2êš› "
b"""
'Öúö!¿í”„\n
ÛÔJÊ:¨
"""
b"'óVÆáÅüv¨ÓèÔ?Ö( "
b"(\x04 t,öò\x1C\x1D Õ\v `âHÛ¼\x17 "
b"(\x08 ÿC…"mB\x07 +äÅ©Xý3 "
b"(\x14 œâ!É\‹9å–æ©¥i "
b"(\x1A\x16 1o\x16 Ê\f rGæ¢tlëŒ "
b"(\x1E H\x1C ï ´ÏIÍœ¯4 Pž "
b"(!•Dˆcý'.F'¹*óCí "
b"(.=´f!ª\x17 yd\x1E À¯Ã¯Š "
b"(7é‚å?=‰“K¬6…VPQ "
b"(:Ûƒ3kDúÔÉòùüwÓ "
b"(Aåß´\x1E È´ô&“\x01 ¬Òög "
b"({\x0F\v íà˹"âÇ\v “>· "
b"(|’`ƒ¨\x17 õå"ÿíÙU%\x02 "
b"(–PÃ\x00 0c\œ˜Öi\v FÄÇ "
b"(›ì\x11 î\x04 Xùfàg†Ž\x03\x16 "
b"(£jm‹TÊ©'Þãv–î{€ "
b"(§ŽÓúLHÞé˜ë\x1D `È} "
b"(²\x1E\x04 å¨d(\\x00 ÿù/rÛK "
b"(×ÝPN¥>Ç2>B=_³Ã# "
b"(Ø)\f ß$2õý\x03 kd£\x06 ® "
b"(Ù\x1D ‚w×M/\x0E ̼Û쉘 "
b"(æN\x14 Ã…v \x01 žÌRF¾ÖÀ "
b"(èÂ:ÃA2ž6ÕI޲bà "
b"(îC?"ôåàìl5ñ "
b"""
(ôSМ\n
3àŒ÷/ìk1ÿ}
"""
b")\x0E 'MÎ]äóV ËO¸Ø\x18 Á "
b")\e 9Ïr‡ÖR«DÂPéì "
b")!Hñ…ö\x1C\x02 G.{É(7tó "
b")#ø\x11 #‡Ë\x0F Eƒ¡Y]šS "
b")=X\x15 ,¾Ó”á\x05\x0F ·T} "
b")@טë8…™3\x02\x1E óB7òÚ "
b")V\f —Á(_Ùù>&\v Ö‹¨ "
b")b™\x01 Á7jèî„\x07\e 8ö·0 "
b")lÎP¼’Xšt$⥔I~ð "
b")m€]$œb–¾\x7F ²1¼D± "
b")o8Z}ÛN%d(áöVCÀƒ "
b")|¾$aïÆv½\t íÁ‘\r ‡¬ "
b")}\x16 “±ª\x00 ÂAVz h\x06 »< "
b")‚·Ä‘z\x0F ñ%\x08 ÚJà ã} "
b")ŠfNŽ\f £¬û\x03 7éÑŽ\r ¼ "
b")¥OHAQ\x08 tË£\x14 8Ióêê "
b")®ñ{Ð!a!ùî\f _÷êpy "
b")ßA|<\f ° ›)3\x1A æ¨H× "
b")ßì¹W¹\t À礸)Sè›Æ "
b"*\x04 ÉV^ L"¬c¡Ž9 =K "
b"*\x07 -ñ\x1E\x1A ‘!ØÊcg0·ˆê "
b"*\x17 œQ2ƒš\x02 ·Ô¬€Túh\x1E "
b"*;H¸›\x7F â)•Ð\t mÝ\n "
b"*GQi¤L“ÌI…]ì¤ÿ "
b"*JvÁß0ÐûÓ`´Th\x11 TÑ "
b"*OùÑPíê\x1F Ú<r\#ÈÔ} "
b"""
*U´º\n
»iämFbŽn\x0F òe
"""
b"*_æn†iÇüHç#Xèo4… "
b"*€ê\x05 48N2+Þ¢/¹oŽ• "
b"*ƒ>®!êQ7øE\x1A .Ó°“\x12 "
b"*ƒÎ\x07 ¬´,4—nè«\x1F ÛË\x0F "
b"*“Ý \ç\e ãwlõ‹xëP "
b"*Äá»\x14\x06 òÓšáã¿yâF "
b"*ÇGN.ª}DDð¢ª}\x05 [ú "
b"*Ëê\x11 d#]´ñ\x12 <6ísÙ "
b"*Ñõ*sÐ\x00 7yš¬õÈ)l "
b"*é!ÜèQ…|±¾I‚¿d¤ "
b"*îr†6Ж\x1C ¿—\x07 >EÕf* "
b"+\v “é·¿g±Ž4þ5ckJ# "
b"+\x0F ¤¾m^Bh©\r 4J©þ¼Q "
b"+\x16 êÑ.Hr Õ6ºNià³ "
b"+\x1F @¦TêÄðX¾Ö\x13 wI¡ë "
b"+0•\x1E X[¡DÚ`ÄE\x14 ú\x04 J "
b"+8×¾wF‚—fï(uï`—Ž "
b"+=@\e Xß\x07 ’sÏ:õ+”;ñ "
b"+Lm}©å.ñ%R‘\x04 ˆ„¸\x18 "
b"+\iå»aYj›u)ùDªj4 "
b"+eùŠ´üÞG´¡ÏðÄŠ\x01 "
b"+g~Ù\x15 Hìr|(«+&%v "
b"+l\x14 Ž‘:í0Pù‘R\x1A Š^( "
b"+uû\x7F |¡‡s\x1C Š+ú—” "
b"+‰»Ð\x1D øÄ\t ®¢:NÉò\r \x18 "
b"+¡Ä:'`Y9$TðfQžt "
b"+¬(`Pˆqâg¬Ö`ǶÝ] "
b"+·\x10 é\x01 †ƒÌÎS\x0F H±wÜ "
b"+Â)WPæÏ ‡S»ç³eŠ" "
b"+Îiº|À*ªë\x1D õþü´“ "
b"+×1B\x06 ”·Ÿ[~×Q ×€ "
b"+öá£-´)Íq"’`ö«<¢ "
b",\x01 ÓI›¤y9_Ñ´\x08 GýLP "
b",\x11 ˜˜°Ç‚ÞTéÅùB\x7F 0ý "
b",\x1E ýi´OÆ(•…ŽÄ\x19 …\x00 ¥ "
b"""
,9ÖZR\x0F U!Õ°é¢BN\n
Ø
"""
b",E\x12 BF‹¯y{Èt†VhtI "
b",_aÇLjhºPà.`Ì·‘d "
b",z"rªš9j\x13\x08 ÿ\x00 ’\x02 ýý "
b",‡ð6Ä4p\x02\x7F ÕÇàÖ`\x12 ^ "
b",ŽBK~YèŠf—\x14 g-\x1D oj "
b",¥\f û\x06 é¿¢\r ß\x15\x0F ¦»Œ± "
b",«\x1A\x14 >1áÒ\v §;\x14 ¾Ì&Ï "
b",«H3$ÜþbשÙrq "
b",´ Éšr¾ Æ\x1A H%U\x08 Rk "
b",¸þ Èfðw³Æ\t i—ðP1 "
b",Öw\x18\x12 é+\x7F CD@\x17 ŒY¶ "
b",ê\x11 RváÖgL^\x12\x12\x1E ¢5\x03 "
b"-\r ÒíîMÔ‹/bêä\x12 ¾Í‹ "
b"-\x1E R£DÚ4ÌúŒJýæc6‚ "
b"--f\d+tØöÞ\x1D å@Í£ã "
b"-8\x0F\x03\x1C\x1F ®¯|z6›Ä7mQ "
b"-Kb= h\x00 ®ÂJÏr³9ÙI "
b"-O“Ye\x03 øn.u\x01 ¹Z0Ù7 "
b"-dû¨ÞTØ\x08 mL{ñR\x17 ø1 "
b"-‚èGäè½ \x07 Õu|˜Ýî³ "
b"-‡É³Ë\x1D ŽÕ²À˜¸Ž³ "
b"-¹%ørÖÑ^â¥`hž(j "
b"-Å\x03 &"ÓÌ»,•‹Ufyªã "
b"-Ç.QÍ:„®Îɨ#\x1D Ÿí "
b"-äŽoz†7‘ÞFè»qC| "
b"-ÿ¹ìX¶á‰Õñ9Î!CÐÕ "
b".\x01 :=Úè'G.\e\x03 I*Ó€\x15 "
b".\x13 ¤\x07 ¯‰ð‹µˆ›\x05 +çc+ "
b".'±– ø›¶\x1D ‘.µý\x07 "
b".:Ù/PhùÈx6ldðm÷ˆ "
b".hûöèfÆ]³0½@•Xå "
b".аï\x10\x03 …’˜©ŽÙÝáe³ "
b".”£*\x04 gr¤¸ž›ØO‹€ "
b".™lX¾þõΡº—ž\x07 :,d "
b".¡\r 2°·5\e ›’ Ä8\v\x00 0 "
b".¢¨z0e\x08 ‹q‡·-ír\x01 B "
b".ªã\x12 ÔÊÁ\x00 \r ð2ï–\n ñ… "
b"""
.¸÷ÇäM\x07 p\x03 î¼\\n
Ç›’
"""
b".ÈIÞÞ%FI(À¢|82³\x05 "
b".ïœèº®¥žšî8ƒg\x17 — "
b".ÿ4óP\x1F P\v À’5\x11 ™w©¡ "
b"/\x1E žÞtÁè6%\x1F ÞíñZ‚° "
b"/&\x1A çlÃÊÐîŸè\t Y\x15 ˜ "
b"/+›1m—º\x0F çA7œK}aÅ "
b"/9 ʧ\x16 û3\x00 ³\e ŒÝ± "
b"/>…‡¾ÎO´>fŒ\x19 ‡’Xì "
b"/OA…ëHMâ\x0E Ôi®ýÊÆ) "
b"/V`+°6\x05 íI‹\x7F wr\x1F ô} "
b"""
/^z\n
Îó]A\x17 HX†»¨}
"""
b"/zÃ;X\x18\x11 Ñ>µÖIXKt "
b"/~7‘fSÒ§æí¥Ža`7Ç "
b"/„o“‡‹nWÔ\x06 ûë\x0F ±B "
b"/ˆ£/\x1F CX•;‡ûæô¥Åà "
b"/Œ\x10 O¡… óÔ6b\x02\f ž\x06\x14 "
b"/”8×\x7F ÜÖœ?ê\x7F y]å'Õ "
b"/•Ó!Q™g¬q\x16 Q ´Eëd "
b"""
/§`³Ï¹AŸL(Éõ\n
Ççy
"""
b"/À´¶\x07 ³*å7ó\x13 Š\x0E Ë!; "
b"/ã„ß=Ó \x15 W\x14 Ã( Î\ñ "
b"/åRo\x07 ø"¹´{×ü\x05 V "
b"/ÿ\x02 jqMd!$‘èßf}{\x07 "
b"0\x00\x7F ÔˆF\x08 ;cý,¦×?š§ "
b"0\x01 #\x00 …Â\r Úh¢àêí!Ú~ "
b"0\t š¾8tëä\x14 ž\f ^\e Ç\i "
b"0\e …i<hý:4ë‚G¿~}( "
b"0\x1F &«e¥né_ÖÙ;£ "
b"0*\x07 ¡½L߉"˜âÁÖÒW "
b"0.Õ:\x12 Åw\x16\x07 µí\x0E f\v …\v "
b"06\x1F sÿرì#¤r!J0j8 "
b"0Pâ7;íL\x7F ä\x03 £IÌ\e T\x18 "
b"0QšÍðkj„è¾\x08 z@Zw‘ "
b"0SH’\x01\x06 h\r ùÑ´¬|¹)¼ "
b"0^ª‘òy˜Œ§\x04\x1F ÙˆœqÝ "
b"0f®\x7F VÄ|1þË®CÀ0±( "
b"0€Ä\x12 Í?—Ê}î@ž‹û\x00 "
b"0Ž÷EûÈW“p5tG.‰Ø¨ "
b"0•nW\x13 D±d\t ÷`†|ú†R "
b"0¨OhÓüïAïá›ÆH´\e ð "
b"0µE\e ü=\x0F\x02 x@\x01 ^ãó—« "
b"0¹Û¢í8±k@œåß>ÍÏ\r "
b"0éÇIÒ#1ú?£ì[øàÖì "
b"0î2…¦èþÙ¥ÝÀ \x1F ì#\x0E "
b"1\x15 Ô ŸØÄø×8™4å†g0 "
b"1%öuŽÅ“7°YèÄ··*r "
b"1,Þ›\x11\x0E\x01 Ìã–Ô¹@·5 "
b"1P·í.ý±ì\x10 Ì€e\x1F ŽÍ "
b"1fþyÂ\x08 …Š{¥DyÖ’á\x1C "
b"1uQ|³¼Ú–‹Wº‰þ,·Æ "
b"1ƒ-°oJö_å7ZÉrÒf "
b"1ˆiÆ\x18 (yXhÅÀ•v¬› "
b"1s\x1D ºÃpÙíd¥ñû…Åš "
b"""
1”Ál\r Ü÷¼‘\n
\x1E ‚ryȳ
"""
b"1•„,q©ƒ'm\r \x1F -&Fh "
b"1VVö\x13 O\x05 9y«?\x1C 5“o "
b"1¢\x0E )ˆC%˜>ygDÒ¤\x1A "
b"1¶oŸ-CÙ\t žõ|Ý\x16 €“ÿ "
b"1¸Ö\x04\x13 u£\x04 øcá\x02\x13 9Ž" "
b"1½˜ OžçŽP\x1A ùÏ:ôP\x04 "
b"1γɮ6Îv•b¦íE³¢ˆ "
b"""
1ñÑͦsFõ1Š1-\n
P€<
"""
b"1þ{Æ+w6Úú,Í\x18 ˆÞ—Ô "
b"2\x00 HY´èR¢HI\x0F {\x1D Õ°¶ "
b"2\x06 0vÍ¥ís†¤¾\x1F Ù;\x01 "
b"2\x10\x12 EEQ»}Ô¨ž¡\x1E XË´ "
b"2\x1F ˜7¡j#œ¯9\x0F TœðT "
b"2\x1F ›ÿÕ]GH‰Šh¨‡]ÿ "
b"2@\x19 ÂÝ>ðĪ®ù\x0F\x07 èéÿ "
b"2I7VŠk§>ÖÓU:=š›ñ "
b"2]\x13 ?a\x13 Š£À\x05 Tr\e 0éP "
b"2dS…1™}æPÝø\x7F ÅZÌù "
b"2fTã\x13 à;ŽJUŽ©æ¶ "
b"2‚fo¸æx\v I\x1D\x13 ÝU\v ÷ "
b"2ŽÕ\x08 ‹^>ÚFE9\x1C ôDuÉ "
b"3\x0F =žºöaì\x1F á ;N÷9 "
b"3%œo|`¥x%†<U‰“ "
b"3)—z^\>ÃôzI\x1C š9h "
b"3:ñPa\x13 W},\x06 FÆF¤V\x1F "
b"3K\x1A ›O¤J7)\x13 ì\x03 Dâ#Ÿ "
b"3`° ßRO3¾1äñT "
b"3\x7F •—®H\v Í_äþר(Ó† "
b"3å„\r …©Í¾í–\x7F ÿvÉ "
b"3†\f à›fÂ\x7F eÄ\x11 ?WY¿Z "
b"3Œ\f ×j\x1D ì:$ƒC€(Dé» "
b"3˜.ºÏm@\x0F ^\x1D [»\x10 Ïw] "
b"3¤5MC^šñ(¦¿À”›6N "
b"3Íf\x7F ¡k÷\x12 ˜»@ ²L¢ "
b"3°Ê'ºÎG:‡I\x16 w’ "
b"3±o®¿‰pÍ$¤~v\x1C U— "
b"3±¤Ù¼ðíããwTs\x00\x07 "
b"3Ì\v «±£\x00 \—\x17 ‚¦Û89\x19 "
b"3Ísë®\x16 ïHGˆ[ç55Ç "
b"3Ôó™°nÍN¯Ž\x18 Gl0z "
b"3ÚQ=+3@Øb\r sñaðKÿ "
b"3Þ(׫*Ã\x1E\x02 OjÉŠÃ~© "
b"3è\x1F ñ\f 3|I¿¯¶Ó¶?È "
b"4\x11 ›×Ó›æ\x15 6e·Þ±‡\x1E † "
b"4"ÇÔ}\x12\x0F SCz-—ÙÙ\x03 ¦ "
b"4.å¶&ÃÚXyc@´\x05 þf "
b"4/ìcëùU½‰y\x0E Xr2Â% "
b"42P?\x16 Z9³FÆßzæâ "
b"4BÓ!üDB&€ù\x19 /‹àËf "
b"4BÚå9’ñP€éÁ)\v CUö "
b"4E\x18 ý‡ð¡Û\x03\x10 CmSt¾´ "
b"4GBg\x14 àÚÆRtø?\x03 ‚9‘ "
b"4Vz\t\x0F\x1E S–æ–d„º`@Ú "
b"4^ˆí]:P°´ÉR\x18 G\x14 "
b"4`D s4”¥™£—Í‘/º "
b"4e\x1F ðö\x1D ä(-›NœdO\x0F "
b"4yå\x15 ¢ã™˜h\x00\x0F ÿ\x16 ƒZ+ "
b"4~_ÇAQ€†z-*Xðš‘© "
b"4› —\x05 äz·yhýú\x02 fºu "
b"4¢âàJ+É6ÊL§,V ‹ "
b"4À3\x01 ŒU˜ƒ\²\x1A heµŽ™ "
b"4Ãì\x07 Ò¥“\o¨‰Ç\x00 c "
b"4È9ËX•pÇ:U^\x1A\x08\x04 äþ "
b"4Ê\x12 ž†#9@\f ‚ìeÁ\x1A _ "
b"4Ë5GøðÛÞ‘\f \f ¶á "
b"4Ìlà·D¥úÌÇø8úº™ "
b"4ç0q&®\x16\x1F Lê©H'¸F• "
b"4é"@ãNÿIáÞåÓXûJq "
b"4ëN\x14 õõ¢çrœ¿+¹, "
b"4úÙ\x11\x14 kbJ8\x07 í“\x1D +ÖX "
b"5\x12\x15 ª(qÙ&KD̯ՉŽZ "
b"""
5$\x1C ^ÊǨcPy*8Ö\n
*¹
"""
b"5Ag¼¬¯þ¦€í|ÐGM\x12 "
b"5R®‚\x08 \\x1F P+g\r xìH]Ç "
b"5]w¢ \x05 ØmÂp5!\x11 /' "
b"5_¾ë?ª”vœP²;^¦‘& "
b"5lŽ¡ö²…=&Ìëx¤Z\x12 ~ "
b"5}Æ\x0F ˜A§È=¤Ê]Îh_x "
b"5~5;"ƒ¿b¼>„ùÉ@ž "
b"5ƒÀ]O#™mõ\x1C 7\x08 ã4¼! "
b"5†Õ°6>"›\r ¼Š·µf\t \ "
b"5‰9Õò£|îJ¸µúŒ5 "
b"5š>•#\x16 frkU°›y»3 "
b"5Ç~\f íf¥‡Ê\x13 0u\x1A Àå¤ "
b"5˯“EC˱׉*\x13 [åÿÙ "
b"5Ëã{\x0E ÿ\x17 Å\x08 ¶ºô«Û!º "
b"5Íįk®._g_˜Ë\x12 ._¢ "
b"5ÔÊ’œn‡Óôb\r ‡¹¿Á; "
b"6\x02 êøhG\x0F Eİ&\x00 5Úë! "
b"6\x06 za\x1A Q#€Æ£p„L*C: "
b"6\f w5d~nÑ¡ûWJ\x19 ûå "
b"6\x13 í;DÙÙ\x17 E‡²'hud "
b"6UÜ}úT4.€%býüF© "
b"6d]ÍÖ\x1F ¹l¾°bœ{å³l "
b"6s,/"Þ–äbñXKí! "
b"6v}Avì§µ`Ú\x13 Ž^\x13 ©¨ "
b"6\x12\x1F Õ?Y\e À³d\x07\x10 ¹S "
b"6•“]pœê«°\x01\x1E †ß¸ "
b"6–\e í\x00 çqOXSßH<öò\v "
b"6¬?E\r q§ 6T®Üß "
b"6®r…U8M&›Ï\x05 íÆ¾Ûæ "
b"6¶fhºF´á\x02 ›r\x16 Aw° "
b"6¹ñû޼ñÀ× 3Թ˜\x10 "
b"6Í«œý–\x7F -îxÆwê\x1D O¨ "
b"6Ú¢ˆ)E DÕ\x1D Ü©bB,\x10 "
b"6àƒ>n-Õ˜\t ‡GΖ\f\x04 a "
b"6çÜŽ\x10 ´¨ZTˆ^¾¶\x1F\x02 ¢ "
b"6ê Â?Žª#ê=0må0«> "
b"7 D\r ÆK\·{Óªû³`¿o "
b"7 Îo\x0F Y€¯ÍI7ô‹ìò¾ "
b"77,B7‰\x1E ÁŽ1•”×Q¿ "
b"7;@\x18 gá‹Æo+!]-è½Ê "
b"7B2¾1\x01 ±Ki¤26(¢ "
b"7R\x12\x02 ~\x02 [Š«Ñ4@ÝiÉÁ "
b"7rÁü(\x14 ñ'»úŽ\x17 lTŒ "
b"7tâl¬\t {\x07 ð“Ðö$×Ý‚ "
b"7¾Ž\x14 ¡g\x03 UY|\x1D æª\x15 \J "
b"7ËA@–óÜžH—„Ä\x04 c?F "
b"7á>Ë«=i¼j_».\x16 (bÍ "
b"7î\x05\x16 ;¯…÷–7¢çGE{ó "
b"7ûfè\x00 =\f îØaó\x10 ß\x1D Êr "
b"7üàâTÆJi\x1F »1Â\x03 ìèÅ "
b"8\v gÇÍè‚Ùìk\x12 ŸJÝªŠ "
b"8\v ñ,™ìئB3QRÉ㽪 "
b"8\x11\v Ì\x00 “\x1A 9\v \x05\x07 ’ù9 "
b"8'¥\x12 ¼PMn÷ö.|q\x10 UU "
b"8.àŸÓEÛ3MºIo”¬ûw "
b"82:ŸÌÂA¨ÖýM²—\x1F\x13 µ "
b"8CýÃQ^\x15\x08 xçt\x7F g+= "
b"8IØé'a¹þ\x08\t\x19\v ey÷j "
b"8SÉãt*GUü-šùA’5ä "
b"8^©ð\x18 ô]~\x07 ~ÏÉ»·\x10\x0F "
b"8aÅ;\x02 „G5–¤°«Š\x7F\x11 "
b"8jaƒ1Å\x05 Rµ'\x01\x7F ¡…êD "
b"8nƒÝ\x11 R\x1A Ÿ±'ð\f ìPfŸ "
b"8žr\x05 ëý<*7UB*\x13 ”¡– "
b"8¦Úv9ÝQ`X,Ko\x02 ð-Â "
b"8¬Ñ†\x1E\x0F\x05 #º3Dse‘Ø| "
b"8¸†kf]6s#Žâþâ¯\x12 p "
b"8Î@@P¿¡‘N!zëíì¶À "
b"8Ñ\x03\x17\x02 —wD¼\x05 )3bÎã1 "
b"8ÖG¨^¶É\x1D j¤ÑÅ^Ú¨â "
b"8éÍ\x08 ó X³Û¬¸uA_¬› "
b"9\x17 ¡Íò¼¾mfq\x14 qªÑF8 "
b"9\x1A ^Ï^ÄØv»éˆí/\x1E þ "
b"9-^C¶¡\r ßÀ.ÆK4\x04 F\x14 "
b"99ÍòçƒÌà~€\x1C æ÷\x19 ô¥ "
b"9B\x1A ¢Ô$É\x02 ÀS$BTö\x1D "
b"9\MòU¼ÞÒµÎ\x15 ^~—\x1E À "
b"9q\x1E Ô\x07 â\x04 ù§—O¶k\x12 "
b"9w\e\x13 §“¹œ\x08 ÃS÷›M[³ "
b"9˜ç¼hê•\v ÷Ç_\x00 ¢& "
b"9§½#î8Ef\x03 ê_ã¨Zï^ "
b"9²ªE1\x1F å}û)EéV\x04 M\x17 "
b"9¹\x1F ýåVVNç\x1E\x17 X\x07 îàŒ "
b"9Î ‘è\x01 Œ7\x02 ^‘¼´í\x1C Ö "
b"9ÐÇC\x05 å\x18\x1E Z¯tÿÑYƒt "
b"9ß~1\x04 REÜsÍÏÌ-5º "
b"9ä\x15 7ê…\f v·ô=¬Ž÷Üá "
b"9ä\e ùÑ5_\x11 bUÅ0»rh” "
b"9öõ‘ަ¹ÈšË¦©UÀ\x06 Ü "
b":\x00\x0F .«0¼c@ß~´Í`€ž "
b":\x05 îDG¶w©ÝmL_º\x00\x12 ü "
b":\x19 K7ņñÆH\e J/_b\x10 • "
b":2ª\f K¿\x1F ÿž\x1A Р\x1A "
b":A‚Ÿ XéŸ1‹¥d^Êí\x14 "
b":VéÁ¦°lK±ñ+‚Üñ½¡ "
b":shrƒO Ž\x11 ¸\x1A =´˜òé "
b":}X×é‡}š¸ëÛ{ù#Ÿÿ "
b":†}\x1D Ïá\x05 ù,žõt\e &\x08 "
b":¡\e þ°™ÌÏ`\x1E 4\v &+û8 "
b":©fA\x1C M5\x0F\x19 @kn\x1D \r ™Î "
b":°šwÉ\x10 «;\x10 A»,éDš\x06 "
b":¹>¥u¢é•?†ì/é\e "
b":É\x0E tTÕ﨤/ÒÙS³˜u "
b":Ìu¨R1¦o:¢`/„ì\x11 » "
b":Ï1±EÞ\x0E %o®\v ýV\x02 Ÿh "
b":Ûäeèi\x04 ““g”Q\x19 æ>° "
b":î|}’ÞX 8—bÖf?S "
b":ï‚>É\t\x1F èDzËkœg&ù "
b";\x02 Wëk2W;\f ,/¿·†¦^ "
b";\t !–@ƒO@I˜BFÔ`„\x00 "
b"; ©Œ–\x08 Roñ_Âu8‡#³ "
b";#!C+¡òáâ\f oÅ'GÁ "
b";-#{Ö@¸:*yGÝ%”ï "
b";J®m<$Ån\t Ã\x10 PÉg) "
b";KBã«gùcއŒ\x04\x17 ™ìÆ "
b";M÷\x07 8ÔË\x08 j\x1C 5Ï[”Ò\ "
b";aOHî\x1F L¾·\x1A “šöüøË "
b";cúat\x00 &Á#Ž\x10 ·.=,m "
b";oWC¿\x14 CU\e E'³©\½¯ "
b";’³¥\ÉØÁËõ¿X\x10 FÜú "
b";•߆‹5\x05\x1E G×u¿†\-g "
b";£›ÙÍŠ\e \ìH÷á3Ú "
b";§Ñgݧ6¤$zw×|—áÑ "
b";¯l¸Ä\x1D Ð\x03 ÓªÌ÷KTÃ\x11 "
b";à¾y«ƒ¥#”ä¬OuRN„ "
b";áªÙs–ÌçÛVônc‚E! "
b";é||T+n½œ\x14 Yvà\x1F Ê\x11 "
b";ì÷²Ž§bïÿ€O*\x16 „\x07 : "
b";ÿEЍ÷ ¹¶%ܺW~q "
b";ÿpaAära£lÌTaà "
b"<\x10 é\x07 ·ï—*_°\x17 Zg›ŠÞ "
b"<\e êü‰ò§\r i'Ñ\x14 3\x07 ãÜ "
b"<,–=ç\x1D T5Ý1\x0E PѾòŸ "
b"<.¢\x18 â%Ÿ³–0hXât\x15 c "
b"<@ñLe½oi¹\f …Ÿ—Vr5 "
b"<Bû$\x19 7ÏOŽ\x05\x1E kÕPŠ "
b"""
<DlY¡\n
8ëX;\§äty¨
"""
b"<J!j\t ™\x06 M›‡ç‘7\x10 Ò= "
b"<K\x12 ´H'2#} µçm˜åT "
b"<Y@Å{6к\x14\x04 åNŒ®V9 "
b"<_j\x17 øõ\x01 ¬¶&áèâ!Õ "
b"<h3|ýÊ\x04 Â…°Â»CÎ~= "
b"<\x7F \e Ì’[…G\x03 €†È\x1D ¼þ "
b"<„ù«¶P¸RÝ\x05 ´õBv[8 "
b"<¢ ÷9‚)ÙolØBÒ)s\x17 "
b"<¤Â\x04 ·Q—\r þH¥¨*Ūm "
b"<ªg\t ÃtÞrŒÝޝîyƒ\x1A "
b"<Y‹Í<ëPÐø4îºkq "
b"<Ä\x15 ÙѦD„\}N5F8Ú "
b"<È\x06 Ú}`y{©¼½8¬\x1D ½J "
b"<åO…Pë\x13\x04 ÿ$\x07\x16\v ÛÈG "
b"<ë`ô@cXyË\x0E ~o\x18\x10 D\x19 "
b"=\x0F yü{t®\x10 îáO¢°ò\x07 ’ "
b"= E\x05\x00 iÝ|\e Òþ„\x17 cô> "
b"=3›Æöò²9*ž5ç_Ó\x05 ú "
b"=B‰ÿ·\x16 ó]ÈKÏ/\x10\x1A •¨ "
b"=UåÃ`Ü8‚ù\x08 ˼\x15 ~ "
b"=c(g¡å\I¢'¡á£{+A "
b"=¨‚–\x0E Ùá\x16\x12 "º./M\x04 4 "
b"=Ó\x15 ]::}é·_u\x03\f ˜ "
b"=äMÅÎyªåúwç{ïg?\x03 "
b">\x07 ìÒ{.\x03 ª»\x11 )1\x05 Ü "
b">\x0E BÃ\f ã¹:üÙêWY{4¢ "
b">\x0E Š\x11 A¶‡`À÷žšòB> "
b">\x11 ŠžºeØô'ÓJØå¶\x10 r "
b">1ÙþìcÒºÄxw\x04 R” "
b">I!´w¨êïµÎ\x14 [&ÓL6 "
b">O5\x19 |¥)=µxˆ]þÐJ¨ "
b">[!¾i\x11 ‰ñ\x11 d6a\x0E a•\x10 "
b">`¹\x7F\x15\x18 {fë¦\\x15 }{\x00 "
b">l\x18 `K’þp¹‡×Ž\x1A Ï%\x05 "
b">lŒ*ÂüWŒ¹]ÍŒ]0[U "
b">ƒJ\x03 *Ü\t ø”äëûQ¦\x18 v "
b">›HISËP8P\x1C ÀªŸ*L "
b">£4äAg°Ü]®ãÉ+x•\e "
b">äÊYˆ€°¡™s}ˆ\x7F\x11 æ "
b"?\x11 ²š™=ê\x18\x16 ñ\x02 Á.¿\x19 ³ "
b"?\x11 ´\x00 µqKÛ²ÇTË\x01 ™ê¼ "
b"?\x1E\x0F bõë©)½˜›¬š¬\x10 O "
b"?LéZçÖd•\v æÕ¡|¥\x1C\t "
b"?Qó\r ¢‘\x11 JÞg¿¾-Ýz "
b"?R7¼ £çȃÁL"б\x11 à "
b"?W#&1B‡ÄÀÜk\x19 ³\4† "
b"?XÌϺ¡Ç\x1C }'ÁÙ§\x11\x1D "
b"?]\x08\x07 P\x06 :Ç€¹õËå£ïŒ "
b"?m\x13 åÐèR\x02 U¹\x03 ‰ˆ\v ‹g "
b"?‰Û¤a…ÿÕ¦h\x18\x1F @\x05 ý "
b"?’\x13 9øï²‡Úº\x12 &¤Ýàœ "
b"?šs”ÒBAaC¾dXb\x05 !ý "
b"?¦¸\x07 *PˆjÒ>ùɉº "
b"""
?±)i·o\n
_5kÔ¶ë°\x17 ˆ
"""
b"?µãg$|aLÁ°U5‹À´ "
b"?Ì\x11\x03 %ì\x01 ÁÓ\x00 Å\x1C ÚŽ\x03 ´ "
b"?å\x0E Óä-\ò\x7F\x07 IªÒNah "
b"?ñáÕò—ª\x1D I\r ¬6Ç—\x0E , "
b"?òPQ\x0F C^ÿ8í¦\x04 ‡}Ù\x1A "
b"@\x02\x7F Uáí¬\x01 YÊèZêþœ€ "
b"@\x12 äDx¾µW*\f ,ó\x1F ¬à "
b"""
@&\n
ïw.T\x03 D\x1C 1«Q\x03
"""
b"@/œQ\x1E Í¡»!n=•Êÿ¨¡ "
b"@=ÈТæÆNÞd‚h-ÊñÕ "
b"@?\x15 ¦\f u¶0Â`‘pŠr“. "
b"@F‚v¿äR<~ùï:\x18 u²Ì "
b"@Jt“•—#VÏ)\¸RÂ?ö "
b"@Yç’.˜·1ÛRí¡ÌJ\x12 â "
b"""
@[ï\n
\x03 Ó?\x10 \n
Fy1”§Ô’
"""
b"@qä·ƒ©ßOIümÝ\x0E\e ò "
b"@z¶Ò–×Ó«t\x15 Ã${ëÚ\n "
b"@Žˆ}|¥Nš\x13 £–ÒÁ[ "
b"@Ž0ka²¬+”;ÎÐf˜ÑD "
b"@–òÄê“ëÄ¡\x08 µ0\x1F È "
b"@¼™ÁSŽ\x14 ±\x03 ê=œáÿ\x19 … "
b"@É\x1A\x1D \r A“vòªõ¦~VûÙ "
b"@àä\x14 ·©À×ð—žÇ²áã\e "
b"@÷\f \r B¢ÞÂX£s¯)¤§Ë "
b"@ù.\f 5‚ŽËïËÔ£²‹…! "
b"A\x00 8â'/g*n,j󦣵\x10 "
b"A\x0F Ÿ«±\x07 v’2z¨!\x7F µÇì "
b"A\x17 ‹÷p9l.zƒ÷g\x1C\x13 êø "
b"A$\x1A\x18 ŧ¿\x02 úMƒÂñ¤aÔ "
b"A8î\x02 ~£!2^ùM®J·ý "
b"A9³\f ˜\x10 '²@Ï\x19\x17 7\e £\x18 "
b"AG±6Ÿ\r š”ÏŠý\x03 ¢”ç‘ "
b"AL $\x07\x1C øëWþÑäß— "
b"ASá=;K*vq\x1E &“¨\e à? "
b"AbýK·J4J-\x15 I8ü\x1C dE "
b"A“˜çÄÓ¼…U’2¸µh@– "
b"A•=M´¨\x16 l¡Õ«>aϳ\x19 "
b"A¤,\x1A\x15 ¹×±\x05 ðÐ\x1A ~a\f ÷ "
b"A«\r \x03 –ߎÚÙ¯\x06 ‰T’w "
b"AºoŽ™<XNø_³å¿´µ "
b"AÈÜöþÍ\t ¯SÞô‚‰µ\x10 ½ "
b"AÉ.\x0E 'Ʋ?'a‘qŒ6r0 "
b"AÒÎÙÚŸÔG\f =\x1D ûEÓ¨9 "
b"Aó¼5¯—šÐá,\x1F ìÖOv "
b"""
Aý\t _TGFoäšú\n
«J“D
"""
b"""
B\x0E\x06 »\x13 ]2ùR\n
¡7I<ï
"""
b"Bc\x16 ÓX¹Tõ¼kß{\x04 Ã!\v "
b"Bjî%‹½û}¯Æõ§Jc…˜ "
b"Bo±ÅÄ©E™.ïÑ\x01 ©‚Z‚ "
b"B{\v üêĎ\x03 bˆo\x00 ÉAˆ "
b"B\x14 …\x08 $Ú·\r \x18 ¥ûqÀCò "
b"B¤4Ç\x1E –)\x03 và¾\x1D äJØë "
b"B¾:\x1A ì\t Ú«6\f <êÓÁ$b "
b"BÖ\x12 K\x0F ß–ß“a\x01 “]˜ös "
b"BظÖÞœ\t HäÂ4iñ({` "
b"""
BãZ\n
»š¿ö´\x10 )m\x1A ›1ü
"""
b"Bêv.¶¦‘3™hÛjÜÚ™L "
b"Bô\x1F Þµ4}ÑÅ:©†1uÓ "
b"C\x05\f ÐÃ.NZçNª/ì\x10 …s "
b"C\x05 FècŸm‰cªD,uìh( "
b"C\x15 ¿¢\t Mh¯D\œ& $)Ù "
b"C\x17 ØmržD\x10 y;p\t\t ë[O "
b"C$‘ø»³•P™fœlZ`6 "
b"C&=f9»pö[ÈZ)-”Ÿ\x0F "
b"C7ë̾hÂE\x1D -‰&Z3¿\x06 "
b"CCÀ$–â0&ù§\x1D\x06 ‚\x03 œù "
b"CCäñKål#V!écaž®¢ "
b"CI\x7F •e»\x10 B;Î;®\e pW "
b"CLD#%L–?ý~\x05 —Tr "
b"CUœx\e ‰\f bÅù¯Å¦\x00 "
b"CWÓ\x1A zšh½ãèmûvaÇ "
b"C\N\x7F\x06 m%䯋\x18\x19 ´\Z= "
b"Cnñêã`t;…ŠšpÆã\x12 Ñ "
b"Ct\x16 X yõ›82D³ó³ž "
b"Cwt¬‹ª/õžÐz\x06 Ú™\x16 "
b"Cw|ò)‰É±ŒŽé¸üùšR "
b"C²à\f\x1A jÚÓê„=ZDÂ-? "
b"CÃÎôñ@Ò¥\e Œø N×~ "
b"CÝx]áŸÔ/ÍÁÜŠé\v ß\f "
b"Câ\x11\x11 Ú,+mì\x1A ëØ\x01 lâù "
b"CôSàñÿT8ŸAIß'3$i "
b"CûT\x0E q¯>e|ö#A‰c "
b"CÿöW\x1A lŒâ%(ú6t\x14 $6 "
b"D\x17 Fî„—\v Ìüo»xb÷ñT "
b"D2Ù©#¤Á@\x1D ~ãû "
b"D=\v [fUîuqÉ[—P„§¦ "
b"DCRÚó‘Šg\x7F û0ßÊ„S÷ "
b"DK ä‰`«®dØ™7ÌAá, "
b"DNz‘\x12 ‘p˜³¾%ü\óª "
b"DU÷\x05 z'«šÖ‘§0\x02 ñ‡ "
b"Dh-5–CѦ!]¥)nqgE "
b"Dqóé¨-f*4u7‡ \x11 ⨠"
b"D”h,LÅ»©oCRå/ë¾v "
b"D˜¶jÈuÖ¨ŽÄ|ÿrÿºÁ "
b"D©¬øfT\x7F\x0E —\x1A WJá\x06 ¶ê "
b"DÇSS\x02 ‡¹«dG©:ž\x1A ´\x13 "
b"DÏ=Sk\x1C Eù6¼Ží¾’\x1D q "
b"DÓ•)?ª–‰^\x1F §³q4Ñ "
b"Då«’µ_ZLî\x12 %.ÿÿ½ "
b"Dç]–÷ç¥Ö(-î »\x06 ÙŽ "
b"Dè.3$ë@„x†\x1E ÙF‹Ü' "
b"Dø`õ\e ]+\x0E ºIÂQ½bWú "
b"E&ph\e ¼åýèW-$\x0E ÷j, "
b"E6(©è6.kЃ½3@Þzà "
b"E?4D~r°¼UÛ-Lß6\t "
b"ECžw#¡ê¿Sµt\x1E û,ì¿ "
b"ENÝ P>Wx¬mÅ$@c¬± "
b"Eo«W̰³ÜÈ\x1C «ë௓ "
b"ExãNÉz”4b0*%™äÊO "
b"EŠ\x04 Í\x0E ìV#®ë(]ü:æ\x1F "
b"EÅV \x07 “ùd8Õvçï3î "
b"Eéä\x05 c5ñy\r BoÍar¥\x07 "
b"F\x0E ýú‡d(˜\x7F ÞðXÞZÔ| "
b"F\x13 w†_{ÞÓ\r s]…J\x08 _ "
b"F\x17 ûLû\x1A 0\x19 Ÿ\x1A\x06 M3Ò "
b"F,A#»}nbžù?·Ò6\v 7 "
b"F/b¿¸\x1F Üâ^€µjˆc¬S "
b"F=‘þ †\x1C içлïüñ1 "
b"FA5&~"vN—æXÖ¡%Á "
b"FK1nF0î\x11 ÉÆÚ\x04 £Ê±€ "
b"Fh㮂p1\x13 ÷¦¹\x08 Q\x0F\x15\x13 "
b"Fn:Ð\r Võykp¼¦¬}¨0 "
b"Fqg¹\x07 سd2}ó[q[eÓ "
b"Fx\x08 “\x1C a=çakIË·ã\e ð "
b"F|\v é\x1A ½æ¸%z\x12 ¿ŸÃÑÐ "
b"F˜x!I^UŒ¡‹¬\x1A\x10 ¥ "
b"FœÊ\x11 “9G•`0o"HÇž, "
b"Fž÷DH:z£.ðëZ›ÇŽ "
b"F JãI¬wÁ\x19 d\r Ýæ "
b"F¤^K¨—˜þõKå›0²Ò\f "
b"F¥\x17 6T\x13 +JÔ"\x17 ž¼\x08 Ká "
b"F¬yé c\x10 |J\x10 Œ‚ûú„4 "
b"FÑ/ݵ@ˎ΄ùþìtý "
b"Fð@]u0ýðM^11j\ñE "
b"Fð¹\x1C y\x12 Ô¨³;)tÉÖÍ "
b"G\x01 QÎ.\x0F Ä“CþJÐHkv "
b"G\x06\v Y™&Š3™_»3™!œ\ "
b"G\x07 J]\x10 ¡-•C\x04 U˜\x7F óã÷ "
b"G\x0F kS\x13 |s´M<é,VÆJ "
b"G"ñRxÈ\x02 ‰×Վܘ\t Ñ "
b"G+*CM\x10 þ2j/AQÊØ£ "
b"G=\x1E ò\t î»¶\x1F Äns\x15 Á¯ "
b"GGÕ©l&Uõ›ÜL\x04 ¾ûo\x00 "
b"GLpÝmÏ!*Ì÷4oä8öå "
b"GR'5†–{³#6ä£kŠˆ "
b"GX—xVQW·Þ Ê8\x1A ýbô "
b"G`\x12 ÀÞ¡U}CŽØ§\x17 jýà "
b"Gg‹ØC\x12 )ª%¢Y”üG‚É "
b"Glî1;lK.n›Àn¦cÔê "
b"Gu¯\x16 fÔŠGV)ç##hI\t "
b"G¡±\x1E å(\x14 ÃbÜr?G\x03 Š· "
b"G¬x…˜bÊŒ§|„\x1E 1`,ä "
b"G¸ÕE\x1C\x1D ýH\x1C Ф\x01 _#\x1F "
b"GÐ0\x12\x05 ª\x0E ,–g³O’ÃÉ– "
b"GÒ\x14\x10 ñ“Ì\x18 g[aø åÚ» "
b"GÓäŽ8\x15 ;¦\x1E Ù#©Z ´\x13 "
b"GÜïl\x10 ª‰2ÃÏlÏš\x01 ¼¾ "
b"Gæ\x00 V›¸ß+)ÔZU»Ê\x00 ) "
b"Gí¤»‡UJ–§V‹uÜ*£± "
b"Gøþ¤‡ç2Ä\x16\x02 DÚÎ-È\x1D "
b"H!PpC\x1E\x04 Ol~\x1A ‘¹€-• "
b"H)Á\x03 ^º·9\qÛ\x02 4’Æ "
b"H,ÂãLymDw8àê}\x06 Ä€ "
b"H5Æ\f ±;Žsj\x1C ·\x14 ¯\x19 r\x15 "
b"HQŠ–ëØXþQ¹a9iË1e "
b"HSóµäIf4OVê)P/Žà "
b"H}¾N']\x13 Wv¨š!\x1C ¸ŽÖ "
b"H‹0ÞÐS(—CIJŽ$ "
b"H™G¥d\x01 óBõ²y+®/h” "
b"Hš!(\x7F ïú)\x1F á\x02 …åÚ\x06 . "
b"Hµ~VAcò¬üñ\x06 o®\x1E\x1F á "
b"Håq4ŒpVÆ÷\x1A sRƒ¤è\x02 "
b"HêÁ\x1F Ý·vX]pÅòû¿Ðœ "
b"HëQ*Ô[MÝAòi\:*‹ "
b"HòÅöø\r ÒÕú#2='K\x0E © "
b"Hùvjéê‹»¾CÇ<º·J "
b"""
I\x14 î= \e\f ”Uº§ÙÓ\x0F \n
ç
"""
b"I2ÿÝ0'~¢•†@\x03 üE5 "
b"I<óé\x02 iu\f æŽà×=¾³ý "
b"I@PÍ©k/UÊ«><†ª\x1F "
b"IA¸wá\x1F @\x08 ¤Fû´h\x1C n_ "
b"IE\x06 áKÝ=¬ƒ(r\x18 bT7K "
b"INŠšNðΰhø’u\x1F @\f Ñ "
b"Iz+RÆDv0ÄBG=øÐÎ! "
b"Iz¬Óya0LH\x12 -/Ë6\x0F † "
b"I“h\f\x11 :_í¿\x06\x05 M\x1C\x1C ÷ "
b"I“ù¸i\x01 €š–ž:wÌ3´0 "
b"I›*y5W§Â&I`£ÆÉÏ "
b"I¢\e ý;RÄ\x1E ¨}ßÓѹ6¿ "
b"I£°h–EkHÝ>a\x06 \5qË "
b"I¨\x15 °Â\r ÷^\e h²õÚ/N’ "
b"IÄ«ª©ò4FÊZh\x16\x01 ³hn "
b"IÍ2?t\x14 Ì\v ¥™úNÏ1M› "
b"IÕ“l¹^âLÃažª`2Áa "
b"Iû¶Ñt¦ÊJ[¤¹v;\x0F ¥ "
b"""
J\v *Žèmep‚ÑZW;\n
ø\x1D
"""
b"J\e rZÝ\x11 ʳS¦\x11 Ã\x1A ¤7\x1D "
b"J\x1C Yضúô^²Šu„hR¢Ü "
b"J\x1E 3kÛ\x11 ØtÀ±@—ù\t ò˜ "
b"J,\x11 iŠ;â³yV‹\x1A ™Äü "
b"""
J0Pæ¹GÛè\n
e\x18 ŸÒ•?°
"""
b"J<G¸I½B‹U\x14 \r \x1C <Q& "
b"""
J@\x0F ÷e\x14 É&ÕPK9\n
Zú
"""
b"JmÖyöháÓ\x1A ˆec6\x05 qÕ "
b"Jpº´=Ëc¿W$dé\x05 ·ô£ "
b"J—âS2-œì|h‹“\x03 s‰2 "
b"J¬ö*§|B’v_ŽŠÚ=û\ "
b"JÈ-YŒÊRªgr9·?æ‹Y "
b"""
JÐö`\n
N["KªœÉ\x08 æ\x01 å
"""
b"Jï\x1F J†o^ºµ lÞgN4¯ "
b"Jñ¦z\—ý›VK{(ÿÿ˜¨ "
b"JüîsàiJXÉÔbUž#‹ "
b"K\x06 æH\x18 äÀ\x18\x07\x1C `Œ\x01 .d” "
b"K\x07 Á\x1C ½µ¹D \x1F °WJPoÇ "
b"K\œtÖ\x02 .ûjÉç_fñ[" "
b"KwÖÎñl%Æyu¬¡³NlO "
b"K{'‹ùÅ€l_ˆºØÀ¾Åk "
b"""
KŽ\t \2\n
)™`\x10 z>Ô\x17 W
"""
b"K§\x18 F\x1E –Ô@¹šà%æ\x0E ˆ "
b"K¨®·ÒøK!ñ+§ŸÔÑ¢d "
b"Kµw;¨\x06 ùŸóÛzTü(¢3 "
b"K¿€˜ÓôG=ï%H·^¬– "
b"Kà€Ál¸\x0E èy¦ßü§¶n "
b"Kï8\x1D ènªõ#*Ôæò\x14 ô¶ "
b"Kø½¼[©V[j\x0E /(à©\x00\x0E "
b"L\x03\x1F yv¶0\e ÀÛ¬¿£2\e \r "
b"""
L\x06 \n
t}{zYÝG ãäœ&s
"""
b"L\x12 …ÿ%\x1A vÈ]ÙÚCÁÕ8« "
b"L\x12 Ê¥%Ù<”ÒXf\x05 ²¨Ôn "
b"L,ZöȦ{ÁÉjÁ¦·h… "
b"L-p®{Œ™ƒ\x04\x10\x00\x12 V‰êo "
b"L.tF@?›c÷èû\x11 ¼ÿ$ˆ "
b"L.{iYè–‚¡|hçöÄ\x19 µ "
b"L5·©ü®÷ÛC¤CS:\x0F 8b "
b"LEc¥Ì`׳«ÛúæŸ-õ2 "
b"LLÌíɤÞW\v Poð[ÔAÿ "
b"LT‰Ò‹eäH\¦KÝè¤\x06 f "
b"Lg\r \x03 U\x17 ·.#Ï„q:\x00 Šn "
b"Lp\x1C ÜL®u\x0F ”×n¸ ãPî "
b"L‘RÅ»ý¹/’Ïõß»¦î\x15 "
b"LìV'ʰwÎ3µÞù”z¨ "
b"L¨\x04 PÔ_»G?ªÍjX6¦q "
b"LtDl'\x10 §õ2ÙX[I8q "
b"LÄ \x19 J^1d޽m7eé\x17 "
b"LÇ\x02 P\x1C ß7.ñ~Å_¶Þ™ "
b"LÏyË\x0E ˆ’}¹ èO0"·i "
b"LÑãÿ©\x17\x1A\x0E „"Õ£§¸ "
b"Lâ½8ãì\x08 ›a\x00 6ž\x19\x12 "
b"Lð\x1A\x03 Ã]L\x08 ——û:¹8Ê "
b"M\x15 ÛS„\x1F ô/`QìTÂÐ\x7F r "
b"M\x19 òÓ.‰º¶œ\x1E ›ž¼tç "
b"M!\x0F ‘4’¼Í—Ö¬™·XòŠ "
b"M,$\x15 çÑ4:ݹ8/=z‘ã "
b"M,Îñ\x0F ŽGšñKЕÏi\f ó "
b"M-n“ðæ)Xg¦„Fë16Ï "
b"M7©!Ç{\v ÑòU~ŸÜ¿þ© "
b"MQ©¡P}£‡)Å\x16 -=3ÈÈ "
b"MU.k-÷µ\x18\v DôÞ\x02 ž\_ "
b"MW<¬½IµEd¹1¼¾Œr "
b"Mdƒk²”\x0F ª¤¸\x03\x05 ÌJ\x17 = "
b"MdŽDÝŽ\r 4Ó”b2ê\x7F œ£ "
b"Mp¾ÀJ\x01 Æ—ùXL\x0F ˜\x17 ½ "
b"M›{0XˆOC\x1C èž\x08 SÈ^ "
b"M¯|\x16\x03 Ǿ\x00 Q}]xQ—tù "
b"MÏ0ÌË\x05 uñè‰@òŸ€»™ "
b"""
Mÿm\n
ô©Ùëëð[‹\x14 U·
"""
b"N\x0E ×»7ãz.8€¶®áK¸@ "
b"N\x14 Ô#;tqù¥l6Ìg\x10 "
b"N\x17\x03 $øœÕqfbÒpÓ%ßè "
b"N2\x1A ¼ð³Ã&u¹»f‰'e# "
b"N6Ϫ8¼’ŠæX.ìsU\x14 "
b"NB_ãú‡6”ø¹ò4CY: "
b"NDÜ!å•ÿ}cðµùC\x11 :† "
b"NN\x7F HA°hýö‹G+›c¦è "
b"Ne«$Dšy_l¸ fjÑ\x7F Ï "
b"Ny³¼€Ö´;\x10 ƒgV“;? "
b"NŠvéÁÃ$U1§uo¾PÄM "
b"N±D€·†\x08 }k\x05 Z÷Ös "
b"N±§\x16 ä>\r 'RðMï\x03 tdä "
b"NÁ{î쯋\x03 ¡œç;œ9OÙ "
b"NÌø\x04 À†:çÕŒH–ž’$ "
b"Në'ãù?\x12 •.\x06 "±C]2 "
b"Nü^™ÀI”vÄž‹š6\x00\x07 ™ "
b"O\x05 û•uu§»¤QöÔÌÛg™ "
b"""
O\n
\t\x12 ý€}ÑWá¬_1ÈH‚
"""
b"O\x16 Úƒóª<$ 9 (à "
b"O\x17 a\x05 C(\x16 +—ay+š¦ "
b"O$‚˜Ž¡Ïb9Ê\x17 Y\x13 sP; "
b"O/ëã÷K†[(ߨõ>¯e "
b"O?°ƒç6N§\x05 NÝ-»±æ© "
b"OA\x1C “Ïpâövæo½\x01 Óƒ¦ "
b"OFé\x12 a>Ä"f¤¥O‚µøõ "
b"Oyør\x03 ÚXÛõt\x10 h]§/] "
b"O‚àì6\x12\x0E J\x1C ];YG,V\x08 "
b"O”\t caÒäP\x12 ¿÷.a¥.™ "
b"O”´*«ò ÿƒÛœØ¯}ïå "
b"O˜>(N}Œx¡Ý\r Â\x01 ”1Ý "
b"O£2Áab,ö¦D{\x1F œÂç- "
b"""
O§\n
K¡_\x03 ôW\x15 ئBŸÿª
"""
b"O«Ê\x15 hÏôFƒX!ùN6 "
b"O²^k%ªÌåO\Aã1\x10 Ž "
b"O´×Ž@±€Ù\x0F -0p^nÜÔ "
b"O¸Q4\x1D 1‰ñ&a\x19 ®Ð\v f "
b"O¼è‡,éÛ™Ð1«6ª+& "
b"OÈo„ðõ\x06 Ó\x17\x1E ŠÕwyÆ4 "
b"OÐ\x18 Ï\x1D vÂÝ&Õ´¥wgžZ "
b"OÙ\x1E B\x1A l¾¿žÏÒbbß»P "
b"Oö§\x1F\x1A Ìs\x7F ¹\x01 ²ÿ¬DÖ\x11 "
b"P\x0F\x0E dÖƒЃ`¥Ô\x16 ÀÇD "
b"P\x1A Z”ƒùWN¿¹'ß\x0E\x04 "
b"P3’\x0E \x02 šÑçÌO›Zv\x1D ¨ "
b"P8ÄËo.?qñŸ(¡B\x0F ©\x15 "
b"PE}ÂëbÁ\x14\x1F 1¿\x1F mÌñ© "
b"PZ×>\x13 –\x11 w±[zÂ…°§¸ "
b"PrgêmÜäËdöŽ„;ÎË "
b"Pxè ħZß®REfEÀÕ§ "
b"Pš\x14\x11 -%“õj\x05 ŠáO\x16 ù "
b"Pœ\x19 †@ñ~Q1™¹y‰\x16 X "
b"P«•Ô¶×ÿúà¸æ[Â!®Q "
b"P»RlS\e |d"6ÓÖt\x0E Q˜ "
b"P¾Ü-$¢\x16 YeÅûc\x10 š [ "
b"P¾îó`òj63VÃ\x0E Ö™¦ "
b"PËŽO\x1D 0L1ñø”\e ƒÐ7 "
b"PÑ«¸ÉÖ¤p\x13 bc6ºg\x1C\v "
b"PÚºö™/Jµ‰\x12 äa|\x1A ÛN "
b"PÛ‘õã#`p\x06 ª>¹\x1E ™’- "
b"Q\x04 å0+ð\f ÎJû¤\x1D Iv‚ "
b"Q\x05 ¶:1¢\x1A +ëÍ¿ZëÅmµ "
b"""
Q\x08 §9ß} W?»!\n
mJC"
"""
b"Q(ÒY—ëiÑïõ\f •O\x11 ‚ "
b"Q0áØ½jns%/fλ_Á\x0F "
b"Q3õ\x00 7ȱÖ{š\x0F ®GAS "
b"Q<ƒ\x15 ýÌÂC\x17 }i\x07 ËëÆ "
b"Q?\x1D ïÌoiq5]\v \¢I÷\x04 "
b"Q@ý„ªÀ÷Nhâ\x0F ¢»œõ‰ "
b"QDM8í®\e ã0×Ó©ÐîƒÃ "
b"QW8>¥h˜üucدýûËW "
b"QkÇü1A*º!u\x01 ä\x14 ²¦$ "
b"Q|µUãé¨:dw(.XSWC "
b"Q‰Q\f ïÊM˺…¬Ëuú” "
b"Qäkp.V-\x01 ”]wˆ…\x18 "
b"Q¢_=š‡ðk?\x1E\x00 ƒ\\x11 Bu "
b"Q®Ø°Ëš¾(3ÛæÓ*\x1A Ƕ "
b"Qºj\x04 jxÒ\x1F Ö,È(6¨Y "
b"QËØôRu“µq÷S99¥¢ "
b"Q̧û0\x07\x02 .ЬºÉNvïk "
b"""
QÍŠušÊ)¢÷;fƒ\n
²ê
"""
b"QÕð$žñTS†ÇíC³XÉ "
b"Qÿs\v Pˆ¢ãÛ Ã<qcR? "
b"R\x02 \x02\x01 =¤kv¼i…‚áŽñ "
b"R\x12 É·L¤ù\x1C )îy©7LªŠ "
b"R\x12 ËÆæÂot5¿Ô\r ¤\t Ÿ† "
b"R\x12 ìP¿£¡ª°b6(QÌ’\x0F "
b"R\x19 ³D¬GΦä\x01 h¯‡p»÷ "
b"R3\SePöj¨Ç${bi¯• "
b"R:+çÛy¯O\x10 ó"Õ\x1A PJ\x15 "
b"RSøÜ©«ªFÂw\x11 ›@Ђª "
b"RXMn{\x7F Ø\x10 '»>è,¯#\r "
b"RdÅ™´(Ưà =\x19 ÝiSE "
b"R{(Cp\x00 ‹\x06 ±n€G/_ "
b"Rƒr\úøþ¬ÞÖ°[\t ³ "
b"""
R‡\n
й€Æ\x1E Ç0‰z^ÛQO
"""
b"RšÑ£a„À\x08\x17 ±\v\x01 ÒV’] "
b"R¶~÷unλ€@–³+òŽÞ "
b"RѦè\x0F ²®‰ùßSöœ¸¹ "
b"RÖ\x00 \x05 ;ÏöÈ+íLu*'/ "
b"Rá…S[g\x07 i0+qg¥áBm "
b"RìC”Ý\x12 ÚG•Ò2\*o\x11 Ó "
b"Rø#k\x17 ²2¿Ú¡N¯4sW; "
b"RøšmâU³²VÚˆV`\x02 ëª "
b"S\x03 `ò›Ö°lœíUuþ=¹Á "
b"S\x08 ×\x11 â’iϪc{Å\x03 i/\x10 "
b"S\t ñŒdå¸Ó5êëÆÍ[¯5 "
b"S7·®\x00 ºb%žG’ÞY#¦T "
b"S@„½êaRåÑXT\x1A ê”\x14 £ "
b"SEý¤\x0E ¸U-<ç\x1D ˜œtW "
b"SNJæ2œÞ<\x13\v\x16 ãZm¨ "
b"SjaÑ«\v ð˜äô÷*\f\t Ò6 "
b"S׊\x13 Õ¥»\x7F\x18\x19 ‡ƒºÑ< "
b"S’ŽŽ7Q6Û¦?¦f|¨ùl "
b"S›\x00 ’”–.°=Ñ5y—(ç• "
b"SÀ<ñ“$g\t ¡ÕWüîYG "
b"SÙFµÔåÆ½Þ›Ûk\x00 gW4 "
b"SÙ·Íâ‚*Q\x01 L–\x1A v‰\r \x1F "
b"SàäýOîà?zЧú\x05 ©t "
b"Sã»8/÷&4LXSýy\x02 Í "
b"Sï§\x10 øÜñ¡þ•úîá\x0E\x19 "
b"S÷\5‡þúrÄ€Ûi®kË! "
b"SýÛ\x10 kËÁ8õ'à3ˆÎ@ "
b"Sÿ–ªz\x08 ÞUj[—Ž\x1F ¯•\x1F "
b"T\x0F P£ÀÄ…\x00\x13 œÝ´þ\x01 ¢ì "
b"""
T\e \n
\x14 6lž\x12 ÏÇÊpk €
"""
b"TZˆ‘†Å¦ƒÕ)\e ³¨€3Ø "
b"Tl^¡òq)ª;H\x7F x\x03\x13 ·€ "
b"To[²¯\x10 ê–Ê\x15 ²‹ƒõ\x1A ¦ "
b"Tx;ï`nuØÎ?é]öe "
b"T™.Ž &\x14 í_\x16 cúVÓŠ^ "
b"T¿Ä\x15 ÷޾H¬ùî\x15\x12\x19\t C "
b"TÇFiZÁœS€'I‡¸,à "
b"TÍd`c¯wuÕ‹P5¯qÍ "
b"TÜÈkø©‘A¡-\x03 ñRsM "
b"Tè\x1C æo0Fàƒm"2ôVÅ• "
b"Tî³Nònq¬\f ÊéBÃŒ\x17 "
b"Tïú왊uð\x1D Õ¦\x05 ¼\x05 ÝS "
b"U\x12\x1C Û\x10 þ-ݽŠoWÄ2Åñ "
b"U\x19 iÕ¿¢KŽ-½\x¸e‡Ç "
b"UCy¬}Al\x0F ~WHr|¤Œ "
b"UK8\x1F ÑÌ¥ZX¸¤ºÜ2O¸ "
b"UVwb(A›ó»\v —Ý+}µ "
b"U[Ì÷\x12 O#ÑQNò\x12 ~\x01 `… "
b"""
U^\n
¬'¶›Ì“kK+Æ\x04 ðó
"""
b"U~\x19 àq\x17 `8õ‰Ç$Æp,h "
b"U\x7F\x17 ‡\x15 Ä–Kõ§˜SæBØ! "
b"UT-‚g¥á\f «ýµ=Ua\x7F "
b"U–þúN&fÖ\x15\x15\e ƒº{¿î "
b"UšñëÔ\x1D \x04\x0E ¥q‚A\x01 ›ã "
b"U¯\x1A änDô\x11 ˜jÜøúså# "
b"""
U²Õw\x13 q´„XˆË\n
”\r ñ6
"""
b"U³œ\v ÆðI¥\x02 ºPu\x1C 1\v – "
b"UÃ=\x1F ¹v©h©AqÉ;3å~ "
b"Vfí\x16 YÌk~\x01 ïñÞi«{O "
b"Vz„²Üe¯ù¨\x06 *ï.Õ¬= "
b"""
V|\x11 ä\n
4`Y¥ÝcéPIy«
"""
b"Vø*¾\!Ïˉˆ ¹vê "
b"V˜>FÏ÷U\x14\v\f ½Ip¡€\x00 "
b"V˜„\x15 ¨I]\x06 ½†<Ê+$ô\x00 "
b"V··ÜÆøÏ¹ÄœðX„Ž • "
b"V¾\f `Ç;\x1C\x07 ¯0@´t˜\x17 $ "
b"VÇ%ú¸wûe@ü±\úzV: "
b"VÊ:‹\x1A ²"0è‰\e\x05 ìó?f "
b"VÌKÿOÇ\x0F n+é¥ã~£\x12 "
b"VÚû‚Í‚b\x00 $4?ÐÒœ\r e "
b"Vìæ*óªNCš¥•\x06 –3k "
b"Ví\x0F Éòå‘W|&×ü\x1A 0\x07 o "
b"W\x00 ´ñ˜fÊ©)cǺøÎ\v ' "
b"W\x14 –\t ÉŸÝ\x04 Sž(™ãm\x12\x05 "
b"W6\x15 øÏ<N‚[í>ŠD~\x05 "
b"W@\x0E þ¢\x14 Í%Üݳ\x14 HOu¢ "
b"WUÞÞ™ÒKPŽ 4í\x1D ÛFÍ "
b"WV\x1F èŽè{\x1C Î9$Â\e\x14 …… "
b"Wb-ˆµ.uÂ7\r ›4¯}ç¾ "
b"Wk\e )ÿKžH<h£_ˆí„ "
b"Wl泟Ñ8Cã$ͪÛ8c\x1E "
b"Wn`Ž\x17 xG_å»Y¾ò:§ "
b"WŠæ‘m\x05 Ç|÷”úF1$†³ "
b"W¾éèÙÜ$½B°I’ì°í¢ "
b"WË\x18 †\x14 ±puiã%gLJ}ª "
b"WÔ\r 'A˜€:Ó„¨\x1F\x19 ¤ì "
b"WàA)-×|±D\x03 ÅÚ„˜ "
b"Wâ±?µ]\x1D n»¥h\x19 6o "
b"Wòþbú4Ÿ ‹bïu{•\x07 ¹ "
b"X\x01 _fÃÞä«Ñ–É1Ų…2 "
b"X\r ï{\x13 Â&{Fä›Î\r \x17 "
b"""
X(A±%œ\n
Uض\x04 ôwrö¥
"""
b"XKì$Ž\f ¢‡6,\x18 v¤Bºö "
b"XN&î\x18 Ôªbg\x12\x1E ž³2ªÉ "
b"XSk„•×ꮲ¾ûÓ\x15\x0E §z "
b"XY®Ûú\x19 Â^ÁÇì\x01 Œ› ± "
b"XhÙ_e[Ä\x02 Ú\t x÷@k\x10 "
b"X”Dä\x17 ük\v <Joæ’ä÷a "
b"X›Ž?ME\x07 ö£:iè¦hK\x1E "
b"""
Xžµí¯Püûyk\f \n
lŽ\x16 ;
"""
b"X¬’âi§¡}o®¼¾t\x08 ‹} "
b"""
X®\n
BˆÊ.J®u-\x05 8øHä
"""
b"X»\x17 *h\\\x03 á\x14 ü\x13 b-×¶ "
b"X¼\x18 ì–Õv\x16 ·\x01 {àÝ?Û\v "
b"XÄ}W\x01 Ã; ÿûîBâ—š^ "
b"Xø[2õ\r l6\x10 ª6ŽR"k "
b"Y\x10\x08 “Ö<=\v +ô\x0E *Ê\x1F "¥ "
b"Y\x18 |ÍN8¾uá\x0F †â\x1D ÑŽ¹ "
b"Y&å+8*×Y/u@Q¯É#Ò "
b"Yd½ÇÂø_}5Û¿Ã‹Ä % "
b"Yu4›Ô=é™bÒ¤ØFß\x18 "
b"Y{êE6î¥7R\t\x16 ´Îô³‘ "
b"Y€¼¨˜yZØ@IƤ[¥³Ñ "
b"YééLÒ)^è\f ä´¥BƒÇ "
b"Y‚W¾Þn\x05 mæAxß™cÝ "
b"Yš\x1A áÒicTB\x11 Âb´ó, "
b"Y·T_§B\x1C Ž\x13 ØÐYÐÇï= "
b"YÀ\x13\x01 ïÌ5¡µšŽFøÔTf "
b"""
YÀY>ÈŒ©¼\n
"”˜˜Ž“÷
"""
b"YÍ¡Cö\x14\x03\x04 †SZ;’Ù\x07 à "
b"YßZK÷xÏ`ô%\x02 R»¤Àè "
b"Z\e ,\3PŒðà…b"ö (· "
b"Z`™H̨\Í6„ùkT“Ìô "
b"ZmÅšTÞRni™?ù‹\x01 T "
b"Z‡äJ\x1D P^A¥æ¾{~\x01 ªD "
b"ZN<•ð5\x1C ž*@†ôÿ\x1A Ë "
b"Z‘²©\è€fWÌŒ(Y±×V "
b"Z’Þ—Gî7-±Ž!ä\t z "
b"""
Z»\x03 qy¡\n
3Y@–¯ð˲u
"""
b"""
ZÖ\n
‡Ï!3LQNˆE\x03 +ù
"""
b"ZàÉ[W²dØj\x1A\x12 ™\x08 üî\e "
b"Z먄!'ŽÅb¤áe¦0³ "
b"Zø×:¨"žÄiöÙŽÔ¶ðå "
b"""
[\n
¢½Ä\x07 /Ñ3\x1C ¹ÜaW\x1E\x17
"""
b"[\f ÞÛM>\r ,]>2hˆ|¹Ê "
b"[%èÈÀ:a•Ì¢ÅìÄû\x0E "
b"[8¾@\x14 ¦¡\x0F "Àlt*óT\x18 "
b"[f\f Ý]´Šñy\x07 ^¦Ò“…n "
b"[j/Š6а†K_½Ï§„ "
b"[t´\x16 õ6¢¢pfª\x06\t =êR "
b"[tÖ\x05 áŽ\x15 !xáÌ\x18\x17 ¢F "
b"[Ž\x03 ‰ûÇ å‹Öõ•ÃCÈ© "
b"[™-\x03 ¦ý8dc\x1E EêÂÃEj "
b"[¡W#–\r !Ì\x07 v¼7HS›j "
b"[¦‘PòJÇ\x19 fà¡?ìÜýÅ "
b"[¨:\x1F Êø\x11 ·¦<e>ƒ¾Vò "
b"[»ýötQõ]Æi†”Òõ\x06 ‘ "
b"[Ñ÷¾ƒ\x00 ¦^ï«L´ÑY "
b"[ÔŸ„]ØîðÆw×°ÕöÀÑ "
b"[í\r °\x03 ̃\f †3\x15 .ÌÕµÙ "
b"\\x05\x11 ý×2&³ƒ\x15 zSžL² "
b"\\x11 ¾\f A§“3\x13 /ã#Ã$´ "
b"\\x1D …&/ÎÆ›93X!¦\t Œ\x18 "
b"\+#jÓ6tR½`üD>Wì "
b"\.ÆÐøå|vZîÖR4¨‚? "
b"\G\x18 ¤«‚E˜¹Ûûµ^Ž "
b"\O|ñiÝO\x06 sð!ö9?‘g "
b"\O³\x08\x01 `µÈ2,ìwýŽK< "
b"\vöcy}mÐ\x18 í\x19 ÅšúÇJ "
b"\z*À…Wxü·.ØQ§#\e "
b"\{hŸ\t }Pç½o¬-¤ýa\x16 "
b"\}\x01 èÚ\t ë ¶q&¤OBõˆ "
b"\™°¼&yð½\x16 ‚åk¨\f\v "
b"\¢\x1E ÷J™J¥C.†wö>A\r "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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`
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 (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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 (0x25EA13E15507A9813513A96DC19029A7 , 0x26082E75AF162E87A98A2AD6A13E9889 , 0x2616004FD1366B9BD32AEBBAAF4515E6 , 0x262B14E29B0416FE695A83B37AD49371 , 0x262DA947E29F6F5095947706A58064D3 , 0x2646BE092B31F9861F34BD50ED2E92B1 , 0x268DEA06A99F5996FB019E1D0859B67D , 0x26BA9C039BBACBEC6C1B3A7CC6A824A7 , 0x26CC260BDC3365135F8560583AB86894 , 0x26DA19722ECB8468A88D380C01204A85 , 0x26DDD6EA420A62633B52AC65EBC325C4 , 0x26F48AD057817B23815FA6D7C294D81E , 0x2717B018A351418A8E34B352BC83BA70 , 0x27224E1098CC8D8F8FF69A5D2D08F0CA , 0x2737E22740DA6AF0C053EC23F853E4A2 , 0x273D65DFFAB6647A4F34C23B8AE5AFCE , 0x273E0E92D0ED4C1183ED9E77C16BF2BE , 0x2757E1607BA276C14BEA730CC6EF57E9 , 0x275BF781568F3DC2C5EB8A84368D153D , 0x27665FE1503D6D9D23E49DEE1C61A250 , 0x277E9071E00468B90EDB3BD0108F9711 , 0x27820D16913437FA2FE1FCFFDA0A4D64 , 0x2790A39D6C875B2E00CB4EAB36DB4655 , 0x279140DC1AF12D0CE6A47EDFB719EC32 , 0x27AD1557AD9F520F0EC7492EC4688991 , 0x27BB08D4C4A69F4F3062115A85C560EC , 0x27C8C2985663B1CEE761799E115F3437 , 0x27CCC314EDF31172EF43A2EB8445D2C2 , 0x27CF13D67244672379AD2F149AEAB5DC , 0x27D22325FEAA493341811AC232EA9A9B , 0x27D6FAF621BFED94840ADBD44ACA3AA8 , 0x27F356C6E1C5FC9D76A8D3E8D43FD628 , 0x2804742CF6F21C1DD50B60E248DBBC17 , 0x2808FF4385226D42072BE4C5A958FD33 , 0x28149CE221C95C8B39E596E6A9A5AD69 , 0x281A16316F16CA0C7247E6A2746CEB8C , 0x281E481CEFA0B4CF49CD9CAF34A0509E , 0x282195448863FD272E4627B92AF343ED , 0x282E3DB46621AA1779641EC0AFC3AF8A , 0x2837E982E53F3D89934BAC3685565051 , 0x283ADB83336B44FAD4C9F2F9FC77D39D , 0x2841E5DFB41EC8B4F4269301ACD2F667 , 0x287B0F0BEDE0CBB98F22E2C70B933EB7 , 0x287C926083A817F5E522FFEDD9552502 , 0x289650C30030635C9C98D6690B46C4C7 , 0x289BEC11EE0458F966E067868D031620 , 0x28A36A6D8B54CAA927DEE37696EE7B80 , 0x28A78DD3FA4C4890DEE998EB1D60C87D , 0x28B21E04E5A864285C00FFF92F72DB4B , 0x28D7DD504EA53EC7323E423D5FB3C323 , 0x28D8290CDF812432F5FD036B64A306AE , 0x28D91D8277D74D2FAD0ECCBCDBEC8998 , 0x28E64E14C3857620019ECC5246BED6C0 , 0x28E8C23AC39D41329E36D5498DB262C3 , 0x28EE8E438F903F229DF4E5E0EC6C35F1 , 0x28F453D09C0A33E08CF72FEC6B31FF7D , 0x290E274DCE5DE4F35620CB4FB8D818C1 , 0x291B39CF7287D6528190AB44C250E9EC , 0x292148F185F61C02472E7BC9283774F3 , 0x2923F8112387CB0F4583A1595D9AAD53 , 0x293D58152CBED394E1050FB78F9F547D , 0x2940D798EB38859933021EF34237F2DA , 0x29560C97C190285FD9F93E260BD68BA8 , 0x29629901C1376AE8EE84071B38F6B730 , 0x296CCE50BC92589A7424E2A594497EF0 , 0x296D805D249C9D6296BE7FB231BC44B1 , 0x296F385A7DDB4E256428E1F65643C083 , 0x297CBE2461EFC676BD09EDC1910D87AC , 0x297D1693B1AA00C241567AA06806BB3C , 0x2982B7C4917A0FF12508DA4AE020E37D , 0x298A664E8E0CA3ACFB0337E9D18E0DBC , 0x29A54F4841510874CBA3143849F3EAEA , 0x29AEF17BD0216121F9EE0C5FF7EA7079 , 0x29DF417C3C0CB0A09B29331AE6A848D7 , 0x29DFECB957B909C0E7A4B82953E89BC6 , 0x2A04C9565E204C22AC63A18E39A03D4B , 0x2A072DF11E1A9121D8CA636730B788EA , 0x2A179C5132839A02B7D4AC8054FA681E , 0x2A3B48B89B7F8FE2AD2995D0096DDD0A , 0x2A478E5169A44C93CC49855DECA4FF81 , 0x2A4A76C1DF30D0FBD360B454681154D1 , 0x2A4FF9D150EDEA1FDA3C725C23C8D47D , 0x2A55B4BA0ABB69E46D46628E6E0FF265 , 0x2A5FE66E8669C7FC48E72358E86F3485 , 0x2A80EA0534384E322BDEA22FB96F8E95 , 0x2A833EAE21EA5137F8451A2ED3B09312 , 0x2A83CE07ACB42C34976EE8AB1FDBCB0F , 0x2A93DD205CE71BE3776CF58B78EB5090 , 0x2AC4E1BB1406F2D39AE1E3BF79E2AD46 , 0x2AC7474E2EAA7D4444F0A2AA7D055BFA , 0x2ACBEA1164235DB4F18F123C36ED73D9 , 0x2AD1F52A73D00037799AAC9DF5C8296C , 0x2AE921DCE88151857CB1BE4982BF64A4 , 0x2AEE728636D0961CBF97073E45D5662A , 0x2B0B93E9B7BF67B18D34FE35636B4A23 , 0x2B0FA4BE6D5E4268A90D344AA9FEBC51 , 0x2B16EAD12E4872A0D536BA4E69E081B3 , 0x2B1F40A654EAC4F058BED6137749A1EB , 0x2B30951E585BA144DA60C44514FA044A , 0x2B38D7BE7746829766EF2875EF60978D , 0x2B3D401B58DF079273CF3AF52B943BF1 , 0x2B4C6D7DA9E52EF1255291048884B818 , 0x2B5C69E5BB61596A9B7529F944AA6A34 , 0x2B65F98AB4FCDE9047B4A1CFF0C48A01 , 0x2B677ED91548EC727C28AB9D2B262576 , 0x2B6C148E913AED3050F991521A8A5E28 , 0x2B8175FB817F7CA187731C8A2BFA9794 , 0x2B89BBD01DF8C409AEA23A4EC9F20D18 , 0x2BA1C43A27605939245490F066519E74 , 0x2BAC2860508871E267ACD660C7B6DD5D , 0x2BB710E9018683CCCE530F48B177DCA0 , 0x2BC2295750E6CFA08753BBE7B3658A22 , 0x2BCE69BA7CC02AAAEB1DF5FEFCB4938F , 0x2BD731420694B79F5B7ED7512020D780 , 0x2BF6E1A32DB429CD71229260F6AB3CA2 , 0x2C01D3499BA479395FD1B40847FD4C50 , 0x2C119898B0C782DE54E9C5F9427F30FD , 0x2C1EFD69B44FC62895858DC4198500A5 , 0x2C39D65A520F5521D5B0E9A2424E0AD8 , 0x2C451242468BAF797BC8748656687449 , 0x2C5F61C7C78868BA50E02E60CCB79164 , 0x2C7A2272AA9A396A1308FF009202FDFD , 0x2C87F036C43470027FD5C7E0D660125E , 0x2C8E424B7E59E88A669714672D1D6F6A , 0x2CA50CFB06E9BFA20DDF150FA6BB8CB1 , 0x2CAB1A143E31E1D20BA73B14BECC26CF , 0x2CAB483324DC9DFE62D7A9D972719F8E , 0x2CB4A0C99A72BE20C61A48255508526B , 0x2CB8FE20C866F077B3C6096997F05031 , 0x2CD6771812E92B7F8F434440178C59B6 , 0x2CEA115276E1D6674C5E12121EA23503 , 0x2D0DD2EDEE4DD48B2F62EAE412BECD8B , 0x2D1E52A344DA34CCFA8C4AFDE6633682 , 0x2D2D665C642B74D8F6DE1DE540CDA3E3 , 0x2D380F031C1FAEAF7C7A369BC4376D51 , 0x2D4B623D206800AEC24ACF72B339D949 , 0x2D4F93596503F86E2E7501B95A30D937 , 0x2D64FBA8DE54D8086D4C7BF15217F831 , 0x2D82E847E4E8BDA007D5757C98DDEEB3 , 0x2D87C9B3CB1D8DD5B2C098B88D90B39D , 0x2DB925F87281D6D15EE2A560689E286A , 0x2DC5032622D3CCBB2C958B556679AAE3 , 0x2DC72E51CD3A84AECEC9ADA8231D9FED , 0x2DE48D6F7A863791DE469DE8BB71437C , 0x2DFFB9EC58B6E189D5F139CE2143D0D5 , 0x2E013A3DDAE827472E1B03492AD38015 , 0x2E13A407AF89F08BB5889B052BE7632B , 0x2E27B196A0F89BB61D912EB5FD818107 , 0x2E3AD92F5068F9C878366C64F06DF788 , 0x2E68FBF6E866C65DB38F30BD409558E5 , 0x2E8AB0EF1003859298A98ED9DDE165B3 , 0x2E94A32A046772A481B89E9BD84F8B80 , 0x2E996C58BEFEF5CEA1BA979E073A2C64 , 0x2EA10D32B0B7351B9B92A0C4380B0030 , 0x2EA2A87A3065088B7187B72DED720142 , 0x2EAAE312D4CAC1000DF032EF960AF185 , 0x2EB8F7C7E44D077003EEBC5C0AC79B92 , 0x2EC849DEDE25464928C0A27C3832B305 , 0x2EEF9CE8BAAEA5909E9AEE3883671797 , 0x2EFF34F3501F500BC09235119977A9A1 , 0x2F1E9EDE74C1E836251FDEEDF15A82B0 , 0x2F261AE76CC383CAD0EE9FE809591598 , 0x2F2B9B316D97BA0FE741379C4B7D61C5 , 0x2F3920CAA7169FFB338100B31B8CDDB1 , 0x2F3E8587BECE4FB43E668C19879258EC , 0x2F4F4185EB484DE20ED469AEFDCAC629 , 0x2F56602BB03605ED498B7F77721FF47D , 0x2F5E7A0ACEF35D9D4117485886BBA87D , 0x2F7AC33B58811811D13EB5D649584B74 , 0x2F7E37916653D2A7E6EDA58E616037C7 , 0x2F846F93878B6E57D406FBEBAD0FB142 , 0x2F88A32F1F4358953B87FBE6F4A5C5E0 , 0x2F8C104FA185A0F3D43662020C9E0614 , 0x2F9438D77FDCD69C3FEA7F795DE527D5 , 0x2F95D321519967AC71165120B445EB64 , 0x2FA760B3CFB9419F4C28C9F50AC7E779 , 0x2FC0B4B607B32AE537F3138A0ECB213B , 0x2FE384DF3DD320155714C32820CE5CF1 , 0x2FE5526F07F822B9B47BD7FC0556AD20 , 0x2FFF026A714D64212491E8DF667D7B07 , 0x30007FD48846083B63FD2CA6D73F9AA7 , 0x3001230085C20DDA68A2E0EAED21DA7E , 0x30099ABE3874EBE4149E0C5E1BC75C69 , 0x301B85693C68FD3A34EB8247BF7E7D28 , 0x301F26AB9D65A56EE98E5F8FD6D93BA3 , 0x302A0790A1BD4CDF892298E2C1D6D257 , 0x302ED53A12C5771607B5ED0E660B850B , 0x30361F73FFD8B1EC23A472214A306A38 , 0x3050E2373BED4C7FE403A349CC1B5418 , 0x30519ACDF06B6A84E8BE087A405A7791 , 0x305348920106680DF9D1B4AC7CB929BC , 0x305EAA91F279988CA7041FD9889C71DD , 0x3066AE7F56C47C31FECBAE43C030B128 , 0x3080C4128FCD3F97CA7DEE409E8BFB00 , 0x308EF745FBC85793703574472E89D8A8 , 0x30956E571344B16409F760867CFA8652 , 0x30A84F68D3FCEF41EFE19BC648B41BF0 , 0x30B5451BFC3D0F027840015EE3F397AB , 0x30B9DBA2ED38B16B409CE5DF3ECDCF0D , 0x30E9C749D22331FA3FA3EC5BF8E0D6EC , 0x30EE3285A6E8FED9A5DDC0201FEC230E , 0x3115D4A09FD8C4F8D7389934E5866730 , 0x3125F6758EC59337B059E8C4B7B72A72 , 0x312CDE9B110E01CCE396D4B9409DB735 , 0x3150B7ED2EFDB1EC10CC80651F8DCD20 , 0x3166FE79C208858A7BA54479D692E11C , 0x3175517CB3BCDA968B57BA89FE2CB7C6 , 0x31832DB06F4AF65FE5375AC972D2AD66 , 0x318869ADC61828795868C5C09576AC9B , 0x3190731DBAC370D9ED64A5F1FB85C59A , 0x3194C16C0DDCF7BC910A1E827279C8B3 , 0x3195842C71A983276D0D1F2D264668A0 , 0x319D5656F6134F053979AB3F1C35936F , 0x31A20E29884325989D3E796744D2A41A , 0x31B66F9F2D43D9099EF57CDD168093FF , 0x31B8D6041375A304F863E10213398D22 , 0x31BD98204F9EE78D501AF9CF3AF45004 , 0x31CEB3C9AE36CE769562A6ED45B3A288 , 0x31F1D1CDA67346F5318A312D0A50803C , 0x31FE7BC62B7736DAFA2CCD1888DE97D4 , 0x32004859B4E852A248490F7B1DD5B0B6 , 0x32063076CDA5ED7386A4BE1FD93B0190 , 0x321012454551BB7DD4A89EA11E58CBB4 , 0x321F9837A18F6A239CAF390F549CF054 , 0x321F9BFF81D55D4748898A68A8875DFF , 0x324019C2DD3EF0C4AAAEF90F07E8E9FF , 0x324937568A6BA73ED6D3553A3D9A9BF1 , 0x325D133F61138AA3C00554721B30E950 , 0x3264538531997DE650DDF87FC55ACCF9 , 0x326654E313C3C2203B8E4A558EA9E6B6 , 0x3282666FB8E6780B498F1D13DD550BF7 , 0x328DD5088B5E3EDA4645391CF44475C9 , 0x330F3D9EBAF661EC1FE1203B904EF739 , 0x33259C6F7C60A578AD25863C55899320 , 0x3329977A5E5C3EC3F49D7A491C9A3968 , 0x333AF1506113577D2C0646C646A4561F , 0x334B1A9B4FA44A372913EC0344E2239F , 0x3360B0A0DF52EF8A9F4F33BE31E4F154 , 0x337F9597AE480BCD5FE4FED7D828D386 , 0x3381E5840D85A9CDADBEED967FFF76C9 , 0x33860CE09B66C27F65C4113F5759BF5A , 0x338C0CD76A1DEC3A248343802844E9BB , 0x33982EBACF6D400F5E1D5BBB10CF775D , 0x33A4354D435E9AF128A6BFC0949B364E , 0x33ADCD667FA16BF71298BB40A0B24CA2 , 0x33B0CA27BACE473A879D9049169D7792 , 0x33B16FAEBF898170CD24A47E761C5597 , 0x33B1A4D9ADBCF0EDE3E3907754730007 , 0x33CC0BABB1A3005C971782A6DB383919 , 0x33CD73EBAE169DEF4847885BE73535C7 , 0x33D4F399B06ECD4EAF8D18476C8F307A , 0x33DA513D2B3340D8620D73F161F04BFF , 0x33DE28D7AB2AC31E024F6AC98AC37EA9 , 0x33E81FADF10C337C49BFAFB6D3B63FC8 , 0x34119BD7D39BE6153665B7DEB1871E86 , 0x3422C7D47D120F53437A2D97D9D903A6 , 0x342EE5B626C3DAAD58796340B405FE66 , 0x342FEC63EBF955BD89790E587232C225 , 0x3432508F3F165A39B346C6ADDF7AE6E2 , 0x3442D321FC44422680F9192F8BE0CB66 , 0x3442DAE53992F15080E9C1290B4355F6 , 0x344518FD87F0A1DB0310436D5374BEB4 , 0x3447426714E0DAC65274F83F03823991 , 0x34567A090F1E5396E6966484BA6040DA , 0x345E888EED5D3A50B0B4C952189D4714 , 0x34604420738F3494A599A397CD912FBA , 0x34651FF0F61DE48F282D9B4E9C644F0F , 0x3479E515A2E3999868000FFF16835A2B , 0x347E5FC7415180867A2D2A58F09A91A9 , 0x349B209705E47AB77968FDFA0266BA75 , 0x34A2E281E04A2BC936CA4CA72C56208B , 0x34C033018C5598835CB21A6865B58E99 , 0x34C3EC07D2A5939D5C6FA889C7006390 , 0x34C839CB589570C73A555E1A0804E4FE , 0x34CA9D129E862339400C82EC65C11A5F , 0x34CB3547F8F0DB81DE8E910C9D0CB6E1 , 0x34CC6CE0B744A5ADFACCC7F838FABA99 , 0x34E7307126AE161F4CEAA94827B84695 , 0x34E92240E34EFF49E1DEE5D358FB4A71 , 0x34EB4E14F58EF581A2E7729CBF2BB92C , 0x34FAD911146B624A3807ED931D2BD658 , 0x351215AA2871D9264B44CCAFD5898E5A , 0x35241C5ECAC7A86350792A38D60A2AB9 , 0x354167BCACAFFEA680ED7CD0474D128F , 0x3552AE82085C1F502B670D78EC485DC7 , 0x355D77A2A0059DD86DC2703521112F27 , 0x355FBEEB3FAA94769C50B23B5EA69126 , 0x356C8EA1F6B2853D26CCEB78A45A127E , 0x357DC60F9841A7C83DA4CA5DCE685F78 , 0x357E353B2283BF62BC3E84F9C940C29E , 0x3583C05D4F23996DF51C3708E334BC21 , 0x3586D5B0363E229B0DBC8AB7B566095C , 0x358939D5F2A37CAD90EE4AB8B5FA8C35 , 0x359A3E9523168166726B55B09B79BB33 , 0x35C77E0CED66A587CA1330751AC0E5A4 , 0x35CBAF934543CBB1D7892A135BE5FFD9 , 0x35CBE37B0EFF17C508B6BAF4ABDB21BA , 0x35CDC4AF6BAE2E5F675F98CB122E5FA2 , 0x35D4CA929C6E87D3F4620D87B9BFC13B , 0x3602EAF868470F45C4B0260035DAEB21 , 0x36067A611A512380C6A370844C2A433A , 0x360C7735647E6ED1A1FB574A1990FBE5 , 0x3613ED3B44D9D9174587B22790687564 , 0x3655DC7D8FFA54342E802562FDFC46A9 , 0x36645DCDD61FB96CBEB0629C7BE5B36C , 0x36732C2F22DE96E462F1584BAD90ED21 , 0x36767D4176ECA7B560DA138E5E13A9A8 , 0x3681121FD5AD3F591BC0B3640710B953 , 0x3695935D709CEAAB81B0011E8690DFB8 , 0x36961BED00E7714F5853DF483CF6F20B , 0x36AC3F458E0D7181A720A03654AEDCDF , 0x36AE728555384D269BCF05EDC6BEDBE6 , 0x36B66668BA4681B4E1029B72164177B0 , 0x36B9F1FB8DBCF1C0D7A033D4B9C29810 , 0x36CDAB9CFD967F2DEE78C677EA1D4FA8 , 0x36DAA2882945A044D51DDCA962422C10 , 0x36E0833E6E2DD598098747CE960C0461 , 0x36E7DC8D10B4A85A54885EBEB61F02A2 , 0x36EA20C23F8EAA23EA3D306DE530AB3E , 0x3720440DC64B5CB77BD3AAFBB360BF6F , 0x3720CE6F0F5980AFCD4937F48BECF2BE , 0x37372C4237891EC18D319594D7AD51BF , 0x373B401867E18BC66F2B215D2DE8BDCA , 0x3742329DBE3101B14BAD69A4323628A2 , 0x375212027E025B8AABD13440DD69C9C1 , 0x3772C1FC28148FF127BBFA8D176C548C , 0x3774E26CAC097B07F093D0F624D7DD82 , 0x37BE8E14A1670355597C1DE6AA155C4A , 0x37CB414096F3DC9E489784C404633F46 , 0x37E13ECBAB3D69BC6A5FBB2E162862CD , 0x37EE05163BAF85F79637A2E747457BF3 , 0x37FB66E8003D0CEED861F310DF1DCA72 , 0x37FCE0E254C64A691FBB31C203ECE8C5 , 0x380B67C7CDE882D9EC6B129F4ADDAA8A , 0x380BF12C99ECD8A642335152C9E3BDAA , 0x38110BCC00938F1A390B90050792F939 , 0x3827A512BC504D6EF7F62E7C71105555 , 0x382EE09FD345DB334DBA496F94ACFB77 , 0x38323A9FCCC241A8D6FD4DB2971F13B5 , 0x3843FDC3515E150878E7747F672B8F3D , 0x3849D8E92761B9FE0809190B6579F76A , 0x3853C9E3742A4755FC2D9AF9419235E4 , 0x385EA9F018F45D7E077ECFC9BBB7100F , 0x3861C53B9D0284473596A4B0AB8A7F11 , 0x386A618331C50552B527017FA185EA44 , 0x386E83DD11521A9FB127F00CEC50669F , 0x389E7205EBFD3C2A3755422A1394A196 , 0x38A6DA7639DD5160582C4B6F02F02DC2 , 0x38ACD1861E0F0523BA3344736591D87C , 0x38B8866B665D3673238DE2FEE2AF1270 , 0x38CE404050BFA1914E217AEBEDECB6C0 , 0x38D1031702977744BC05293362CEE331 , 0x38D647A85EB6C91D6AA4D1C55EDAA8E2 , 0x38E9CD08F32058B3DBACB875415FAC9B , 0x3917A1CDF2BCBE6D66711471AAD14638 , 0x391A5ECF5E8FC4D876BBE988ED2F1EFE , 0x392D5E43B6A10DDFC02EC64B34044614 , 0x3939CDF2E783CCE07E801CE6F719F4A5 , 0x39421AA2D424C90281C053244254F61D , 0x395C4DF255BCDED2B5CE155E7E971EC0 , 0x39711ED49F07E204F9A7974FB69D6B12 , 0x39771B13A793B99C08C353F79B4D5BB3 , 0x3998E7BC68EA950BF7C75F0090A226C2 , 0x39A7BD23EE38456603EA5FE3A85AEF5E , 0x39B2AA45311FE57DFB2945E956044D17 , 0x39B91FFDE556564EE71E175807EEE08C , 0x39CEA091E8018C37025E91BCB4ED1CD6 , 0x39D0C74305E5181E5AAF74FFD1598374 , 0x39DF7E3104529045DC73CDCFCC2D35BA , 0x39E41537EA850C76B7F43DAC8DF7DCE1 , 0x39E41BF9D1355F116255C530BB726894 , 0x39F6F5918EA6B9C89ACBA6A955C006DC , 0x3A000F2EAB30BC6340DF7EB4CD60809E , 0x3A05EE4447B677A9DD6D4C5FBA0012FC , 0x3A194B37C586F1C6481B4A2F5F621095 , 0x3A32AA0C4BBF1FFF9E1AD020EEB9A11A , 0x3A41829F2058E99F318BA5645ECAED14 , 0x3A56E9C1A6B06C4BB1F12B82DCF1BDA1 , 0x3A736872834F208E11B81A3DB498F2E9 , 0x3A7D58D7E9877D9AB8EBDB7BF9239FFF , 0x3A867D1DCFC3A105F92C9EF5741B2608 , 0x3AA11BFEB099CCCF601E340B262BFB38 , 0x3AA966411C4D350F19406B6E1D0D99CE , 0x3AB09A77C910AB3B1041BB2CE9449A06 , 0x3AB93EA575A2E9953F868EEC2FE98F1B , 0x3AC90E7454D5EFA8A42FD2D953B39875 , 0x3ACC75A85231A66F3AA2602F84EC11BB , 0x3ACF31B145DE0E256FAE0BFD56029F68 , 0x3ADBE465E86904939367945119E63EB0 , 0x3AEE7C7D92DE58203897629DD6663F53 , 0x3AEF823EC9091FE8C7B2CB6B9C6726F9 , 0x3B0257EB6B32573B0C2C2FBFB786A65E , 0x3B09219640834F4049984246D4608400 , 0x3B20A98C9608526FF15FC275388723B3 , 0x3B232143AD2BA1F2E1E20C6FC52747C1 , 0x3B2D237BD640B83A2A79479DDD2594EF , 0x3B4AAE6D3C24C56E09C3109050C96729 , 0x3B4B42E3AB67F9638E878C041799ECC6 , 0x3B4DF70738D4CB086A1C35CF5B94D25C , 0x3B614F48EE1F4CBEB71A939AF6FCF8CB , 0x3B63FA61740026C1238D10B72E3D2C6D , 0x3B6F5743BF1443551B4527B3A95CBDAF , 0x3B92B3A55CC9D8C1CBF5BF581046DCFA , 0x3B95DF868B35051E47D775BF865C2D67 , 0x3BA39BD9CD8A1B5CEC8F48F7E18E33DA , 0x3BA7D167DDA736A4247A77D77C97E1D1 , 0x3BAF6CB8C41DD003D3AACCF74B54C311 , 0x3BE0BE79AB83A52394E4AC4F75524E84 , 0x3BE1AAD97396CCE7DB56F46E63824521 , 0x3BE97C7C542B6EBD9C145976E01FCA11 , 0x3BECF7B28DA762EFFF804F2A1684073A , 0x3BFF458AA8F7A0B9B625DCBA577E718F , 0x3BFF70619041E4817261A36CCC5461E0 , 0x3C10E907B7EF972A5FB0175A679B8ADE , 0x3C1BEAFC89F2A70D6927D1143307E3DC , 0x3C2C963DE71D5435DD310E50D1BEF29F , 0x3C2EA218E2259FB396306858E2741563 , 0x3C40F14C65BD6F69B90C859F97567235 , 0x3C42FB24199D37CF4F8D051E6BD5508A , 0x3C446C59A10A38EB583B5CA7E47479A8 , 0x3C4A216A0999064D9B87E7913710D23D , 0x3C4B12B4482732237DA0B5E76D98E554 , 0x3C5940C57B36D0BA1404E54E8CAE5639 , 0x3C5F6A17F8F50181ACB626E1E8E221D5 , 0x3C68337CFDCA04C285B0C2BB43CE7E3D , 0x3C7F9D1BCC925B8547038086C81DBCFE , 0x3C84F9ABB650B852DD05B4F542765B38 , 0x3CA2A0F7398229D96F6CD842D2297317 , 0x3CA4C204B751970DFE48A5A82AC5AA6D , 0x3CAA6709C374DE728CDD8DAFEE79831A , 0x3CAD598BCD3CEB50D0F834EEBA6B7190 , 0x3CC41520D9D1A644845C7D4E354638DA , 0x3CC806DA7D60797BA9BCBD38AC1DBD4A , 0x3CE54F8550EB1304FF2407160BDBC847 , 0x3CEB60F440635879CB0E7E6F18104419 , 0x3D0F79FC7B74AE10EEE14FA2B0F20792 , 0x3D2045050069DD7C1BD2FE841763F43E , 0x3D339BC6F6F2B2392A9E35E75FD305FA , 0x3D4289FFB716F35DC84BCF2F101A95A8 , 0x3D55E5C3608FDC3882F908CBBC9D157E , 0x3D632867A1E55C49A227A1E1A37B2B41 , 0x3DA882960ED9E1161222BA2E2F4D0434 , 0x3DD315815D3A3A7DE9B75F75030C9881 , 0x3DE44DC5CE79AAE5FA77E77BEF673F03 , 0x3E07ECD27B2E9D03AABB11293105A0DC , 0x3E0E42C30CE3B93AFCD9EA57597B34A2 , 0x3E0E8A1141B68760C0F79E9A81F2423E , 0x3E118A9EBA65D8F427D34AD8E5B61072 , 0x3E31D9FEEC63D2BAC478907704529F94 , 0x3E4921B477A8EAEFB5CE145B26D34C36 , 0x3E4F35197CA5293DB578885DFED04AA8 , 0x3E5B21BE691189F1116436610E619510 , 0x3E60B97F15187B6690EBA65C157D7B00 , 0x3E6C18604B92FE70B987D78E1ACF2505 , 0x3E6C8C2AC2FC578CB95DCD8C5D305B55 , 0x3E834A032ADC09F894E4EBFB51A61876 , 0x3E9B484953CB5038501CC0AA9FAD2A4C , 0x3EA334E44167B0DC5DAEE3C92B78951B , 0x3EE4CA59888F80B0A199737D887F11E6 , 0x3F11B29A993DEA1816F102C12EBF19B3 , 0x3F11B400B5714BDBB2C754CB0199EABC , 0x3F1E0F62F5EBA929BD989BAC9AAC104F , 0x3F4CE95AE7D664950BE6D5A17CA51C09 , 0x3F518FF30DA291114ADE67BFBE2DDD7A , 0x3F5237BC20A3E7C883C14C228AB111C3 , 0x3F572326314287C4C0DC6B19B35C3486 , 0x3F58CCCFBAA1C71C7D27C1D99DA7111D , 0x3F5D080750063AC780B9F5CBE5A3EF8C , 0x3F6D13E5D0E8520255B90389880B8B67 , 0x3F89DBA46185FFD58FA668181F4005FD , 0x3F921339F8EFB287DABA1226A4DDE09C , 0x3F9A7394D242416143BE6458620521FD , 0x3FA6B8072A509D886AADD23EF9C989BA , 0x3FB12969B76F0A5F356BD4B6EBB01788 , 0x3FB5E367247C614CC1B055358BC09DB4 , 0x3FCC110325EC01C1D300C51CDA8D03B4 , 0x3FE50ED3E42D5CF27F0749AAD24E6168 , 0x3FF1E1D5F297AA1D490DAC36C7970E2C , 0x3FF250510F435EFF38EDA604877DD91A , 0x40027F55E1EDAC0159CAE85AEAFE9C80 , 0x4012E44478BEB5572A0C2CF31F20ACE0 , 0x40260AEF778F2EAD5403441C31AB5103 , 0x402F9C511ECDA1BB216E3D95CAFFA8A1 , 0x403DC8D0A2E6C64EDE6482682DCAF1D5 , 0x403F15A60C75B630C26091708A72932E , 0x40468276BFE4523C7EF9EF3A1875B2CC , 0x404A749395972356CF295CB852C23FF6 , 0x4059E7922E98B731DB52EDA1CC4A12E2 , 0x405BEF0A03D33F100A46793194A7D492 , 0x4071E4B783A9DF4F49FC6D9DDD0E1BF2 , 0x407AB6D296D7D3AB7415C3247BEBDA0A , 0x408D887D7CA54E9A9F13A396D29FC15B , 0x408E306B61B2AC2B943BCED06698D144 , 0x409096F2C4EA9093EBC4A108B5301FC8 , 0x40BC99C1538D14B103EA3D9CE1FF1985 , 0x40C91A1D0D419376F2AAF5A67E56FBD9 , 0x40E0E414B7A9C0D7F0979EC7B2E1E31B , 0x40F70C0D42A2DEC258A373AF29A4A7CB , 0x40F92E0C35828ECBEFCBD4A3B28B8521 , 0x410038E2272F672A6E2C6AF3A6A3B510 , 0x410F9FABB1077692327AA8217FB5C7EC , 0x41178BF770396C2E7A83F7671C13EAF8 , 0x41241A18C5A7BF02FA4D83C2F1A461D4 , 0x413881EE027EA321325EF94DAE4AB7FD , 0x4139B30C981027B240CF1917371BA318 , 0x4147B1369F0D9A94CF8AFD03A294E791 , 0x414CA024071CA0F8EB5781FED1E4DF97 , 0x4153E13D3B4B2A76711E2693A81BE03F , 0x4162FD4BB74A344A2D154938FC1C6445 , 0x419398E7C4D3BC85559232B8B5684096 , 0x41953D4DB4A8166CA1D5AB3E61CFB319 , 0x41A42C1A15B9D7B105F0D01A7E610CF7 , 0x41AB0D200396DF8EDAD9AF0689549277 , 0x41BA6F8D993C584EF85FADB3E5BFB4B5 , 0x41C8DCF6FECD09AF53DEF48289B510BD , 0x41C92E0E27C6B23F276191718C367230 , 0x41D2CED9DA9FD4470C3D1DFB45D3A839 , 0x41F3BC35AF978F9AD0E12C1FECD64F76 , 0x41FD095F5447466FE49AFA0AAB4A9344 , 0x420E06BB135D32F9520AA18137493CEF , 0x426316D358B954F5BC6BDF7B04C3210B , 0x426AEE258BBDFB7DAFC6F5A74A638598 , 0x426FB1C5C4A945992EEFD101A9825A82 , 0x427B0BFCC3AAC48E0362886F00C94188 , 0x429014850824DAB70D18A5FB71C043F2 , 0x42A434C71E96290376E0BE1DE44AD8EB , 0x42BE3A1AEC09DAAB360C3CEAD3C12462 , 0x42D6124B0FDF96DF936101935D98F673 , 0x42D8B8D6DE9C0948E4C23469F1287B60 , 0x42E35A0ABB9ABFF6B410296D1A9B31FC , 0x42EA762EB6A691339968DB6ADCDA994C , 0x42F41FDEB5348F7DD1C53AA9863175D3 , 0x43050CD0C32E4E5AE74EAA2FEC108573 , 0x430546E8639F6D8963AA442C75EC6828 , 0x4315BFA2094D68AF445C9C26202429D9 , 0x4317D86D729E4410793B700909EB5B4F , 0x432491F8BBB395815099669C6C5A6036 , 0x43263D6639BB70F65BC85A292D949F0F , 0x4337EBCCBE68C2451D2D89265A33BF06 , 0x4343C02496E23026F9A71D0682039CF9 , 0x4343E4F14BE56C235621E963619EAEA2 , 0x43497F9565BB10423BCE3BAE9D1B7057 , 0x434C4423254C90963F8FFD7E05975472 , 0x43559C781B9D890C62C5F9AF9FC5A600 , 0x4357D31A7A9A68BDE3E86DFBAD7661C7 , 0x435C4E7F066D25E4C68B1819B45C5A3D , 0x436EF1EAE360743B858A9A70C6E312D1 , 0x43741658AD2079F59B383244B3F3B39E , 0x437774AC8BAA2FF59ED07A06C39A9916 , 0x43777CF22989C9B18C8EE9B8FCF99A52 , 0x43B2E00C1A6ADAD3EA843D5A44C22D3F , 0x43C3CEF4F1AD40D2A51B8CF8A04ED77E , 0x43DD785DE19FD42FCDC1DC8AE90BDF0C , 0x43E21111DA2C2B6DEC1AEBD8016CE2F9 , 0x43F453E0F1FF54389F4149DF27332469 , 0x43FB540E71AF3E657CF623419D89639F , 0x43FFF6571A6C8CE22528FA3674142436 , 0x441746EE84970BCCFC6FBB7862F7F154 , 0x44329DD9A9238FA4C18F401D7EE38EFB , 0x443D0B5B6655EE7571C95B975084A7A6 , 0x444352DAF3918A677FFB30DFCA8453F7 , 0x444BA0E48960ABAE64D89937CC41E12C , 0x444E7A9112917098B390BE25FC5CF3AA , 0x4455F7057A27AB909AD691A73002F187 , 0x44682D359643D1A6215DA5296E716745 , 0x4471F3E9A82D662A34753787A011E2A8 , 0x4494682C4CC5BBA96F4352E52FEBBE76 , 0x4498B66AC875D6A88EC47CFF72FFBAC1 , 0x44A9ACF866547F0E971A574AE106B6EA , 0x44C753530287B9AB6447A93A9E1AB413 , 0x44CF3D536B1C45F936BC8EEDBE921D71 , 0x44D395293FAA9681895E1FA7B37134D1 , 0x44E5AB8192B55F5A4CEE12252EFFFFBD , 0x44E75D96F7E7A5D6282DEEA0BB06D98E , 0x44E82E3324EB408478861ED9468BDC27 , 0x44F860F51B5D2B0EBA49C251BD6257FA , 0x452670681BBCE5FDE8572D240EF76A2C , 0x453628A9E8362E6BD083BD3340DE7AE0 , 0x453F9D34447E72B0BC55DB2D4CDF3609 , 0x45439E7723A1EABF53B5741EFB2CECBF , 0x454EDD20503E5778AC6DC5244063ACB1 , 0x456FAB57CCB0B3DCADC81CABEBE0AF93 , 0x4578E34EC97A943462302A2599E4CA4F , 0x458A04CD0EEC5623AEEB285DFC3AE61F , 0x45C556A00793F98F6438D576E7EF33EE , 0x45E9E4056335F1790D426FCD6172A507 , 0x460EFDFA876428987FDEF058DE5AD47C , 0x46132077865F7BDED30D735D854A085F , 0x461720FB4CFB1A30199F1A064D33D2AD , 0x462C4123BB7D6E629EF93FB7D2360B37 , 0x462F62BFB81FDCE25E80B56A8863AC53 , 0x463D918FFE20861C69E7D0BBEFFCF131 , 0x464135267E22764E97E658D6ADA125C1 , 0x464B316E4630EE11C9C6DA04A3CAB180 , 0x4668E3AE82703113F7A6B908510F1513 , 0x466E3AD00D56F5796B70BCA6AC7DA830 , 0x467167B907D8B364327DF35B715B65D3 , 0x467808931C613DE7616B49CBB7E31BF0 , 0x467C0BE91ABDE6B8257A12BF9FC3D1D0 , 0x46987821499D5E558CA18BAC1A10A59D , 0x469CCA119339479560306F2248C79E2C , 0x469EF7449D483A7AA32EF0EB5A9BC78D , 0x46A04AE349AC778EC11964AD0DDDE690 , 0x46A45E4BA89798FEF54BE59B30B2D20C , 0x46A5173654132B4AD422179EBC084BE1 , 0x46AC79E9A063107C4A108C82FBFA8434 , 0x46D12FDDB540CB8DCE84F9FEEC8174FD , 0x46F0405D7530FDF04D5E31316A5CF145 , 0x46F0B91C7912D481A8B33B2974C9D6CD , 0x470151CE2E0FC49343FE4AD0486B769D , 0x47060B5999268A33995FBB3399219C5C , 0x47074A5D10A12D95430455987FF3E3F7 , 0x470F6B5381137C73B44D3CE92C56C64A , 0x4722F15278C89D0289D7D58DDC9809D1 , 0x472B2A434D10FE326A2F419D51CAD8A3 , 0x473D1EF209EEBB8FB61FC46E7315C1AF , 0x4747D5A96C2655F59BDC4C04BEFB6F00 , 0x474C70DD6DCF212ACCF7346FE438F6E5 , 0x4752273586967BB32336E49DA36B8A88 , 0x47589778565157B7DEA0CA381AFD62F4 , 0x476012C0DEA1557D438ED8A7176AFDE0 , 0x47678BD8431229AA25A25994FC4782C9 , 0x476CEE313B6C4B2E6E9BC06EA663D4EA , 0x4775AF1666D48A475629E72323684909 , 0x47A1B11EE52814C362DC723F47038AB7 , 0x47AC78859862CA8CA77C841E31602CE4 , 0x47B8D5451C1D20FD481CD0A4015F231F , 0x47D0301205AA0E2C9667B34F92C3C996 , 0x47D21410F193CC18675B61F820E5DABB , 0x47D3E48E38153BA61ED923A95AA0B413 , 0x47DCEF6C10AA8932C3CF6CCF9A01BCBE , 0x47E600569BB8DF2B29D45A55BBCA0029 , 0x47EDA4BB87554A96A7568B75DC2AA3B1 , 0x47F8FEA487E732C4160244DACE2DC81D , 0x48215070431E044F6C7E1A91B9802D95 , 0x4829C1035EC2BAB7395C71DB023492C6 , 0x482CC2E34C796D447738E0EA7D06C480 , 0x4835C60CB13B8E736A1CB714AF197215 , 0x48518A96EBD858FE51B9613969CB3165 , 0x4853F3B5E44966344F56EA29502F8DE0 , 0x487DBE4E275D135776A89A211CB88ED6 , 0x488B30DED053EF87B5289743C4B28E24 , 0x489947A56401F342F5B2792BAE2F6894 , 0x489A21287FEFFA291FE10285E5DA062E , 0x48B57E564163F2ACFCF1066FAE1E1FE1 , 0x48E571348C7056C6F71A735283A4E802 , 0x48EAC11FDDB776585D70C5F2FBBFD09C , 0x48EB512AD45B4DDD41F2695C3A8F2A8B , 0x48F2C5F6F80DD2D5FA23323D274B0EA9 , 0x48F976906AE9EA8BBBBE43C73CBAB74A , 0x4914EE3DA01B0C9455BAA7D9D30F0AE7 , 0x4932FFDD30277EA295864003FC9D4535 , 0x493CF3E90269750CE68EE0D73DBEB3FD , 0x494050CDA96B2F55CAAB3E3C86AA1F8F , 0x4941B877E11F4008A446FBB4681C6E5F , 0x494506E14BDD3DAC832872186254374B , 0x494E8A9A4EF0CEB068F892751F400CD1 , 0x497A2B52C6447630C442473DF8D0CE21 , 0x497AACD37961304C48122D2FCB360F86 , 0x4993680C113A5FEDBF06054D1C1CF7AD , 0x4993F9B86901809A969E3A77CC33B430 , 0x499B2A793557A7C2264960A3C6C9CF90 , 0x49A21BFD3B52C41EA87DDFD3D1B936BF , 0x49A3B06896456B48DD3E61065C3571CB , 0x49A815B0C20DF75E1B68B2F5DA2F4E92 , 0x49C4ABAAA9F23446CA5A681601B3686E , 0x49CD323F7414CC0BA599FA4ECF314D9B , 0x49D5936CB95EE24CC3619EAA6032C161 , 0x49FBB6ADD174A6CA4A5BA4B9763B0FA5 , 0x4A0B2A8EE86D657082D15A573B0AF81D , 0x4A1B725ADD11CAB353A611C31AA4371D , 0x4A1C59D8B6FAF45EB28A75846852A2DC , 0x4A1E336BDB11D874C0B14097F909F298 , 0x4A2C11698A3BE2B379568B9D1A99C4FC , 0x4A3050E6B947DBE80A65189FD2953FB0 , 0x4A3C47B849BD428B55140D1C3C8F5126 , 0x4A40AD0FF76514C926D5504B390A5AFA , 0x4A6DD679F668E1D31A886563360571D5 , 0x4A70BAB43DCB63BF572464E905B7F4A3 , 0x4A97E253322D9CEC7C688B9303738932 , 0x4AACF62AA77C4292765F8E8ADA3DFB5C , 0x4AC82D598CCA52AA677239B73FE68B59 , 0x4AD0F6600A4E5B224BAA9CC908E601E5 , 0x4AEF1F4A866F5EBAB5A06CDE674E34AF , 0x4AF1A67A5C97FD9B564B7B28FFFF98A8 , 0x4AFCEE73E0AD694A58C9D462559E238B , 0x4B06E64818E4C018071C608C012E6494 , 0x4B07C11CBDB5B944A01FB0574A506FC7 , 0x4B5C9C74D6022EFB6AC9E75F66F15B22 , 0x4B77D6CEF16C25C67975ACA1B34E6C4F , 0x4B7B278BF9C5806C5F88BAD8C0BEC56B , 0x4B8D095C90320A299960107A3ED41757 , 0x4BA718461E96D440B99AE025E69D0E88 , 0x4BA8AEB7D2F84B21F12BA79FD4D1A264 , 0x4BB5773BA806F99FF3DB7A54FC28A233 , 0x4BBF8098D38FF4473DEF2548B75EAC96 , 0x4BE080C16CB80EE879A6DFFCA7B66E8F , 0x4BEF381DE86EAAF5232AD4E6F214F4B6 , 0x4BF8BDBC5BA9565B6A0E2F28E0A9000E , 0x4C031F7976B6301BC0DBACBFA3321B0D , 0x4C060A747D7B7A59DD4720E3E49C2673 , 0x4C1285FF251A76C85DD9DA43C1D538AB , 0x4C12CAA525D93C94D2586605B2A8D46E , 0x4C2C5A9DF6C8A67BC1C96AC1A6B76885 , 0x4C2D70AE7B8C9983041000125689EA6F , 0x4C2E7446403F9B63F7E8FB11BCFF2488 , 0x4C2E7B6959E89682A17C68E7F6C419B5 , 0x4C35B7A9FCAEF7DB43A443533A0F3862 , 0x4C4563A5CC60D7B3ABDBFAE69F2DF532 , 0x4C4CCCEDC9A4DE570B506FF05BD441FF , 0x4C5489D28B65E4485CA64BDDE8A40666 , 0x4C670D035517B72E23CF84713A008A6E , 0x4C701CDC4CAE750F94D76EB8A0E350EE , 0x4C9152C5BBFDB92F92CFF5DFBBA6EE15 , 0x4C9DEC5627CAB077CE33B5DEF9947AA8 , 0x4CA80450D45FBB473FAACD6A5836A671 , 0x4CAD74446C2710A7F532D9585B493871 , 0x4CC4208E194A5E31648DBD6D3765E917 , 0x4CC702501CDF9D372EF17EC55FB6DE99 , 0x4CCF79CB0E88927DB9A0E84F3022B769 , 0x4CD1E3FFA9171A0E818422D5A39DA7B8 , 0x4CE29DBD38E3EC089B6100369E191290 , 0x4CF01A03C35D4C089797FB9D3AB938CA , 0x4D15DB53841FF42F6051EC54C2D07F72 , 0x4D19F2D32E89BA81B69C1E9B9EBC74E7 , 0x4D210F913492BCCD97D6AC99B758F28A , 0x4D2C2415E7D1343ADDB9382F3D7A91E3 , 0x4D2CCEF10F8D479AF14BD095CF690CF3 , 0x4D2D6E93F0E6295867A68446EB3136CF , 0x4D37A921C77B0BD1F2557E9FDCBFFEA9 , 0x4D51A9A1507DA38729C5162D3D33C8C8 , 0x4D552E6B2DF7B5180B44F4DE029E5C5F , 0x4D573CACBD49B54564B98131BCBE8C72 , 0x4D64836BB2940FAAA4B80305CC4A173D , 0x4D648E44DD8E0D34D3946232EA7F9CA3 , 0x4D70BEC04A01C697F9588F4C0F9817BD , 0x4D9B7B3058884F431CE89E900853C85E , 0x4DAF7C1603C7BE00517D5D78519774F9 , 0x4DCF30CCCB0575F1E88940F29F80BB99 , 0x4DFF6D0AF4A9D9EBEBF05B8B148155B7 , 0x4E0ED7BB37E37A2E3880B6AEE14BB840 , 0x4E148FD4233B748171F9A56C36CC6710 , 0x4E170324F89CD5716662D270D325DFE8 , 0x4E321ABCF0B3C32675B9BB6689276523 , 0x4E36CFAA38BC928AE658902EEC735514 , 0x4E425FE3FA873694F890B9F23443593A , 0x4E44DC21E595FF7D63F0B5F943113A86 , 0x4E4E7F4841B068FDF68B472B9B63A6E8 , 0x4E65AB24449A795F6CB820666AD17FCF , 0x4E79B3BC80D6B43B109D836756933B3F , 0x4E8A76E9C1C3245531A7756FBE50C44D , 0x4EB14480B7868F087D6B055AF7D6739D , 0x4EB1A716E43E0D2752F04DEF037464E4 , 0x4EC17BEEECAF8B03A19CE73B9C394FD9 , 0x4ECCF804C090863AE7D58C48969E9224 , 0x4EEB27E3F93F12952E0622B1435D329D , 0x4EFC5E99C0499476C49E8B9A36000799 , 0x4F05FB957575A7BBA451F6D4CCDB6799 , 0x4F0A0912FD807DD157E1AC5F31C84882 , 0x4F16DA83F38F8EAA3C24A0392028E090 , 0x4F179D61054328162B97AD61792B9AA6 , 0x4F2482988EA1CF6239CA17591373503B , 0x4F2FEBE3F74B865B28DFD8F53EAF8F65 , 0x4F3FB083E7364EA7054EDD2DBBB1E6A9 , 0x4F411C93CF70E2F676E66FBD01D383A6 , 0x4F46E912613EC42266A4A54F82B5F8F5 , 0x4F79F87203DA58DBF57410685DA72F5D , 0x4F82E0EC36120E4A1C5D3B59472C5608 , 0x4F94096361D2E45012BFF72E61A52E99 , 0x4F94B42AABF2A0FF83DB9CD8AF7DEFE5 , 0x4F983E284E7D8C78A1DD0DC2019431DD , 0x4FA332C161622CF6A6447B1F9CC2E72D , 0x4FA70A4BA15F03F45715D8A6429FFFAA , 0x4FAB81CA1568CFF4468E835821F94E36 , 0x4FB25E6B25AACCE54F5C41E33110818D , 0x4FB4D78E40B180D90F2D30705E6EDCD4 , 0x4FB851341D3189F1266119AED00B66AD , 0x4FBCE881872CE9DB99D031AB36AA2B26 , 0x4FC86F84F0F506D3171E8AD57779C634 , 0x4FD018CF1D76C2DD26D5B4A577679E5A , 0x4FD91E421A6CBEBF9ECFD26262DFBB50 , 0x4FF6A71F1ACC737FB901B2FFAC44D611 , 0x500F0E64D6C283D08360A5D416C0C744 , 0x501A5A9483F9578F4EBFB927DF0E049F , 0x5033920E8F029AD1E7CC4F9B5A761DA8 , 0x5038C4CB6F2E3F71F19F28A1420FA915 , 0x50457DC2EB62C1141F31BF1F6DCCF1A9 , 0x505AD73E13961177B15B7AC285B0A7B8 , 0x507267EA6DDCE4CB64F68E8D843BCECB , 0x5078E820C4A75ADFAE52456645C0D5A7 , 0x509A1411202D2593F56A058AE14F16F9 , 0x509C198640F17E518F3199B979891658 , 0x50AB95D4B6D7FFFAE0B8E65BC221AE51 , 0x50BB526C531B7C642236D3D6740E5198 , 0x50BEDC2D24A2165965C5FB63109AA05B , 0x50BEEEF360F26A363356C30E81D699A6 , 0x50CB8D4F1D20304C31F1F8941B83D037 , 0x50D1ABB8C9D6A47013626336BA671C0B , 0x50DABAF6992F4AB58912E4617C1ADB4E , 0x50DB91F5E323607006AA3EB91E99922D , 0x5104E5302BF00CCE4AFBA41DA0497682 , 0x5105B63A31A21A2BEBCDBF5AEBC56DB5 , 0x5108A739DF7D20573FBB210A6D4A4322 , 0x5128D25997EB69D1EFF50C954F118182 , 0x5130E1D8BD6A6E73252F66CEBB5FC10F , 0x5133F50037C8B1D69D7B9A0FAE474153 , 0x513C9D8315FDCCC243177D6907CBEBC6 , 0x513F1DEFCC6F6971355D0B5CA249F704 , 0x5140FD84AAC0F74E68E20FA2BB9CF589 , 0x51444D38EDAE1BE330D7D3A9D0EE83C3 , 0x5157383EA56898FC7563D8AFFDFBCB57 , 0x516BC7FC31412ABA217501E414B2A624 , 0x517CB555E3E9A83A6477282E58535743 , 0x5189510CEFCA4DCBBA85ACADCB75FA94 , 0x519FE46B702E562D0181945D77888518 , 0x51A25F3D9A87F06B3F1E00835C114275 , 0x51AED8B0CB9ABE2833DBE6D32A1AC7B6 , 0x51BA6A046A78D21FD62C90C82836A859 , 0x51CBD8F4527593B571F75339399DA5A2 , 0x51CCA7FB3007022ED0ACBAC94E76EF6B , 0x51CD8A759ACA29A2F73B66830AB28FEA , 0x51D5F0249EF1545386C7ED43B358C9A0 , 0x51FF730B5088A2E3DBA0C33C7163523F , 0x52029F02013DA46B76BC698582E18DF1 , 0x5212C9B74CA4F91C29EE79A9374CAA8A , 0x5212CBC6E6C26F7435BFD40DA4099F86 , 0x5212EC50BFA3A1AAB062362851CC920F , 0x5219B344AC47CEA6E40168AF8770BBF7 , 0x52335C536550F66AA8C7247B6269AF95 , 0x523A2BE7DB79AF4F10F322D51A504A15 , 0x5253F8DCA9ABAA46C277119B40D082AA , 0x52584D6E7B7FD81027BB3EE82CAF230D , 0x5264C599B428C6AFE0A03D19DD695345 , 0x527B288F437000908B06B16E80472F5F , 0x52839F725CFAF8FEAC9DDED6B05B09B3 , 0x52870A8AB980C61EC730897A5EDB514F , 0x529AD1A36184C00817B10B01D256925D , 0x52B67EF7756ECEBB804096B32BF28DDE , 0x52D1A6E80FB2AE89F9DFAD53F69CB8B9 , 0x52D6009D053BCFF6C82BED4C752A272F , 0x52E185535B670769302B7167A5E1426D , 0x52EC4394DD12DA4795D2325C2A6F11D3 , 0x52F8236B17B232BFDAA14EAF3473573B , 0x52F89A6DE255B3B256DA88566002EBAA , 0x530360F29BD6B06C9CED5575FE3DB9C1 , 0x5308D711E29269CFAA637BC503692F10 , 0x5309F18C64E5B8D335EAEBC6CD5BAF35 , 0x5337B7AE00BA62259E4792DE5923A654 , 0x534084BDEA6152E5D158541AEA9414A3 , 0x5345FD81A40EB8552D3CE71D989C7457 , 0x534E4AADE6329CDE3C130B16E35A6DA8 , 0x536A61D1AB0BF098E4F4F72A0C09D236 , 0x5390D78A13D5A5BB7F18198783BAD13C , 0x53928D8D375136DBA63FA6667CA8F96C , 0x539B009294962EB03DD135799728E795 , 0x53C03CF193246709A1D59D57FCEE5947 , 0x53D946B5D4E5C6BDDE9BDB6B00675734 , 0x53D9B7CDE2822A51014C961A76890D1F , 0x53E0E4FD4FEEE03F7A90D0A7FA05A974 , 0x53E3BB382FF726348F4C5853FD7902CD , 0x53EFA710F8DCF1A1FE95FAEEADE10E19 , 0x53F75C3587FEFA72C480DB69AE6BCB21 , 0x53FDDB106B90CBC138F527E03388CE40 , 0x53FF96AA7A08DE556A5B978D1FAF951F , 0x540F50A3C0C48500139CDDB4FE01A2EC , 0x541B0A14366C9E12CFC7C38A706BA080 , 0x545A889186C5A683D5291BB3A88033D8 , 0x546C5EA1F27129AA3B487F780313B780 , 0x546F5BB2AF10EA96CA15B28B83F51AA6 , 0x54783BEF606E75D8CE3FE95DF6AD65A0 , 0x54992E8E202614ED5F1663FA56D38A5E , 0x54BFC415F78EBE48ACF9EE1512190943 , 0x54C746695AC19C53802749C287B82CC3 , 0x54CD646063AF7775D58B50AD35AF71CD , 0x54DCC86BF8A99141A12DAD03F152734D , 0x54E81CE66F3046E0836D2232F456C595 , 0x54EEB34EF26E71AC9D0CCAE942C38C17 , 0x54EFFAEC998A75F01DD5A605BC05DD53 , 0x55121CDB10FE2DDDBD8A6F57C432C5F1 , 0x551969D5BFA24B8D2DBD5C78B86587C7 , 0x554379AC7D416C0F7E5748727CA48C90 , 0x554B381FD1CCA55A58B8A4BADC324FB8 , 0x555677628128419BF3BB0B97DD2B7DB5 , 0x555BCCF7124F23D1514EF2127E016085 , 0x555E0AAC27B69BCC936B4B2BC604F0F3 , 0x557E19E071176038F589C724C6702C68 , 0x557F178715C4964BF5A79853E642D821 , 0x5581542D8267A5E10CABFDB53D55617F , 0x5596FEFA4E2666D615151B83BA7BBFEE , 0x559AF1EBD41DA0040EA5718241019BE3 , 0x55AF1AE46E44F411986ADCF8FA73E523 , 0x55B2D5771371B4845888CB0A940DF136 , 0x55B39C0BC6F049A502BA50751C310B96 , 0x55C33D1FB976A968A94171C93B33E57E , 0x5666ED1659CC6B7E01EFF1DE69AB7B4F , 0x567A84B2DC65AFF9A8062AEF2ED5AC3D , 0x567C11E40A346059A5DD63E9504979AB , 0x5681F82ABE5C21CFCB898820B9768EEA , 0x56983E46CFF755140B0CBD4970A18000 , 0x56988415A8495D06BD863CCA2B24F400 , 0x56B7B7DCC6F8CFB9C49CF058848DA095 , 0x56BE0C60C73B1C07AF3040B474981724 , 0x56C725FAB877FB6540FCB15CFA7A563A , 0x56CA3A8B1AB22230E8891B05ECF33F66 , 0x56CC4BFF4FC70F906E2BE9A5E37EA312 , 0x56DAFB82CD82620024343FD0D29C0D65 , 0x56ECE62AF3AA4E439AA59D950696336B , 0x56ED0FC9F2E591577C26D7FC1A30076F , 0x5700B4F19866CAA92963C7BAF8CE0B27 , 0x57149609C99FDD04539E2899E36D1205 , 0x573615F890CF3C4E825BED3E8A447E05 , 0x57400EFEA214CD25DCDDB314484F75A2 , 0x5755DEDE99D24B508D2034ED1DDB46CD , 0x57561FE88EE87B1CCE3924C21B148585 , 0x57622D88B52E75C2370D9B34AF7DE7BE , 0x576B1B298FFF4B9E483C68A35F88ED84 , 0x576CE6B39FD13843E324CDAADB38631E , 0x576E608E1778475FE5BB59BEF23AA720 , 0x578AE6916D05C77CF794FA46312486B3 , 0x57BEE9E8D9DC24BD42B04992ECB0EDA2 , 0x57CB188614B1707569E325674C4A7DAA , 0x57D40D27418198803AD384A81F19A4EC , 0x57E08E9D41292DD77CB14403C5DA8498 , 0x57E2B13F81B55D1D6EBBA58E6819366F , 0x57F2FE62FA349F208B62EF757B9507B9 , 0x58015F66C3DEE4ABD196C931C5B28532 , 0x580DEF7B13C290267B46E49BCE0D8F17 , 0x582841B1259C0A55D8B604F47772F6A5 , 0x584BEC248D0CA287362C1876A442BAF6 , 0x584E26EE18D4AA6267121E9EB332AAC9 , 0x58536B8495D7EAAEB2BEFBD3150EA77A , 0x5859AEDBFA19C25EC1C7EC018C9BA0B1 , 0x5868D95F655BC402A0DA0978F7406B10 , 0x589444E417FC6B0B3C4A6FE692E4F761 , 0x589B8E3F4D4507F6A33A69E8A6684B1E , 0x589EB5EDAF50FCFB796B0C0A6C8E163B , 0x58AC92E269A7A17D6FAEBCBE74088B7D , 0x58AE0A4288CA2E4AAE752D0538F848E4 , 0x58BB172A685C5C03E114FC13622DD7B6 , 0x58BC18EC96D57616B7017BE0DD3FDB0B , 0x58C47D5701C33B20FFFBEE42E2979A5E , 0x58F85B32F5AD0D6C3610AA368D52226B , 0x59100893D63C3D0B2BF40E2ACA1F22A5 , 0x59187CCD4E38BE75E10F86E21DD18DB9 , 0x5926E52B382AD7592F754051AFC923D2 , 0x5964BDC7C2F85F7D35DBBFC38BC42025 , 0x597534909BD43DE99962D2A4D846DF18 , 0x597BEA4536EEA537520916B4CEF4B391 , 0x5980BCA898795AD84049C6A45BA5B3D1 , 0x5981E9E94CD2295EE80CE4B4A54283C7 , 0x598257BEDE6E056DE64178DF9963DD90 , 0x599A1AE1D26963544211C2629DB4F32C , 0x59B7545FA7421C8D13D8D059D0C7EF3D , 0x59C01301EFCC35A1B59A8E46F8D45466 , 0x59C0593EC88CA9BC0A229498988E93F7 , 0x59CDA143F614030486535A3B92D907C3 , 0x59DF5A4BF778CF60F4250252BBA4C0E8 , 0x5A1B2C5C33508CF0E0856222F62028B7 , 0x5A609948CCA85CCD3684F96B5493CCF4 , 0x5A6DC59A54DE526E8169993FF98B0154 , 0x5A87E44A1D505E41A5E6BE7B7E01AA44 , 0x5A904E3C95F0351C9E2A4086F4FF1ACB , 0x5A91B2A95CE8806657CC8C2859B1D756 , 0x5A92DE9747EE372DB18D21E49009817A , 0x5ABB037179A10A33594096AFF0CBB275 , 0x5AD60A87CF21334C514E889D45032BF9 , 0x5AE0C95B57B264D86A1A129908FCEE1B , 0x5AEBA88421278DC562A4E1659FA630B3 , 0x5AF8D73AA8229EC469F6D98ED4B6F0E5 , 0x5B0AA2BDC4072FD1331CB9DC61571E17 , 0x5B0CDEDB4D3E0D2C5D3E3268887CB9CA , 0x5B25E8C8C0813A6195CCA2C5ECC4FB0E , 0x5B38BE4014A6A10F22C06C742AF35418 , 0x5B660CDD5DB48AF179075EA6D293856E , 0x5B6A2F8A9F368AB086814B5FBDCFA784 , 0x5B74B416F536A2A27066AA06093DEA52 , 0x5B74D605E1C5BD152178E1CC1817A246 , 0x5B8E0389FBC720E58BD6F595C343C8A9 , 0x5B992D03A6FD3864631E45EAC2C3456A , 0x5BA15723960D21CC0776BC3748539B6A , 0x5BA69150F24AC71966E0A13FECDCFDC5 , 0x5BA83A1FCAF811B7A63C653E83BE56F2 , 0x5BBBFDF67451F55DC6698694D2F50691 , 0x5BD1F78FBE8300A65EEFAB4CB4D1598F , 0x5BD49F845DD8EEF0C677D7B0D5F6C0D1 , 0x5BED0DB003CC830C8633152ECCD5B5D9 , 0x5C0511FDD73226B383157A539E4CB29D , 0x5C11BE900C41A79333132FE323C324B4 , 0x5C1D85262FCEC69B39335821A6098C18 , 0x5C2B236AD3367452BD60FC443E57ECA0 , 0x5C2EC6D0F8E57C765AEED65234A8823F , 0x5C4718A4AB824598B9DBFB9F8EB55E8D , 0x5C4F7CF169DD4F0673F021F6393F9167 , 0x5C4FB3080160B5C8322CEC77FD8D4B3C , 0x5C76F663797D6DD018ED19C59AFAC74A , 0x5C7A2AC085579078FCB72ED851A7231B , 0x5C7B689F097D50E7BD6FAC2DA4FD6116 , 0x5C7D01E8DA09EB20B67126A44F42F588 , 0x5C99B090BC2679F0BD1682E56BA80C0B , 0x5CA21EF74A994AA5432E8677F63E410D );
Copy
44
16.86 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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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"\«_KŒš£\x19 `ð@ÖßçóÓ "
b"\²\x06 c\x04 FÁiä\e ïÔ°ËNÛ "
b"\Á[ó{Ð\x00 ÊeA¼vm»9r "
b"\ËûÎm 6¹"\x1A ËþD…L¤ "
b"\Ò)@ įšn2ýÞuy!w "
b"\ç½h\x0E\x1E wÒêsLÃmâB "
b"\ì\x16 zMÑ}\x08 öõrt¡³Ø "
b"]\x10 =”Ò‰eã\v éèWÐY\x02 "
b"]$ÛEA«1£Û_ô§Oj•Ÿ "
b"]0\ÇDäEát{k‚Ñ~\x1F § "
b"]6>~\x05 ToFÁ¾g°fÆï– "
b"]N°Œg9UÚ,2H¶•qõ "
b"]U1 Ô¾€7\e Ü\x0E\x03 جÃÜ "
b"]e/pd*Íø^¾…òÏÓQ{ "
b"]etßÁ$DØ\x19 K½\x07 qÅÕ\x17 "
b"]k×n-x\XßæÔ˜Ÿ†øƒ "
b"]~+\x01 ô¬F\x07 fÍU|ÓÎ\x03 \r "
b"]‚S¢^´È7\r {¥%C¯o\x07 "
b"]\x1D yŒRÙ/ó[æ\x11\x05 y "
b"]£…µ\x1C âÖ YÓÿPÕìZ0 "
b"]«o\x00 !ë!o—«Ù;Óéa¿ "
b"]¬GàÀ)Ú\x12 L%Î\x13 át\x11 t "
b"]¶öfÞ¾0@ÓÍ¢Á·]˜í "
b"]Çм_i‡¥!\x13 Œ\x1C æ‡Ép "
b"]Öõí\x02\x1D ±»¼J½\x03\x10 ÖŽA "
b"]òÒê‘L¤Ã$nëA4¼\x15\x17 "
b"^\x01\x1C ›Òhé\x17 (ÞßÕ\x17 t\x00 Œ "
b"^\x17 gєʼwàù<f<1õ¡ "
b"^\x17 ió+âl®{/]¡jÔ\x06 "
b"^:™KC<‰ƒýϧ,(ÕŠk "
b"^B!\e ¯í\x19 CåY›â\t O "
b"^L}6v´\x04 Pa\ÙŽ‰'ý\e "
b"^ejB–i^g¬ô¯%úa©ˆ "
b"^r9esº»ÛÂ(t®Ì`P¹ "
b"^€Îz\x07 œÿÎ×M\x11 7”“~ "
b"^#·†óûù[¾št×yö‡ "
b"^¡\x18\x12 „Õ\x1F\x18 νÿÔˆX‘“ "
b"^¬\f\x03 3\x07 ‘]Æ\x0E ôY5ÀåC "
b"^²€\x12 Ú^'\r ŒµÝO\x16 Tr "
b"^¸=–Ž\x12 ´„q\x02 ^ðÉ[ "
b"^ÓËĤ\x11 î96ðÙá‡É€® "
b"^ïµ3H¸h‚¶ía\x14 ÙœQÿ "
b"""
_\x06 Ä0…Šå0ލ\n
þî\x1A Lj
"""
b"_\x10 ÂÔÞ\x12 0oV-ŧ*¸(Ž "
b"_\x10 å¾Vøs©RÒúç\x15 7°\x17 "
b"_"dHw°zqtdÂãªÓŽ "
b"_/\x18 ÀaÎÀô¿¹l§À¦3I "
b"_2ªa2)L9˜È!kÞÀß¶ "
b"_4ïÀ¼ÚQèN!G¢²2V "
b"_5\x0E Ê\t ÖºØÎºsG7VB "
b"_5¼Ççì;y³Ûà\x04 ÿ8¢\x14 "
b"_KL\x0F E\x7F Ùy\x04 KhW4\ë "
b"_M'\x17 r\x0F \f¬Ÿ\x15\x11 £àoú "
b"_\!lƒÌ3Ó¦Q¤¸ßS‡= "
b"_]Y2kc^ÆžS·DtÒ "
b"_yÿ7±ã!pH=\t\x11 9ù² "
b"_šhi:µ\x1E Ê4÷ÍIñMŽ "
b"_¤î=XYRqn‡~\x04 È Ä\x03 "
b"_¸¤âkÊG–Ød\x02 æˆòbI "
b"_Ñ\x0F Zww~\x16 Ö\x15 í\r ¤ƒ "
b"_ÒÅÞ\x12 Ç\x10 uv£G\x12 Š=\x7F : "
b"_Õ1J°–‹3\x1F ù²>|–ì\x18 "
b"_Þj\x14 òd2Ø I\x08 þÁ\x13 Æ "
b"_à‹È±áhajĆüÓÝØ± "
b"_â3p³dTB\x11 7Ós~A\x06 "
b"_íÕp\x06 ºÖ‘‚l@Å¡Ø "
b"_ðÓ\t Íðà9_ßwn°\x17\x1D Ï "
b"`\x05 ÂKÌZ\x1D ¡Ÿ•kýãÈ=˜ "
b"`\x14\x1C Ü\x19 ‡+_ŒÈ½iÙ£¼ "
b"`(ë4«øC\x13 ø¦›åJQ\x0E "
b"`4¾·qˆ÷y`‚è\x01 F˜¦" "
b"`;´ƒGÒåè\x1C\x10 ߤ\x16\f LÖ "
b"`@¾Aù¶ô\x00 A"å\x10 ¬0,ï "
b"`S²ž¢q–p±~xÜpl "
b"`_t\v <Þ\x15 Šr±°\x08 tªF; "
b"`d\x0E ·Ó\x01 ÷ÖÌ\x17 <h\x1E g³@ "
b"`z\x1D ØÔ \x06 ÷£Ô\x16 \Rž>g "
b"`{Ä B\x0F dY\t æc¿£ý\x02 7 "
b"`‰y¬Žš\r î˜5PBh®!‰ "
b"`Kœ\r\r 3<òk=Ðl@q„ "
b"`Ú VÇî¯1ËÔÈG›8`Q "
b"`âÓÕU3Ïã.i’\x17\x12 öà\x1F "
b"`èÄ{/\x10\x1E\x17 ŒädÄÛöê\x1E "
b"`þŸà\x18 ð4ǧV}zxé¶’ "
b"`þ¢TY6ÛIŠ\x08 (Ï^k\t Ž "
b"a\x04 ”ˆiß\v\x00 Î\x1D CÏV5Åÿ "
b"a\r %êô\x16 —4D±þN3ù^\x03 "
b"a\x14 çã˰j)\x00\x12 ½\x1C ©«‚3 "
b"a$å1\x0E »™z1\x07 ]!¯„j• "
b"a'czãµôÒV’Ë{<"lè "
b"a*ió\x02 £‹#Ñ«ªþ:þÆ· "
b"a?x‹ëü¬h\x18 §+‘™¼šJ "
b"a†\x14 ‰¾×7:(1]\x06 R\x05 |w "
b"adrºË3ƒ\x0F †ü\x1D ì9JM "
b"a›\x01 žĖO)’ð¶\x0E #u "
b"aÁh}~KÆKu4ìÆ\x0F Ôö+ "
b"aÅësá›@i+F e@Š0„ "
b"aÇÔÇ\x17 ®\v Òq\x17 ©D^*d "
b"aÎtÿÑ©±p[ú\x06 *ÐKOE "
b"aÞ—ß'À–6"\x12 CÊv-£· "
b"aìȨ“úÁùî,p¤ž¶\x1C ð "
b"aú1€sÁõ„\x0E\x1D Ïû¦à½[ "
b"b\x07 ¥ÜùÒª\x02 ÖH\x03 í\x12 %¦ "
b"b!\x05 éRe¶ç–6àæâ]} "
b"b9ÁR½¹TjA6PDvl™\x07 "
b"bE‘3zò4·dO\x13 ÔVÁx "
b"bKêVND8Læ¿\x06\x1E `ª\x0F ‹ "
b"bOí¼…\x15 ±æ|.c\x13 P¬Åû "
b"bWà4\e\e |²\x15 "\e\x14 ä[\x07 µ "
b"b~.ýÙ\x04\x03 AwàØÿGb¬í "
b"b€ íŸe爹Æ=SuÀ\x03 ) "
b"b†Õ\x00 dÀLuŸ-ò‘|½a "
b"b’"€Ài›fO\e ÄTîì£ "
b"b CÉ\ý(K\x02 H¾[qì} "
b"bÀ‰€§ÿ\úªõãAä\x1E ¶ã "
b"bÍ\x0F\v T`”À#lWa\x07\x11 ò\x1C "
b"bì¥Ädlû&×UÂÛŒ™\x11 \r "
b"bø—S(ØØXNÜÍ\x1F ÉÚ/ "
b"c\x04 Ê37w¸\x1E ”¬Ïž÷íΈ "
b"c\x06 ~ÿÛ1"eˆ"^©w4k@ "
b"c\v ;ùow$V\r Ž\r „\ãx~ "
b"c\x10 œ]y\x15 éÒU /ñ\v ½>\n "
b"c$àJÕ£#@)m>K\x10\x16 } "
b"c&®IpŽ<ÌÙí NTÈZ~ "
b"c-\x15 æ²\x1A &ÑÁ¿\x0F ·ï¯\x02\x1E "
b"c@\r œ«\x05 *CSïæFOS\x17 ` "
b"cBá|aó¹W\x06 Rä9ŽÄJW "
b"cJ&F?\x7F “ŽT4ËéÊ\x03 £\x00 "
b"cY\x1D ÓAÊïø+î^pN¬uV "
b"ca\x0F âWrýíCм7~o‹r "
b"cp·¨M€\x12 †ë2µr\x16 žé "
b"c†½Ì\x0F B\t ²äƒK*QÄ "
b"c¬À\v )\x7F B_ЍSVû\x18 †\x06 "
b"cʹùà¨JTQ:_ü\x03\x0F Âã "
b"cà/ë;©>ˆ{çÄ\x0E ºþ\x05\x14 "
b"cæ±XÄõn³5¾¡<;« "
b"cê–öp\x04 _\x1A ýöÀé³’ŽØ "
b"cùŽl\t\x1D b½Ê¤}\x0E .é\x10 \ "
b"cý0âÛ\e —JOó\x00 p®»µ¿ "
b"d\x02 @üCŽû×_@#ˆÓ",H "
b"""
d\n
MI\L‡ÜóP€\x14 9\x04 ÿØ
"""
b"d#\t ‰-o<—Pjôˆ|ÝL¥ "
b"d-ÊaÕ¾•ê$Ý\x0F ÇvíéD "
b"d@ÍìíDe\e Ìùx\x0F ‘×£^ "
b"""
dU¼V¶rË\n
2¿6Ø&\x03\x02 C
"""
b"d\\x01\x14\x16 7$Q\x05 >¿`á\x1D âñ "
b"dfŠ!0ƒÍ\x1A u_Þ¦ùÌ&Ó "
b"d‡w\r ‹/ïX\x0F €\x1E …sl\x00 L "
b"d„|ÔŠPU+Ãü=¸Ï "
b"d”ì¤Ã\x01 ‹ ‹\x04 lóÖ'Õ "
b"d¸Á\x11 ÑF\x08 ôI\x7F ¤¢Þ¿—ˆ "
b"d¹LmÊÓ\x1A ¥]·¿apŒÓ "
b"dá»òßóÐZ\x08 {•ÝŠµ "
b"dåÐ\f ¿\x1D\x08 ³„±¥âVWhq "
b"dì3“KEÃá´8‘ç¡u\x19 i "
b"dï†è>”¾ÔÒ«\x04 c–‚* "
b"dð“oiŽU=Oû/°E‰“, "
b"e\x10\x02 Uñ\x1D ¿Y\x02 M¾ñÉï2p "
b"e#Dæå\x07\x15 wl`\x14 þ\x17 Ôïf "
b"e,\x0F Gæ\t Y\x08 {O\x1D Çbìõó "
b"e2„\r r~oFœÄÊÙå\x04 Æ "
b"eA^)ÀžO²3/Õ\x00 ˜Éº\x0E "
b"eM\v r¤ökn^î[ð½l "
b"eR\x04 Z5\x13\x04 à¼ÛEÖ~–v? "
b"eajÜr†1.}Úh¶\x07 ¼C "
b"eg\x05 =k´†þR@°61˜’ "
b"ekhsê\x1A Žå¥¦µIš\x06 ’¸ "
b"eo„ü¢áQWv=Áu\x0F “ö² "
b"e‡ÙÜßóUK,8d‰\x03\x04 ¸£ "
b"e¥\x10 ‚&úÓy·}µ\x08 ;o\x0E ü "
b"eÄ‚E¬Æå¹b žÔp\x11 G "
b"eÚ^\f •‚g`ƒ`-lÖä'Ï "
b"eë÷ÑöEJLßÔzùËôÉÉ "
b"f!®zù«ˆ\x1F Q`\r TÅÍHq "
b"f1{V´ÖA\x7F\x04 ën\x19 Íyžà "
b"f9_\x1E \K\x18 €Q]\x16\x1A ‡ÿ\x0F ¦ "
b"f:R´ØFÞ¿¶Ûç¼·ºB "
b"fSå£ì`8"–gª¤\x0F e "
b"fm°\x04\t ì\x13 |Ø!Bí\x03 3ô\x1A "
b"f‹4»ÝÖ“;\x08 ð™wBìâ "
b"fSu±Òx»ª„\x02 ×€\x1F "
b"fŸ„ºÒ\x1C àIÃåäÕ<Ô¾ "
b"f£D%Ú\x19 E\x05\x06 ú\x12 D¥\x17 c "
b"fÑ4\x12 „g\x02 lÿùpq¾2~Â "
b"fÔÑsG(5úô\r [&j\x0F LZ "
b"fØ &¤\x01 ÃJ0ööæ$ÐO\x15 "
b"g<)Wõ¹ÃB¿zål¯ÌŒø "
b"gIXÝ~;P¶÷;Ù˜`Óè\x13 "
b"gJoÝNá;ÉÀ~Š\~¬°l "
b"""
gOö‰ðjdz·3í½!Ö\n
"""
b"""
gŠ©—'û5\n
H\x0F 8Nã\t \”
"""
b"g˜Ê\x1F ¶¾1Bƒ¦_Ç÷.ˆ "
b"g§ŽWš\x11 Lü\Ÿ•ƒSÊnq "
b"""
g½\x03 mI2\x07 á\n
{¸\x1C v\r ¦€
"""
b"""
g¿ÔFEÌD\x1E \n
ä!“:—ž7
"""
b"gÂh7û«Ð§y(˜2]Ô~œ "
b"gÛ÷üºÏ£\x17 Ê~ö8³Á1¦ "
b"h7ÈN\x14 )Á¿Õ|„…¥dÆî "
b"hQeîÚu@\x1E ¼\x14 L~»eám "
b"hk3ö€\x04\x13 ?’\x1D žÉøPŽL "
b"h{”˜zh?Sm$÷\x04 áwÕn "
b"hèR\x1C 5Î(ðtS\x17 P›ß "
b"h²<ïH\x0E Gœþú?r|¼‡\n "
b"hÌ•xÞk¢\x04 {ãY¾cròn "
b"hÐ@¼D÷ìõ\h¾>µ "
b"hâøˆ3p«\f y@\t ~\x7F\x0E #‡ "
b"i-¤ª/¡¯¥›žœ\x06 ôËãô "
b"i[ð(8\x12 ¾\x15\x16 üûPz8’e "
b"i\\x19 £\x03\x1C\x01 mؤQ¢ž˜$‡ "
b"iŸpÆ\x16 ).£FS¼³Ð\e Ò\e "
b"i¤ñ\x14 ž•eÈy÷|\x17 8—2\x7F "
b"i´\x16 î»Ôqã€Ë’\x12 |º "
b"iµ\x18 Ø\x00 Æ\x0F ¡œB\v GELƒ "
b"i¾m*Ê‚é¬æyÆžÝÛRÚ "
b"iÒ\x11 ê%/ö}\f HGtå(ʪ "
b"iÞMè•\x05 [Í'ï\î‹Ç% "
b"ié¢ÅË@s®a\x1F ¾d‘}îI "
b"iîÇ\x00 d+ËRáL/$´\–\x0F "
b"ióÆ\x13\x17 ½Ã-þ×k%Ý)Òž "
b"j!®wZÂ:\r C÷…\x12 ½m\x19 ½ "
b"j*ÄžB×¹§há;Þùɨ´ "
b"j<¿ás©VÒL£Ÿæ-\x07 ²ß "
b"jPIAÎ%P‚P¹\x0F <F7hô "
b"j\X¬îèØ‰\x17 ¼™ŠM|lé "
b"j{Ï‚©ä\x16\x1F QêˆÜ”\x1D ŽC "
b"j„Hñ¨˜,\x11\x1A ãà8¶óÉ "
b"j¬¤ÀŒ™ö¡:)§ðÒM.¾ "
b"j×ö-/ó†…<þ¬tË\x18 "
b"jÝ\x06 Úl‰wÙÔ A÷0|\x1C "
b"jø¬É±ÐT`\f Á~\x02 G "
b"jú>µ\x1F qžd˜ÑO}kz7 "
b"jÿˆQ(û¸[Ø„üÞl8â½ "
b"k\x08 z(˜Ya+Š3ÈW0U ò "
b"k\x0E\x14\x13 ú÷(\x04\x00 Ž•Æ\f ü\x1F 0 "
b"k\x12\x13\x0F Aäè\x17 Ë®ˆ¥‡Íä¥ "
b"k+‚9(_¤\x17 TÒ—azâ€\x00 "
b"k.Û×\x1F =\x11\x0E\x11 Æáy´I§ "
b"kM(a!\x19\x01 é4v{½x\x17\x10 × "
b"k^¥½g#dxé=ú\x18 ¢Œ¿ "
b"ks"€¨W\x7F î[ïä¡+N²\n "
b"k‰Ø#·\x13 7\\x02 ˆˆPË[¼€ "
b"kŠÞ¨c*¦Å5\x11 ·¹Æ¶) "
b"k‹zv_ýb0°M_.÷ËWs "
b"k¤Y\x07 Q¼³È{®\x02\x1E cøhü "
b"k©ÔpZüižz¹UQ|ª²\x7F "
b"k¬P¨måÛ¢K%+áa†®ô "
b"k¶wHȱÖð«ß“Bfˆß "
b"kÉ\x17 5»è\x02 iTµ5Ò@ò "
b"""
kÛÐvª õÝ!J½˜\n
ë¯
"""
b"kú@]ä°j}+›k\x04 Mè´£ "
b"kþ{=‘r <\x08\x1E s\x11 ˆ!Dÿ "
b"l\v ”Ö‡\x0F ¾Ò~5i*CQ "
b"l\x17\x05 ¹ÃN<‚v<í&è"rÁ "
b"l\x1D N¯\ËÕÒ\I…`FÈÊ· "
b"l4çß\x02 Âxr\t ’à±£Õz9 "
b"l:~ü²Œ¡„ÜR\f :×%Ý5 "
b"l;‡•¿ƒÊ\v ½wºÏF\x1E\x11 9 "
b"lK¥:eÇ\x02 Ié\r Zì°\x12 íá "
b"lY\x1F ÒÁS\x15 ú\x1D »+³\x15 › "
b"l[TR¬ý–´¬\x0E p›ŸÊ\x11 "
b"lkàऎ»y˜yÇéF.&! "
b"l•m™Ácx\t E&“ÿŽ\f %2 "
b"lš‹Nk4-i?\x1E | G\x04 ”\x11 "
b"l“S¼\x10 âF\f É_b\x07 "
b"l \œ)…ȶ¸Ý—öæ6\x1C ) "
b"l§ŠR´ªÒ\x1C )L\r ²øs@6 "
b"lª~éÅwœj)‡i\x00 ‰¯z "
b"l΋=Tqè¦U»<©—çHµ "
b"l×$aOâè\x16\x1E …ÈÈ\x07 s "
b"lâÛµ'eÜ\x10 îTòxn \x7F N "
b"løyï5:þ}æ©mˆ\x14 Ê“ï "
b"lû¦ô_Ä#,V\x15 \r ù~0£] "
b"lþ^}>úŽ@1P/\x17\x13\x06\x04\x16 "
b"m:u\e •!)ó}Í=.¨Ø•G "
b"mAÖòìù½p\x11 F¥&Ç—u9 "
b"mB•1Ç–‚I\x11 ’ßÑ‘þ;5 "
b"mM‘ÛP“7ç\x05 õùË\e /Øá "
b"mUjí^~^Djú¯Zÿy\x05 ¿ "
b"m[\x1A VR±›šôüŽ\x0F 4æáf "
b"m\¢¥\v ÕyºQ& /[ñ¿ó "
b"mk¦ ¬l\x01\x1A Û'Û#<4{ "
b"mŸE‹mÉÁ³ü¬‰-\x1F Ád3 "
b"m¡¼:Žf¦ÿ€•®Xc½ö "
b"m¦DÍÐ{uïi;«ï—®â\x07 "
b"m¹—°\x04 í¡\x7F cº\x15\x11 š—ëf "
b"m»g)Â\x11 ¯\x02 ”s:Ý'ª "
b"mÈ\f 'IŽ›\x10 Ðùv$\t\x1E ^g "
b"mÌÀwyÜòÞqÈ\x08 ÈÄæÈ "
b"mÏp †êIàNCÇÞ¸æéú "
b"mæ\x1E ÑK\f G¤|Fäéœ\x14 ïe "
b"mç\x0F 'æëMú¶B9ƒ\x1A ת "
b"mëZß¼\x17 'o`…å\x15 ,\x10 — "
b"mì\x07 KwòÁ)z»âÒô¿P\x01 "
b"môά6š´ê÷^Œìúï, "
b"mü,Œ[!áT¶\x14 8òó]^j "
b"n\x15 sÔêí=Ðm….Ó=¿\x12\x08 "
b"n ’¿Â\x1A >ƶy„#\x06 $á "
b"n'޳ïz¢Ž§ø“ùHÑ<W "
b"n),[:›p÷§¸!¬/JS "
b"n,Ñz¡:f‡Ð4¸\R/7ñ "
b"n9¬ÞÖˆG\x08\x13 «ÓŽW\x14\x0F ‚ "
b"nBbŠ\r C‚9\x12 ÑÒ…Ûã\x1C "
b"nQÒC®\t šy"ó¬O½\x0E ¯Ž "
b"nkk%ŸÄÔØ½U]J–ôý "
b"n|&ö(0ÝY;r´ \x15 FÎ< "
b"n6×aÁ›\x0E å\x0E ö#d‹ùä "
b"n¢Ê›ºz€±ºC¬\x0F Ž\x05 ç "
b"n¦#ºåB¶„ÂÁÅ\x02 üX6l "
b"nÀ1c<¬i½-è™2âSÑ\x7F "
b"nÕ\x02 |\x15 ^\x08 wQÓ6eOÑŽª "
b"nÕÔÕÑb£;=¡BøáIW "
b"nÞ.ôª{T±¶©ó-:d\x7F ` "
b"o/®/¼Ã\x19 ð¾Ö\x1F Ž“\x12\x13 Å "
b"o6c³í{lŽû”Æ:éS» "
b"oOh6b¿“íê“~\x1A #x\t r "
b"oQ'®–;éŽ\x04\x02\x1A ž©è3° "
b"omŸ&\x02 &/Ö´êqÃbñ\x07\x10 "
b"oyíóÖ_¨˜s„Œ\\x11 WÔå "
b"ozc\x00 ‘~à“\x13 Ôù¦}\x0E â] "
b"oz¥…ÑßÀ~Bä¨/Z@\f ¨ "
b"o‘%=bݳÅþó3tÿw\x16 µ "
b"o¤ÁO«9|¥UÑÛ\x06 59ŽL "
b"""
o³]U$\n
\e Éæ“×4!8
"""
b"o½íd‰\x16 [\x04 \f ‘²ÄþUt "
b"oÁ:æp§Ê¿¼C¼°"# \t "
b"oÃ\x12 ñã«{à\pav“^ "
b"oÇ6¹€ÔÿÎNÛÁ\x1E rØNf "
b"oÏ<\x04 ÊôÒtr&K\x0E ÞuQS "
b"""
oÕ\n
ý\x13 ×%\x12 ¬½J‚\\x08 «Ü
"""
b"oò\x14\t\t §\e\x08 ¼[ÔU¢$– "
b"oòS}×Ù\x0E “ÊÒG3»^ç "
b"p\x10 p\x17\v ¬†… Ä#\x17\x10 ÅÈ "
b"p\x1E $óŠ‚\x04 ¯°„Y÷ãOÞç "
b"p*¦$6ŒÏ\x16\t äF\x17 ÒVì‰ "
b"p-ý–º•‰°À\x11 Ð>â\x1E Ó• "
b"p/Ë"½ú\x1A ›(\x18 ž\x11\f\e lÒ "
b"pI_è°x\x05 @å\x10 mÚ1íÔ@ "
b"pIeÅJxl´¼š\x1E µ\ð( "
b"pJùñ÷«M\x06 ÃÓR\x12 öÁŽÐ "
b"pL\x04 æbŒž‹à\x06 07v\x06 Lî "
b"p_™bXÍJ?@ô¡;<Q "
b"pg\x11 ŠVçÜ„ÅÔúñDê(E "
b"pl‰!&\x02 nûè³û\x03 ²×3± "
b"pm,ÓjpGÐÛS딕äÐ "
b"""
pŒ\x11 rr\n
\x11 ¸‰Kж\x17 ±ŸZ
"""
b"pš\x16 Þƒöuf\x19\x18 ¼,r~\x06 Ã "
b"p¡h’R.@\x00 êk—ìÌŽ\x1D\x13 "
b"p¸œ:\x16 `·u‘ø\x17 £\x05 ³] "
b"""
pÑ}\x03 ÷×…{†}\n
¹D2R\x10
"""
b"p×ÚÅ€œ~x-\v ÔÇ)L¡ "
b"pú"_5ë|]ÂG<ÙXq„4 "
b"púv,µ¥SÍkŽx\x1A …à\x11\f "
b"q\x1C ö\x12 ñ:m»«9ˆ€ŽPÁA "
b"q(ß„Ñðè\x10 O\x06 ^jõ\x0F QO "
b"q8$CãîÃ#8m4\x14 î\x03 ˯ "
b"qGhæ\x01 êĘ•i\x10\v QÔ&\x11 "
b"qP„&#É\x1E >Tè×\x1D ÐfÈ "
b"qPù_ø\x0E LJzÖi–øM†ç "
b"qX·*Æ ™Ë‘6PÝ\x03 èI "
b"qY€E\x03 ŽºžÃ!̆æßµ< "
b"qd¦cG•Þücò¬¡€ºâ "
b"qkÓ\x11 ?ˆ1G\x17 tÐì¢Y\x15 ® "
b"qz@Þ¼Ü\x14 {¦ýéyïöÆ/ "
b"qƒÄÓG—¶\x04\x18 Í\x1F\x1C דN "
b"q©Oã\x07 Ë8½Å\x1D „E¦ñg "
b"q¶\x06 ÁGï$üØÊ\x06\x00\x7F µ–“ "
b"qÓ"–ãR\v Q\x01 þÊnß½Ù5 "
b"qÛ¹…ó¦º\x15 Ö„ð½&aÑ\ "
b"qîg\x7F\x18 ÿ:×$\x01 hþ§äÔò "
b"qð޹\x13 I°UNêA\x04\x16 •ƒ= "
b"qð”çƒ\r Vøb¥Ì?nÃY/ "
b"qúèq–\x01 {o?“Uر\x16 "
b"qþiðî\x7F Œ=S-\x06 #üç¡, "
b"r\x15 óŒ.\t ;©\x1F K ô¹fm "
b"r\x19 øÊ\x1F F*šEÉ.&8\x13 ‘/ "
b"r)YÉ\r ý="\x1D ”·pŠ$ü "
b"r4CC€è\y\x08 Ÿ\x15 ©*\x17\x01 ˜ "
b"r?Öu2\e Ê7@Œ‹¹—jÿ\x07 "
b"r^’?t\x0F Æ·äSÄÇgÈ“ "
b"rlT\x0F\x06 ½õÁןúÑú7vY "
b"r{ÂÚ\x7F\x1E Ój8\x7F dsûŽ»¬ "
b"rÏ\x00 *^œ‹LgD*Ø\x01\x0E\x1A "
b"r¥Ë\x19 ùo³Á\x15 ú¢X’ùL> "
b"r«\r ÚÉÎÔO1üÔ˜–ƒR8 "
b"r¶\x1D .\x08 ÝÌ%œRÌ>¯¥SÀ "
b"rýbÞ\x15 øwϸ¡w¹Z©k” "
b"""
s\n
HcˆûºaU/®Òߘ*—
"""
b"s\r ÔÇŸünùâncï|ñe0 "
b"s\x16 ÑxÃe>\x18 2\e ÷_|uŒ³ "
b"s\x19\x12 ¿Ü+¿vx#ò†!&'° "
b"s?ç\f J\x05\x04 v¿\x13 ˜\x15 ^e\x08 … "
b"s@*U\x14 X\x1C ü¶K¥í\x17 Æóî "
b"sr£M¿j…ØÝ2Ѩ\©Èa "
b"sš\x15 o#I0ÎØ¤,\x07\x18 ¯¼¸ "
b"s¸PøÜǶì\e \r ¯¿%—.w "
b"sÇ&´úb\x12\x7F e×\x19 åD~1\x15 "
b"sÌõìЋÂ\x19 ‘õ°Åóì\x08 G "
b"s߸Š\f ¶çìßs[Ôõ߸ "
b"sçTy=ÿ\x13 ³Uy*ïÒ‰ÓP "
b"sðo¯¾£¯rÔ¸k82©æ« "
b"t\x08 ö\e „jõ¯\x01 ôÙºÀAŒ) "
b"t\v ŠñNZ\f ÒRÈ#ªY¼§‡ "
b"t1ÂäÊ/\e [C\x17 뉈Nœh "
b"t6ê6‰œ¶Ã\x1F ¤H\x17 A¼Æ "
b"tDS]P:*\r ÛvÉm]_\x14 "
b"tDÃ=\x03 Q¦,1¹Ú¦ÀЈ( "
b"tR\x1A\x16 «ìâ\x11 (\x05 x7§ "
b"t^‹1\x05\x12 R\x1D ¿ƒf(Òï\x08 "
b"tgÂ%ò½V*r\x05 ˆF\x06 ì5 "
b"tu¯ìovÆ9Èáte1 "
b"tqì²¢>ü¿¹’÷6®¨P "
b"t”Àk\x1A Y4Æ&(‹ªœ£Í. "
b"t¡È\x16 ¿×àË\x16 ÿ\x10 ‡M€+… "
b"tÍ\x0F ÁdUn\x04 üæNþë YO "
b"tÝs£\v m‡\r p«t= «ƒ› "
b"tæé€™M‘Ê0{ßÁôG‚\x06 "
b"tý‹éï2\x10 ÿ\x16 wê¾S‰D€ "
b"tÿ–\t >ÌÇO¹kí\x7F |â\x07 Ú "
b"u\x0E\x02 óm¡bÃVβ/\x05 P "
b"u\x0E u¶‰‚6v:ÿ\r "Oï£c "
b"u\e\x19 ¶\x07 Á[®jœ9Àm<ß\x19 "
b"uXº³¡;˸çÿÖŸÆË "
b"uq¹áy žø›Š’å˜!)™ "
b"uyà/ö³Ÿÿ/-óB\x13 W "
b"u–ÏX[\x12 ûi\x13\x07 þ®\e ‰e\e "
b"u¬@n×ò\x1C ©)Õ~±6j½± "
b"u¸†:*|\x1F A›^7\x05 ÷å9ó "
b"uÉéi*ع«\x08 ÿ@Þß\Ï "
b"uοz©œX\x17\x04 _>È8Ú°° "
b"uÕׄÁ/ÔÈÉŒÿË®XY\x00 "
b"uùæwÓKÍs€€ÄJE:†× "
b"uÿ\x01 \r 3骓î–Åb\x07 |y… "
b"v\x00 ÑݤÇ\x1E ±à=´ã!Kͧ "
b"v\t r »qœ;ú5%pe#(é "
b"vg?å{`…„;µùɬÒñ6 "
b"vqe5<ü.xJìU\x07\x11\x1F "
b"v™[î\x1E !ô0õ0\x03 N“^œ "
b"v¡ó\x11 ºr‰\x04 q\v Tÿlo—! "
b"v¤[®¤Ž‰fÎ\x15 &ñ‚¤\x01\x04 "
b"v®\x08 -TÝË#\x0E 4*ã“€ûø "
b"vïÜÄäR„ÿ\k£' \x1E Á) "
b"vô[E>þvX\x00 %žÿ¾\x18 Õc "
b"w\x06 Ÿ…¤Ø¹j3mÓŽn¶9ˆ "
b"""
w\n
د\x15 Gn*®øI+æsó¾
"""
b"w\x0E í\x15 1¡öyž~S¹À‘ß "
b"w\x18 a”D‘"´÷µ1\x08 ^×©È "
b"w"í4\x0E ~äžšCûÔŸJh± "
b"w8˜‰\x1C ‚\x12 ¦\¦\x07 ÉK\x01 Ó "
b"wH³“\x13 kÞlÑ‘a\x1C\x08\x1C\e "
b"w^OÓnù!»B÷Câ\x1E ê‘ "
b"w}.\x01 ûܵíY505¨If‡ "
b"wŠú·?||“\x12 fGƒ\x07 Á. "
b"""
w– °j7ìµö\n
·¾wuP
"""
b"w¥\x05 gòo×¥\x1D „ÌÏ\x02 À”£ "
b"w¯\x1F 'g;yT\x11 ðX•é€<\x15 "
b"w¶€h8âðÌ:`å V*\é "
b"wå\x18 ö°\x11 » å\x13 Æ3sÚ\x04 † "
b"x\x11 G&T_Øð\n \x00 1Q…³ "
b"x"÷¤\x08 ‘€¹œ8yëk\x19\x02\x05 "
b"x8\x02 &ƒû\x1A œƒ¸·\f\x01 Ʋù "
b"x;<G»ÐÔ'FùÓ¦´Ãfr "
b"x?§Xj˜§%ªæ«r£\t ² "
b"""
xUý\n
\x04\x1C †DoîéÌ\x18\x02 v\x12
"""
b"x]…piBóN(Ÿ”g/à† "
b"xm B/Ž+›:ª/"t"i "
b"xvpÃ:ב\x19 X>ôӳݒã "
b"xì¼\x18 üœ\t «yE¡Öè\x03 À "
b"x¤>Ç8û¬\x1A N\x13 Ù}!\r 9 "
b"x¥\x0F Š!õ}ô\x1C óE¾CÌR\x03 "
b"x¸äÓ6ú¥\x04\x08 ›Q\x0E • Îå "
b"xÊQlHý£Ô!\x12 íM8\x06 "
b"xî\x16 ïî.1ºG‹”tެøw "
b"xõ2\x04 P\x05 )+Àç™Å×S?› "
b"""
y\x0F zãwèiG9ï\n
Å”ô¨
"""
b"y\e £øA\ eCÙò¥7,6r "
b"y^Óu4·}\x03 ä3å\x02 »Ô\t ¾ "
b"""
y`Çš\x1D ”(\n
\x15 qÜRéÝÌ
"""
b"y°/5rsòböAO¤âæä\x1F "
b"z>š%4:ú¯\x04 MÙþ\x06 @Û "
b"zsÅ@êUuøÂx.@@\e h” "
b"z…h‰°ÈE§£¦¯\x1C À×ï] "
b"z™ë„$Ž{‹˜ß\x08 …\x13 9úH "
b"z§È˜¾5G—$C\x07 #ÛÚ7M "
b"z°ãM\x01 ö-\x15 ô©@‘唳â "
b"z²CkÔØ:˜ë&B\x00 gó\r I "
b"""
z²iº`\x1E\x04\x10 \n
U \\x7F &w
"""
b"z³È¼gwk⪊᧾p\t "
b"z͹µ™cPÂ\x05 u›ƒßÂ\f Û "
b"zÝž¾ä\x7F\x1E h*\x06 ¼¡Øóó_ "
b"zå6\x1D Æì‘Aΰۥ1T11 "
b"zê_\x01 Ò\t $C ÿfÉmiÀ[ "
b"zíõ±œÑÂ{¹Mß¼º\x10 ñ¼ "
b"{\x16 áˆ÷ʨŽ\x0F ÀÚ6[S\x01 ’ "
b"{/\x1E ž¨°Ò\x1F\x1D ôA;/\x1F * "
b"{6'À\x08 Z³é\x1A\x10\x04 å¸Í\x16\x1C "
b"{I4&=ƒïʃ\x08 _çm:°V "
b"{XÒ§\x12 %›\x12 ûÆåU·Wm> "
b"{bÈpñu„¾\x00 db ¶Ûµç "
b"{gW¢\x1A =·’2É\x01 å\x12 V:d "
b"{h¬Àe㸡äë©ô7\x14 o1 "
b"{iƒ_\x07 Œ§/ü\x11 9C5á2‹ "
b"{k.k\s\x10 j=Ë\x04 áU\x07 §ø "
b"{Š7±®ûGiÔ —ɬí|N "
b"{‹ó-4¥Úž\f Åè–Cu "
b"{Ê—Zà\x7F\x15 ïð>çS\x12 .q "
b"{Ë£_{\v läÇ}\v ¸xOó\x1C "
b"{ãÛO\x07 Ê\i>Å\x1A UåH®æ "
b"{ø¥x‹d«ýS½U!—:ÿ‡ "
b"|\x03 <\x04 D>V'¥ÇbÀæ\x07 <Q "
b"|\x15\x1D V¶s€Výæ\x1C p¡ç\x1A « "
b"|\x1C á GbhGnRÁ×(zó "
b"|%©\f ‰Œ \x1F 6\x1F {?ìqâ- "
b"|.ø!ä=YßpSøŽ–€\x1E Ç "
b"|0\x01 ÕŒ±˜xF±\x03 Ž\x1F rðœ "
b"|Uâj+1¶»oM,£¨ŽÝ "
b"|oBÎOo/²>\x12 ¨sköù "
b"|xŒ›B¥t\x18 Ý´8xG\e )œ "
b"|ž¶žhy¿Çfú™2yè‰j "
b"|¢Z°â"\x06\x0F LÆrlQú£\x1D "
b"|®)…jì\x15 ÖqíÄN˜À "
b"|µ\r iÏ馰ÁzY ÃÆÍ\x03 "
b"|»Ü\x19 ®Ôd>Š›,&?%ô• "
b"|àönÐfG8¨ÔW°ÚT¾ "
b"}\x0F ¢Ý\x1A Ñ"g»\x17\x10 ¼ˆ\x10 ëã "
b"}*Ð ¶QlÓðOq×Lpy< "
b"}3ð¹\x08 Q)<¬$¨ úPœH "
b"}Ji\x13 ÏmTb¿ò?“¨uˆ "
b"}[uú#ÀÅû½Bœ>ˆ "
b"""
}m¨\n
\x1C WKÊœoëçjŠ
"""
b"}bß\x07 ÄÈ \x04 ™Uk‡ï "
b"}¡1\x01 [\x19 ý1oCPGÅd¼ò "
b"}¢:NàÎCYÌ\x17 O\x07 @lÃÇ "
b"}Î'¤Â*(f{xmvl¦XU "
b"}Ó•Ô:{ª{GC\x07 ›\x03 _£C "
b"}ÖA3¼KAzúu‘\x7F Ðéå "
b"}ìŽ6¸+Ž~æo\x05 <„ˆ "
b"}õ\x1C [(_°¤·JÞn%Õ\x18 T "
b"}ý¤Š\x06 :†\r \t ,\x12 ¸½8- "
b"~\x08 ïöÒƒÞ-\t\x10 H€£Ø˜~ "
b"""
~\n
{\x03 'W%Üú4Ïš§…o
"""
b"~!æs´¶\Èx.ˆøîhÇÔ "
b"~)©¥\x14 L\x1E\x11 Wõ\x1A ù8: › "
b"~3ŠJdhroÏÑ`\r +\x07 ¼¬ "
b"~H‰»Š“fÒ)öšE¦fÛÈ "
b"~Ps=]¢Ÿ\x1C “žßúN¨RŽ "
b"~\:†Ÿ\x01 }³ŒzE©ÓA[Ï "
b"~\ªC\x12 ERžô…ôÉ\e ÝyÄ "
b"~dÃ\x19 /õ«”f9fõXùCÅ "
b"~jcoY…šû/Ìf“x•…L "
b"~z”¯¶ï®Ë)p¹\x08 iÒ< "
b"~³ŽÓµéô\x01 xÄüá)3,‹ "
b"~½'k›ÿð\x1C Ÿ?ÀI\x19 ñhÚ "
b"~Çî$Ä\x07 ¶¯°êJ°PH\x17 "
b"~ØÌ`1¡\x02 Íù\x16 ãÚRäÔo "
b"~á\x11 d©\x0E ¡\x00 鬷MŽáY "
b"\x7F\x16 LƒÖÌ\x1D þHœ‹“H$Ãú "
b"\x7F &¶\x1F u}\x1F œò’x\x05 úÅâ4 "
b"\x7F 1$¡ÙÆCæFpå.+¨ô "
b"\x7F 7û¸¸Ê\x1F ~šXL†\x02 "
b"\x7F C'\x19 \»7¤‹‚*\x04\x05 … "
b"\x7F C?ã:\x14 «šÞáRŒ€Ç'> "
b"\x7F ^¥]`ðl³5*<r†®”ë "
b"\x7F ifÀ¹Y)ƒ?=÷²\x14 j>\x18 "
b"\x7F w\x13 tÇ\x00 î“°\x02 Ë2Ÿ "
b"""
\x7F ˜Þ\n
•6o\x1D ›Bvb<tZ2
"""
b"\x7F ¦ñSù˜“ç“§¯NÚ\x1F Ð] "
b"\x7F ¹\Í\x05 ©yÝU?á>4ºZ° "
b"\x7F Å ©ei¦€³àfƒ)>Œ\v "
b"\x7F ÅçÔÂïæÖqûŽªâ”·™ "
b"\x7F í;‰<Di¿cèªò\v\x1C\x11 ¦ "
b"€\x10 ¤\n ži\x1E Y\x00 XÈL„¦~½ "
b"€\x19\x0E nÉt\x03 gŒ3p§ìëþI "
b"€\x1D Š>QCDMäÐßqPY\x08 h "
b"€-€\x06 W\x7F\x06 XÅ>Ã0ó¬ð› "
b"€?”Ê?ò’üç\x18 ëý‹ÚÉ\x17 "
b"€V‡PJ\x15 ƒ®«Zã(h\x14 . "
b"€lbw“ôe_“¿óúƒkÉ´ "
b"€Œ 6÷ô‚\x0F poN¯;>´ "
b"€¤äow`½È\x01 ™]7æÞ|\x1F "
b"€¨ºá¯\v SÇ×y±n\r ¨\x01 \ "
b"€®9@„Ù‘ƒSÚ\r ËÙ°R\x0E "
b"€´ßÁm~)7;„kuþzá› "
b"€çJ†:¼äj¬i™Ä¾Mpu "
b"€éˆqÂåSà\x01\x08 -\x19\x7F NXÿ "
b"€ú:¸3F\x02 ¯5´F<Ã@ž¿ "
b"\x01\x19 ʲG£üêi\x01 ¤©6qÀ "
b"\x1E ]QúK\x16\x19 º\x14 —½³ìƒk "
b"&ý\x03 të§ËÑë\x08 ë\e ýM- "
b"':ƒÌÿöÂ\n –J0\x00 Wã\x18 "
b"LWƒ©\x13 #ô°ÖÿëC†¼\x11 "
b"N6–òû{šÇ¤\v <kZza "
b"RNè{}饵‡<Óá¾\x1A "
b"""
V\n
ðLâ#7¹Ó\x1D\t ©ÛU
"""
b"f\x1F §Y9\x11 QÜòîò\x1A ÓÖé "
b"•\x07 ©\x04\x18 ´<ÞÊ´“§\x17 "
b"±m´¹![Å´ ?Õ\x03 ×Ìs "
b"â«#º)\x07 øçñ\x18 \‰\x03 Ðç "
b"äs'«¯R²!âé\x10 DDN\x19 "
b"ç¨~=\t #—».Ò\f €W\e "
b"éGˆgœl° _h™º³¨‡ "
b"‚"1\x00 |UµÃÃã°ÎMp¸ˆ "
b"‚%s\x05 r\x05 8\x1A êì$È]»\x13 ¢ "
b"‚(D=i—Úe»z??¼\x1A uç "
b"‚.\f éjk¶úðÔôHWÍA\n "
b"‚E\x06 "Ô™NG\x06\v ŽL½â* "
b"‚K%\x01 ‡P\x0E ƇTÔÖ{!Þ¸ "
b"‚XáîynLâ¡~˜SÚXÌn "
b"‚r++\r Rm\x18 5C=RùR‰ "
b"‚rs¼Ml\x03 «y!뾫`\v • "
b"‚x¯?èë#×\x15 #ð Ú\x1A Â\x1E "
b"‚Ž0\x16 `‡ûwŒï‹ˆÙU Ó "
b"‚ŽqKéˆBœòóLt%a~@ "
b"‚’9ݶ°—\x11 „dËes\x00\x07 m "
b"‚©µúÒÄ©\x19 `\x07 ]·øaA "
b"‚«¸&2¶0áš\x08 <\x07 U)ç\x18 "
b"‚°oL[\x1A\x10 (?U\x06 {w¬œh "
b"‚¹¥\x04 -³ÎÊ(¡ìË\_¾ "
b"""
‚ï\n
ð'S¢•{-fè6\x16 ‹
"""
b"‚øK\x16 R\x0F ÑÁJõ\x14 ÝÃBâ“ "
b"ƒ\v >d•\÷$›0"\x19 *x\x1D Ù "
b"ƒ\x10 Ó\x10\x11 ê‘×}kêX}¼– "
b"ƒ\x12 IÆœ\x19 ÊÃ&\x03 bøÉX\x1A "
b"ƒ!|<†\x12 ]\f s\x00 b¸ôMN "
b"ƒ$gÖLŸßç4 \x1F ”Ñ>²ý "
b"ƒ9qpË\x06 ÙP\r xC—ô\x05 " "
b"ƒ<h\f µói'\x1A =Ï\x1E\x1D ºD\x01 "
b"ƒO\x1E ·Ñ%:·t\x19\v ©\x07 8 "
b"ƒR\v s$>¼\x7F (ßÎãó¨„à "
b"ƒ\èÔ§ÓÂ|Ö-Rœ™©Y• "
b"ƒ_[-… ‰õnufB-“öé "
b"ƒaéìjuò±…ÉDž9s>\x14 "
b"ƒ‹sàNæÖbÚ¨\x05 â{óˆ· "
b"ƒ’žXä\x15\f ó\x00 ìáSžˆï6 "
b"ƒœÆÐ2¬Ž|'ªOü$Í_ö "
b"ƒ§ñÒ\x16\x00 ´\x07 +°§\x00 ¤ôþá "
b"ƒÜ²È\x06 É¡KáWÒqŒ\r Ý "
b"ƒº®åNx¾˜ÿõ…±ß¯ðŒ "
b"ƒ»\x03 âjŸÿ\x01 aöÙôÓ=î¤ "
b"ƒÏºô¤Ë4\x05 ñÑi€¨ "
b"ƒÑPÎÂ+øâä±D¢œF€± "
b"ƒà=‡%ƒ÷d˜Ç,vÇ\x14 0 "
b"ƒåœ–\x08 w|hNý\r \x14 Ú2\x14 ± "
b"ƒ÷–>¨gÇê\x02 ¦~¸ÆcÉ "
b"ƒú"}Bof\x06 C2\x02 ï'Ôª "
b"„\x00 k¢‚€‘)ŠÆ§Bâ\x0F te "
b"„<Ò¼…ßãhì÷pØÇÏüT "
b"""
„CÕÆÎt\x02 z\n
¢y㢱Ç
"""
b"„bkeŒé+£€»½êõ6=ë "
b"„nü\x1F ‚¶X‘YJ/Aþ/Æ "
b"„£ó»µžf¦†fg(\x05\v \x19 "
b"„½ í^Áñ"R]³ïZY\v Õ "
b"„ÔúÊš\e Á‹ÎÊ”0Ñ\x1A m\x00 "
b"„Ù«\x03 ¬Ö½\f C\x18 ]ü.Óšt "
b"„Þ[kñÅ%¢†Pa)\x1C ½Z· "
b"„æýJ§öz)²ZëÝ,Šß’ "
b"…\x04 â LŒg7é4O\x05 1~?7 "
b"…\x05 ®"ÖB*t\x7F\x15\x1A\x1F ¥€m™ "
b"…\x12 \r š»\x11 !*j\x01 €G±\x15\x17 "
b"…\x1D …–VF\x04\x07 *³\x08 È[a\x19 Õ "
b"…\x1E Ís\r €LvsP\x12 ¡¤Í] "
b"…!\x19\x03 ŒÐ„\x0F Ô=³AM½%Ü "
b"…'šOóÑr¯© Bv\x13 ZPb "
b"…5\x1E R?ùÑ\x01 ¡ž\x03 ¸ï\x14 ¿Ã "
b"…DÁž¤àå߆U~{2Td "
b"…FåŽÅ\x13\x05 P%}\x11 ;\x07 3†ü "
b"…Rf\x19 `ca\x1C ÃD~s\f )cH "
b"…R˜ü\x0E }½\x04 @ßÿ%N¬%\x15 "
b"…TR\x1D VŸoŽÀÈS\x0F pfEõ "
b"…lì\x16 ÜvÂn1+¦\x1E ~û– "
b"…n˜1¨ð‹”æ£[¶¿V¦ì "
b"…ÀjžµÒ5\x1D \µ\x7F ’„þ "
b"… 1a4›ÊrçQPÕw¼Î "
b"…©-‹mL8š;À\x7F ]‡y˜ "
b"…¯ÿ\x1E "†(¹ùr,žBÑ\x14 å "
b"…ÀßM'ØâÚçmh“‰qºó "
b"…Èk¬âþ¶¾9àáRÿ]¸Ï "
b"…à¥×Ì|*É\x18 P³\x02 ˜\x0E P\x1F "
b"…äN\x1C äB\x1C ó\x16 úg‹ÿ\f ŠB "
b"…댔}\e N-\x16 &Š\x10 ½îÌ "
b"…ð\x1D ‘DªÛ‹Ã¯±·›.G "
b"†\e f\x05\x19 (MÞâužýü2@Ü "
b"†\x1F ³Ñ\x1D U…M\x02 ù¸\x1A ,ò0ð "
b"†$ãLVÝ<(bßžënq\x0E 2 "
b"†+\x02 £X‹íMjžb¢Õ€ "
b"†0È\t DP!À§iÙO™ÿó© "
b"†GÍP\x05 g6\x18 ¢þØâéY«ž "
b"""
†_\x08 ޹²†ú\n
g|‰û²0\t
"""
b"†s¾èšÚ“;b \x02 ޳xà "
b"†€P`qT”>\x14 ö±ZÊ&÷ü "
b"†…+„°\x04 W\x19 ¹„…\v @ó•· "
b"†©ß5\v T\x1E Öc\e ›§½\…r "
b"†¬Ã-ktÕ›ÂTt‚›fÑ "
b"†µ,ùÆ\f S÷\x0E æàåÞÎC "
b"†¼k`ó‡ïJ+÷Äë¾H™_ "
b"†¾üòrâÖM¡dÓÐbs†- "
b"†Ã\x10 <Ñx縶JòÐR'æ "
b"†ð‡(uF\f !’®&°4æt "
b"‡\x01 V瘞„¬\x15 •ìò«Âó "
b"‡\t Ýu¨©\x12 £\f ƒÏj\x03 Ùž "
b"‡\f <:K\x19 rü6\x1F\x1C ¾\x14 ,£7 "
b"‡\x0E 3Y\x19 ö½_VÏj‹žÏû "
b"‡\x11 G0\x16 Þ„y4®¸ÿ#¬„ "
b"‡\e ¼ÆÖHÀN+Ä›ÁÙ” "
b"‡+\x00 Ûv\x07 B‡n\r x\x19\e °8· "
b"‡Q—Ó·ÊÞT9\x08 ¶÷\r ž\x18\x03 "
b"‡XeÔºÃÓ\x18 X_”æ\x13 xÍ "
b"‡kÂK´¯ŽÁ¿òìØ®±¾: "
b"‡|\x12 iÞš¸ˆ\x15\x06 ™Í\x17 h²¾ "
b"‡ˆ¢\x02\x01\x05 ý[1‹\x1F N`ßG’ "
b"‡¦\x18 ¤\e p4GÔ#r#‘2\x19 ¡ "
b"‡Ãuça\x11 vhs°\x1F £à–Ü "
b"""
‡Ç\n
\x1E !gôŸÀ,\x10 ƾSä\x10
"""
b"‡Û½f‡\x06\x10 TÉ®\x7F\x03 L±“ê "
b"‡ëò°¿>ö=ž×\x11 q·ÜQ "
b"""
‡òrÇ6àØt\n
C¸Ìz\x04
"""
b"ˆ#G\x02 [‰\x02 8L\x18 W]…j6j "
b"ˆc\x0F ÒéüPÅvh£r©µ–w "
b"ˆe.áÏ\x0E f†ÁÀ\e ô«j¹Ð "
b"ˆz^—©Ž¸Òo’pþ\x00\x1F ÍÒ "
b"ˆ{s(´Cj²_\x16 ´•Ôm| "
b"ˆ‹1ðo\x0F Ñ\e Å\r \x10 k×í»H "
b"ˆ‹9œüÎÁ²›\x1A ÔGú÷d† "
b"ˆ’«d§ð\x04 ræ\x1A ´Îë¦ "
b"ˆ§\x1A †\x01\x1F Þã\x17 wØÖݱ™á "
b"ˆ´pÓ\x11 #-z©v\x07 \x16 A\n "
b"ˆ¼8Ʀñ*î\x1A Ò\x19 M\x1C 0Z† "
b"ˆÀÁ_KÐÐ!ÈOkН)ø "
b"ˆ×ÀN\x1F „¼i;cE j›\x1D # "
b"ˆÝ\x03\x19 ¤¯ŒÊ!kÜsÄB" "
b"ˆõïäÐ\t tVëRå\x17 w¨Z– "
b"‰\t n\x00 }>ˆ”a,a [Â\r o "
b"""
‰ zåôפ>+?^‹\n
Îç
"""
b"‰)À£C8ûÏÁÀ,T-xZ\x1C "
b"‰:QXèh\x01 Ò/ŒÊ*¨hd\x03 "
b"‰?ÙKû”&\x18 Ò•ç\x06 ‹D£\x11 "
b"‰Sú»ê†QKT½~t’\x13 ê/ "
b"‰W¶Ð?§É©\ŒŽ8·õ/; "
b"‰b®ÙU,vÔ/\x02 ¥I\f ¦ "
b"‰lµ¥Þ¡$àûV\x18 #)~\x14 Ê "
b"‰mÿ¡{%šP¨ŒÛÍ\v 6ÓÖ "
b"‰w|l\x1F ä$ M³@ޑʪà "
b"‰‹\n \x10 ï-cUÛé\x00 ÖIÄ¥1 "
b"‰‹Ô.Ï%\x03 \f a=€:\t *F "
b"‰ŒÌŽ“á\e Ôx¥Õg\f ®\x02 "
b"‰š#F…£]ÝVÃ8ø”” "
b"‰›%WyŒ\x12 ïu(9\x15 Só "
b"‰¦‹\x7F QE\x18 Q¤¼ø¬—Áy² "
b"‰¦°ƒ‰z°v)èÏ×,Wâ) "
b"""
‰²¬\x19 ;\x02 7\e [ŸÖK2\x13 \n
È
"""
b"‰Æ~ –\x15 *…\x1D ^ ô\x04 Ž[ "
b"‰ÍÜá¬óG\x0F ò˜\x12 §«n Ž "
b"‰ü{°\x10 Rˆ^\x11 !jO¨ "
b"Š\x00 ¢ËãC;š<…Ä»rþÅ "
b"Š\t °³—ü/\x0F óÛæô#±9³ "
b"Š\x1F «ÂTݲ\x15\v ‰\x08 ‚jÌÅô "
b"Š$\x1D -Va;åo€¬\x0F s‡Ñ "
b"Š*ÁUj\x0F ª^Î3m¤ØS¯ƒ "
b"ŠEšÅYÂfV1äS§ÝÜ5ç "
b"ŠT¶Á㔪¾8û]¸À\t Žú "
b"ŠbCêØ`\x1D §P¬÷d9×÷ "
b"ŠcÔÅ|r(Þl¯c6r\x03 ¿Y "
b"ŠŒçµ„‘ñzø}«ñ¦rK "
b"Š¡\x10 ™MÈ\x17 Ë\v É9Öà\x03 ÉÙ "
b"""
Ч×%\x15 Ò¶Y[\x0E €‚¸\n
‹Ð
"""
b"Š«9k\x1F ‰,Œ-ù;qC\x07 \e "
b"Н¶‡æê'è<B´Æ_5n\x1E "
b"е ¥z¹ìZ\x10 3FiP¶sø "
b"ŠÉ¬?ú&ÇK1ïÆVèK¼ß "
b"ŠßíäM:\x11 õ\x7F\x1D\x05 9òA\v "
b"ŠéJ\x07 -bз{öž´\x10 J "
b"ŠéKž#-$½Ä\x06 *N„Ìx< "
b"ŠíÏêdûZ:Ú¦Õg\x14 )Ôk "
b"‹\x02 ›Ê¡ôòy‡ª¦ª2ÀN¡ "
b"‹(\x13 ÇÌÒi\x11 ×ôÄ<›Á§µ "
b"‹)ž¶©:?Á•N‹n‚ÑúE "
b"‹5eCÎÌœV\v ØCQʾes "
b"‹8(’Øas0™$ð×Ê\x1D Ž "
b"‹D7\x05 Y\x03 ‘ÞÌê\x1F œ˜\x16 ¡ "
b"‹E`ZLmÀ\x19 x³êeeU\x12 i "
b"‹TN8…swûú6Lq‘æžõ "
b"‹b3ØÓü‰®´rA»Ôßò} "
b"‹láD$Õ—2o\x19 ¯\x15 cö! "
b"‹z`\x15 =w¶º‘ßË¿úâÿ\x07 "
b"‹ˆUY¸jÒž\x19 úö$wõœ\x06 "
b"‹ŠSÓ–ÈW2G—îƒ8^î\x19 "
b"‹¦_\x1C ¨Î´Õž‡Üa§×¡Š "
b"‹½’ö¿4gJRþí¦Þ\x1C ™‰ "
b"‹¿TˆÉ5‚¢\x1E »“X\x1F Ó»Ý "
b"‹Ë!Ò\x10 œa\x08 õ×\x11 cä\f "
b"‹Ú\x02 )\x16 º^uk\x12 ܃f ÙS "
b"‹è}€*~t\r pWµ\x14 "D‚ "
b"‹ë\x16\x1E ÿÂ}¦-îî“âqî\x02 "
b"‹û#~Í\x12 §F1!ê´#\x02 p "
b"Œ\r ü¦éÊYÄ(\x00 £î"3 "
b"Œ\x1E ¨m\x1F uù\r N\x14 õ\x04 •…o> "
b"Œ-¤HIú\¹E5’tŠFê "
b"Œ.ee\x1F ·\x04 ÿ—IyÅ¡äY\t "
b"Œ/’–6L}\x16 –Ošž&£\v "
b"Œ3â„Ü43’’¸,Ç·?g€ "
b"Œ6ØQ·\x07\x11 â¤Ò”‰ÉÉN\x12 "
b"ŒN\x08 Ó\x03 U½è»s±øë’(\v "
b"Œ`0VÒ—˜°ç\x0E Ÿš]\x1A “‡ "
b"Œi\x15 K\x14 "-à¥hÒ\x15 x|΂ "
b"ŒrÅ\x13 ŸÛ%âV<6D§§˜\x7F "
b"Œ{¬9ž&í€6O/7¤™¢Õ "
b"Œˆ\x13 Qy\x1A ©Tø\x7F ãŽk• "
b"Œ“uò\x06\x17\t þ\x02 ˆ¯n¹nB‰ "
b"Œ–Eª\µá´s\x13\x10 Ä\x04 Ÿê5 "
b"ŒŸ«_¤3çnmPHò¸Ü\x07 I "
b"Œ¦|ŒðÞšf'\r ôølG‰ "
b"ŒÈÌ”„1›øfŒk,e8W¿ "
b"Œôú€Q_wà·¨õŸž\x06 ºÖ "
b"Ž"ˆîÙøŠÅQì\x10 \I±\x1D "
b"Ž#Š”\x1F %i5çáûm*\x02 "
b"ŽJÏœžÑºõï!ìGi!L\x1F "
b"Ž\€ÒÏŽÓOVŒ%N\x1C îi\x01 "
b"Ž„©€Å=\x10 š=\x03 îo\x1A §=ò "
b"ކáž\x13 é8Š\x1A ¾¸\f\x15 Ù˜ "
b"ŽˆR£m{k\r \x12 ml¼†MŠº "
b"Žº\x05\x1F ã¨i®ÿ¬gû\x7F ͆ "
b"Ž‘±²¥ùΊá.oMâKá³ "
b"Ž”˜_˜8ÐOâ[6j‘Çš "
b"Ž•ÏeŠOŠP\x06 +6×\x0F @- "
b"Ž˜±Æý?A\x0E ¼2ë“RPá "
b"Ž›Õ\v ê’PÃ6ùÿ|{\x12 0 "
b"ެj„“?öëoHÉ\x1C n\x02 3Þ "
b"ްsü\x05 ͉X,\x05 õ\x10 4$ "
b"ŽÚÓv·¿Ý«"c+U¤xêT "
b"""
ŽäùI/\x1A Še\x1F µƒ)¶\n
ž
"""
b"\x11 V\x06 ªPÛ±\x13 $вµu© "
b"(>f\x14 Ú\x06 X‹”Ž_ºÏîà "
b"""
ŽR.ö”à^s@(\x1F \n
l&’\x1D
"""
b"Že3\x11 ú½k¦\x07\x16 CAZ•w7 "
b"Žr5\e ¸ÖíŠ2µ.´2\x10 Æ\x14 "
b"Ž}¦›Y×÷A£Ë\x1A ‰\x02 È=# "
b"µ %\x1F i×ëâ\x06 Ä\x0E ÍWH "
b"ŽÏyD{‡¢£ëLF¹w ré "
b"\x04 ¿\x07 #‘º\t é¹É7FØÙ "
b"\t kþ¡–}ëô\x16 Éc\x12 dü¢ "
b"\x0E\x1D „:unÕ[`Eˆ´\x1D V "
b"\x10 x°÷YÁà1æÕ»UGYœ "
b"(${L˜Ëë?")\x12 ìü?Þ "
b"@‘t\x01 Vx\x06 ì측ú'¼I "
b"Vˆy“Ȉ±r\x13 ¨\r ˜¬H "
b"“\x15\x1D ‡$^õð¸VìGª› "
b"îáÂ\x15\x16 Ujiu¯i\x14 ›}• "
b"õ^üp»ý\<áçkž)Í: "
b"ý1Œå;²\x1E ¾Kñõ±7ä "
b"\x00 ñ;dMsNƒ\x01 <\e "^¨G "
b"\x02 .¿\x04 ˆ\x18 A‹-VðD~à "
b"\x17 {J|ØK—ªµèãßß\x06 » "
b"EœT/‘4ª›Û–rBœÞ\x0E "
b"c\x0F Ò»bŠF%\x18\x07 Ú’‡¤ "
b"}¡,êu\x10 n™BtFG\x04 ¯æ "
b"}Ê\r ášcMP«öˆ\x13 Ö|ã "
b"J¸šSÍN\x07\x1C €Ä#\x0E ¨ "
b"™ÒEp\x1D »\x04 7\x7F ‘å\x16 Q\t Ç "
b"š\x12 5yë?¤t§[ÿÐÕ~& "
b"šL\x07 RR\x19 /ÿ·•.\x15 ,9Á "
b"""
£(úï}$ö¦ö\n
\x0F ,‚4\x12
"""
b"µÎW\x7F\x1A àš÷¢‡%bgV "
b"·kï\x07 B°MnÀáçÅPH "
b"ÌðÕÒ\x0F Ø\x1F\x0E ø\x01 Dék¿D "
b"ÕÓ6\x12 ˜¿Û3ŠŠì›è( "
b"Ö²›"Å\x11 ;´dС?²1 "
b"Ú¿|ß]‹ŒåOf\x05 ká "
b"âø_v\x1D r¬*^¾Sn‡ "
b"銣üW"?®«\x15 oÔZWe "
b"ëB×/9Ê7\x1E '¯ÊŽÄH÷ "
b"øh<æºò\x1A\x15 G–7\x14 H¸\x1F "
b"ú\v lìì äù ”Q\x13 Á7\x14 "
b"ü\x14 jAšD¦´&?<îpN\r "
b"‘\v \r ®½8'îY^À\e ñÂõ’ "
b"‘\x0E e\x0F Ž`nN\r •_L!HJh "
b"‘6Ù߆¼Ÿá²¼½\x19 GNÁk "
b"‘Z5§wPÈv‡}l{©’\v "
b"‘Š\x19 á˜ÑÇœëxé’\x07 uÜ "
b"‘Œ¢\x18 à\x12 ƒDdo}¹±…û· "
b"‘™Snæóý\x7F ¨"§‘¼Ý\t ½ "
b"‘¶RÈÑÁÏ$d ú–LÐȬ "
b"‘·\h¿>Ê^[=\x1D\x17 nž¥Å "
b"‘Ó*è]›¹¾{9û}h3y@ "
b"‘Ú:(ê¤c€\x14 ôEç“Íe< "
b"‘Úå&æ€?^J¾™þœšŽõ "
b"‘ðw€×–¬ç„”#\x12 ìßZ£ "
b"’\x01 " ×q'ÉÄÊœÁ£zàÓ "
b"’\x01 eÎ\x07 œŽ\x07\x17 7µ\x05 ák–2 "
b"’\f qI\x10 Nº\x01 ™‘g\x13 Žß¬¹ "
b"’)v\x14\x04 bʲ'¤}}8\x0E ¸ë "
b"’/=Þ»uûǸ\x14 <݆\x12\x07 + "
b"’1\x17 ÁbÕE¦…\x17 O Þ—\x1D 1 "
b"’>Ò\v ÏZAÌû Š\x1E 49¯ "
b"’Cá»ö·”Ý$(d„6"o\n "
b"’Dz$Ú³e……êÂ.3C "
b"’OA‡ÚÛPèñ\x1E\x1F Të&£q "
b"’T^mj‡\r F\r „Ó¾ÎL "
b"’ZÂh\x07 N¼ò£ ò\x00 „\x1A …* "
b"’krâ\x07 øH°†é®\x0E æœOÌ "
b"’ 3ʤ=\x07 ê¡›Ž§ý‡ "
b"’³iÁ0„\x14 ïs‡Dfë8Sà "
b"’»tR¨{\x7F \r g²Y˜E\x1D\x18\x0E "
b"’½4Ê<ÙŒr\x0E ìË+Þû\x05\x04 "
b"’½äŒº©Iêdd²«"ì\x1D "
b"’ÄíÕòÏ\x00 jç÷ù"ØVé "
b"’Öà\x17 Ã’ˆGŸpÀ\x1E ‚²Òr "
b"’×\x15 ϼ\x08 ‘[ Ý*Ý5À\x16 ¼ "
b"’ጪ-¢3r¶Fփ؛8Ï "
b"’äÕ\x08 ßûÙ»¼„\x06 l¡„¸é "
b"’î\x10 ÜU$»¬AØ#º¢\x14 ±Š "
b"’õ'£\x04 d';8!\x10 P÷ßœÌ "
b"’÷ü—.AU„qÁ.¶;PðÁ "
b"""
“\n
²\x7F ü!\x1F mª<c™§ß@Š
"""
b"“\f ½Ö”“\x11 \R‰¸ñ-ö\x03 "
b"“\x16 í6™Ê¾\x7F J\r ò”Lp]ã "
b"“+\x14 §]¸k=Ö’Á×´eG "
b"“/Z¯ó\r ,éf…¥\f =Øm\x7F "
b"“3±Ôùå\e t«T?–eî\x7F "
b"“:G\x18 ´ìDÂBì\r ±òãeª "
b"“:ÊaTõ\x7F 'û\x14 âlú´¥* "
b"“I±§>°Â"æ\x1D ý¤u+\x1D "
b"“\\x1F Šr‚Û=—Ë\x1C ²´\x15\x1E "
b"“`6Á¯N’ªûøËà*Ô°Á "
b"“hU\x07 šw\x1D à\x12\x1E\x02 ò\x17 T\x12\x07 "
b"“{JåXQ‚<g\e û>;2dò "
b"“{Ÿa+:´±ð\x13 …wÁÔÄ\r "
b"""
“}Âû×\x12\e ™\x19\x0F ¼„\x0E \n
B1
"""
b"“}Ѱà¨3N€ÿj)\x04 fg\x06 "
b"""
“€%ÖÇ\n
ëéZ[C\x15 ÎÏ$¢
"""
b"“‹ÚrÆŽpô\x00 {Z¼'\x11\x1F\x1C "
b"“”µlÒ\x16 ö\x1C 0¼ÚƵã\x0E ¸ "
b"“–Ø\x01 XØ\x1C\x0F Ø'Õºnn\x03 "
b"“›\x13 ëÓ´4\x1F ˆÅäDJ¤\x03 "
b"“ã^&\r uÏG„b)‘\x10 ù²ƒ "
b"“õU便:„Å8Y¥,Ž "
b"”\x14 g£ÇˆúGÓt[\x08 E°ƒ "
b"”\x1E \x04 …5zJsÇÀ-\e •A\x07 "
b"”.;\x06 ø"&\f êqkÙûã\x03 "
b"”S–š×å~;Àu_š÷ázà "
b"”SÈç‘Å&óÓŽöwÍésÄ "
b"”U™²oX@"ÏÏîEe\x08 Î\v "
b"”U¤ŒVú§— Y\x08 (¼ "
b"”YÑï#T\x08 …\x7F §Üܽ›Iþ "
b"”lYn]˜\x16 j+\x1F lPDo "
b"”ƒXŠ»\x03 ñ:Y;zø\x16 !S "
b"”‹”{pÌcƒ€)$X\x11 Yü` "
b"””\t Z$ëÊ\x04 SD\x07 M\+)\x0F "
b"”žG\x12 3ag?‹Åò©ÀˆýÖ "
b"”žj¢”\x1F œk£á{É‘òZ~ "
b"”¯ñÙü\f 0Ÿ%ÑD\x06 ìÁô7 "
b"”¾’\x0E ß$ÐP!ØäŸºá¼ó "
b"”ÀxMf?Í}PÊG\x08 FÇLÑ "
b"”Æ<ôëcgn\x17 ›q[1#þ² "
b"”Ìñ—½¶uÎá9Q7@{øã "
b"""
”×?\x1C ÛLãÇï\n
(\x11 òÂn¶
"""
b"”áã ü§dÙ›¤Úè¼\x1F\v n "
b"”â\x12 ¥/ݦ\t |ä\x13 f]qm "
b"”õ8l,Üñz<‘:¡ø\x19 ’ "
b"”øÑ¿j\x04 ôĆf*\x0E i+ó\f "
b"•\x06 Ûnb'öF'‰4í\x1D §’ "
b"•\x10 b\x1D\x1A\x0E îÍ1³¬œ¤ÓÏ "
b"•\e 1JÐ'Ö™å\x7F á\r Z| "
b"•+Sj×Å\x0F ð¦¥\x16 pnõê¦ "
b"•=\x02\x7F\x1C ÉQoHÿ_0\x1F ]ÖÖ "
b"""
•@²~Ù©\x15 9\x1A Á¡\x7F \n
Ö°
"""
b"""
•M^¦Ùt¾ ø\x13 Ö\n
á!èY
"""
b"•cºÎûFÁ]Æt¹å›\x10 ø\n "
b"•Žò¢’òW^2ü»â\x1D\x07 º) "
b"•¥k^Ti*–í«‡Ž\x19 sºÀ "
b"•¼ŽUrVãjåóõÞ!Ú\x02 H "
b"•½\x07 #†K…|bp$’¯MOÞ "
b"•¿„åÜ¢G>Rý"Hj8Šp "
b"•¿¯EE\x13\x1D\v þ³-=ãì¹K "
b"•ÇRž\x12 ¸Ý$ae#MWÂ1 "
b"""
•Ð<\n
nìbܧ¯.ãp‚\x05 í
"""
b"•Ðt„ŠqAÂÉ)ÓŠƒ Ö± "
b"•ÕOþÉJ[à¢M\x12 :'û2- "
b"•×ZÍAŸÖU›çã\r \x01 šºš "
b"•ㆥÌ\f 8òKiÙØø€h· "
b"•åØÎ\x0E ¸\x14 ºGHMÚe-\t\x1D "
b"•õíœQx\x16\x7F jA\x01 ©Yž'¼ "
b"–\x05 y¸ÆÙ§·\x19 eªŠvÒ`ï "
b"–\e Ç{Ê\v\x06 D.˪QI¨Hf "
b"–(O³7²IÏë<1@\x1D !ZŸ "
b"–/÷\x19 õO\x08 Æ?\x16 ú6úŒ\e "
b"–2\x03 ¤1†v\r ÆH¯:\e ž\x13 "
b"–IIÓæ\x11 ªœ0»3‹\r ºö "
b"–^I^œáeêÖÜ™ú›êÖ_ "
b"–tq\x05 (…sO&½\x1C vÞ&ë¾ "
b"–ƒ¢;ìíSVÏä\x16 ¡±&ë\ "
b"–„?…\e %bæ\x08 rk†£b\x16\x7F "
b"–б“6\x05 TÐRõÌxÒõ› "
b"–’ݾ•×§¶hë\x12 ÀO¶>\x03 "
b"–ŸàJ\x13 z²]ÉÌìMÊÌ8Ž "
b"–È-=ªÔýCnÀ\f\x06\x15 Ãd0 "
b"–Ìü\v\x03 Ð\x1E dz\x19 k+] "
b"–õ)à)\x00 WaðÄ)_¦ š "
b"–ù6Œ\x08 eË-QBË6Òda¸ "
b"—\x18 GC‰a¾Æ!Wï/…¬J "
b"—\x19 CÍgayy<¹¾·{\r ÈL "
b"—%(,ÖªÎaùy·(¾\x13 !U "
]
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.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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`
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 (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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 (0x5CAB5F4B8C9AA31960F040D6DFE7F3D3 , 0x5CB206630446C169E41BEFD4B0CB4EDB , 0x5CC15BF37BD000CA6541BC766DBB3972 , 0x5CCBFBCE6D2036B9221ACBFE44854CA4 , 0x5CD2294020C4AF9A6E32FDDE75792177 , 0x5CE7BD680E1E77D2ADEA734CC36DE242 , 0x5CEC167A4DD17D08F6F57274A190B3D8 , 0x5D103D94D28965E30BE9E88F57D05902 , 0x5D24DB4541AB31A3DB5FF4A74F6A959F , 0x5D305CC744E445E1747B6B82D17E1FA7 , 0x5D363E7E05546F46C1BE67B066C6EF96 , 0x5D4EB08F8C673955DA2C3248B69571F5 , 0x5D553120D4BE80371BDC0E03D8ACC3DC , 0x5D652F70642ACDF85EBE85F2CFD3517B , 0x5D6574DFC12444D8194BBD0771C5D517 , 0x5D6BD76E2D785C58DFE6D4989F86F883 , 0x5D7E2B01F4AC460766CD557CD3CE030D , 0x5D8253A25EB4C8370D7BA52543AF6F07 , 0x5D9F1D799D8C52D92F81F35BE6110579 , 0x5DA385B51CE2D62059D3FF50D5EC5A30 , 0x5DAB6F0021EB216F97ABD93BD3E961BF , 0x5DAC47E0C029DA124C25CE13E1741174 , 0x5DB6F666DEBE3040D3CDA2C1B75D98ED , 0x5DC7D0BC5F6987A521138C1CE687C970 , 0x5DD6F5ED021DB1BBBC4ABD0310D68D41 , 0x5DF2D2EA914CA4C3246EEB4134BC1517 , 0x5E011C9BD268E91728DEDFD51774008C , 0x5E1767D194CABC77E0F93C663C31F5A1 , 0x5E1769F32BE26CAE7B2F5DA1AD6AD406 , 0x5E3A994B433C8983FDCFA72C28D58A6B , 0x5E42218F1BAFED1943E5599D9BE2094F , 0x5E4C7D3676B40450615CD98D8927FD1B , 0x5E656A4296695E67ACF4AF25FA61A988 , 0x5E72396573BABBDBC22874AECC6050B9 , 0x5E80CE7A079CFFCED74D113794938F7E , 0x5E8F23B786F3FBF95BBE9A74D779F687 , 0x5EA1181284D51F18CEBDFFD488589193 , 0x5EAC0C033307915DC60EF45935C0E543 , 0x5EB28012DA5E270D8CB5DD4F16548F72 , 0x5EB83D968D12B49F8471025E9DF0C95B , 0x5ED3CBC4A411EE3936F0D9E187C980AE , 0x5EEFB53348B86882B6ED6114D99C51FF , 0x5F06C430858AE5308DA80AFEEE1AC788 , 0x5F10C2D4DE12306F562DC5A72AB8288E , 0x5F10E5BE56F873A952D2FAE71537B017 , 0x5F22644877B07A717464C2E3AA81D38D , 0x5F2F18C061CEC0F4BFB96CA7C0A63349 , 0x5F32AA6132294C3998C8216BDEC0DFB6 , 0x5F34EFC08FBCDA51E84E2147A2B23256 , 0x5F350ECA09D6BAD890CEBA7347375642 , 0x5F35BCC7E7EC3B79B3DBE004FF38A214 , 0x5F4B4C0F457FD979044BAD6857345CEB , 0x5F4D2717720F5C66AC9F1511A3E06FFA , 0x5F5C216C83CC33D3A651A4B8DF53873D , 0x5F5D5981326B635EC69E53CE874474D2 , 0x5F79FF37B1E32170483D091139F990B2 , 0x5F9A68693AB51ECA34F7CD49F14D8D9D , 0x5FA4EE3D585952716E877E04C820C403 , 0x5FB8A4E26BCA4796D86402E688F26249 , 0x5FD10F8F5A77777E168FD615ED0DA483 , 0x5FD2C5DE12C7107576A347128A3D7F3A , 0x5FD5314AB0968B331FF9B23E7C96EC18 , 0x5FDE906A14F26432D8204908FEC113C6 , 0x5FE08BC8B1E168616AC486FCD3DDD8B1 , 0x5FE23370B36454421137D3737E904106 , 0x5FED8FD57006BAD691826C40C5A19FD8 , 0x5FF0D309CDF0E0395FDF776EB0171DCF , 0x6005C24BCC5A1DA19F956BFDE3C83D98 , 0x60141CDC19872B5F8C81C8BD69D9A3BC , 0x6028EB34C2ABF84313F8A69BE54A510E , 0x6034BEB77188F7796082E8014698A622 , 0x603BB48347D2E5E81C10DFA4160C4CD6 , 0x6040BE41F9B6F4004122E510AC302CEF , 0x6053B29EA271969D70B17E789DDC706C , 0x605F740B3CDE158A72B1B00874AA463B , 0x60640EB7D301F7D6CC173C681E67B340 , 0x607A1DD8D42006F7A3D4165C529E3E67 , 0x607BC420420F645909E663BFA3FD0237 , 0x608979AC8D9A0DEE9835504268AE2189 , 0x60904B9C0D0D333CF26B3DD06C407184 , 0x60DAA056C7EEAF31CBD4C8479B386051 , 0x60E2D3D55533CFE32E69921712F6E01F , 0x60E8C47B2F101E178CE464C4DBF6EA1E , 0x60FE9FE018F034C7A7567D7A78E9B692 , 0x60FEA2545936DB498A0828CF5E6B098E , 0x6104948869DF0B00CE1D43CF5635C5FF , 0x610D25EAF416973444B1FE4E33F95E03 , 0x6114E7E3CBB06A290012BD1CA9AB8233 , 0x6124E5310EBB997A31075D21AF846A95 , 0x6127637AE3B5F4D25692CB7B3C226CE8 , 0x612A69F302A38B23D1ABAAFE3AFEC6B7 , 0x613F788BEBFCAC6818A72B9199BC9A4A , 0x61861489BED7373A28315D0652057C77 , 0x61906472BACB33830F86FC1DEC394A4D , 0x619B01C29EC4964F2992F0B6810E2375 , 0x61C1687D7E4BC64B7534ECC60FD4F62B , 0x61C5EB73E19B40692B46A065408A3084 , 0x61C7D4C71790AE0BD27117A9445E2A64 , 0x61CE74FFD1A9B1705BFA062AD04B4F45 , 0x61DE97DF27C09636221243CA762DA3B7 , 0x61ECC8A893FAC1F9EE2C70A49EB61CF0 , 0x61FA318073C1F5840E1DCFFBA6E0BD5B , 0x6207A5DCF9D2AA02D64803ADED1225A6 , 0x622105E95265B6E79636E0E690E25D7D , 0x6239C152BDB9546A41365044766C9907 , 0x624591337AF234B7644F13D456C178C2 , 0x624BEA564E44384CE6BF061E60AA0F8B , 0x624FEDBC8515B1E67C2E631350ACC5FB , 0x6257E0341B1B7CB215221B14E45B07B5 , 0x627E2EFDD904034177E0D8FF4762ACED , 0x6280A0ED9F65E788B9C63D5375C00329 , 0x6286D50064C04C759F2DF2917CC2BD61 , 0x629222C280C0699B664F1BC454EEECA3 , 0x62A0438FC95CFD284B0248BE5B71EC7D , 0x62C08980A7FF5CFAAAF5E341E41EB6E3 , 0x62CD0F0B546094C0236C57610711F21C , 0x62ECA5C4646CFB26D755C2DB8C99110D , 0x62F8975328D8D8584EDCCD1FC9DA2FAD , 0x6304CA333777B81E94ACCF9EF7EDCE88 , 0x63067EFFDB31226588225EA977346B40 , 0x630B3BF96F7724560D8D0D845CE3787E , 0x63109C5D7915E9D255A02FF10BBD3E0A , 0x6324E04AC395A32340296D3E4B10167D , 0x6326AE49708E3CCCD9ED204E54C85A7E , 0x632D15E6B21A26D1C1BF0FB7EFAF021E , 0x63400D9CAB052A4353EFE6464F531760 , 0x6342E17C61F3B9570652E4398EC44A57 , 0x634A26463F7F938D5434CBE9CA03A300 , 0x63591DD341CAEFF82BEE5E704EAC7556 , 0x63610FE25772FDED438ABC377E6F8B72 , 0x6370B7A84D809D1286EB32B572169EE9 , 0x6386BDCC900F4209B2E4834B2AAD51C4 , 0x63ACC00B297F425F8AA85356FB188606 , 0x63CAB9F9E0A84A54513A5FFC030FC2E3 , 0x63E02FEB3BA93E887BE7C40EBAFE0514 , 0x63E6B158C4F56EB335BEA18E9D3C3BAB , 0x63EA96F670045F1AFDF6C0E9B3928DD8 , 0x63F98D6C091D62BDCAA47D0E2EE9105C , 0x63FD30E2DB1B974A4FF30070AEBBB5BF , 0x640240FC438DFBD75F402388D3222C48 , 0x640A4D495C4C87DCF35080143904FFD8 , 0x642309892D6F3C97506AF4887CDD4CA5 , 0x642DCA61D5BE95EA24DD0FC776EDE944 , 0x6440CDECED44651BCCF9780F91D7A35E , 0x6455BC56B672CB0A32BF36D826030243 , 0x645C011416372451053EBF60E11DE2F1 , 0x64668A213083CD1A755FDEA6F9CC26D3 , 0x6487770D8B2FEF580F801E85736C004C , 0x6490847CD4908A50552BC3FC813DB8CF , 0x6494ECA4C38F018BA08B046CF3D627D5 , 0x64B8C111D14608F4497FA4A2DEBF9788 , 0x64B94C6DCAD31AA55DC2B7BF61708CD3 , 0x64E1BBF2DFF3D05A087B95ADDDAD8AB5 , 0x64E5D00CBF1D08B384B1A5E256576871 , 0x64EC33934B45C3E1B43891E7A1751969 , 0x64EF86E83E94BED49DD2AB046396822A , 0x64F0936F698E553D4FFB2FB04589932C , 0x65100255F11DBF59024DBEF1C9EF3270 , 0x652344E6E50715776C6014FE17D4EF66 , 0x652C0F47E60959087B4F1DC762ECF5F3 , 0x65328F840D727E6F469CC4CAD9E504C6 , 0x65415E29C09E4FB2332FD50098C9BA0E , 0x654D0B72A4F66B6E5EADEE5B81F0BD6C , 0x6552045A351304E0BCDB45D67E96763F , 0x65616ADC7286312E7DDA68B69007BC43 , 0x6567053D6BB486FE905240B036319892 , 0x656B6873EA1A8EE5A5A6B5499A0692B8 , 0x656F84FCA2E15157763DC1750F93F6B2 , 0x6587D9DCDFF3554B2C3864890304B8A3 , 0x65A5108226FAD379B77DB5083B6F0EFC , 0x65C48245AC8FC6E5B962A09ED4701147 , 0x65DA5E0C9582676083602D6CD6E427CF , 0x65EBF7D1F6454A4CDFD47AF9CBF4C9C9 , 0x6621AE7AF9AB881F51600D54C5CD4871 , 0x66317B56B4D6417F04EB6E19CD799EE0 , 0x66395F1E5C4B1880515D161A87FF0FA6 , 0x663A52B4D89D46DEBFB6DBE7BCB7BA42 , 0x6653E5A3EC60388E22968167AAA40F65 , 0x666DB00409EC137CD82142ED0333F41A , 0x668B34BBDDD690933B08F0997742ECE2 , 0x669F538175B1D278BBAA8402D780AD1F , 0x669F84BAD21CE049C3E5E4C3953CD4BE , 0x66A34425C39A19450506FA1244A51763 , 0x66D134128467026CFFF97071BE327EC2 , 0x66D4D173472835FAF40D5B266A0F4C5A , 0x66D8A026A401C34A30F6F6E624D04F15 , 0x673C2957F5B9C342BF7AE56CAFCC8CF8 , 0x674958DD7E3B50B6F73BD99860D3E813 , 0x674A6FDD4EE13BC9C07E8A5C7EACB06C , 0x674FF689F06AC7B3B733EDBD21D60AAD , 0x678AA99727FB350A480F384EE3095C94 , 0x6798CA1FB6BE3142838FA65FC7F72E88 , 0x67A78E579A114CFC5C9F958353CA6E71 , 0x67BD036D493207E10A7BB81C760DA680 , 0x67BFD44645CC441E0AE421933A979E37 , 0x67C26837FBABD0A7792898325DD47E9C , 0x67DBF7FCBACFA317CA7EF638B3C131A6 , 0x6837C84E1429C1BFD57C8485A564C6EE , 0x685165EEDA75401EBC144C7EBB65E16D , 0x686B33F68004133F921D9EC9F8508D4C , 0x687B94987A683F536D24F704E177D56E , 0x689DE8521C35CE28F074531720509BDF , 0x68B23CEF480E479CFEFA3F727CBC870A , 0x68CC9578DE6BA2047BE359BE6372F26E , 0x68D040BC8F44F7ECF59F5C68BE3E8FB5 , 0x68E2F8883370AB0C7940097E7F0E2387 , 0x692DA4AA2FA1AFA59B9E9C06F4CBE3F4 , 0x695BF0283812BE1516FCFB507A389265 , 0x695C19A3031C016DD8A451A29E982487 , 0x699F70C616292EA34653BCB3D01BD21B , 0x69A4F1149E9565C879F77C173897327F , 0x69B416EEBBD47190E380CB92127CBAA0 , 0x69B518D800C60FA19C420B9047454C83 , 0x69BE6D2ACA82E9ACE679C69EDDDB52DA , 0x69D211EA252FF67D0C484774E528CAAA , 0x69DE4DE895055BCD27EF5CC3AE8BC725 , 0x69E9A2C5CB4073AE611FBE64917DEE49 , 0x69EEC700642BCB52E14C2F24B45C960F , 0x69F3C61317BDC32DFED76B25DD29D29E , 0x6A21AE775AC23A0D43F78512BD6D19BD , 0x6A2AC49E42D7B9A768E13BDEF9C9A8B4 , 0x6A3CBFE173A956D24CA39FE62D07B2DF , 0x6A504941CE25508250B90F3C463768F4 , 0x6A5C58ACEEE8D88917BC998A4D7C6CE9 , 0x6A7BCF82A9E4161F51EA88DC941D8E43 , 0x6A8448F1A8982CAD111AE3E038B6F3C9 , 0x6AACA4C08C99F6A13A29A7F0D24D2EBE , 0x6AD7F62D2FF386853C8FFEAC74CB18AD , 0x6ADD06DA6C8977D9D4208141F7307C1C , 0x6AF8ACC9B1D05460AD0C8FC17E02A047 , 0x6AFA3EB51F719E6498D14F817D6B7A37 , 0x6AFF885128FBB85BD884FCDE6C38E2BD , 0x6B087A289859612B8A33C8573055A0F2 , 0x6B0E1413FAF72804008E95C60CFC1F30 , 0x6B12130F41E4E817CBAE88A587CDE4A5 , 0x6B2B8239285FA41754D297617AE28000 , 0x6B2EDBD71F9D3D110E11C6E179B449A7 , 0x6B4D2861211901E934767BBD781710D7 , 0x6B5EA5BD67236478E93DFAAD18A28CBF , 0x6B732280A8577FEE5BEFE4A12B4EB20A , 0x6B89D823B713375C02888850CB5BBC80 , 0x6B8A8FDEA8632AA6C53511B7B9C6B629 , 0x6B8B7A765FFD6230B04D5F2EF7CB5773 , 0x6BA4590751BCB3C87BAE021E63F868FC , 0x6BA9D4705AFC699E7AB955517CAAB27F , 0x6BAC50A86DE5DBA24B252BE16186AEF4 , 0x6BB67748C8B1D6F09DABDF93426688DF , 0x6BC917ADA035BBE8026954B535D240F2 , 0x6BDBD076AAA0F5DD214ABD980AEBAFA0 , 0x6BFA405DE4B06A7D2B9B6B044DE8B4A3 , 0x6BFE7B3D9172203C081E7311882144FF , 0x6C0B94D6870FBED2AD7E8F35692A4351 , 0x6C1705B9C34E3C82763CED26E82272C1 , 0x6C1D4EAF5CCBD5D25C49856046C8CAB7 , 0x6C34E7DF02C278720992E0B1A3D57A39 , 0x6C3A7EFCB28CA184DC520C3AD725DD35 , 0x6C3B8795BF83CA0BBD77BACF461E1139 , 0x6C4BA53A65C70249E90D5AECB012EDE1 , 0x6C591FD2C15315FA1DBB2BB3159D9B81 , 0x6C5B5452ACFD96B4AC0E70AD9B9FCA11 , 0x6C6BE0E0A48DBB799879C7E9462E2621 , 0x6C956D99C1637809452693FF8D0C2532 , 0x6C9A8B4E6B342D693F1E7C2047049411 , 0x6C9F938153BC10E2460CC9815F62AD07 , 0x6CA05C9C2985C8B6B8DD97F6E6361C29 , 0x6CA78A52B4AAD21C294C0DB2F8734036 , 0x6CAA7EE9C5779C6A299087690089AF7A , 0x6CCE8B3D5471E8A655BB3CA997E748B5 , 0x6CD724614FE2E8161E85C881C807739F , 0x6CE2DBB52765DC10EE54F2786E207F4E , 0x6CF879EF353AFE7DE6A96D8814CA93EF , 0x6CFBA6F45FC4232C56150DF97E30A35D , 0x6CFE5E7D3EFA8E4031502F1713060416 , 0x6D3A751B952129F37DCD3D2EA8D89547 , 0x6D41D6F2ECF9BD701146A526C7977539 , 0x6D429531C79682491192DFD191FE3B35 , 0x6D4D91DB509337E705F5F9CB1B2FD8E1 , 0x6D556AED5E7E5E446AFAAF5AFF7905BF , 0x6D5B1A5652B19B9AF4FC8D0F34E6E166 , 0x6D5CA2A50BD579BA5126A02F5BF1BFF3 , 0x6D6BA6A0AC6C011ADB27DB233C348F7B , 0x6D9F458B6DC9C1B3FCAC892D1FC16433 , 0x6DA1BC3A8D66A6FF809D95AE5863BDF6 , 0x6DA644CDD07B75EF693BABEF97AEE207 , 0x6DB997B004EDA17F63BA15119A97EB66 , 0x6DBB679029C211AF0294733A8EDD27AA , 0x6DC80C27498E9B10D0F97624091E5E67 , 0x6DCCC07779DCF2DE71C808C8C4E6ADC8 , 0x6DCF70A086EA49E04E43C7DEB8E6E9FA , 0x6DE61ED14B0C47A47C46E4E99C14EF65 , 0x6DE70F27E6EB4DFAB64239831A90D7AA , 0x6DEB5ADFBC179D276F6085E5152C1097 , 0x6DEC074B77F2C1297ABBE2D2F4BF5001 , 0x6DF4CEAC369AB4EAF75E9D8CECFAEF2C , 0x6DFC2C8C5B21E154B61438F2F35D5E6A , 0x6E1573D4EAED3DD06D852ED33DBF1208 , 0x6E2092BFC21A3EC6B67984230624E18F , 0x6E278EB3EF7AA28EA7F893F948D13C57 , 0x6E292C5B3A9B70F7A7B821AC2F4A539D , 0x6E2CD17AA13A6687D034B85C522F37F1 , 0x6E39ACDED688470813ABD38E57140F82 , 0x6E42628A0DA043823912D1D285DBE31C , 0x6E51D243AE099A7922F3AC4FBD0EAF8D , 0x6E6B6B259FC4D4D8BD555D4A96F4ADFD , 0x6E7C26F62830DD593B72B4201546CE3C , 0x6E9D36D761C19B0EE50EF623648BF9E4 , 0x6EA2CA9B90BA7A80B1BA43AC0F8D05E7 , 0x6EA623BAE542B684C2C1C502FC58366C , 0x6EC031633CAC69BD2DE89932E253D17F , 0x6ED5027C155E087751D336654FD18DAA , 0x6ED5D4D5C39162A33B3DA142F8E14957 , 0x6EDE2EF4AA7B54B1B6A9F32D3A647F60 , 0x6F2FAE2FBCC319F0BED61F8D931213C5 , 0x6F3663B3ED7B6C8EFB94C63AC3A953BB , 0x6F4F683662BF93EDEA937E1A23780972 , 0x6F5127AE963BE98D04021A9EA9E833B0 , 0x6F6D9F2602262FD6B4EA71C362F10710 , 0x6F79EDF3D65FA89873848C5C1157D4E5 , 0x6F7A6300917EE09313D4F9A67D0EE25D , 0x6F7AA585D1DFC07E42E4A82F5A400CA8 , 0x6F91253D62DDB3C5FEF33374FF7716B5 , 0x6FA4C14FAB397CA555D1DB0635398E4C , 0x6FB35D55240A1B8EC9E693D79D342138 , 0x6FBDED6489165B04900C91B2C4FE5574 , 0x6FC13AE670A7CABFBC43BCB022232009 , 0x6FC312F1E3C2AB7BE05C706176935E9D , 0x6FC736B980D4FFCE4EDBC11E72D84E66 , 0x6FCF3C04CAF4D27472264B0EDE755153 , 0x6FD50AFD13D72512ACBD4A825C08ABDC , 0x6FF2140909A71B08BC5BD455ADA22496 , 0x6FF2537DD7D90E93CAD24733BB9D5EE7 , 0x701070170B81AC868520C4231710C5C8 , 0x701E24F38A8204AFB08459F7E34FDEE7 , 0x702AA624368CCF1609E44617D256EC89 , 0x702DFD96BA9589B0C011D03EE21ED395 , 0x702FCB22BDFA1A9B28189E110C1B6CD2 , 0x70495FE8B0780540E5106DDA31EDD440 , 0x704965C54A786CB4BC9D9A1EB55CF028 , 0x704AF9F1F7AB4D06C3D35212F6C18DD0 , 0x704C04E6628C9E8BE006303776064CEE , 0x705F996258CD4A3F40F49FA1813B3C51 , 0x7067118A56E7DC84C5D4FAF144EA2845 , 0x706C892126026EFBE8B3FB03B2D733B1 , 0x706D2CD36A7047D081DB53EB9495E4D0 , 0x708C1172720A11B8894B8AB617B19F5A , 0x709A16DE83F675661918BC2C727E06C3 , 0x70A16892522E4000EA6B97ECCC8E1D13 , 0x70B89C3A1660B77591F88117A305B35D , 0x70D17D03F7D7857B867D0AB944325210 , 0x70D7DAC5809C7E782D0B8FD4C7294CA1 , 0x70FA225F35EB7C5DC2473CD958718434 , 0x70FA762CB5A553CD6B8E781A85E0110C , 0x711CF612F13A6DBBAB3988808E50C141 , 0x7128DF84D1F0E8104F065E6AF50F514F , 0x71382443E3EEC323386D3414EE03CBAF , 0x714768E601EAC4989569100B51D42611 , 0x7150842623C91E3E54E8D71DD066C890 , 0x7150F95FF80E4C4A7AD66996F84D86E7 , 0x7158B72AC6A099CB91903650DD03E849 , 0x71598045038DBA9EC321CC86E6DFB53C , 0x7164A6634795DEFC638FF2ACA180BAE2 , 0x716BD3113F8831471774D0ECA25915AE , 0x717A40DEBCDC147BA6FDE979EFF6C62F , 0x7183C4D34797B6AD0418CD1F1CD7934E , 0x71A94FE307CB38BDC51D8445A6F19067 , 0x71B606C147EF24FCD8CA06007FB59693 , 0x71D32296E3520B5101FECA6EDFBDD935 , 0x71DBB985F3A6BA15D684F0BD2661D15C , 0x71EE677F18FF3AD7240168FEA7E4D4F2 , 0x71F08DB91349B0554EEA41041695833D , 0x71F094E7830D56F862A5CC3F6EC3592F , 0x71FAE871969F017B6F903F9355D8B116 , 0x71FE69F0EE7F8C3D532D0623FCE7A12C , 0x721590F38C2E093BA91F4B20F4B9666D , 0x7219F8CA1F462A9A45C92E263813912F , 0x722959C90DFD3D221DC294B7708A24FC , 0x7234434380E85C79089F15A92A170198 , 0x723FD675321BCA37408C8BB9976AFF07 , 0x725E923F740FC6B7E453C4C79067C893 , 0x726C540F06BDF5C1D79FFAD1FA377659 , 0x727BC2DA7F1ED36A387F6473FB8DBBAC , 0x728FCF002A5E9C8B4C67442AD8010E1A , 0x72A5CB19F96FB3C115FAA25892F94C3E , 0x72AB0DDAC9CED44F31FCD49896835238 , 0x72B61D2E08DDCC259C52CC3EAFA553C0 , 0x72FD62DE15F877CFB8A177B95AA96B94 , 0x730A486388FBBA61552FAED2DF982A97 , 0x730DD4C79FFC6EF9E26E63EF7CF16530 , 0x7316D178C3653E18321BF75F7C758CB3 , 0x731912BFDC2BBF767823F286212627B0 , 0x733FE70C4A050476BF1398155E650885 , 0x73402A5514581CFCB64BA5ED17C6F3EE , 0x7372A34DBF6A85D8DD32D1A85CA9C861 , 0x739A156F234930CED8A42C0718AFBCB8 , 0x73B850F8DCC7B6EC1B0DAFBF25972E77 , 0x73C726B4FA62127F65D719E5447E3115 , 0x73CCF5ECD08BC21991F5B0C5F3EC0847 , 0x73DFB88A0CB6E7ECDF735BD4F5DFB8A0 , 0x73E754793DFF13B355792AEFD289D350 , 0x73F06FAFBEA3AF72D4B86B3832A9E6AB , 0x7408F61B846AF5AF01F4D9BAC0418C29 , 0x740B8AF14E5A0CD252C823AA59BCA787 , 0x7431C2E4CA2F1B5B4317EB89884E9C68 , 0x7436EA36899CB6C31F9DA4481741BCC6 , 0x7444535D503A2A0DDB76C9906D5D5F14 , 0x7444C33D0351A62C31B9DAA6C0D08828 , 0x74521A1690ABECE211289F057837ADA7 , 0x745E8B310512521DBF81836628D2EF08 , 0x7467C225F2BDAD562A7205884606EC35 , 0x748E75AFEC6F76C68E398FC8E1746531 , 0x749071ECB2A23EFCBFB992F736AEA850 , 0x7494C06B1A5934C626288BAA9CA3CD2E , 0x74A1C816BFD7E0CB16FF10874D802B85 , 0x74CD0FC164556E04FCE64EFEEB20594F , 0x74DD73A30B6D870D70AB743D20AB839B , 0x74E6E980994D91CA307BDFC1F4478206 , 0x74FD8BE9EF3210FF1677EABE53894480 , 0x74FF96093ECCC74FB96BED7F7CE207DA , 0x750E02F36D90A162C356CEB22F05AD50 , 0x750E75B6898236763AFF0D224FEFA363 , 0x751B19B607C15BAE6A9C39C06D3CDF19 , 0x7558BAB3A1AD3BCBB8E7FFD69FC6CBA0 , 0x7571B9E179A09EF89B8A92E598212999 , 0x7579E02FADF6C2B39FFF2F2DF3421357 , 0x7596CF585B12FB691307FEAE1B89651B , 0x75AC406ED7F21CA929D57EB1366ABDB1 , 0x75B8863A2A7C1F419B5E3705F7E539F3 , 0x75C9E9692AD8B9AB08FF40DEDF8F5CCF , 0x75CEBF7AA99C5817045F3EC838DAB0B0 , 0x75D5D784C12FD4C8C98CFFCBAE585900 , 0x75F9E677D34BCD738080C44A453A86D7 , 0x75FF010D33E9AA93EE96C562077C7985 , 0x7600D1DDA4C71EB1E03DB4E3214BCDA7 , 0x760972A0BB719C3BFA352570652328E9 , 0x76673FE57B6085843BB5F9C9ACD2F136 , 0x767165353CFC2E8E788F4AEC5507111F , 0x76995BEE1E21F430F53003AD4E935E9C , 0x76A1F311BA728904710B54FF6C6F9721 , 0x76A45BAEA48D8966CE1526F182A40104 , 0x76AE082D54DDCB230E342AE39380FBF8 , 0x76EFDCC4E45284FF5C6BA327201EC129 , 0x76F45B453EFE765800259EFFBE18D563 , 0x77069F85A4D8B96A336DD38E6EB63988 , 0x770AD8AF15476E2AAEF8492BE673F3BE , 0x770EED1531A1F681799E7E53B9C091DF , 0x77186194449122B4F7B531085ED7A9C8 , 0x7722ED340E7EE49E9A43FBD49F4A68B1 , 0x773898891C8212A65CA6078FC94B01D3 , 0x7748B393136B90DE6CD191611C081C1B , 0x775E4FD36EF921BB42C3B743E21EEA91 , 0x777D2E01FBDCB5ED59353035A8496687 , 0x778AFAB73F7C7C93126690478307C12E , 0x7796A0B06A9037ECB5F60AB7BE777550 , 0x77A50567F26FD7A51D84CCCF02C094A3 , 0x77AF1F27673B795411F05895E9803C15 , 0x77B6806838E2F0CC3A60E520562A5CE9 , 0x77E518F6B011BB20E513C63373DA0486 , 0x7811472681549F5FD8F00A00315185B3 , 0x7822F7A4089180B99C3879EB6B190205 , 0x7838022683FB1A9C83B8B70C01C6B2F9 , 0x783B3C47BBD0D42746F9D3A6B4C36672 , 0x783FA7586A9D98A725AAE6AB72A309B2 , 0x7855FD0A041C86446FEEE9CC18027612 , 0x785D85706942F34E289F94672FE086A0 , 0x786D20422F8D9D2B9B3AAA2F22742269 , 0x787670C33AD79119583EF4D3B3DD92E3 , 0x788FECBC18FC9C09AB7945A1D6E803C0 , 0x78A43EC738FBAC9D1A4E13D97D210D39 , 0x78A50F8A21F57DF41CF345BE43CC5203 , 0x78B8E4D336FAA504089B510E95A0CEE5 , 0x78CA516C4881FD90A3D42112ED4D3806 , 0x78EE16EFEE2E31BA478B94748EACF877 , 0x78F532045005292BC0E799C5D7533F9B , 0x790F7AE37781E8694739EF0AC594F4A8 , 0x791BA3F8415C206543D9F2A5372C3672 , 0x795ED37534B77D03E433E502BBD409BE , 0x7960C79A1D94280A1571DC52E981DDCC , 0x79B02F357273F262F6414FA4E2E6E41F , 0x7A3E9A2590343AFAAF044DD9FE0640DB , 0x7A73C540EA5575F8C2782E40401B6894 , 0x7A856889B0C845A7A3A6AF1CC0D7EF5D , 0x7A99EB84248D7B8B98DF08851339FA48 , 0x7AA7C898BE35479724430723DBDA374D , 0x7AB0E34D01F62D15F4A94091E594B3E2 , 0x7AB2436BD4D83A98EB26420067F30D49 , 0x7AB269BA601E04100A55205C9D7F2677 , 0x7AB3C8BC67776BE2AA8F8AE1A7BE7009 , 0x7ACDB9B5996350C205759B83DFC20CDB , 0x7ADD9EBEE47F1E682A06BCA1D8F3F35F , 0x7AE5361DC6EC9141CEB0DBA531543131 , 0x7AEA5F01D2092443A0FF66C96D69C05B , 0x7AEDF5B19CD1C27BB94DDFBCBA10F1BC , 0x7B16E188F7CAA88E0FC0DA365B530192 , 0x7B2F1E9EA8B0D21F1DF441903B2F1F2A , 0x7B3627C0085AB3E91A1004E5B8CD161C , 0x7B4934263D83EFCA83085FE76D3AB056 , 0x7B58D2A712259B12FBC6E555B7576D3E , 0x7B62C870F17584BE006462A0B6DBB5E7 , 0x7B6757A21A3DB79232C901E512563A64 , 0x7B68ACC065E3B8A1E4EBA9F437146F31 , 0x7B69835F078CA72FFC11394335E1328B , 0x7B6B2E6B5C73106A3DCB04E15507A7F8 , 0x7B8A37B1AEFB4769D42097C9ACED7C4E , 0x7B8BF32D348FA5DA8E9E0CC5E8964375 , 0x7BCA975AE07F15EFF03EADE753122E71 , 0x7BCBA35F7B0B6CE4C77D0BB8784FF31C , 0x7BE3DB4F07CA5C693EC51A55E548AEE6 , 0x7BF8A5788B64ABFD53BD5521973AFF87 , 0x7C033C04443E5627A5C762C0E6073C51 , 0x7C151D56B6738056FDE61C70A1E71AAB , 0x7C1CE12047628F68476E52C1D7287AF3 , 0x7C25A90C898CA01F361F7B3FEC71E22D , 0x7C2EF821E43D59DF7053F88D96801EC7 , 0x7C3001D58CB1987846B1038D1F72F09C , 0x7C55E26A2B319FB6BB6F4D2CA3A88DDD , 0x7C6F42CE4F6F2FB2903E12A8736BF6F9 , 0x7C788C9B42A57418DDB43878471B299C , 0x7C9EB69E6879BFC766FA993279E8896A , 0x7CA25AB0E222060F4CC6726C51FAA31D , 0x7CAE29856AEC1590D671EDC44E9890C0 , 0x7CB50D69CFE9A6B0C17A59A0C3C6CD03 , 0x7CBBDC19AED4643E8A9B2C263F25F495 , 0x7CE0F66ED0664738A8D457B0DA54BE20 , 0x7D0FA2DD1AD12267BB1710BC8810EBE3 , 0x7D2AD020B6516CD3F04F71D74C70793C , 0x7D33F0B90851293CAC24A8A0FA509C48 , 0x7D4A6913ADCF6D5462BFF23F93A87588 , 0x7D5B75FA23C0C5C3BBBD42819F9C3E88 , 0x7D6DA80A1C574BCA9C906F8EEBE76A8A , 0x7D9D62DF07C4C8A0049FA099556B87EF , 0x7DA131015B19FD316F435047C564BCF2 , 0x7DA23A4EE0CE4359CC174F07406CC3C7 , 0x7DCE27A4C22A28667B786D766CA65855 , 0x7DD395D43A7BAA7B4743079B035FA343 , 0x7DD64133BC4B417AADFA75917FD0E9E5 , 0x7DEC81AD8D36B82B8D7EE66F053C8488 , 0x7DF51C5B285FB0A4B74ADE6E25D51854 , 0x7DFDA48A063A860D092C12B8BD382D20 , 0x7E08EFF6D283DE2D09104880A3D8987E , 0x7E0A7B03275725DCFA34CF9AA7856F20 , 0x7E21E673B4B65CC8782E88F8EE68C7D4 , 0x7E29A9A5144C1E1157F51AF9383A209B , 0x7E338A4A6468726FCFD1600D2B07BCAC , 0x7E4889BB8A9366D229F69A45A666DBC8 , 0x7E50733D5DA29F1C939EDFFA4EA8528E , 0x7E5C3A869F017DB38C7A45A9D3415BCF , 0x7E5CAA431245529EF485F4C91BDD79C4 , 0x7E64C3192FF5AB94663966F558F943C5 , 0x7E6A636F59859AFB2FCC66937895854C , 0x7E7A9094AFB6EFAECB2970B90869D23C , 0x7EB38DD3B5E9F40178C4FCE129332C8B , 0x7EBD276B9BFFF01C9F3FC04919F168DA , 0x7EC7EE24C407B6AFB0EA4A81B0504817 , 0x7ED8CC6031A102CDF916E3DA52E4D46F , 0x7EE18E1164A90EA100E9ACB74D8DE159 , 0x7F164C83D6CC1DFE489C8B934824C3FA , 0x7F26B61F757D1F9CF2927805FAC5E234 , 0x7F319D24A1D9C643E64670E52E2BA8F4 , 0x7F37FB9F9FB8B8CA1F7E909A584C8602 , 0x7F432719A05CBB37A48B822A04059085 , 0x7F433FE33A14AB9ADEE1528C80C7273E , 0x7F5EA55D60F06CB3352A3C7286AE94EB , 0x7F6966C0B95929833F3DF7B2146A3E18 , 0x7F7713EEB2AF74C700EE93B002CB329F , 0x7F98DE0A95366F1D9B4276623C745A32 , 0x7FA6F153F99893E793A7AF4EDA1FD05D , 0x7FB95CCD05A979DD553FE13E34BA5AB0 , 0x7FC520A96569A680B3E06683293E8C0B , 0x7FC5E7D4C2EFE6D671FB8DAAE294B799 , 0x7FED3B893C4469BF63E8AAF20B1C11A6 , 0x8010A40A9E691E590058C84C84A67EBD , 0x80190E6EC97403678C3370A7ECEBFE49 , 0x801D8A3E5143444DE4D0DF7150590868 , 0x802D8006577F0658C53EC330F3ACF09B , 0x803F94CA3FF292FCE718EBFD8BDAC917 , 0x805687504A1583AEAB5AE3286814AD2E , 0x806C627793F4655F93BFF3FA836BC9B4 , 0x808CA036F7F4828F0F706F4EAF3B3EB4 , 0x80A4E46F7760BDC801995D37E6DE7C1F , 0x80A8BAE1AF0B53C7D779B16E0DA8015C , 0x80AE394084D9918353DA0DCBD9B0520E , 0x80B4DFC16D7E29373B846B75FE7AE19B , 0x80E74A863ABCE46AAC6999C4BE4D7075 , 0x80E98871C2E553E001082D197F4E58FF , 0x80FA3AB8334602AF35B4463CC3409EBF , 0x810119CAB247A3FCEA6901A4A93671C0 , 0x811E5D51FA4B1619BA1497BDB3EC836B , 0x8126FD0374EBA7CBD1EB08EB1BFD4D2D , 0x81273A83CCFFF6C20A964A300057E318 , 0x814C5783A91323F4B0D6FFEB4386BC11 , 0x814E3696F2FB7B9AC7A40B3C6B5A7A61 , 0x81524EE87B9D7DE9A5B5873CD3E1BE1A , 0x81560AF04CE22337B9D31D09A9DB9055 , 0x81661FA759391151DCF2EEF21AD3D6E9 , 0x819507C2A90418B43CDECAB493A79017 , 0x81B16DB4B9215BC5B4203FD503D7CC73 , 0x81E2AB23BA2907F8E7F1185C8903D0E7 , 0x81E47327ABAF52B221E2E91044444E19 , 0x81E7A8AD7E3D092397BB2ED20C80571B , 0x81E94788679C6CB0A05F6899BAB3A887 , 0x822231007C55B5C3C3E3B0CE4D70B888 , 0x822573057205381AEAEC24C85DBB13A2 , 0x8228443D6997DA65BB7A3F3FBC1A75E7 , 0x822E0CE96A6BB6FAF0D4F44857CD410A , 0x82450622D499904E47060B8D4CBDE22A , 0x824B250187500EC68754D4D67B21DEB8 , 0x8258E1EE796E4CE2A17E9853DA58CC6E , 0x82722B2B0D526D1835433D52F9905289 , 0x827273BC4D6C03AB7921EBBEAB600B95 , 0x8278AF3FE8EB23D71523F0A0DA1AC21E , 0x828E30166087FB778CEF8B88D95520D3 , 0x828E714BE988429CF2F34C7425617E40 , 0x829239DDB6B097118464CB657300076D , 0x82A9B5FAD2C4A91960075DB7F88F6141 , 0x82ABB82632B630E19A083C075529E718 , 0x82B06F4C5B1A10283F55067B77AC9C68 , 0x82B9A5042DB3CECA28A1ECCB8F5C5FBE , 0x82EF0AF02753A2957B2D66E836AD168B , 0x82F84B16520FD1C14AF514DDC342E293 , 0x830B3E64955CF7249B3022192A781DD9 , 0x8310D31011EA91D77D6BEA587D90BC96 , 0x831249C69C19CAC326036281F8C9581A , 0x83217C3C86125D0C730062B89DF44D4E , 0x832467D64C9FDFE734201F94D13EB2FD , 0x83397170CB06D9500D784397F40522AD , 0x833C680CB5F369271A3DCF1E1DBA4401 , 0x834F9D1EB7D1253AB774190BA9079F38 , 0x83520B73243EBC7F28DFCEE3F3A884C3 , 0x835CE8D4A7D3C27CD62D529C99A95995 , 0x835F5B2D85A089F56E7566422D93F6E9 , 0x8361E9EC6A75F2B185C9449E39733E14 , 0x838B73E04EE6D662DAA805E27BF388B7 , 0x83929E58E4150CF300ECE1539E88EF36 , 0x839CC6D032AC8E7C27AA4FFC24CD5FF6 , 0x83A7F1D21600B4072BB0A700A4F4FEE1 , 0x83ADDCB2C806C9A14BE157D2718C0DDD , 0x83BAAEE54E78BE98FFF585B1DFAFF08C , 0x83BB03E26A9FFF0161F6D9F4D33DEEA4 , 0x83CFBAF4ADADA4CB3405F1D1698090A8 , 0x83D150CEC22BF8E2E4B144A29C4680B1 , 0x83E03D872583F76498C72C76C714308F , 0x83E59C9608777C684EFD0D14DA3214B1 , 0x83F7963EA867C7EA02A67EB8C663C98F , 0x83FA227D42AD6F6606433202EF27D4AA , 0x84006BA2828091298AC6A742E20F7465 , 0x843CD2BC85DFE368ECF770D8C7CFFC54 , 0x8443D5C6CE74027A0AA279E3C2A2B1C7 , 0x84626B658CE92BA380BBBDEAF5363DEB , 0x846EFC1F82B65891594A2F41C3BE2FC6 , 0x84A3F3BBB59E66A686666728050BA019 , 0x84BD20ED5EC1F122525DB3EF5A590BD5 , 0x84D4FACA9A1BC18BCECA9430D11A6D00 , 0x84D9AB03ACD6BD0C43185DFC2ED39A74 , 0x84DE5B6BF1C525A2865061291CBD5AB7 , 0x84E6FD4AA7F67A29B25AEBDD2C8ADF92 , 0x8504E2A04C8C6737E9344F05317E3F37 , 0x8505AE22D6422A747F151A1FA5806D99 , 0x85120D9ABB11212A6A8F018047B11517 , 0x851D8596564604072AB308C85B6119D5 , 0x851ECD730D80904C76735012A1A4CD5D , 0x852119038CD0840FD43DB3414DBD25DC , 0x85279A4FF3D172AFA9A04276135A5062 , 0x85351E523FF9D101A19E03B8EF14BFC3 , 0x8544C19EA4E0E5DF86AD557E7B325464 , 0x8546E58DC5130550257D113B073386FC , 0x855266196063611CC3447E730C296348 , 0x855298FC0E7DBD0440DFFF254EAC2515 , 0x8554521D569F6F8EC0C8530F706645F5 , 0x856CEC16DC76C26E8F312BA61E7EFB96 , 0x856E9831A8F08B94E6A35BB6BF56A6EC , 0x8590C06A9EB581D2351D5CB57F9284FE , 0x85A03161349BCA72E75150D577ADBCCE , 0x85A92D8B6D4C389A3BC07F5D87799820 , 0x85AFFF1E228628B9F9722C9E42D114E5 , 0x85C0DF4D27D8E2DAE76D68938971BAF3 , 0x85C86BACE2FEB6BE39E0E152FF5DB8CF , 0x85E0A5D7CC7C2AC91850B302980E501F , 0x85E44E1CE4421CF316FA678BFF0C8A42 , 0x85EB8C947D1B4E2D16268A10BDEE9DCC , 0x85F01D91449DAADB8BC3AFB1B79B2E47 , 0x861B660519284DDEE2759EFDFC3240DC , 0x861FB3D11D55854D02F9B81A2CF230F0 , 0x8624E34C56DD3C2862DF9EEB6E710E32 , 0x862B028EA3588BED4D6A9E6290A2D580 , 0x8630C809445021C0A769D94F99FFF3A9 , 0x8647CD5005673618A2FED8E2E959AB9E , 0x865F088EB9B286FA0A677C89FBB23009 , 0x8673BEE89ADA933B628EA0028DB378E0 , 0x868050607154943E14F6B15ACA26F7FC , 0x86852B84B0045719B984850B40F395B7 , 0x86A9DF350B541ED6631B9BA7BD5C8572 , 0x86ACC32D816B74D59BC25474829B66D1 , 0x86B52CF9C6810C53F70EE6E0E5DECE43 , 0x86BC6B60F387EF4A2BF7C4EBBE48995F , 0x86BEFCF272E2D64DA164D3D06273862D , 0x86C3103C9DD178E7B8B64AF2D05227E6 , 0x86F0872875460C202192AE26B034E674 , 0x870156ADE7989E84AC1595ECF2ABC2F3 , 0x8709DD75A8A912A30C83CF6A03D9AD9E , 0x870C3C3A4B1972FC361F1CBE142CA337 , 0x870E335919F6BD5F56CF6A8B9D9ECFFB , 0x8711473016DE847934AEB8FF23AC84C2 , 0x871BBCC6D69D48C04E2B9DC49BC1D994 , 0x872B00DB760742876E0D78191BB038B7 , 0x875197D3B7CADE543908B6F70D9E1803 , 0x875865D4C2BAC3D318585F94E61378CD , 0x876BC24BB4AF8EC1BFF2ECD8AEB1BE3A , 0x877C1269DE9AB888150699CD1768B2BE , 0x8788A2020105FD5B318B1F4E60DF4792 , 0x87A618A41B703447D4237223913219A1 , 0x87C3AD75E76111766873B01FA3E096DC , 0x87C70A1E2167F49FC02C10C6BE53E410 , 0x87DBBD6687061054C9AE7F034CB193EA , 0x87EBF2B0BF3EF63D8F9ED71171B7DC51 , 0x87F272C7369DE0D8740A9F43B8CC7A04 , 0x882347025B8902384C18575D856A366A , 0x88630FD2E9FC50C57668A372A9B59677 , 0x88652EE1CF0E6686C1C01BF4AB6AB9D0 , 0x887A5E97A98EB8D26F9270FE001FCDD2 , 0x887B7328B4436AB25F9D16B495D46D7C , 0x888B31F06F0FD11BC50D106BD7EDBB48 , 0x888B399CFCCEC1B29B1AD447FAF76486 , 0x8892AB8164A7F00472E68F1AB4CEEBA6 , 0x88A71A86011FDEE31777D8D6DDB199E1 , 0x88B470D311232D7AA97607AD2016410A , 0x88BC38C6A6F12AEE1AD2194D1C305A86 , 0x88C0C15F8F4BD0D021C84F6B8AAF29F8 , 0x88D7C04E1F84BC693B6345A06A9B1D23 , 0x88DD0319A4AF8CCA216BDC9D73C44222 , 0x88F5EFE4D0097456EB52E51777A85A96 , 0x89096E007D3E8894612C61A05BC20D6F , 0x89209D7AE5F4D7A43E2B3F5E8B0ACEE7 , 0x8929C0A34338FBCFC1C02C542D785A1C , 0x893A5158E86801D22F8CCA2AA8686403 , 0x893FD94BFB942618D295E7068B44A311 , 0x8953FABBEA86514B54BD7E749213EA2F , 0x8957B6D03FA7C9A95C8C8D38B7F52F3B , 0x8962AED99D552C769FD42F02A5490CA6 , 0x896CB5A5DEA124E0FB561823297E14CA , 0x896DFFA17B259A50A88CDBCD0B36D3D6 , 0x89777C6C1FE424204DB340DE91CAAAE0 , 0x898B0A10EF2D6355DBE900D649C4A531 , 0x898BD42ECF2503200C613D803A092A46 , 0x898CCC8D939FE11BD478A5D5670CAE02 , 0x899A234685A35DDD56C338F8948F9490 , 0x899B2557798C9012EF75AD28391553F3 , 0x89A68B7F51451851A4BCF8AC97C179B2 , 0x89A6B083897AB07629E8CFD72C57E229 , 0x89B2AC193B02371B5B9FD64B32130AC8 , 0x89C67EA0A096152A851D5EA0F4048D5B , 0x89CDDCE1ACF3470FF29812A7AB6E208E , 0x89FC817BB0109D52885E11216A4FC2A8 , 0x8A00A2CBE3433B9A3C85C4BB9072FEC5 , 0x8A09B0B397FC2F0FF3DBE6F423B139B3 , 0x8A1FABC254DDB2150B8908826ACCC5F4 , 0x8A241D2D56619D3BE56F80AC0F7387D1 , 0x8A2AC1556A0FAA5ECE336DA4D853AF83 , 0x8A459AC559C2665631E453A7DDDC35E7 , 0x8A54B6C1E394AABE38FB5DB8C0098EFA , 0x8A6243C3AAD8601DA750ACF76439D7F7 , 0x8A63D4C57C7228DE6CAF63367203BF59 , 0x8A8CE7B5818491F17AF87DABF1A6724B , 0x8AA110994DC817CB0BC939D6E003C9D9 , 0x8AA7D72515D2B6595B0E8082B80A8BD0 , 0x8AAB396B1F892C8C2DF93B7143079D1B , 0x8AAFB687E6EA27E83C42B4C65F356E1E , 0x8AB5A0A57AB9EC5A1033466950B673F8 , 0x8AC9AC3FFA26C74B31EFC656E84BBCDF , 0x8ADFEDE44D3A11F57F1D0539F2AD410B , 0x8AE94A072D62D0B77B90F69E81B4104A , 0x8AE94B9E232D24BDC4062A4E84CC783C , 0x8AEDCFEA64FB5A3ADAA6D5671429D46B , 0x8B029BCAA1F4F27987AAA6AA32C04EA1 , 0x8B2813C7CCD26911D7F4C43C9BC1A7B5 , 0x8B299EB6A93A3FC1954E8B6E82D1FA45 , 0x8B356543CECC9C560BD84351CABE6573 , 0x8B382892D861738F309924F0D7CA1D8D , 0x8B443705590391DECCEA1FC29C9816A1 , 0x8B45605A4C6DC01978B3EA6565551269 , 0x8B544E38857377FBFA364C7191E69EF5 , 0x8B6233D8D3FC89AEB47241BBD4DFF27D , 0x8B6CE14424D59781326F19AF1563F621 , 0x8B7A60153D77B6BA91DFCBBFFAE2FF07 , 0x8B885559B86AD29E19FAF62477F59C06 , 0x8B8A53D396C857324797EE83385EEE19 , 0x8BA65F1CA8CEB4D59E87DC61A7D7A18A , 0x8BBD92F6BF34674A52FEEDA6DE1C9989 , 0x8BBF5488C93582A21EBB93581FD3BBDD , 0x8BCB21D2109C610881F5C3971163E40C , 0x8BDA022916BA5E756B12DC8366A0D953 , 0x8BE87D9D802A7E740D7057B514224482 , 0x8BEB161EFFC27DA62DEEEE93E271EE02 , 0x8BFB237ECD12A7463121EAB423027081 , 0x8C0DFCC2A6E990CA59C42800A3EE2233 , 0x8C1EA86D1F75F90D4E14F50495856F3E , 0x8C2DA44849FA5CB9453592748A46EA81 , 0x8C2E65651FB704FF974979C5A1E45909 , 0x8C2F9296364C7D16C2964F9A9E26A30B , 0x8C33E284DC34339292B82CC7B73F6780 , 0x8C36D851B70711E2A4D29489C9C94E12 , 0x8C4E08D30355BDE8BB73B1F8EB92280B , 0x8C603056D29798B0E70E9F9A5D1A9387 , 0x8C69154B14222DE0A568D215787CCE82 , 0x8C72C5139FDB25E2563C3644A7A7987F , 0x8C7BAC399E26ED80364F2F37A499A2D5 , 0x8C889F1351791AA954F87FE38E8D6B95 , 0x8C9375F2061709FE0288AF6EB96E4289 , 0x8C9645AA5CB5E1B4731310C4049FEA35 , 0x8C9FAB5FA433E76E6D5048F2B8DC0749 , 0x8CA67C8CF0DE9A8166270DF4F86C4789 , 0x8CC8CC9484319BF8668C6B2C653857BF , 0x8CF4FA80515F77E0B7A8F59F9E06BAD6 , 0x8D2288EED9F88AC551EC105C49B11D8E , 0x8D238A941F2569359FE7E1FB6D2A9F02 , 0x8D4ACF9C9ED1BAF5EF21EC4769214C1F , 0x8D5C80D2CF8DD34F568C254E1CEE6901 , 0x8D84A980C53D109A3D03EE6F1AA73DF2 , 0x8D86E19D9E13E9388A1ABEB80C15D998 , 0x8D8852A36D7B6B0D126D6CBC864D8ABA , 0x8D8EBA051FE3A869AEFFAC67FB7FCD86 , 0x8D91B1B2A5F9CE8AE12E6F4DE24BE1B3 , 0x8D94985F9838D04FE25B366A918FC79A , 0x8D95CF658A4F8A50062B36D70F9F402D , 0x8D98B1C6FD3F410EBC32EB939F5250E1 , 0x8D9BD50BEA9250C3369FF9FF7C7B1230 , 0x8DAC6A84933FF6EB6F48C91C6E0233DE , 0x8DB073FC05CD89582C059DA0F5103424 , 0x8DDAD376B7BFDDAB22632B55A478EA54 , 0x8DE4F9492F1A8F8A651FB58329B60A9E , 0x8E115606AA5090DBB11324D0B2B575A9 , 0x8E283E6614DA06588B948D5FBACFEEE0 , 0x8E522EF694E05E7340281F0A6C26921D , 0x8E653311FABD6BA6071643415A957737 , 0x8E72351BB8D6ED8A32B52EB43210C614 , 0x8E7DA69B59D7F741A3CB1A8902C83D23 , 0x8EB5A0251F69D7EBE20690C40ECD5748 , 0x8ECF79447B87A2A3EB4C46B9772072E9 , 0x8F04BF072391BA09E9B9C98E3746D8D9 , 0x8F096BFEA1967DEBF416C9631264FCA2 , 0x8F0E1D843A756EC3955B604588B41D56 , 0x8F1078B0F759C1E031E6D5BB5547599C , 0x8F28247B4C98CBEB3F222912ECFC3FDE , 0x8F40917401567806ECECB8A1FA27BC49 , 0x8F568879AD93C888B17213A80D98AC48 , 0x8F93151D87245EF5F0B856EC478FAA9B , 0x8FEEE1C21516556A6975AF69149B7D95 , 0x8FF55EFC70BBFD5C3CE1E76B9E29CD3A , 0x8FFD318CE53BB21EBE9D4BF1F5B137E4 , 0x9000F13B644D734E83013C1B225EA847 , 0x90022EBF048818418B2D56F044817EE0 , 0x90177B4A7CD84B97AAB5E8E3DFDF06BB , 0x90459C542F9134AA9BDB9672429CDE0E , 0x90630FD2BB628A46251807DA92878EA4 , 0x907DA12CEA75106E994274464704AFE6 , 0x907DCA0DE19A634D50ABF68813D67CE3 , 0x90814AB89A53CD4E071C8081C4230EA8 , 0x9099D245701DBB04377F91E5165109C7 , 0x909A123579EB3FA474A75BFFD0D57E26 , 0x909A4C075252192FFFB7952E152C39C1 , 0x90A328FAEF7D24F6A6F60A0F2C823412 , 0x90B5CE577F1AE09AF78EA28725626756 , 0x90B76B90EF0742B04D6EC0E1E7C55048 , 0x90CCF0D5D20FD81F0EF80144E96BBF44 , 0x90D5D3361298BFDB338A8A8EEC9BE828 , 0x90D6B29B22C5113BB49D64D0A13FB231 , 0x90DABF9D7CDF5D8B8CE54F8F66056BE1 , 0x90E29FF85F761D72AC2A5EBE536E879F , 0x90E98AA3FC57223FAEAB156FD45A5765 , 0x90EB42D72F39CA371E27AFCA8DC448F7 , 0x90F8683CE6BAF21A154796371448B81F , 0x90FA0B6CECECA0E4F9A0945113C13714 , 0x90FC146A419A44A6B4263F3CEE704E0D , 0x910B0DAEBD3827EE595EC01BF1C2F592 , 0x910E650F8D606E4E0D955F4C21484A68 , 0x9136D9DF86BC9FE1B2BCBD19474EC16B , 0x915A35A7907750C876877D6C7BA9920B , 0x918A19E198D1C79CEB78ADE9920775DC , 0x918CA218E0128344646F7DB9B185FBB7 , 0x9199536EE6F3FD7FA822A791BCDD09BD , 0x91B652C8D1C1CF2464A0FA964CD0C8AC , 0x91B75C68BF3ECA5E5B3D1D176E9EA5C5 , 0x91D32AE85D9BB9BE7B39FB7D68337940 , 0x91DA3A28EAA4638014F445E793CD653C , 0x91DAE526E6803F5E4ABE99FE9C9A8EF5 , 0x91F07780D796ACE784942312ECDF5AA3 , 0x92012220D77127C9C4CA9CC1A37AE0D3 , 0x920165CE079C8D071737B505E16B9632 , 0x920C7149104EBA01999167138EDFACB9 , 0x922976140462CAB227A47D7D380EB8EB , 0x922F3DDEBB75FBC7B8143CDD8612072B , 0x923117C162D545A685174F20DE971D31 , 0x923E81D20BCF5A41CCFB208A1E3439AF , 0x9243E1BBF6B794DD2428648436226F0A , 0x92447A24DAB365859D85EA81C22E3343 , 0x924F4187DADB50E8F11E1F54EB26A371 , 0x92545E6D6A8F870DAD460D84D3BECE4C , 0x925AC268074EBCF2A3A0F200841A852A , 0x926B72E207F848B086E9AE0EE69C4FCC , 0x929DA033CAA4813D07EAA19B8DA7FD87 , 0x92B369C1308414EF73874466EB3853E0 , 0x92BB7452A87B7F0D67B25998451D180E , 0x92BD34CA3CD98C720EECCB2BDEFB0504 , 0x92BDE48CBAA949EA6464B2AB2290EC1D , 0x92C4EDD5F2CF006A90E7F7F922D856E9 , 0x92D6E017C39288479F70C01E82B2D272 , 0x92D715CFBC08915BA0DD2ADD35C016BC , 0x92E18CAA2DA23372B646D683D89B38CF , 0x92E4D508DFFBD9BBBC84066CA184B8E9 , 0x92EE10DC5524BBAC41D823BAA214B18A , 0x92F527A30464273B38211050F7DF9CCC , 0x92F7FC972E41558471C12EB63B50F0C1 , 0x930AB27FFC211F6DAA3C6399A7DF408A , 0x930CBDD69493115C528F89B8F12DF603 , 0x9316ED3699CABE7F4A0DF2944C705DE3 , 0x932B14A75DB86B3DD692C1D7ADB46547 , 0x932F5AAFF30D2CE96685A50C3DD86D7F , 0x9333B1D4F9E51B74AB543F819665EE7F , 0x933A4718B4EC44C242EC0DB1F2E365AA , 0x933ACA6154F57F27FB14E26CFAB4A52A , 0x9349B1A73EB0C222E61D9DFDA4752B1D , 0x935C1F8A7282DB3D978FCB1CB2B4151E , 0x936036C1AF4E92AAFBF8CBE02AD4B0C1 , 0x936855079A771DE0121E02F217541207 , 0x937B4AE55851823C671BFB3E3B3264F2 , 0x937B9F612B3AB4B1F0138577C1D4C40D , 0x937DC2FBD7121B99190FBC840E0A4231 , 0x937DD1B0E0A8334E80FF6A2904666706 , 0x938025D6C70AEBE95A5B4315CECF24A2 , 0x938BDA72C68D70F4007B5ABC27111F1C , 0x9394B56CD216F61C30BCDAC6B5E30EB8 , 0x9396C3980158D81C0FD827D5BA6E6E03 , 0x939B13EBD3B481341F88C5E4444AA403 , 0x93E35E260D75CF478462299110F9B283 , 0x93F555EFA5A53A9084C53859A52C8D81 , 0x941467A3C788FA47D374AD5B0845B083 , 0x941EA00485357A4A73C7C02D1B954107 , 0x942E3B06F822269D0CEA716BD9FBE303 , 0x9453969AD7E57E3BC0755F9AF7E17AE0 , 0x9453C8E791C526F3D38EF677CDE973C4 , 0x945599B26F584022CFCFEE456508CE0B , 0x9455A48C9F56FAA7979D2059088F28BC , 0x9459D1EF235408857FA7DCDCBD9B49FE , 0x94816C596E5D98166A2B1F6CAD50446F , 0x9483588ABB03F1813A593B7AF8162153 , 0x948B947B70CC6383802924581159FC60 , 0x9494095A24EBCA045344074D5C2B290F , 0x949E47123361673F8BC5F2A9C088FDD6 , 0x949E6AA2941F9C6BA3E17BC991F25A7E , 0x94AFF1D9FC0C309F25D14406ECC1F437 , 0x94BE920EDF24D05021D8E49FBAE1BCF3 , 0x94C0784D663FCD7D50CA470846C74CD1 , 0x94C63CF4EB63676E179B715B3123FEB2 , 0x94CCF197BDB675CEE1395137407BF8E3 , 0x94D73F1CDB4CE3C7EF0A2811F2C26EB6 , 0x94E1E320FCA764D99BA4DAE8BC1F0B6E , 0x94E212A52FDDA6097CE4139D665D716D , 0x94F5386C2CDCF17A3C913AA1F89D1992 , 0x94F8D1BF6A04F4C486662A0E692BF30C , 0x9506DB6E6227F64627898134ED1DA792 , 0x9510621D1A0EEECD31B3AC9C8FA4D3CF , 0x951B314AD027D699E58F7F20E10D5A7C , 0x952B536AD7C50FF0A6A516706EF5EAA6 , 0x953D027F1CC9516F48FF5F301F5DD6D6 , 0x9540B27ED9A915391AC1A17F9D0AD6B0 , 0x954D5EA6D974BE20F813D60AE121E859 , 0x9563BACEFB46C15DC674B9E59B10F80A , 0x958EF2A292F2575E32FCBBE21D07BA29 , 0x95A56B5E54692A96EDAB878D1973BAC0 , 0x95BC8E557256E36AE5F3F5DE21DA0248 , 0x95BD0723864B857C62702492AF4D4FDE , 0x95BF84E5DCA2473E52FD22486A388A70 , 0x95BFAF4545131D0BFEB32D3DE3ECB94B , 0x95C7529E12B8DD24616523814D57C231 , 0x95D03C0A6EEC62DCA7AF2EE3708205ED , 0x95D074848A7141C2C929D38A8320D6B1 , 0x95D54FFEC94A5BE0A24D123A27FB322D , 0x95D75ACD419FD6559BE7E30D019ABA9A , 0x95E386A5CC0C38F24B69D9D8F88068B7 , 0x95E5D8CE0EB814BA47484DDA652D091D , 0x95F5ED9C5178167F6A4101A9599E27BC , 0x960579B8C6D9A7B71965AA8A76D260EF , 0x961BC77BCA0B06442ECBAA5149A84866 , 0x96284FB337B249CFEB3C31401D215A9F , 0x962FF719F54F08ADC63F16FA36FA8C1B , 0x963203A43186760DC648AF3A1B9E138F , 0x964949D3E611AA9C30BB338B0D20BAF6 , 0x965E495E9CE165EAD6DC99FA9BEAD65F , 0x967471052885734F26BD1C76DE26EBBE , 0x9683A23BECED5356CFE416A1B126EB5C , 0x96843F851B2562E608726B86A362167F , 0x968AB193360554D0529DF5CC78D2F59B , 0x9692DDBE95D7A7B668EB12C04FB63E03 , 0x969FE04A137AB25DC9CCEC4DCACC388E , 0x96C82D3DAAD4FD436EC00C0615C36430 , 0x96CCFC0B03D01E9D647A19909F6B2B5D , 0x96F529E029005761F09DC4295FA6209A , 0x96F9368C0865CB2D5142CB36D26461B8 , 0x9718479D438961BEC62157EF2F85AC4A , 0x971943CD676179793CB9BEB77B0DC84C , 0x9725282CD6AACE61F979B728BE132155 );
Copy
45
15.89 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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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"—4¸5Œ¥þùnª4\x02 {¤+ "
b"—7ÚŽÊ$ª\x14 )‹»¤²¨4N "
b"—?è)j\x0E yÙ¦Ö“Qáô\x1E Ô "
b"—@-Þ\x1E\x16 E¥^\x1A ûá©b\r "
b"—S0™ŽÕG;Znô\x07\x12 {p¥ "
b"—Y½>R\•©{IA:\x14 …\e Ë "
b"""
—`ìŽ\n
YàëH.@%¯\x16 ¾‹
"""
b"—b)\x10 ESº¡þ¾\x7F 5\x15 |D "
b"—r)²®ÝÕ™0ËùÀáo„ "
b"—z„šµß\v\x0F\x12\x1C ï”\x11 Ä â "
b"—Œ«sar&«PžÊȦ\x17 Ž“ "
b"—\x05 @h\x08\x00 uTɪó‚Šïù "
b"—¸AÅ]\x03 “wJQû§Ò'q„ "
b"—Ì\x1A ÖÊtÿ?κÈÚóxŽž "
b"—Þl\x0E äl/%¯ë÷ïtͱ\x16 "
b"—î…•Y™5? \v ËŽ±šm "
b"—ø—$\x06 u¡“ýGŸ½øZ‰n "
b"—úP?æ½\x06 Î3—\x03\x12 ©øîP "
b"—þ€ˆ|އrZ”å\x01 ¢¦£ƒ "
b"˜\x03 ˆ´€úÐÄÍ}ÏÃ\x18 Ö\x17 "
b"˜\x1D QW¥¥¶Èx|\e ÐΣ "
b"˜!˜ Ý:ÌR9\x19\x11 ù–Žçz "
b"˜&Ô’þJÞÕeÂÔðdǽ "
b"˜'7ç.\x06 '¢«®SBgPôå "
b"˜.¶¸OvX9ó·”ö‡È!\x01 "
b"˜3ƒc²÷ñ¢j.ë:ö‹\x10 ð "
b"˜8†4ýY”1Œsõwh "
b"""
˜YI\x1F ×\v \n
É*\x10 ª°SV°¤
"""
b"˜lŸ*\f ¿Î}.Ó~ù\x1D ñ\x16 â "
b"˜„¥\x10 ÜFˆÍauôC—r* "
b"˜«\x13 Aª\v Ê<ò\x04 ÅG°îê< "
b"˜»÷$ÙT\x14 ΂n=a•¶ôå "
b"˜à‡:ŒÂÝÂdެ•@\f =\x0F "
b"""
˜ìE¯;j¤„)„ÞÃ#\t \n
÷
"""
b"˜ÿÓB÷°÷,Þ´œ@Д3¯ "
b"""
™\x03 r\x17 'w<1¯\n
“.ŠÑœ®
"""
b"™\x0E þ„Þý\x15 -¬Ô\x0F Q\x1E {} "
b"™\x1C :ѼýÝËŒ÷¶—Â+î "
b"™?ߤ\x19 #¼¬\x0E „y/—™\x17 g "
b"™[4®¶\²Ü\x02 `ÕF‡jª9 "
b"™g—’ï\x1E\x05 {ìh>>˜Çvû "
b"""
™r§ú+Î\x04 øN\n
ä\x19 ]E\x05 —
"""
b"™tÂ>\r Â@Þä‰\x10 \x1A ðcc "
b"™„j1{So\x12 Ó-”ÜùñIJ "
b"""
™‹\x1C —y>è²\n
èܲ{zãŒ
"""
b"""
™ŒÞmj*5\x15 =Á\n
\[^‰&
"""
b"™•«f\x1E üªqmEwU"\x15 £ "
b"™›gØF£\x03 «6gãâaœ\x10\x11 "
b"™œ"\x10 á5åÞêÔ¹Fv\x16 _˜ "
b"™/\x10 6põT\x1C ¦Ð2\x1E d×\x0F "
b"™¶&_\x04 S±¸\x07 Ö¼ñ6ã!« "
b"™Á›«ÿIWff\x12 €§ÎPÔ\x19 "
b"™Ø×ÔÏLŽÁ™©Ö\x1A £Ö–† "
b"™Ü¼—º\x11 ŧ\x1C èS$Çÿ.Ø "
b"™åß@aª"X¨\x05 ¨cjM\e º "
b"™ð²l\x15 –ÅN|¡œ‹ã¶“ä "
b"™ðÇ©\v |ê´\x0E ††\x1C ^Ì'‚ "
b"™ówÌÊ-«Ï³\x07 À\x02\x1D B„\x10 "
b"™ü—é¦ñmôÐ×\e f.dèy "
b"š\x02 ]_ˆ\x08 ',uh°Ãé,\x13 Z "
b"š\x13 ˜\x06 <´(ÀÑ@9L\x1F y‰Ž "
b"š\x1E «\‡/^9y·Õ_yµ\f ¸ "
b"š01ÆÿyòñŸ\t Š›ª¤wÙ "
b"š1ð2Bë\x10 3FHðÝ]Ò "
b"š2‡ˆ¢Ã7èõa³'\x13 u "
b"š9Êë@bmã\x0F ˆ\_ÎW ƒ "
b"šlñîkB“”¸`„µúÔl\x7F "
b"š©\x1A n¯Yn\x06 µ&ˆ)Á¥mg "
b"šÓÛ®H2R\x1C Ú¥ÙªÅs¯ "
b"šÜ¸ú—b8\x14 ±‹e•hé^Ñ "
b"šà&ãô}b[ÇÀî¶šÿ¯é "
b"šú*\x10 !½ïÊÝø~p,¹9ï "
b"›)\x7F ¿é|#œÐY\r Õ€µ…3 "
b"›5}\x12 |Ð îã1Sì¶×»* "
b"›AM‘g<+˜ãY—Síëx. "
b"›Hl\x7F ;\x07 Ø\x10 Z§*ÍÐ\x14 È™ "
b"›KÉÓÕJÜŒY%÷ö\x12 O./ "
b"›Yd:\x05 €€ÒÙÐÚ‹¦fF÷ "
b"""
›YÕ"䀄‰Ðà \n
@ìÂ
"""
b"›[jWU.ãe¾vôb”k" "
b"›hÄ\f ös7/ŸVá@aI“† "
b"›onÌ¿5PYH?[Rìãf¬ "
b"›|H\x08 G/k×\r +Ú@°‘8\t "
b"›~ؾ—6QŠb={&Ë¡ "
b"›Œ²$\r ë3õ½w¾#1±ÄS "
b"""
›—+ž|ðIB\x03 ŽÛ\x1E „\n
\e R
"""
b"›œxš¾ ¶|t\x06 ³Tl·D "
b"›žªý׿iT«µ\x17 œH¦ "
b"› ™ïs¢ŽÆ®Å‰§Ñ0` "
b"›¦©Í‹\x1F\x10\x19 Jç/¥\r ½# "
b"›´Ë/U¼œ”—º@J\x1E ÝøÑ "
b"›¸„vŠŽ>gè\x1F ë¸o\x00 Z¯ "
b"›ð\v 6ó\x06 w}\x17\x19 òà˜\v Gl "
b"›ðjY6YÆJ%‰¨ƒýV™ "
b"›ö\x06 >N ™ŸÆ\x19 t¦F³nw "
b"œ\x03 9“‘’.d£ÿ\x00 ÿ±@[> "
b"""
œ0€b®%ºÿ¦vIz\n
’6
"""
b"œ4Vqˆ»Óò8\x00 1ºàŒ\x0E\f "
b"œ9\x1D ĦemªE6͉ä\x1E Ãü "
b"œB5\x14 ²È*9ÏsÝâ\x0F\x1F <\f "
b"œbÐm ¨0ÍÙb\x15 9ÄÌú³ "
b"œlÐá¸\x04 Öë—DÐRÜóÝ• "
b"œ{²Æ~/ð›ç“x(`1Ž "
b"œƒë’±Ÿ×´§ŸXb½þ‘| "
b"œ…˜¨‘Þ\x03 K\f >Aí\x03 ÍYP "
b"œ†$ÕTFœKh”ù'8¸E* "
b"œ’šKÕ™oP˜{rNg‘br "
b"œž;ƒ¡\x01 ¸{v=~¦S»÷\x1D "
b"œ°¼Œs˼”ˆb¯%¼-` "
b"œºNa´é¤¯¥Dn°Ë8û‰ "
b"œØé‘wT~®P\x03 à” Õ”k "
b"\x01 *׈IÑùå\\x19 ³•\x08 ÁØ "
b"\x10 ÌÙ·\x08 Z²ÖÙ¶¶¬\x0E (\x0E "
b"\x11 \r âö•>ªØÙÌ´ƒý\x1A "
b"D\x0F ÐÝ,\r Óže\x10 û€’\x06 "
b"IÇ2\x17 E„{sÛ¨¨±*èö "
b"Y\x03 ‡vrº8’‡\x1E\t -f·\e "
b"[?4óñ?£\x15 ]X@8$ýÂ "
b"pA7¡åÚ«e7ÄaÊX\x1F "
b"ãñ\x17 =\e\x05 Õ¤\x7F Å –¬ "
b"¦Õ£\x12 F¯"昬¡b?P\x14 "
b"¬Û\x1A ü’|RE~¸ í!‡Î "
b"®*ÏTIño\x7F ¶ú\x04 @R& "
b"®ÔFXH(Ö©|\x17 ¶è\x7F •Õ "
b"°e&—Ù¶\x0F 6Ê\r ‰=¿) "
b"¼™[]\x19 °ý—\x14 Â=\x18 >n\v "
b"¾qÅÏJlV\x00 ̶BË7hÜ "
b"¿ZO™fÄ”å8¡\x17 Þ_Û3 "
b"×\x15 Z™îùzm,\—t„ˆ* "
b"×XPŒLéQÚ˨#;—¢ "
b"÷Ó\x18 ±\x7F ƒŠ™i\x13 ¤½! "
b"üÍdN\x15 áü$¡\r ÿæ÷€w "
b"ž,éd3%<»¨Ÿ•§\x00 5±Ä "
b"ž-\x1D ¿TÇ\x05\x00 Kúë\x19\x7F Yö "
b"ž8WŒ1`\e\v gÿ¯\x1E 4ISö "
b"ž?ôyG\x14 Z^ærm6^¢)Õ "
b"žAL.k}´áWb\x1D 4\x1D é« "
b"žbÅß¡À-lÓ+k/ó\x1D ‰ "
b"žî|\t PË\x7F *É\x19\x10 ùÒ "
b"ž‘[0Å}}i\x01 ÝqžïüèÞ "
b"ž¢lá\x18 Þ£y‹òÊ2ÕÓ\x1F ˜ "
b"ž¾ºGvóE?ÁÈÙ®b\x03 ß— "
b"žÏ8}>·?Ì!¼Î{F7Ž× "
b"žÜUÚK'-Û™êXh?fú "
b"žï…œ`\x12 ýTÁ¡ªà±\x17 ri "
b"žþ¬¦\r \x11\x13 ²ˆ;ÿ¼ú\x10 « "
b"žþûoðǺl¥=2¸Ú«Ý\x19 "
b"""
Ÿ\x05 ãc†˜Ñ\n
\v\x1C ŠEJÖWÃ
"""
b"Ÿ\x11 ¢»î@zJ¯vB›™Ýˆ> "
b"Ÿ\x13 0lÎB¸g±\x7F ÷ÜÍÈë¯ "
b"Ÿ\x1F À‘%•›ÞÊ\e ²©c\x18 a¢ "
b"Ÿ!ªTœAÎ\x07 ë:®3è$\x08\x07 "
b"<ÞÇÕ‰j¾\r \x19 v¡Z\x02 "
b"ŸK1\x1C Ò(\x11 °¡è)MˆBÚh "
b"ŸPž@ÓÌ~\x02 ’ììý\x0E `òè "
b"baÌfî¹â\x0F äÇË\x05 œý "
b"Ÿeö>©ê\X\x06 ©¼*§!Ñ% "
b"Ÿ~Yý\x01 1¾ß™«¢ï\x1A èx" "
b"Ÿ…eŒìl\x1A 4\x1C “ôÓÿ¢_ "
b"Ÿ¬%ŽÒ‡Zms[xgräÃS "
b"ŸÌ“ŽeÏþŠÉj>š\x08 >ë "
b"Ÿôq„ë4ø\x1D —E¶úê¡Ó "
b"Ÿþ›u#`Cη<\x1A ƒZ޶ "
b" (Zu‘2#`Êf2U1מ "
b" (ÑcV‹\e\x14 \Ê[þ»Ý…Õ "
b" 2MaR1P´ìµÅ$dl "
b" :é–ðn\x18 ‰-\x05 ÉA\x03 |\x1F "
b"""
ƒ\x0F ®–h\x17 &î\n
|\x14 ÂhÕi
"""
b" н^¤{:ÔÀl›\x1F ¯xì "
b" °\x16 ‘\x13 ¹NŠBÕ[j¶Žb† "
b" °â}C†CÄA95¦Q 3¸ "
b" ºáG€BlíQ@ç\x19 p\x11 ¿º "
b"""
ÅÚ\x7F \n
ÌÊÂGËɇThÄ
"""
b" ʶ\x0F íMnêþà¢ë1ù£ "
b" ٮϘfGj6DŽHFŽLŽ "
b" Ú\x0F üƒQ\x1E ßesZ*Ô¿\x07 "
b" ëÐé\x10 a0£ÊPÆÞ\x10\x04 ƒ’ "
b" ÷G)¸{5C{‡ÄÐ7\x07 Vü "
b" ÷øe˜Y½ÑBèÍTÑ™îz "
b"¡\x01 c\r ¶-éê9U\x13 S\x08 èæE "
b"""
¡\t WƱ5Žï\x14 z\x11 \n
7¤Óµ
"""
b"¡ny\x19 G\x0F î\x00 :\x1F 83WÏ "
b"¡Å[f\t ©ß‰Ö5k¢ê\x1A . "
b"¡‰Õ-'M©bÆ—ég›é×\x07 "
b"¡ŠJáˆ÷e\x03 ¯6²×|W\x1C ¸ "
b"¡¿Â\x1D ë`1ú#Qdè|¤‡ "
b"¡ÏöþËx—êÈz\x00 ØR+Î "
b"¡Ô¼tÛí\r @t¡ª±t\x13 j "
b"¡Ú4D渷²j˜ÎB–åþP "
b"¡âñ\x18 ë9ùej\x00 “Ë’f0– "
b"¡íÜ)ŠE\x12 Ñ^“rYÙÜwH "
b"""
¡þ:\n
·÷#ê(;êÖ3 w
"""
b"¢\x18 ¿Õ®ý\x05 YÁ!\x1F %ñ‰ŽÓ "
b"¢!iÙkÌ\x10 ›’OX\x14 k¶ºP "
b"¢/o¥§mÜ™4Ì|:¦½]/ "
b"¢A\x01 e\x11 Å`èÃù‹$Ù„\x19 "
b"¢C\x01 ¦'ˆç©´ùŻڬ÷ "
b"¢O&\x10 +U|"1´Q›ŒwïŒ "
b"¢Rw‹Œ1[åg\x1F ‰%´@^2 "
b"¢Z¶L;\x13 ±\x18 „µ`7*¬ì0 "
b"¢z¶¡~\x1D\x03 }ÂØï9ƒÃ®W "
b"¢ŠTå5\x05 ï…—§5ömi "
b"¢»\x07\x0E iŠ\x04 Ðåíï’€4ëM "
b"¢½Ä«œÉø¸NÏà;ð£ "
b"¢Äì*Y‚›¨‚…¡‡°Ì'- "
b"¢ç@¯wPOfô\x14 ]Y/µÑÉ "
b"¢ó¦ÜÔǶ\x07 gn”3˜C”È "
b"£\x10 ¸½\x0F &V.i'@(3ŒÝö "
b"£\x11 ²‚3H÷”Ma=“\x16 ÄÊ[ "
b"£ o‡¬Á´]ú\x05 ‡šæ\j~ "
b"£,rK"\t XZ\x0F ÉS‘I\x13\x1A õ "
b"£>×øÑ\e\x10 Ò†ÝÌ‚rôúå "
b"£D<mZË„:jÏ?àz>i "
b"£Kž">62¢˜ÁÐÏ\x03 ó¡\x12 "
b"£T[\x03 O\f\x15 ¾’Ád–öçØ "
b"£XÚ¾\x1C\x16 ÎoÐþ… ü-\x05 j "
b"£eÙæ¤WHU\f Ö"ÏÇ\x10 ú "
b"£k+Ôa¡*\x12\v Mx‰¸j\x00 % "
b"£vR–a\x11 !ƒ\t\x02 Ú*\x18 û\x10 Î "
b"£zÚ,\x1D ^Ò\f ò<¦Ž¦…å\x00 "
b"£¤†oY\x02 ¥ÍÖÔºJM™\f y "
b"£¶\x01 (Q8ÜŒõ»eIrpZ "
b"£»\x0F ²òX:\x1A\x01 dä{(\x18 Ë "
b"""
£Ç‚y/;\e •N?—ž\n
;±÷
"""
b"£Õ\䵆è†"aû\x15 ‘y]" "
b"£ä\x19 ÊÎÔ[›°æ[Lïº×˜ "
b"£ïg0ÃG`'ËDцH‹÷) "
b"¤\x01 wÝaA\x04 B\x08 î20St‹ "
b"¤\x0F b¬\x02\x16 â–5¬wŽ6fÝ "
b"¤)¤Ê|(\x1A ô\x13 1\x12 ߯\x16 ¿â "
b"¤7y‡sëHDf÷Rƒ\x13 XŽN "
b"¤R\x15 «ÀÎ\x12 J7X÷A lW "
b"¤R_\x12 7²ÈÃ&\x04 5JñDE "
b"¤xémæ-l4e]Cür·øê "
b"¤\x7F ã–ÿ£›xÿa\x14 âe·\x15\x06 "
b"¤‹V=‡ò!æí\x1F –%Æý¬Õ "
b"¤º*?<<\x1F …\x10 j¡^1W "
b"¤¼¯]t zl\x03 ¿Ãa'«) "
b"¤ã³\x03 ë\x1F ³ ý†Xoë×S "
b"¤ó\x04 C˜ëàõ–__\x0E ¼ªB "
b"¤öêC?'9ŽÎ«&J\x16\x1E Ä] "
b"¥\x05 0ÛR‚”œÐkÆjY¢¡ "
b"""
¥\x1E 7„l\x04\x13 Y "{Q‡\n
8d
"""
b"¥;e±ê™QŒ>\x13 hè+zs{ "
b"¥Fͯ“'\x04 ˆB\x00 n«ÞÌM0 "
b"¥Mµ\x1A T¯!Ç©=ˆ&¦2*\t "
b"¥\\x1D ¯ƒßáw)VM: óœ€ "
b"¥u\x12 "÷ïG\x06 ø*•ƒ‚\x08 l\x10 "
b"¥Œ²\x7F ŽK}\x12 &¿°°ÕÆŒ½ "
b"¥’“WÅb´gÖ\x1A ‘Û\x0E ês$ "
b"¥–%õÑ\x02\x19 öãEdô\f ¥f½ "
b"""
¥™È\f\x1F Û‹4C›(ç\n
"""
b"¥š.\x1C ¯%jÔ@»v‚ë\x1E\e ! "
b"¥`µ‹GK\x11\x7F '\v |ɾm1 "
b"¥¥ÄEýdÔ\x03 h^R嬜ø+ "
b"¥º®çíkf¥uºÚ=D¼D "
b"¥Áøù\x7F [\x11 ?ôiìaPtÎT "
b"¥Í»ª.€\x11 ¤O{xŠë\t †° "
b"¥ÖçÒ5¥ªá{\x07 |2\x1C (µŒ "
b"¥òKÊzñY¸ö¡Â9žýÊÝ "
b"¦"I‡j‚õñ@áyü7ð\x15 < "
b"¦=6ŽsÀÉ\x1C ¼.\x7F\x0E ³ð$D "
b"¦Fúås.?.ëq{[ ÂÅk "
b"¦LŸ(Ÿ?Ý%&ã«\x7F fA"¸ "
b"¦c°z\x1E § Æ’’ñkO†8 "
b"¦e9eÒ^}#¬d`¹³å> "
b"¦kµ3•èø!?žÿÄÎï\x1F "
b"¦tÚ\f …\x07 ç\x16\x17 ?IU\x05 &§ "
b"¦¯@\x0E —œ»].oæG\x1E •\x04 À "
b"¦¹¼nµs\x18 ¾H\f ¹;)~¸À "
b"¦¾}Ž\x07 ±.AtŒ\r ¬¾UÉ! "
b"¦Òn×®K\x7F ·pUx¾H\e\t Ÿ "
b"¦ÝŸ)iò„Ï£×ý”\r Ñ…‚ "
b"¦Ýõ_ºÁæu\x06 %»MÎz?h "
b"""
¦ð÷`ð‘Üã’—\n
ëN\x1F ̼
"""
b"¦ô¼\ÎIÎ$›\x16 OñgóÀy "
b"¦öõ\x11 LêFð[ï?(»\x04\x08 "
b"¦ý–°åÇÖµÈ\x03 cmoˆtÌ "
b"§\r 3÷êV§ô\x13 y/L±öŽ\r "
b"§\x0E\x16 ÂF)vj¾RIo$÷8 "
b"§\x19 ‚7iWÈh€$&f‚Ôv "
b"§(:ö|rÒ±;©0¼0Ìw£ "
b"§f\t Sêá\e P\f %Ô\x0F Òó,\x01 "
b"§jž\x05 ©\x08 °R2\x1D Å©ÉKšÝ "
b"§‰®˜p>PÁ\x1E ®µ£àµ£ "
b"§ŽŽ’…\x01 —£#i\x03 À2ƒ\x16 "
b"§—-4:Í;§«\x15\e ÌI˾( "
b"§—ü.òüHiì¾Ðˆ\x18 'Ê "
b"§¶]|WHz@î\x07\x1D\x15 Ρr[ "
b"§¶—\t D¦\x05 º(\¾Õ\x0F “—7 "
b"§½b¢Ž§žð[Sô"r&\x15 "
b"§¿do\x1A @‚%\f lN}Žöã\x1E "
b"§Ë›³¨OºO÷g°Á•³äy "
b"§×«Þ\x12 m†\e }󹸕@ "
b"§æ$)\f w+0q}»ñ?q "
b"§îŒÙ#*„ö.´»“³p\n "
b"¨\x10 ÐØüBf‚áaÎu™\x01 ÿÞ "
b"¨\x1C W.‹¯0ø¨ËÜ\x1D ·‡{ "
b"¨%ˆa|ð†‡î‡\@ëG\e D "
b"¨`»‡6¾\x11 ÚXù1±WjÍt "
b"¨kO¦D\x08 ‰ƒQŠP\x1E 3\‡: "
b"¨wJÐ\x1F ¤$~\x1E C†,ï^OÂ "
b"¨€ÍR9¼)H{\v öH±+ "
b"¨…GM\x15 ™ŒSͳƒÀ\x05\x08 »\e "
b"¨¸çâ²EÝŸ@qg‰ñÞŠÚ "
b"¨Áɾø]\x07 ´—ã]~ª1j2 "
b"¨É\x18 ¨Ž¸pùÚ3þKWe\v $ "
b"¨Ì\x07 ®\x19 T3\x00 •¨´@lN§ž "
b"¨Ó˜\f ©\x00 ¦\x06 [³\x15 ©"8 "
b"""
¨ØB¦F·§-/3ˆ\x04 Ë\n
:{
"""
b"¨åÂNXIèÀ·p@¼€à "
b"¨ìñ}\x1A Í¢7È#òvÛ\x17 "
b"¨úì\x1D Ã…gæ²ða}¤Cðñ "
b"¨ü ºGwµÇ\e ƒÐheÝøü "
b"©+\x00 .iÿ,/AÓŠÿ\x11 (= "
b"©T$Ah\x00\x17 ðÒô\x04\f [b|0 "
b"©Xö\x08 Ûß[×_ï\x0F\x0F Çñ+ "
b"©r&¤9x¸±K'\x15 ïNÃæè "
b"©s&\e û‹›çÈWŠ\x1E\x18\x12 ¤Ê "
b"© W¢B̓҇\x03 V\x05 DÎ "
b"©\x0F ;ZkØèI9Ñ2\‚€\x08 "
b"©”/7\x12 zY¹ê+ÓËA`žý "
b"""
©˜Ê\n
Mºîš\x03 :\x11 [^9Åø
"""
b"©™ÿu¥‚œª Lãñ‡\x19 O| "
b"©²µ÷û\r ìc2ø\Ùœ "
b"©º\x0F ¥\x19 ÷"Wìª\x03 !ÓÈgW "
b"©Ç^±ñ´‹t…-Ö\x15 ,\x17 íÐ "
b"©Í\x18 +³È\e Òªc)ºÒ¨×Œ "
b"©Ûcfè<[\†GÌ\x17 ù~\x06 % "
b"""
©ÞŽCÙ\n
\x15\x1E Ò\t Z@ŒÚìp
"""
b"""
ª\x03 FžÛ£†ãÜiiÃ\n
VÛÓ
"""
b"""
ª\n
X,'¾$JôócNòD\x1A\x18
"""
b"ª\x12 Ù?ˆ5'WéŽÁ/]\x01 _‹ "
b"ª\x18 ÓÕý¼Pfl@¿™x+¦X "
b"ª\x18 ý'âœsIIî‰Ë¾\x11 Kõ "
b"ª$ú©}H*\t –‚5È2Úe$ "
b"ª&˜Ö\t Èè!ëØÖf5 •¿ "
b"ª,\x19\x19 ŠË\x03 EÑ»=´\x01 Á?: "
b"ªY#\ýk\x0F ô\x1D ýù-ògŽu "
b"ªvÐ)\f\x1F !ÔÅÐQÔXhÜ; "
b"""
ªŽPS\n
„<¯8(þšÒÄ%%
"""
b"ªŽ·ëŒg\f ÌÆ–AfáUFX "
b"ª–d¸–çM0~—ø\x12 bâó "
b"""
ª¤¤š¡By£\n
ÿ’’\x03 žå
"""
b"ª¶P\x1D #ÉÖ\x00 è\x11 +Ù=§F2 "
b"ªÉçû.\x1D b/6+˜~Øô~Ú "
b"ªÊ‘%ö\x14 …Ç\x01 QlÑú`\x1F "
b"ªÍKS@\x1C ãtpd¯ÝÛ°ß "
b"ªÕnM_sW”¾~p,Z2ýX "
b"ªáSñCþ?Ì\x1E بÅN_ÇO "
b"ªï˜Ýb×½\t KZÃcn.ï "
b"«\x18 …~UºÌü\r îphY=fd "
b"«\x1A mÝÊ\x04\x1D ÛŠ„Í\x13 ÆÏbX "
b"«8[’[ô\x1C a:ˆ*÷Õqm\x03 "
b"«=ÿLv\x05 uoÆËv0%~ç{ "
b"«F†,ZÄàOÂ^,vÇdœ\x06 "
b"«cOk¥œaÆ·¼hÓ$*Úž "
b"«kš= \x06 ¿8(QeÅ\x07 ~Œ½ "
b"«|’!¿rWz^\x13 õ\x10 ꘚA "
b"«‡dJ\x15 bkËì&…©²k\x1C\x03 "
b"«U¥H\t Â_—_ø\x08 V³uÆ "
b"«¤‰Œbne\x13 –\x1E ª>¬TÑß "
b"«©U£4·^l[´y¾|©ºŠ "
b"«°ni¤xWޤ\f ‰1\x1F ¥¥š "
b"«Ê\x1F ”~ã°š‰ŒEß\x0F\x07 þ\x01 "
b"«à>ê\x1F\x07 Áãùx\x12\x14 "
b"«ù¡«3æðe¿ŽùLe¦J "
b"«úP\x7F lo<]èø\x12 HÊ^Â "
b"¬\x02 X8¥ß»bWª‚Ž—i"_ "
b"¬\t Ò¢/H¯G\r s¾pÃ\x1F 0” "
b"""
¬\n
Õ\x04 œ‘—pS\x0E &sU\x1C ì
"""
b"¬\x12 àõd—¼…\r \x01\e uwNe\x01 "
b"¬]¯\Šñ8{/\t ¯ÿÄ®Èé "
b"¬zߴЋ=–}Ø…Îé„éM "
b"¬‰F¶*l\x0F æ-¡°dbºb "
b"¬£M˜0\x18 ÃþªH\x07 ®`ÀV} "
b"¬¦–ÊŽ]"\x1C ~‘µ\x0E I|² "
b"""
¬µS\x0E "\x0F aRæ¡BÈ\n
\e Ó¤
"""
b"¬¼~Ò4#uTï/\x08 îÔ5I[ "
b"¬Î<…Ë\x14 ïKÜEe „ÊéÎ "
b"¬ë \x0F `\x08 ˜…ÇÐñë\x19 ¬±Á "
b"¬ñÒi–â"Ï2þ©âsk. "
b"¬÷ø¦ÖGkêàn\x1E\x02 W=Ó "
b"¬ùø±ú:1\x18\x7F Ú¸U˜@ù. "
b"$Í/s¢d\x13 6cG“½ÒÉÑ "
b".eô„zíÒ«¦\x06 ½G¾ ² "
b"4Ï¿\x01 ZEg:~•\x16 O¨‘Ž "
b"?HŒÍ†-ü\x12 h%Ì4\x1A žf "
b"L¤*%(0ƒË\x11 Ñ—bû•Í "
b"Q…”)v©ãŸyo·ÉÂíU "
b"_ä3\x00\e ¯Å]œá\x7F NÔº> "
b"t$\x0F —q9ûÐ,žé\x15 «a† "
b"{†Œ]Ù™ñ3\x18\x1C .ºpNö "
b"”F/m?ýnHy\v ã+f "
b".Æù\x12 1éÚµB¿b”²D "
b"‘W°¾qfû„ˆj;ñµ\x1E "
b"©¦UkôpêÏJï(N7_K "
b"À·\x14 ¾\x02 àM\x18 Ö‘J\x13 Œ\x12 ¸ "
b"É5ë8ñðе³Îl¤B¥\x1A "
b"®\x12 >¼Z\x16 p>\x00 vO¸£n "
b"®\x14 (Ü\x06 o²Ž`Öv‰\x17 \x05\x17 "
b"®\x18 jA½š\r \x19 ƒÄ\x14 > ²E\x13 "
b"®Bð¥aòN*R 3Åž²·Æ "
b"®E‚\f ÍßfT÷÷Â\x7F Â\x1F U "
b"®Vó\x19 ¢\x1F 檸ì\x01 uÿ±û§ "
b"®\I°\x18 Kê(ð‰’†±£\x08 õ "
b"®p@N\x13 ð‰‹ðífˆš]Œ "
b"®pYŒƒÌÿO…\x06 ˜*A3” "
b"®wˆÓpBp\x13 %ËÀ’SË<\x04 "
b"®|!ÛSÏÁ¡Í±ƒ!>,\x04 M "
b"®†\x18 op°\x1E cζR¯¥,\f ‰ "
b"®Žò\x0E\x16 ve\x11 Ø\â+Ì @Ù "
b"®’Ø‚‡\x1D Ž\v\x17 ì;A†\x19 ßÑ "
b"®— ~\x7F ˆ©’ƒ¿m~ÅQ•ë "
b"®¸*½…´á@ÏŠuï ¶\x "
b"®ÄYEäv4Ÿ:áa Jy¶¦ "
b"®Ù\x08 \r ;iVz\x18 ‚—Œ\x03 !~ "
b"®Û˜%?éýˆ0é* –\x11 ]q "
b"®üg6À:å©°ŽUNóÄ\x06 ‡ "
b"¯&í>FN\x1E ôèlhEj• "
b"¯+,N¬ýtlt¬q*]ôó "
b"¯3y™ª\x17 ©?²f—¯°6ï "
b"¯t:\x15 ¦9†gø™À\x16 èN_ "
b"¯yˆ¢”ýÛë¤BÇÿcË "
b"¯Šš#õøVÛÔ\x04 ƒ¶\x0E Ôx\x14 "
b"¯Žœÿ…ÏÓ6Ø‚K\x06 ‹K˜< "
b"¯¡\x04 /Ťã\iöu’\x06 ÒbM "
b"¯©'íó~uØšú†0¬‚ó\x0E "
b"¯Ã%·'B<?’Žd\x06 Š‡Ø "
b"¯ÊË;ãŠ/ÿ\x08 ×\x00 öéË-\ "
b"¯å5É£\x18 ãR—{¾_\x07 òåô "
b"¯ìƈ5E Ã\x1D ¥ÙÖûÅ2 "
b"¯óó¥\x13 sÛŽ¾\x18 _ÜTö¿Ê "
b"°\x1E ¨Ž¤’Ö4™å»\x15 #pw+ "
b"°R\x0F Õ„\x10 \x15 ìÔÂÄV¶(\x16 "
b"°oO\x1A\x15 I«Ž\x0E\x15\x0F 3.09³ "
b"°‹È2\x07 :üû\x0E ÎV¤@ÞIF "
b"°œÀâØs¬\x1A –¿á½©F\x04 "
b"°œË©\x16 øª{®Š×\x1E\x17 òƒ² "
b"°½(Ï8÷¦šKób^ã•î@ "
b"""
°äôe\x1A AKÌR\x03 m È \n
:
"""
b"°ëÄÑJ±˜ 9LÉÃÑcº\x1D "
b"°þBçþ>N\x05 æ\t ?YÀ‰è} "
b"±\x12 s˜hfR÷šo“Ø]\x01 ` "
b"±\x12 ©?"@Ñsw˜6d\x1F A\x17 Î "
b"±\x17 ¯¸‘ Ù\x18 ÊÀÙ£¦\x12 þ\f "
b"±<$dÏŸy×bjd&ðHnÓ "
b"±Mt\x01 u47Z c\x08 4à®”£ "
b"±N¨Ò;¦¡:˜;Æð.A¹¯ "
b"±Q\x1E\x13 §´íB\f )`WFQ…‰ "
b"±\”FñÃ(ÖÓK\f L;Å\x12 Ù "
b"±n\x0E £\x03 ýDÉ\v s\x00 uõÛ¨ "
b"±q:}bèóe¼r@\x14 Ä!b… "
b"±| \x08 á?Œº\x17 'Llé„}‹ "
b"±‹\t œ¶Â½•q‚éð>• "
b"±š)85³>Ù— ›g²„×ê "
b"±œ”’[‰”ÅŽÀ}á\x10 )qµ "
b"±»Œ“ÖŽÙ™0\x18 Æ« å[L "
b"±ÏE\x08 dª-\x13 $äØ<²}ú "
b"±Úì C\x1C ЉòIY\x19 N¸»» "
b"±ç\x06\v R’èºçÜß-\x1F e "
b"²\x0F Ÿv}Sí\v ´Yþ!\x1E }£H "
b"²\e =#Š´Þ×UÃAN¡á‹9 "
b"²\x1C M+\x1F\x10 Mk@êz{Ò,„5 "
b"²0ävØOÉ€+¸ë\x1C ùôñ" "
b"²2-!.G7ƒ¡l©Qˆù¨ "
b"²4^1ç¯ãºE8ˆeÀ`È "
b"²Gþ/HCDÅ^\x05 ¼{‡\x02 K® "
b"²P~eì¬$Û!\r 0Ò¤Vä¿ "
b"²R,OÙù±_br£>Rñ\x16 "
b"²]èYc:Xn\x12 !1EA¦v– "
b"²h4Õ–e\+\x06 –û\x1F ÝKjÖ "
b"²l¿‘\x1E ¶j6Ïa7¾ªÃª: "
b"²ˆ÷+ŸØyl“\v\x06 ëM¹ "
b"²Œ(®Æ<Ïë¤Ï\x15 é&°Þ "
b"²”â0Okšë$\x15 2vТ$\x07 "
b"²w\x18\x05 a#"ªEk\x06 JªRŠ "
b"²°f\x10 ¡®bÜÅI3×zU_y "
b"²±\x08 SC!â)\x15 D\x04 N”$Â\x03 "
b"""
²±`é÷Ì\n
Œ\x11 ¦m¼¹${
"""
b"²¾:\x1A\x16 “yNÆÃ"\x7F ¾:¬Ç "
b"²âW"¥ŒÅ0u\x0F „E]ê\e n "
b"³\x08\x1E (S\x00 hd\x12 %º\x1D !Î\x0E å "
b"³\v 1Ñ:¹ýW¿\x16 qà\f û™< "
b"³\x1A 6‹ÉV¡˜Õ”¥y¤×•\x0F "
b"³(ܱ:ML.ñTĨ‘F "
b"³8Nþ1¨Qp«\x0F cØ#ã¡W "
b"³?6+9\x10 ‡¨‰¦\x10 oÕ˪» "
b"³Ku\x13 §×â:üŽ? )¤Rd "
b"³W°~Ï€\x06 Ïô¬í°-‘M” "
b"³_ÖÁ¡+U–¡\x19 ¸÷Ã\x15 ¶ "
b"³b±î\x15 Q$˜h¨ŽnMèÕ "
b"³\x7F ›r\x17 ‡‰ÉàŠíL =§0 "
b"³˜ú!Y\x1F 9ê\x18 ›\x04 %÷ê*? "
b"³´§Ë3|6õ8··´ž\x06 þ "
b"""
³ÈÀáÁ \n
À\x1F µáVäÈÑ\x14
"""
b"³òb=ˆ\Ó6O¾f\x14 €2›< "
b"´\x19 S¸\x16 Þ€\x7F ;\x14\f\x00 `-#¥ "
b"´ \e Þ¦‰B!ךÉ\x11 °k\x1A „ "
b"´%õl_$ß_弈ž»"\x05 í "
b"´4>ð`Wn0ïÞ\x1A c\x02 £ÁŽ "
b"""
´QõGJD|\x1A ù‘Æå\n
\n
"""
b"´‹ÌÎåÿŽ>o°ä¶°«2 "
b"´‘+½ëbìS‘{”DA6G "
b"´˜ZØb=æÁ®u‘H§›»¹ "
b"´u†{w\x1D\x17 1h\x05 ÜÃ\x0F ! "
b"´û\x7F µ%†ÉîÃ\òq¾ "
b"´ ~\x07 ø@\e bC\x11 r1!\x0E ®‚ "
b"´¥0ú\x00 –$ÜÔšEÅ\x1D ^FÒ "
b"´¨7?g\x17 ä†N\x19 85%pû† "
b"´¾A\x17 Ö$q‰€šî/¢Ö˜ "
b"´É\x11 .Äìí\x10 ßUÆÉþJ‘K "
b"´äÒâ‚ë¬9˜°•Î(¶Œ "
b"´í_×\x0F ¤$^\x15 䥺\x07 ßÇ "
b"´ð‚FØ0.:ðG…•ËúŽ "
b"´÷êf\x1D fo8ZEoTÜè\x16 Z "
b"´ýæ“?•‰ò@‡žŒvЮ "
b"µ\x05 4?u‹¶V1Õh$?¼¬Z "
b"µ\t +¼]á®Ê.\r \+¡bŠ "
b"µ6#\x7F\x12 ÍØœ¥_\x02 ®\f •zg "
b"µV>_ñ]\x02\x19 žæ”õ\f Õ² "
b"µ]©ŽàHÍ8Xç«Q3dÅ "
b"µ^\x10 pa\x08 á%²ß~!X¥\x14 I "
b"µd¯yLÙ\x19 >0\x00 ê\x17 •ÕŽ\x1E "
b"µiÀþf+b-Õ#¬X\x00 x\x0F "
b"µl\x08 .$‚îTäúhgu÷ S "
b"µo\t (r—\f þÔò(¸\f "
b"µˆ*;+äŒÞ‡\x1C —å\x19 ?\x7F » "
b"µ‰(\x1C €\x13\v Î\x08\x1D hvNÊš± "
b"µ”68\x1A \r ¼3´|¾B{)s9 "
b"µžxÎr´ï–’ÅÊ\x7F Éy "
b"µ©»R\x15\v\x7F :š²D\x14 ÷(\x00 "
b"µ°ÈÈT?\x01\x15 ˜9dè<Iäó "
b"""
µ³’\x07 À/\x1F\x04 %£YÕõ\n
”´
"""
b"µÂœW¯æÂ~ºÐ`\x1E\x01\x1C æ• "
b"µÅI¿\x7F 2v„¬z\x14 S¬\r 4© "
b"µÌ‡+¢fŠ'¤?H€™€º\n "
b"µÙ\x7F Êñ\x01 ¹Í\x01 è\x0F µ³Ç¬‡ "
b"µáï!i…\v }øªáb¥\x19 : "
b"µáñ\x13 d\x15 ÁÌu⨠à0yá "
b"µæ(Ù-¶€©‡”\x19 Tö"‘v "
b"µñBšÛ+è:ú/…Œ©Ô( "
b"µöå\x1C\x10\x04\x18 -ÿaÌÍŠÞ\x18 E "
b"¶G\x7F ? \x1F öÇJvÖ“Ûö "
b"¶N.\x08 Ó¹ø_0¸Rb£G\x15 "
b"¶S\x06 ²ìË[¤ý\x08 ˜Hyc\x19\e "
b"""
¶`ôC\n
²Û)\x16\e ±LÛçÊŒ
"""
b"¶i\x18 pçZ‰X\x14 xÄý\x1A \r æ\x1A "
b"¶onÚž·\x01 ÙÃR._ˆ\x1E p{ "
b"¶xÑc\x08 {x›ÇíùŠçj\x7F 4 "
b"¶€ÉpÙ\x06 ]\x03 Ÿ¿ûÇVò!à "
b"¶˜¨9žÒô¯³$`ã0þÝ™ "
b"¶©}@4\x11 waJ\x7F _E¤Y\x08 â "
b"¶ºz\x12 U-\x14 z\x11 œø£Xð\x1F š "
b"¶½\x12 1•ĕ٠!®²¡ß\x07 - "
b"¶ÍЧrŠ2~ž‡\x07 ûð9Ì% "
b"¶Ñ®¢\e ÿ’,óÉ\x07 ´s\x19 ö÷ "
b"¶é‰ñ~âÂ+\x07 Ͻ\x01 žxË| "
b"¶óñgÑ\x03 zŸ“˶V\x1D H–r "
b"¶ö1~\t 0â\x13 ºrüMøÐXæ "
b"¶ù\x19 Ëu\f úûg@…Ù\x0F =¶8 "
b"¶û•VõüeOx\x7F ?âSŸ®³ "
b"·\x06 Ä+HåÐ\x14 °¹ý\x01\x01 żú "
b"·\x1A ‡X›9df1n>*d\v K+ "
b"·"Ž\x0F\x04 “¡Yò°\x02\x1D %\e 0b "
b"·/1évr×~s‰àNJƒN "
b"·4§ß\x17 ©þ\x14 4+ÈÂ\x1F ¤åØ "
b"·9\f |\x7F\x13 ¨•!\x19 yÜÖVLó "
b"·>>aRGdUÕù4¾\x06\x13 *¡ "
b"·?½\x00 q\x19 fÞP‡3¥oO: "
b"·\\x10 íX\x13 `JÚ×\x7F\x1D 0€…ˆ "
b"·kí[#\v\x1C\x17 Ì \f Dô "
b"·lv¤úò^®àÛÖ‡óUž] "
b"·€¼\x00 *æ o×`‰]g÷\x12 ¯ "
b"··ê$\x7F ûüF÷\x12\x0E ‘cŒ" "
b"·”oŠbä‚Ϲ\x1D gQQó\e g "
b"·©qwK¢¼\x7F !\x16 ï.¸¨xÐ "
b"·¬.B“ß\x00 ßcŽÄ³òGRb "
b"·»õƒ³è$?1H^ºZª¹ "
b"·½g\v ©„\x1F\x06\x1D ~ŽzæÚOò "
b"·ÀDÇ\x1E ŽðëÝ×\x08 "Q\x0F æ] "
b"·ÄVdQ \x05\x01 µ4ìÑ„?Iq "
b"·ÍG@2pvcíý`é7|8\x12 "
b"·ò¦ñFÝ\x15 iÑIҜج© "
b"·ô™‘Y…'–+uy_h¨• "
b"¸\t \x1C ЉtZ#àš^!«\t ê "
b"¸\x19 LæíËø\x14 ÀÈÅ”²K[ª "
b"¸\x1A 6&¨Pœm:J&ª§/âË "
b"¸9•\x14 ¸\x00\x15 jÈ\x1A Û,\t\x1F îÆ "
b"¸@*\}€p¥Ë\x1F ¾eû\x0F ¾T "
b"¸LŽÍîÎ,9Ëú×"¼í!? "
b"¸M¾ZHQ¬\x1A š‡æ4\x15 <; "
b"¸W})A+¼´«ý¶Àæ\x1C v "
b"¸^Wy5µíªÞy5‘B\v ‡ "
b"¸i\x07 Ë›Øa\x1E JTˆ\t\x02 ÄQ9 "
b"¸qÿ\x10 '÷Žé3£ƒÞå£Aã "
b"¸Š\n \x13 ¹5\x00\x06 :\x17\x18 ›hLÁà "
b"¸˜4\x10 áÞ¹ù&¢ãÚÌ®ôP "
b"¸¸ÁËŽõ]L\x10\x1D [÷m±n– "
b"¸À\x15 lš¹LÔm\e •\x1E wz§= "
b"¸ß\x11 =e\x10 I\x15 Fá_oKOsâ "
b"¸ó“\e Õ€6,Yf\x00 *Î\x1E\x15 v "
b"¸øÖ\x07 ²\x7F #Óá\v þÉ1‹ªv "
b"""
¹\x02\x1E Á\x0F þ/%\n
~ôÑ\x11\x1F Å
"""
b"¹\x03 IaàðœÎHäšéC "
b"¹\x07 R¬Ý\x1D ñ#±;£À†%Ñ "
b"¹\x0F ò’¾q\x1A ËðàXúECÙù "
b"¹\x19\x15\x02 Ó.>6Íqc“\x16 `\x04 ó "
b"¹6³,úJ\x11 ûE$Ù\x08 áãÿ1 "
b"¹8!À’½êbr5ysÂmë "
b"¹93”.q®Í\f ,]-ˆÒaa "
b"¹Y\x1A ¬äó\x11 ü&D\x15 Ä\x18 -=\x17 "
b"¹^ïY}±>c\x1A ð\x02 \r F™J\n "
b"¹_Þ[÷`CÃÇ\x02 •Ö¶ÏÉŸ "
b"¹g©OkL|ÅE_X\x19 ÓnãÑ "
b"¹x[D{¡Ã.do±\x1A 3|\x10 "
b"¹ƒ\x04 =è\î±FK|ø9j·\x04 "
b"¹”DZìβ·°ú®Cõk–\x08 "
b"¹š¾\t +pœ(T„%q2¢c@ "
b"¹¨…–®ÎÂéÉz”Ü–Í~ "
b"¹°1`í뢅¹pû•Å\x0F Ó+ "
b"¹°Q\x14 ålû\x18 ¿Ô^\x12\x1C ¹\x19 Ô "
b"¹´\x06 28°Ü—&@ž4,N)& "
b"¹ÓÇ®\x1A ¹Ì–¥ómP»\x07 (Ð "
b"¹Ø/\x11 b\f ˆ\x06 ö×\x01 ¿\ôÚ "
b"¹Ø7\x04 E\x1C œû-\x13\x18 ȬZR "
b"¹ÞÎ\x06 N¿£ûéd=w\x1A Jªn "
b"¹áý‡\x12 6'\x0F ?F¤µJu:y "
b"¹é#‡Ù\x13\x1A ¾N73±\x19 L "
b"¹òõ…ß<¬‹\x10 ¼óQ;8ÌJ "
b"º\x15 ‚E\x1E uö\x06 õåG,|‚ƒ "
b"º\x19 IxÀÑÜh’I \x1A =žÈ¦ "
b"º\x19 Ç]Ò…U'”bdbAM\x10\x16 "
b"º\e d6\v Ó\x17 ¾öµö,+——× "
b"º#ô§\x1F ®<\x10\x17 q¹}rųd "
b"º'\x1F ý[îmm9{“ ¨}ÖE "
b"º(Ô°›-\x13 “†aM¤>Åe "
b"ºFs\x06\x08 Ü®5àÜ6'/ï’ "
b"ºKÐ'x;;ñófEn»Ù¢ö "
b"ºSÈ“LÞ0äÖçÔ0s\v Ŧ "
b"ºW§W‰\x08 Ë®–v<KñÁl‘ "
b"ºW´c€\x16 ÒÁ‹©Ü…<Ňà "
b"º„äÍ–{þ•Ñ|p·r\x15\v ¿ "
b"ºŒ—« }\x04 žÜÝ \x04 â{Žz "
b"º’ñ¡S\x08 );\x00 úmÈó>ݱ "
b"º›¤¼Bü\x12 ¯\x05 Ï×Qˆ\x02 [Í "
b"º¥«\x02\x12 ø&ŽÙ\t ±A(ð[° "
b"º©Î\x04 ÆeÞ%ïðzÙ…ðò "
b"º³E%äP–R\x17\x05\x15 +Júõé "
b"º½+åÜ$*\x07 Cñ\x0E }bŸü8 "
b"º¿ÅîTà\t ‹8\r 9\x1A bmm‚ "
b"ºßÉãv¤À]>‰\x17 Ñ9Dù\x12 "
b"ºï&\r IYËC¸µ\x13 xJiþ. "
b"»\x04 6º]Æ%˜ê…\x00\x15 D\r ±¾ "
b"»\x16 Z½\t W\e ~à=\x16 +û\v q@ "
b"""
»!/‡·¶T¦&á¤\n
’ëå¸
"""
b"»)/\x05 ÿT¥Gà\x12 jÏ2…U5 "
b"»?\x12\x08 ê\x18 {f,÷¬FÆj;ë "
b"»@:Ø\x10 êt¸óˆo×4nÔh "
b"»I®¶4yhÄÞ ßò¤\x0E 3 "
b"»J€{µð)\f\x06 Bn@œÄÞZ "
b"»R\x13 3>âÏ>EŠ\x07 —©Ï¤_ "
b"»fN®óŒ\x18 ñãBy‡ä ü "
b"""
»o˾Xi[º\€\x15 Ùd\n
Ä¡
"""
b"»p\x01 ú\e\x11 EÈ\x18 (¶Ô{Ö} "
b"»q]\t ߇„Ý={ôüÊïïc "
b"»„³«@,"QÄ|¥D|¿#’ "
b"»™!–…ˆÏë4¼\x11 §-g\f Œ "
b"»šícè=i\r à\x1E xRÂ:ƒ= "
b"»¤@º·dÀ\x1C ò\x03 X©Þ‹\x19 D "
b"»¤³\x1A A\x0E ×\x0E Þ8ž>\x03 e\x14 r "
b"""
»¾=ï)\n
XÏ\x19 -Aá\t ®
"""
b"»¿x¾EÖt?›–"\x04 «ÐÊ\x1A "
b"»ÃóÌøö\x0E <fq.¸c=¼v "
b"»Å\ÝŠ\r f磇\x1F \x05\e (! "
b"»Ì*?JÛugKñ\x07 ÞG-•Ú "
b"""
»÷\t ±´mˆ BÕ,¨\n
a2Õ
"""
b"¼\x08 `—[{ZàJBê-ûçÀÙ "
b"¼\x1A\x18 #\v v/\x14 a\x05 ’iL͇< "
b"¼;òµåÍÜdÎ\x0F “R½·L "
b"¼RÖ\x17 ›¸ÒÜ,\x11 Íì\f ËŽD "
b"¼p\x12\e b¤Ë5Þ7.!Pï£> "
b"¼p8{ ¯ÃGŠž+Ê\x07 m'à "
b"¼q\x05 —À.Å\x00 ÈîQ\v ·ñ\f "
b"¼£C‡XÖŒYЉñä;? "
b"¼¡ú(ÄUCñÎzÀŒôŠXÀ "
b"¼²† ÇesZÂW$¤à\x16 ÚŸ "
b"¼³[€º„\x0E ·´&÷w{—è1 "
b"¼Ä\x02 [\x0E ØF½Ž?lY~ô*ª "
b"¼Ç^c5\r º\x06 Ò$»¼UjÄ "
b"¼ãÙ©Ö£Û\x11 ÄîL©ËWÁê "
b"¼ù0‘•$Ñ1y ç\x0E tI\v ] "
b"¼úÉ|\x04\x1E ø.Žã@ëó~þ« "
b"¼ü.íð&à™ˆWcI®‰R§ "
b"½\x10 OSl$UDâ táÏÜY\x19 "
b"½%¼.°::øfáxZ´Â\x1C Ô "
b"½;kD†\x16 b\x06 ÊF¥ƒ¥\x15 û¼ "
b"½?÷€¢‹²kޤu"\x06 ð-_ "
b"½G©\x18 ?Rì]V/Ú>ãº7 "
b"½L7dÒÛ\x07 ƒ\x04 fÊŽ\x00 u\x03 T "
b"½VÁÔºO›\f\x0E ØnC©0á "
b"½Zú€jDÔ´UƒŒêá?VÑ "
b"½^3ï(ª(Z\x1E Ó\x13 ì…‚gc "
b"½lf‡ñBh5'<pêëëÁí "
b"½wÁÔ\x1E l'¾¾:\x1F ³ýú½ "
b"½x#ØÚëˆ?:àA+~_ Ø "
b"½Œ¬íOâï\x19 ml”\x01 Á‡Ez "
b"½Ž\x13 <\x16 AôÂ#y\x16\x03 ÄuV¯ "
b"½¤$·óX¾û–ƒûA¶åÛ‡ "
b"½¨Èª|Ÿ0áÝ`xXÁÆy\x19 "
b"½²»s¯\x03 ̪B¼×xyõ)÷ "
b"½»\x04\x16 ö8ŸZŸãêe´)è“ "
b"½À†\x03 ¬ç‰GŸ\x15 Ú_Z\x12 W "
b"½Ë(½\x1E f)}©Ö©„T\x16 ëð "
b"½è<\x04 *#\x1F Cæ4b\x11 БB\x11 "
b"½óLh\x0E +Ã$\x1A I\l'|ý‡ "
b"½ö\x06 7*¹Ä\x1F äº4²1½ý' "
b"""
½÷\n
ôü‹Ï\x07 pDèkÞ´Y
"""
b"½üË&\x1F ¤L¤/¨0]ã¶ "
b"½ýÎZîG«Íþö\x15 Ç÷äDé "
b"¾\x01 ©\x17 Òš¤\v ÉÒ/sM\x11 ¯ÿ "
b"""
¾\e O˜ò×\r\n
KWh¥›”»È
"""
b"¾0äÊ9ͼñ ·¶P¥H "
b"¾1·Eê\t\x01 !ž\x00 w\x10\x12\x1E Ð "
b"¾8ÕbH;\x17 ˜0Ö‹ÿ½(EE "
b"¾A59Ü9r\t Ͳ¶TÆ\f\x0E û "
b"¾Qíwç¦Þ©\x00 üÙïáVõ\t "
b"¾^¾\x01 úøÊÿ0š\x02 sž`h "
b"¾`¦q\x18 .Œ\x18 Ⴠ–Ì÷¬e "
b"¾c×I[G[_êG\x18 ¥–"í\x14 "
b"¾w¢ÿß¿”üXÀdYÿv, "
b"¾y Fß)aFüI8ž\x17 ÌNÛ "
b"¾z&ÍŽ<ØÓP\x06 õª5Š•ú "
b"¾ 'óTÐç\x01\x17 ᤠX"ÓÙ "
b"¾¸\x0E ŽŒ\r 9¸½Þ¶z6Œ>0 "
b"¾Ê‹cÂX¾ìø<?`k˜¤ "
b"""
¾ÌÞ\n
0ò»ª•OL¡¢tÜi
"""
b"¾×ó= J\v\x03 T¡V\x1F\x1E ÷ "
b"¾ß,%ò§ÆIÞ-«ƒg˜•O "
b"¾ïÒþ~‹Ê‹6àìͺ9ç¦ "
b"¾÷\x02 ÕÖG*@®?íôü{\x10 "
b"¿\x07 /qHÀ°\x15 A?{6!!—¶ "
b"¿\f @¨Ç\x12 ØÐªm/\f £\x7F ¥| "
b"¿+ø,ýûG|Iµ\x00 É!.>F "
b"¿<\x7F Ö6ÛAˆ\x0E\x14 ·±\r \x02 {1 "
b"¿Rxôåi9$Ÿ]¢"\x1A\x13 €´ "
b"¿Um¸Ü\x03\x00 ‹!þ=Þèo1’ "
b"¿bOP+\x13 ¡–\v Ÿ7Û\t 7‘² "
b"¿xáñ¶^V†Û××èžC9Ï "
b"¿—zàœ\x07 =æ:Ç7ß=À³š "
b"¿™[©šÚ?µ`ÔÈ\x12\x10 uf‘ "
b"¿Ê)ÍA\x07 q!®>¾IÜ\x13 ð5 "
b"¿Ú\x17 볎zÇ1?~ž+X&1 "
b"¿ÝîÚÚ=@Y ×\x00 þ\x10\x13 té "
b"¿ëKWb÷*\x16 _ã8ÜçË) "
b"¿î #ÿ³åߎ\x08 A\x1A Í"\x1D ‹ "
b"¿÷’\x16 N\x16 6egà¼×x\x17 ÑL "
b"¿ø¸¬^#+Ô\x06 _!4\x1C Éþ· "
b"À\x03 â\x17 Uêÿy\x07 ‹§ïÂ|\x1A ã "
b"À\x0F aoÖc\x07 àöÁÑ\x07 †!~ð "
b"À\x14\x1C §îËpP»n(²Íw†F "
b"À\x17 yÛ[à>#C\x06 ÓFúªÏö "
b"À-¡ãë\x15 àIrï\x01 ¿[Ü\x17 H "
b"ÀO×ÚdÄ\x17 ÕRÞ³dÖ)óL "
b"ÀQ¢\x1E #j»Vƒ4\e ü\x12 s\x16 ¨ "
b"ÀU\x17 ,E\x05 ^\x03 íóаÜâ\x11 "
b"Àt÷AÑ›;\x1D }\x06 0\x18 ytËv "
b"ÀyïÓ(ñ1\f -šÛ_çŸr "
b"À\x7F\x14 3`\x14 ›(5œÁ—¢rƒA "
b"À\x1E ^Èï›N•spù:žë2 "
b"À•û?ÒØß³\x05 1b\x06 Q€tº "
b"À«ÝÇ~Jêão)§¯rD§ "
b"ÀÀ¿äbV%õ-ΪX?\”\x02 "
b"ÀÊ\x05 ð\x0E ’\x0F ‘åë\x06 ¯²\x02 L "
b"ÀË\x10 Y³\x11 ÈCfL[¶\x7F ²« "
b"ÀÙ³\x15 "[\x1D NÊÎ.\v Eô ‚ "
b"ÀçCâ\x05 fˆ9s‘\x05 ‚ð=6 "
b"""
Á\n
\x0F\x13 *Üìè©\x0F\x11 k°³/\n
"""
b"Á\x17 Fk´|õv"zÃD×y‡v "
b"Á"À¦¢:Ä%\x16 2#\x10 .¿<G "
b"Á%ϵvÄRAÆI2ö†ä3I "
b"Á&\x01 „T7x\x1E Z=íT\x0F p\x05 W "
b"Á;Ê‹Ao©\x1D\x00 àƒÂE‡\f "
b"Á?•~\x0F õhú ŒÒ©¶´3ì "
b"ÁF¸ƒ\x11 j…µí¸_\x18 o\x10 <\e "
b"ÁZ^/ô€€«Y¨RÊ´=Í# "
b"Á_\x0F —$_é{†)¶3ø§\x1F B "
b"""
ÁaÏKa2˜N\n
ë<mD}õÓ
"""
b"Á‚A}S¶\x01 Ü]#~ÕAÑ8W "
b"Á¡6ÿï\x13 «Caô}<p§ "
b"Á¡Ž7]ïô\x05 "ÓX(Ì)Ê "
b"Á¢?wb\x11 †tckž+á6 \x01 "
b"Á±¡š\x04 d†®Ù>¿óéøQ\x17 "
b"Á½\x06\x01 <û ë2\x03 eð“å•ô "
b"Á½›yáÒç6v\t ìma«vÛ "
b"ÁÆ`>!½\f Œƒ^ã&%û\a "
b"ÁÑ*>Ù²ÂI¹•Ví¢ÃáÖ "
b"Áè`óÚNx›þ{CwÑÊÑÉ "
b"Â\x05 ƯÙÃòr(°\x1A A‡ì\x0E "
b"Â\x10 B¸á]\x03 ¿QÞ\x16 ÷Ø0¶ö "
b"Â!a^j9ƒ1Þ‚>º¦“r\x01 "
b"Â!×9€§F=³(CÙh£¨, "
b"Â#Š1ç\x15 ÖQ5†šBÀøCí "
b"Â&?5îür\r s\x1E %\x05\v ”ý\x19 "
b"""
Â/HI©5Y\n
_\x07 ž1£\x12\x16 Ž
"""
b"Â]ÍŒ8\x14 |\x15 8L\x11 ßHm©É "
b"Â^~¶È\v Éø‹Žž\x1E\t “!q "
b"ÂnýÕ o”BÇÁR4}äÚ, "
b"Âo²R\x13 …Ò´bz²\x01 8¸%Ù "
b"ÂsâR@å•••\x7F ìï\r \f o\x1E "
b"Â\x7F „Ô}TÜ‹X\x16 ?Fö«'\x02 "
b"ˆIæË\f •ϕмwõµ "
b"ÂÈ\x0F\x0F /Ÿ‡\x1A ‘™ÌK<êRà "
b"ÂÖôÚ>©0À\x13 ùÇ-\r ˵ "
b"ÂÞœ¿¸IZVÁ'½bK§\x18 5 "
b"Ã\x06 ,™¬vœ)PžQrŒÎ‡á "
b"Ã\n òº…9É\x11 \\x00 ës¼mwÑ "
b"""
Ã\v ôþ\n
GŽUF&šÁGç\x1D Ú
"""
b"Ã'sµ\x12\x11\x08 \n _È\x00 ÿm%†Ä "
b"""
Ã0éünå\x18 ¡ mSxÿ\n
"""
b"ÃO\x1E ¶“\x05 CÍ9‚o\x03 ÔVåä "
b"Ãr„[”ŠD¤Í·F\f OQ "
b"ÃsÚ\x06 ê\x03 ¨;\x06 ‰ã\x11 ú• "
b"Ãu3Ó!‹ÿ”u9Æ=ó+· "
b"Ã{\vpï-æç‡ŠÖ#…ÇP "
b"ÃŒ÷Áã Ø|\x1D 9Žó\x01 zŽ· "
b"""
Ø}ˆ¥³Ò„\n
GÔ¿˜ç\x17 ¶
"""
b"ò·\x19 R\x08 ¡G;Áì(U¨j "
b"þopLõ9®¥Ç$k—6Š\x1D "
b"ÃÆEcÌ܈ßoøî€p\x15\x13 D "
b"ÃÔ”/¾nŒâRÊ\x1E Vl¢l "
b"Ã×\v ø^OÑì>oŽ=$Ë“ "
b"ÃÚ7XjŠ5©!¿•\x08 ÿX\r "
b"ÃÛS=š©W¥66k\e ‰®\x08 "
b"ÃÜ\x11\x1D —oÓ–ÆM\x0F ’J\x17 \ "
b"Ãà\x7F ´×«@\x05 â²\t —ó™\x06\x1C "
b"Ãâ\x01 cvvîŽRƒxœÃ\x01 k… "
b"ÃâPP\f s,6ÖX"0¤D&Ž "
b"Ãÿ–2\x14\x11 þµÆÿ\x05 Ì›¶Ó "
b"Ä)‡\x7F i/×}zž:\x19\x08\x0E\x1D "
b"Ä,µÁnÉ('±3kú‡8\x7F ß "
b"ÄE\x15 K-žZXb’þ\x06 uäMZ "
b"ÄZÿl|gS\x11 ƒ\x1D Öp©úx: "
b"Ä‘_·ôárSÌOM̘U›? "
b"Ä yµÕ3>±\x05 Ñ\x07\x15 ÅOE "
b"ĵ\f 7”\x16\x18 Ûí¿=\x15 ³ÌÆB "
b"""
ľ«ÿ"\n
¾e£\x1D\x01 >¡´\t ¼
"""
b"ÄÕ6µ,x‡,Ÿ™àik*\x0F ƒ "
b"ÄÚ´e(ÔB×þÓľCË\x1C\x08 "
b"Ä謟\e «L©;\x1F ð•~’=Ú "
b"Äòm\x7F\f\x12 "¦Ÿ¾g‘Z\x01 â "
b"Äü'x4\x16 :‰à(åf\x00\x17 WÐ "
b"Å\f F†W:\r Ç!•÷g6\x1F 6ú "
b"Å\x10 B³X,\v ƒÿ‰Ä ˆ’ƒ° "
b"ÅbóÚ\x08 |[¢É=O\x04 ŽŠ) "
b"År•X¸ ¥\Ž\x14 t\x1D ‘\x1C Ú "
b"Åx\x07 _=K¿§7™F8~°¬\x1F "
b"Ť\r ¤Î\e €xÎ~³²¥xî¡ "
b"ÅÃ}è…ñG8Üd©I€E6V "
b"""
ÅÇ\n
séÈv$ 'ÿ”\x13\x18 ù
"""
b"ÅâBòÉ"&Y.\x1D Q \e :¨ "
b"""
Åâ’\n
-¸Æ\x16 \}\x15 Û°\t 1î
"""
b"""
ÅçY¯Ò33ä”\n
V\r »Ð²z
"""
b"Æ\v C\x17 7ì@÷'f1ðä·€· "
b"Æ\x10 À_ô—5\x1D ‡¸{\r 7–B— "
b"Æ\x1C [\x7F ™¥¶cà\x12\x13 þN‹.K "
b"ÆJ¨§Ø~®÷޾2—õô, "
b"""
ÆRËÝYûb\n
:BÔýB²àu
"""
b"""
Æ`\n
9díWlp[mÀèHÌÔ
"""
b"Æcmè\e "%Q³Û´V@iqZ "
b"""
Æm´™ü|àæX´R\n
7Å€\x1F
"""
b"Æ…=‚¼\x12 «>Ø,ªLß\x05\x13 û "
b"ƈnÕ½Äl@™‰Pì\x11 Oâ "
b"ÆÅ¤›þ©e¢³·B\e ’ "
b"ƘŽ\x19 Ü;ÙÞHÏð&í} A "
b"ƪcÑ9óvÝ8\x16 nzà=Ç "
b"ƬECjÞ\x7F J+EDÆ\x10 Ñ”! "
b"""
Æ;·çw)ûŽÉ)tÒž\n
Y
"""
b"Æ®žûy€\f Ê}ZÖ)yj‚Î "
b"ư\x00 tpÅ?‚HBö\n ½\x07 Í "
b"ư\r VÙSÐO—ï\x01 µ½‚\x01 „ "
b"ÆÈ-¥S‘"I§ä e\t S‘\x0F "
b"ÆÓuLoýp¦ÄŽEÇëut[ "
b"ÆÚ˜ãk{Y"C&Õ̪¼šP "
b"ÆÛ3Qa|\x1C b’®ýÔ-~\x02 Á "
b"Æâ¹Çn\x12 f(\x04 OCAa4IU "
b"Æí\x1D ëÓgûe\t QýË0¨÷Š "
b"""
Æñ6p‡ƒw3”Ä…é\n
DÞ°
"""
b"ÆñÃSȯ—<Œ6smƒ "
b"Ç\x17\x07 DË“ß2¤Žke´Ó "
b"Ç)\x16 aŽ\x15 "9mòõеçî… "
b"Ç5p.b¿g\x19\x11 ò¸\x17 Nã "
b"ÇLT3„ª©<2ör%\x1C · "
b"ÇRU×ÂÓ”Æ~\e iA7_÷\x05 "
b"Ça¨Ø‘\x08 ¿¢¤WÁc¬\x1A pó "
b"ÇiŸêŒ‰\x0E °8î9\x06 ào∠"
b"Ç}±ñä•+ÔÕê6ÞÖnôb "
b"LJu-~ÜŽž·\x0F #t_4[¿ "
b"Ç‘\r þ,÷g÷v#ìK\x7F ‡“ "
b"ÇšPŽw÷\x11 ÁÈ-Ït¿ê” "
b"Ç¥N\x11 „"\x14 ä*2°\x1E ÙÓ+ú "
b"Ǭ¹\\x11 ž\e †£¹‹ø„ÒšŽ "
b"ÇÀ(CÆŸW±X;É“x\x16 åì "
b"ÇÍ2zɰ¹w•üç»ù±\e ã "
b"ÇÒ¶š›ý¶€¹©\x11 Ùµ\x1E Ú "
b"Ç×ë!ËŒFfLÎ+W\r £”\t "
b"ÇÞ\x17 ƒ\x19\x03 8£S1Tz‚ñ\r N "
b"""
Çâ\x01 ®™ÖIê²a’Ç2\n
Õ\x18
"""
b"Çó¥ÿ[Øø%ÛEÆ0å\x1D “G "
b"È\x01 ¼8ô$“ÄîîH2Ö\x18 ¬ "
b"È6\x15 rÍ”æ…Ö\x05\x1D Åe2 "
b"Èa¯d™eâ˜ENÅŽ\x13 µCŸ "
b"Èc«\x06 égÀÚÙ\x08 Ñ.ÚS@× "
b"Èd]dðåÆþ\x03 y«Z-øÇ\x1C "
b"Èm!\x1D ¸\x1C\x0F A@EGZ§\x17 ~ "
b"ÈrGÁµ†œw £H¬'\x18 Î- "
b"È‚gëŒeWkR ÜtŽ‚*Å "
b"Ȇ“õ\x19 ¤lÄ1S¥\x17 R¶ä( "
b"""
ÈŠ°c<Z<\n
zȤwÁÔÇ
"""
b"È¢\x02 x÷h]ZŠð3cé`N "
b"È¿\x15 ·<°™pf\x17 ¨!=>c "
b"ÈÈýÞ\x17 Öݱñ\x0F\x01 Í;çÙ "
b"ÈÉ6›]]ÿ\x17 ùt{ŸEDCî "
b"ÈÐVo.\x14\x19 »\x11 ìÏñÂᯈ "
b"ÈÜÂ\x0F û\x03\x1E F=Ü(q?-$B "
b"Èùn®7’D‚zUÀŠ`ÓQa "
b"É\x04 GY¨[SÔÕö„C\f FÖ "
b"É09·ŠÜå\x01 ·x\t\v\x0F .\x02 d "
b"ÉXttÂ?O{¥»}\x16 §ð "
b"Éd\x04 Q\x12 {QbÁf'Cäbé "
b"Ér\e Ãù^›Ž\©\x01 o¥i-h "
b"ÉuZ*’™>Ón«nu\x1D hÍ\n "
b"Ƀ¹ôg-H\x00 º .•\e , "
b"ÉŒgXº0ÖÏ\x11 ¨’Ëf¼6r "
b"""
ɘ&‘á‰lER1\n
\x1F WQë`
"""
b"ɳÀŽ`§ï9P ö•Ħ–= "
b"ɵð\x15 ¹Æ4dÁ,¿ÀÈdb "
b"ɹ\x7F jêl\x11 Óó±™É›\x19\x18 "
b"ÉÌÈ\x12 žoÔ& ÅW˜\ª¸ª "
b"ÉÏUÜàáÎ2Ó¼P·sg¿M "
b"É×\\x10 iÊñaê†mCRþ]• "
b"Éë\x01 wAͬ\x06 ?\x07 j²žùÖ² "
b"""
Éø‰!‹´!(ÈW–´9±\n
\t
"""
b"ÉüއðkfŽ;:7’®jX¼ "
b"Éþ<´fÞèb^(ó¢¹Ëû· "
b"Ê\x06 \ÈCæ×Ó©›˜\x1F ñxØ "
b"Ê\x08 ]3\x00 6ö9r>ˇ[ "
b"Ê\x10 kÒ%EиŽÔ\x16\f 6Ç:\x07 "
b"Ê\x1D ‘Âà\x1C Y†;¨˜æG¿i• "
b"Ê\x1E .i;ÚÍoäVÆÜ¹\x00 Â] "
b"Ê\x1F ]Žú\x01 ÞŽYšœ?«j!‡ "
b"Ê'\x7F ‡êÕÞR®”2(ónÝå "
b"Ê6\x16 ‚Œ‘ÏÎZ $L\x1A ÄV± "
b"Ê8‚Ý!ãh\x00 »\x02 à²ÓŠrs "
b"Ê;÷m„¼•ÖYµu\x1C ,ƒ„ "
b"ÊAXµH½ Guصó\x07 }Š¿ "
b"ÊQθFyÒ!\x10\x08 é9\x1C :I¬ "
b"ÊU•\x1F v\f\x17 Ä\x12 ?\x05 dïL "
b"""
Êc¸”„\n
å+´g\x01 ²\x19\x02 ýƒ
"""
b"""
ÊoB\n
û¤Ý{ißy\x10 $\x03
"""
b"Ê„N²©kS8\x03 °×¯\x14 Üä "
b"Ê‘*==+ÙÜ\x1D\x1D K3…ìçÊ "
b"Ê–\x12 n9Ð]™\x06 ‡\x10 Vg "
b"Ê›\x7F àq¿CP\x13 Z\x7F §’Ù "
b"Êœ\x16 î;\x0E F’°¶\x18 rNއ# "
b"欄 \e Õ¡rÔ`Ì\x16 ¦>o› "
b"Ê»\x19 eîÇÝf•\x18 9Š'R)Y "
b"ÊÓŒ¥ŽZÓ;o\e g:ŒÅ@¡ "
b"ÊïxwA/Ù=h\r \x14 Áv\t Ëç "
b"ÊÿæŒX\x04 6(X%’t"”tï "
b"Ë\x15 ÌËýÃ\x16 ‡ÛuòPÂ\x16 ) "
b"Ë'(íìy»œ³\x07 %/„Svq "
b"Ë+:;\x16 4¯G.ñv¿—Øïˆ "
b"Ë1Üõ\x1D Â\x00 ‰òu¶át¹³D "
b"ËE{8ZýPEO#%6?cü "
b"ËL}òzŸ>W:\v °3‹°G1 "
b"ËXS/\x14 Øj\x1F œßÍ–\x02 A²` "
b"Ë_\x10 ùêÚݰdsN\x10 Z´jÏ "
b"Ë`ãu¡\e Ž7}Ù°¡þ\x1C Ô‰ "
b"Ëcòñ¤îÑœ¿ Éyb[X# "
b"""
Ëdí¡\x01\v æåS[Ý\n
ݢK,
"""
b"Ëqy…¦¶Ž9üNÎ\x05 ÿýå× "
b"Ë,¦C\x1D &È{/]–OÕ3\x07 "
b"""
Ë‚\n
;É\x10 .ÄP@Ç9þ\x03\x03
"""
b"˃“¦ËêòÃÈÈ©\x08 À§k\x02 "
b"Ë‹ùˆà\x00 €"Ý~»‡¾\x00\t © "
b"""
Ë\n
}’QsÖ,¼¾½19·
"""
b"˘0ø{ô\x1C `c\x1A |“yv, "
b"Ë›\x1E ó*;!H¯;nx%…\x17 Ô "
b"˳ü\x7F AÏZý7{«\x19 2rG "
b"Ë´§øÐ"\\x14 Žê‡ó€Y[Ü "
b"ËÏ5X/x\x7F åšßê› é£Ï "
b"ËâQXÊc”J¿@ÞŽ\x01 Á\x17 Ô "
b"Ëðö\x18 f·˜m\x10 lÙB´\x7F "
b"Ëõ&_ß\t ܦ˜ã™ß\x03 ÃGÛ "
b"Ì\x0F ñ@xY\x02 ™%4_\x13\x7F aÀo "
b"Ì\x13 à‹#›À\x04 ?L-–z\x7F Ûo "
b"Ì\x1C 9\x02 },¬EÕ&\x1F “ôÜ_r "
b"""
Ì"çÔ\x01 …¬]ƒ\n
FÛ\x11 ¼Nn
"""
b"Ì6²U\x17 ‘‹\x15 æÚÉI\x1A ¼¾\t "
]
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.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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`
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 (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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 (0x9734B8358CA5FE90F96EAA34027BA42B , 0x9737DA8DCA24AA14298BBBA4B2A8344E , 0x973FE8296A0E79D9A6D69351E1F41ED4 , 0x97402DDE1E1645A55E1AFBE1A9629D0D , 0x975330998ED5473B5A6EF407127B70A5 , 0x9759BD3E525C95A97B49413A14851BCB , 0x9760EC8D0A59E0EB482E4025AF16BE8B , 0x9762291045539DBAA1FEBE7F35157C44 , 0x977229B2AEDDD59930CBF9C0E16F84AD , 0x977A849AB5DF0B0F121CEF9411C4A0E2 , 0x978CAB73617226AB509ECAC8A6178D93 , 0x97AD05406808007554C9AAF3828AEFF9 , 0x97B841C55D0393774A51FBA7D2277184 , 0x97CC1AD6CA74FF3FCEBAC8DAF3788D9E , 0x97DE6C0EE46C2F25AFEBF7EF74CDB116 , 0x97EE859559AD99353F200BCB8EB19A6D , 0x97F897240675A193FD479FBDF85A896E , 0x97FA503FE6BD06CE33970312A9F8EE50 , 0x97FE80887C8D87725A94E501A2A6A383 , 0x980388B480FAD0C4CD7DCFADC318D617 , 0x981DAD51579DA5A5B6C8787C1BD0CEA3 , 0x982198A0DD3ACC52391911F9968EE77A , 0x9826D492FE4ADED565C281D4F064C7BD , 0x982737E72E0627A2ABAE53426750F4E5 , 0x982EB6B84F765839F3B794F687C82101 , 0x98338363B2F7F1A26A2EEB3AF68B10F0 , 0x98388634FDEEA3845994318C73F57768 , 0x9859491FD70B0AC92A10AAB05356B0A4 , 0x986C9F2A0CBFCE7D2ED37EF91DF116E2 , 0x9884A510DC46C288CD6175F44397722A , 0x98AB1341AA0BCA3CF204C547B0EEEA3C , 0x98BBF724D95414CE826E3D6195B6F4E5 , 0x98E0873A8CC2DDC2648EAC95400C3D0F , 0x98EC45AF3B6AA4842984DEC323090AF7 , 0x98FFD342F7B0F72CDEB49C40D09433AF , 0x9903721727773C31AF0A932E8AD19CAE , 0x990EFE849DDEFD152DACD40F511E7B7D , 0x991C3AC391BCFDDDCB8CF7B697C22BEE , 0x993FDFA41923BCAC0E84792F97991767 , 0x995B34AEB65CB2DC0260D546876AAA39 , 0x99679792EF1E057BEC683E3E98C776FB , 0x9972A7FA2BCE04F84E0AE4195D450597 , 0x9974C23E0DC240DEE48910AD1AF06363 , 0x99846A317B536F12D32D94DCF9F1C4B2 , 0x998B1C97793EE8B20AE8DCB27B7AE38C , 0x998CDE6D6A2A35153DC10A5C5B5E8926 , 0x9995AB661EFCAA718F6D4577552215A3 , 0x999B67D846A303AB3667E3E2619C1011 , 0x999C2210E135E5DEEAD4B94676165F98 , 0x999D2F103670F5541CA6D0321E64D70F , 0x99B6265F0453B1B807D6BCF136E321AB , 0x99C19BABFF495766661280A7CE50D419 , 0x99D8D7D4CF4C8EC199A9D61AA3D69686 , 0x99DCBC97BA11C5A71CE85324C7FF2ED8 , 0x99E5DF4061AA2258A805A8636A4D1BBA , 0x99F0B26C1596C54E7CA19C8BE3B693E4 , 0x99F0C7A90B7CEAB40E86861C5ECC2782 , 0x99F377CCCA2DABCFB307C0021D428410 , 0x99FC97E9A6F16DF4D0D71B662E64E879 , 0x9A025D5F8808272C7568B0C3E92C135A , 0x9A1398063CB428C0D140394C1F79898E , 0x9A1EAB5C872F5E3979B7D55F79B50CB8 , 0x9A3031C6FF79F2F19F098A9BAAA477D9 , 0x9A31F03242EB10339F4648F0DD5D9DD2 , 0x9A328788A28FC337E8F561B327AD1375 , 0x9A39CAEB40626DE30F885C5FCE57A083 , 0x9A6CF1EE6B429394B86084B5FAD46C7F , 0x9AA91A6EAF596E06B5268829C1A56D67 , 0x9AD3DBAE4832521CA0DAA5D9AAC573AF , 0x9ADCB8FA97623814B18B659568E95ED1 , 0x9AE026E3F47D625BC7C0EEB69AFFAFE9 , 0x9AFA2A1021BDEFCADDF87E702CB939EF , 0x9B297FBFE97C239CD0590DD580B58533 , 0x9B357D127CD0A0EEE33153ECB6D7BB2A , 0x9B414D91673C2B98E3599753EDEB782E , 0x9B486C7F3B07D8105AA72ACDD014C899 , 0x9B4BC9D3D54ADC8C5925F7F6124F2E2F , 0x9B59643A058080D2D9D0DA8BA66646F7 , 0x9B59D522E4809D8489D0C3A00A40ECC2 , 0x9B5B6A57552EE365ADBE76F462946B22 , 0x9B68C40CF673372F9F56E14061499386 , 0x9B6F6ECCBF355059483F5B52ECE366AC , 0x9B7C4808472F6BD70D2BDA40B0913809 , 0x9B7EC398BE9736518A623D7B269DCBA1 , 0x9B8CB2240DEB33F5BD77BE2331B1C453 , 0x9B972B9E7CF04942038EDB1E840A1B52 , 0x9B9C789ABEA0B6AD7C7406B3546CB744 , 0x9B9EAA8FFDD7BF6954ADABB5179C48A6 , 0x9BA099EF73A28DC6AEC589A7D1306081 , 0x9BA6A9CD8B1F10194AE72FA59D0DBD23 , 0x9BB4CB2F55BC9C9497BA404A1EDDF8D1 , 0x9BB884768A8E3E67E81FEBB86F005AAF , 0x9BF00B36F306777D1719F2E0980B476C , 0x9BF06A5936599DC64A2589A883FD5699 , 0x9BF6063E4E20999FC61974A646B36E77 , 0x9C03399391922E64A3FF00FFB1405B3E , 0x9C308062AE25BAFFA676497A8F0A9236 , 0x9C34567188BBD3F2380031BAE08C0E0C , 0x9C391DC4A6656DAA4536CD89E41EC3FC , 0x9C423514B2C82A39CF73DDE20F1F3C0C , 0x9C62D06DA0A830CDD9621539C4CCFAB3 , 0x9C6CD0E1B804D6EB9744D052DCF3DD95 , 0x9C7BB2C67E2FF09BE7937828AD60318D , 0x9C83EB92B19FD7B4A79F5862BDFE917C , 0x9C8598A891DE034B0C3E41ED03CD5950 , 0x9C8624D554469C4B6894F92738B8452A , 0x9C929A4BD5996F50987B724E67916272 , 0x9C9E3B83A101B87B763D7EA653BBF71D , 0x9CB0BC8C73CBBC94889D62AF25BC2D60 , 0x9CBA4E61B4E9A4AFA5446EB0CB38FB89 , 0x9CD8E99177547EAE5003E09420D5946B , 0x9D012AD78849D1F9E55C19B39508C1D8 , 0x9D10CCD9B7085AB2D6D9B6B6AC0E280E , 0x9D110D90E2F6953EAAD8D9CCB483FD1A , 0x9D440FD0DD2C0DD39E6510FB80929006 , 0x9D49C7321745847B73DBA8A8B12AE8F6 , 0x9D5903877672BA3892871E092D66B71B , 0x9D5B3F34F3F13FA3155D58403824FDC2 , 0x9D704137A1E5DAAB6537C4618ECA581F , 0x9D8EE3F1173D1B05D5A49D7FC52096AC , 0x9DA6D5A31246AF22E698ACA1623F5014 , 0x9DACDB1AFC927C52457EB8A0ED2187CE , 0x9DAEAD2ACF5449F16F7FB6FA04405226 , 0x9DAED446584828D6A97C17B6E87F95D5 , 0x9DB0658F2697D9B60F36CA0D893DBF29 , 0x9DBC995B5D19B0FD9714C23D183E6E0B , 0x9DBE71C5CF4A6C5600CCB642CB3768DC , 0x9DBF5A4F9966C494E538A117DE5FDB33 , 0x9DD7155A99EEF97A6D2C5C977484882A , 0x9DD758508C4CE951DACBA8233B979FA2 , 0x9DF7D3189FB17F838A996913ADA4BD21 , 0x9DFCCD644E15E1FC24A10DFFE6F78077 , 0x9E2CE96433253CBBA89F95A70035B1C4 , 0x9E2D1DBF549DC705004BFAEB197F59F6 , 0x9E38578C31601B0B67FFAF1E344953F6 , 0x9E3FF47947145A5EE6726D365EA229D5 , 0x9E41814C2E6B7DB4E157621D341DE9AB , 0x9E62C5DFA1C02D6CD32B6B2FF31D8990 , 0x9E90EE7C8E0950CB7F2AC91910F98FD2 , 0x9E915B30C57D7D6901DD719EEFFCE8DE , 0x9EA26CE118DEA3798BF2CA32D5D31F98 , 0x9EBEBA4776F3453FC1C8D9AE6203DF97 , 0x9ECF387D3EB73FCC21BCCE7B46378DD7 , 0x9EDC55DA4B272DDB8199EA58683F66FA , 0x9EEF859C6012FD54C1A1AAE0B1177269 , 0x9EFEACA60D111320B2883BFFBCFA10AB , 0x9EFEFB6FF0C7BA6CA53D32B8DAABDD19 , 0x9F05E3638698D10A0B1C8A454AD657C3 , 0x9F11A2BBEE407A4AAF76429B99DD883E , 0x9F13306CCE42B867B17FF7DCCDC8EBAF , 0x9F1FC09125959BDECA1BB2A9631861A2 , 0x9F21AA549C41CE07EB3AAE33E8240807 , 0x9F3C8FDEC7D589AD6ABE0D1976A15A02 , 0x9F4B311CD22811B0A1E8294D8842DA68 , 0x9F509E40D3CC7E0292ECECFD0E60F2E8 , 0x9F628F61CC66EEB9E20FE4C7CB059CFD , 0x9F65F63EA9EA5C5806A9BC2AA721D125 , 0x9F7E59FD0131BEDF99ABA2EF1AE87822 , 0x9F85658CEC6C1A341C2093F4D3FFA25F , 0x9FAC258ED2875A6D735B786772E4C353 , 0x9FCC938E65CFFE8AC96A3E9A08A03EEB , 0x9FF47184EB34F81D9745B6FAADEAA1D3 , 0x9FFE9B75236043CEB73C1A20835A8EB6 , 0xA0285A7591322360CA66325531D79D9E , 0xA028D163568B1B145CCA5BFEBBDD85D5 , 0xA0324D6152315090C2B4ECB5C524646C , 0xA03AE996F06E18892D05C9AD41037C1F , 0xA0830FAE96681726EE0A7C14C268D569 , 0xA08ABD5EA47B3AD4C06C9B901FAF78EC , 0xA0B0169113B94E8A42D55B6AB68E6286 , 0xA0B0E27D438643C4413935A6512033B8 , 0xA0BAE14780426CED5140E7197011BFBA , 0xA0C5DA7F0ACCCAC247CBC9875468C4AD , 0xA0CAB6810FED4D6EEAFEE0A2EB31F9A3 , 0xA0D9AECF9866476A36448E48468E4C8E , 0xA0DA0FFC83511EDF6581735A2AD4BF07 , 0xA0EBD0E9106130A3CA50C6DE10048392 , 0xA0F74729B87B35437B87C4D0370756FC , 0xA0F7F8659859BDD142E8CD54D199EE7A , 0xA101630DB62DE9EA3955135308E8E645 , 0xA10957C6B1358DEF147A110A37A4D3B5 , 0xA16E8E7919470FEE003A1F38338F57CF , 0xA181C55B6609A9DF89D6356BA2EA1A2E , 0xA189D52D274DA962C697E9679BE9D707 , 0xA18A4AE188F76503AF36B2D77C571CB8 , 0xA1BFC29D1DEB6031FA235164E87CA487 , 0xA1CFF6FECB78AD97EAC87A00D8522BCE , 0xA1D4BC74DBED0D4074A1AAB17481136A , 0xA1DA3444E6B8B7B26A98CE4296E5FE50 , 0xA1E2F118EB39F9656A0093CB92663096 , 0xA1EDDC298A4512D15E937259D9DC7748 , 0xA1FE3A0AB7F7238FEA283BEAD6332077 , 0xA218BFD5AEFD0559C1211F25F1898ED3 , 0xA22169D96BCC109B924F58146BB6BA50 , 0xA22F6FA5A76DDC9934CC7C3AA6BD5D2F , 0xA241016511C560E8C3F98B24D9841981 , 0xA24301A62788E7ADA9B4F9C5BBDAACF7 , 0xA24F26102B557C2231B4519B8C77EF8C , 0xA252778B8C315BE5671F8925B4405E32 , 0xA25AB64C3B13B11884B560372AACEC30 , 0xA27AB6A17E1D037DC2D8EF3983C3AE57 , 0xA28A9D54E53505EF8597A735F66D69A0 , 0xA2BB070E698A04D0E5EDEF928034EB4D , 0xA2BDC4AB9CC990ADF8B84ECFE03BF0A3 , 0xA2C4EC2A59829BA88285A187B0CC272D , 0xA2E740AF77504F66F4145D592FB5D1C9 , 0xA2F3A6DCD4C7B607676E9433984394C8 , 0xA310B8BD0F26562E69274028338CDDF6 , 0xA311B2823348F7944D613D9316C4CA5B , 0xA3206F87ACC1B45DFA05879AE65C6A7E , 0xA32C724B2209585A0FC9539149131AF5 , 0xA33ED7F8D11B10D286DDCC8272F4FAE5 , 0xA344903C6D5ACB843A6ACF3FE07A3E69 , 0xA34B9E223E3632A298C1D0CF03F3A112 , 0xA3545B034F0C15BE8192C16496F6E7D8 , 0xA358DABE1C16CE6FD0FE8520FC2D056A , 0xA365D990E6A45748550CD622CFC710FA , 0xA36B2BD461A12A120B4D7889B86A0025 , 0xA3765296611121830902DA2A18FB10CE , 0xA37ADA2C1D5ED20CF23CA68DA685E500 , 0xA3A4866F5902A5CDD6D4BA4A4D990C79 , 0xA3B6012851AD38DC8CF5BB654972705A , 0xA3BB0FB2F2583A1A0164E47B2818C38B , 0xA3C782792F3B1B954E3F979E0A3BB1F7 , 0xA3D55CE4B586E8862261FB1591795D22 , 0xA3E419CACED45B9BB0E65B4CEFBAD798 , 0xA3EF6730C3476027CB44D186488BF729 , 0xA40177DD6141044208EE323053748BA0 , 0xA40F62AC0216E2AD9635AC778D3666DD , 0xA429A4CA7C281AF4133112DFAF16BFE2 , 0xA437798773EB484466F7528313588E4E , 0xA45215ABC0CE124A3758F7AD41A06C57 , 0xA4525F1237B2C8C3AD2604354AF14445 , 0xA478E96DE62D6C34655D43FC72B7F8EA , 0xA47FE396FFA39B78FF6114E265B71506 , 0xA48B563D87F221E6ED1F9625C6FDACD5 , 0xA48FBA2A3F3C3C1F85106AA15E315781 , 0xA4BCAF5D74207A6C03BFC39D6127AB29 , 0xA4E3B303EB1FB3A0FD86586FEBD7AD53 , 0xA4F3044398ADEBE0F5965F5F0EBCAA42 , 0xA4F6EA433F27398DCEAB264A161EC45D , 0xA505AD30DB5282949CD06BC66A59A2A1 , 0xA51E37846C041359A0227B51870A3864 , 0xA53B65B1EA99518C3E1368E82B7A737B , 0xA546CDAF9327048842006EABDECC4D30 , 0xA54DB51A54AF21C7A93D8826A6322A09 , 0xA55C1DAF83DFE17729564D3A20F39C80 , 0xA5751222F7EF4706F82A958382086C10 , 0xA58CB27F8D4B7D1226BFB0B0D5C68CBD , 0xA5929357C562B467D61A91DB0EEA7324 , 0xA59625F5D10219F6E34564F40CA566BD , 0xA599C88F0C1FDB8B9034439B28E70AA0 , 0xA59A2E1CAF256AD440BB7682EB1E1B21 , 0xA59D60B58B474B117F270B7CC9BE6D31 , 0xA5A5C445FD64D403685E52E5AC9CF82B , 0xA5BAAE9DE7ED6B66A575BADA3D44BC44 , 0xA5C1F8F97F5B113FF469EC615074CE54 , 0xA5CDBBAA2E8011A44F7B788AEB0986B0 , 0xA5D6E7D235A5AAE17B077C321C28B58C , 0xA5F24BCA7AF159B8F6A1C2399EFDCADD , 0xA62249876A82F5F140E179FC37F0153C , 0xA63D368D73C0C91CBC2E7F0EB3F02444 , 0xA646FAE5732E3F2EEB717B5B20C2C56B , 0xA64C9F289F3FDD2526E3AB7F664122B8 , 0xA663B08F7A1EA720C69292F16B4F8638 , 0xA6653965ADD25E7D23AC6460B9B3E53E , 0xA66BB53395E8F8213F9EFF90C4CEEF1F , 0xA674DA0CAD8507E716173F49550526A7 , 0xA6AF400E979CBB5D2E6FE6471E9504C0 , 0xA6B9BC6EB57318BE480CB93B297EB8C0 , 0xA6BE7D8E07B12E41748C0DACBE55C921 , 0xA6D26ED7AE4B7FB7705578BE481B099F , 0xA6DD9F2969F284CFA3D7FD940DD18582 , 0xA6DDF55FBAC1E6750625BB4DCE7A3F68 , 0xA6F0F760F091DCE392970AEB4E1FCCBC , 0xA6F4BC5CCE49CE249B164FF167F3C079 , 0xA6F6F5114CC3AA46F05BEF3F28BB0408 , 0xA6FD96B0E5C7D6B5C803636D6F8874CC , 0xA70D33F7EA56A7F413792F4CB1F68D0D , 0xA70E16C24629766ABE9052496F24F738 , 0xA71982376957ADC8688024266682D476 , 0xA7283AF67C72D2B13BA930BC30CC77A3 , 0xA7660953EAE11B500C25D40FD2F32C01 , 0xA76A9E05A908B052321DC5A9C94B9ADD , 0xA789AE98703E50C11EAEB5A3E0B5A39D , 0xA78D8D9285019D97A3236903C0328316 , 0xA7972D343ACD3BA7AB151BCC49CBBE28 , 0xA797FC2EF2FC4869ADECBED0881827CA , 0xA7B65D7C57487A40EE071D15CEA1725B , 0xA7B6970944A605BA285CBED50F939737 , 0xA7BD62A28EA79EF0AD5B53F422722615 , 0xA7BF646F1A4082250C6C4E7D8DF6E31E , 0xA7CB9BB3A84FBA4FF767B0C195B3E479 , 0xA7D7ABDE126D869D1B7D8FF3B9B89540 , 0xA7E624290C772B9D30719D7DBBF13F71 , 0xA7EE8CD923AD2A84F62EB4BB93B3700A , 0xA810D0D8FC426682E161CE759901FFDE , 0xA81C572E8B8FAF30F8A8CBDC1DB7877B , 0xA82588617CF08687EE875C40EB471B44 , 0xA860BB8736BE11DA58F931B1576ACD74 , 0xA86B4FA644088983518A501E335C873A , 0xA8774AD01FA4247E1E43862CEF5E4FC2 , 0xA880CD52398FBC29487B0BF648B1902B , 0xA885474D15998C53CDB383C00508BB1B , 0xA8B8E7E2B245DD9F40716789F1DE8ADA , 0xA8C1C9BEF85D07B497E35D7EAA316A32 , 0xA8C918A88DB870F9DA33FE4B57650B24 , 0xA8CC07AE1954330095A8B4406C4EA79E , 0xA8D398AD0CA900A69D065BB315A92238 , 0xA8D842A646B7A72D2F338804CB0A3A7B , 0xA8E5C24E5849E8C0B770819F40BC80E0 , 0xA8ECF17D1ACDA237C823F276DBADAD17 , 0xA8FAEC1DC38567E6B2F0617DA443F0F1 , 0xA8FC20BA4777B5C71B83D06865DDF8FC , 0xA92B002E69FF2C2F41D38AFF1181283D , 0xA9542441680017F0D2F4040C5B627C30 , 0xA958F608ADDBDF5BD75FEF0F0FC7F12B , 0xA97226A43978B8B14B2715EF4EC3E6E8 , 0xA973261BFB8B9BE7C8578A1E1812A4CA , 0xA98EA057A242CD8F83D28703560544CE , 0xA98F0F3B5A6BD8E84939D1325C828008 , 0xA9942F37127A59B9EA2BD3CB41609EFD , 0xA998CA0A4DBAEE9A033A115B5E39C5F8 , 0xA999FF75A5829CAA204CE3F187194F7C , 0xA9B29D81B5F7FB0DEC6332F85C90D99C , 0xA9BA0FA519F72257ECAA0321D3C86757 , 0xA9C75EB1F1B48B74852DD6152C17EDD0 , 0xA9CD182BB3C81BD2AA6329BAD2A8D78C , 0xA9DB6366E83C5B5C8647CC17F97E0625 , 0xA9DE8E43D90A151ED2095A408CDAEC70 , 0xAA03469EDBA386E3DC6969C30A56DBD3 , 0xAA0A582C27BE244AF4F3634EF2441A18 , 0xAA12D93F88352757E98EC12F5D015F8B , 0xAA18D3D5FDBC50666C40BF99782BA658 , 0xAA18FD27E29C734949EE89CBBE114BF5 , 0xAA24FAA97D482A09968235C832DA6524 , 0xAA2698D609C8E821EBD8D66635A095BF , 0xAA2C19198ACB0345D1BB3DB401C13F3A , 0xAA59235CFD6B0FF41DFDF92DF2678E75 , 0xAA76D0290C1F21D4C5D051D45868DC3B , 0xAA8D50530A843CAF3828FE9AD2C42525 , 0xAA8EB7EB8C670CCCC6964166E1554658 , 0xAA9664B896E74D8F307E97F81262E2F3 , 0xAAA4A49AA14279A30AFF929203209EE5 , 0xAAB6501D23C9D600E8112BD93DA74632 , 0xAAC9E7FB2E1D622F362B987ED8F47EDA , 0xAACA9125F61485C70120516CD1FA601F , 0xAACD4B53408F1CE3747064AFDDDBB0DF , 0xAAD56E4D5F735794BE7E702C5A32FD58 , 0xAAE153F143FE3FCC1ED8A8C54E5FC74F , 0xAAEF98DD62D7C2BD094B5AC3636E2EEF , 0xAB18857E55BACCFC0DEE7068593D6664 , 0xAB1A6DDDCA041DDB8A84CD13C6CF6258 , 0xAB385B925BF41C613A882AF7D5716D03 , 0xAB3DFF4C7605756FC6CB7630257EE77B , 0xAB46862C5AC4E04FC25E2C76C7649C06 , 0xAB634F6BA59C61C6B7BC68D3242ADA9E , 0xAB6B9A3DA006BF38285165C5077E8CBD , 0xAB7C9221BF72577A5E13F510EA989A41 , 0xAB87644A15626BCBEC2685A9B26B1C03 , 0xAB9D55A54809C25F975FF80856B375C6 , 0xABA4898C626E6513961EAA3EAC54D1DF , 0xABA955A334B75E6C5BB479BE7CA9BA8A , 0xABB06E69A478578DA40C89311FA5A59A , 0xABCA1F947EE3B09A898C45DF0F07FE01 , 0xABE08E3EEA1F0781C1E3F9781214ADA0 , 0xABF9A1AB33E6ADF065BF8DF94C65A64A , 0xABFA507F6C6F3C9D5DE8F81248CA5EC2 , 0xAC025838A5DFBB6257AA828D9769225F , 0xAC09D2A22F48AF470D73BE70C31F3094 , 0xAC0AD5049C919770530E267355901CEC , 0xAC12E0F56497BC850D011B75774E6501 , 0xAC5DAF5C8AF1387B2F09AFFFC4AEC8E9 , 0xAC7ADFB4D08B3D967DD885CEE984E94D , 0xAC8946B62A6C0FE62DA1B06462BA6290 , 0xACA34D983018C3FEAA4807AE60C0567D , 0xACA69681CA8D5D221C7E91B50E497CB2 , 0xACB5530E220F6152E6A142C80A1BD3A4 , 0xACBC7ED234237554EF2F08EED435495B , 0xACCE3C85CB14EF4BDC4565A084CAE9CE , 0xACEBA00F60089885C7D0F1EB19ACB1C1 , 0xACF1D26996E222CF32FEA9E2739D6B2E , 0xACF7F89DA6D6476BEAE06E1E02573DD3 , 0xACF9F8B1FA3A31187FDAB8559840F92E , 0xAD24CD2F73A2641336634793BDD2C9D1 , 0xAD2E65F4847AEDD2ABA606BD47BEA0B2 , 0xAD34CFBF015A45673A7E95164FA8918E , 0xAD3F488CCD862DFC126825CC341A9E66 , 0xAD4CA42A25283083CB11D19762FB95CD , 0xAD5185942976A9E39F796FB7C9C2ED55 , 0xAD5FE433001BAFC55D9CE17F4ED4BA3E , 0xAD74240F977139FBD02C9EE915AB6186 , 0xAD7B868C5DD999F133181C2EBA704EF6 , 0xAD8194462F6D3FFD6E48790BE32B66AD , 0xAD8F2EC6F91231E9DAB542BF6294B244 , 0xAD9157B0BE7166FB84886A3BF1C2B51E , 0xADA9A6556BF470EACF4AEF284E375F4B , 0xADC0B714BE02E04D18D6914A138C12B8 , 0xADC935EB38F1F0D0B5B3CE6CA442A51A , 0xAE123EADBC5A16703E00764FC2B8A36E , 0xAE1428DC066FB28D60D6768917200517 , 0xAE186A41BD9A0D1983C4143E20B24513 , 0xAE42F0A561F24E2A522033C59EB2B7C6 , 0xAE45820CCDDF6654F7F7C27F81C21F55 , 0xAE56F319A21FE6AAB8EC0175FFB1FBA7 , 0xAE5C49B0184BEA28F0899286B1A308F5 , 0xAE70404E138FF0898BF0ED66889A5D8C , 0xAE70598C83CC9DFF4F8506982A413394 , 0xAE7788D37042701325CBC09253CB3C04 , 0xAE7C21DB53CFC1A1CDB183213E2C044D , 0xAE86186F70B01E63CEB652AFA52C0C89 , 0xAE8DF20E16766511D85CE22BCC2040D9 , 0xAE92D882871D8E0B17EC3B418619DFD1 , 0xAE97207E7F88A99283BF6D7EC55195EB , 0xAEB82ABD85B4E140CF8A75EF20B65C78 , 0xAEC45945E476349F3AE161204A79B6A6 , 0xAED9080DCDBE69567A1882978C03217E , 0xAEDB98253FE9FD8830E92A2096115D71 , 0xAEFC6736C03AE5A9B08E554EF3C40687 , 0xAF26ED3E464E1E8FF4E89F6C68456A95 , 0xAF2B2C4EACFD746C74AC71812A5DF4F3 , 0xAF337999AA17A93FB2669097AFB036EF , 0xAF743A9D15A6398667F899C016E84E5F , 0xAF7988A294FD90DBEBA442C7FF63CBAD , 0xAF8A9A23F5F856DBD40483B60ED47814 , 0xAF8E9CFF85CFD336D8824B068B4B983C , 0xAFA1042FC5A4E35C69F6759206D2624D , 0xAFA927EDF37E75D89AFA8630AC82F30E , 0xAFC325B727423C3F928D6406208A87D8 , 0xAFCACB3BE38A2FFF08D700F6E9CB2D5C , 0xAFE535C9A318E352977BBE5F07F2E5F4 , 0xAFECC6883545A0C31DA5D9D690FBC532 , 0xAFF3F3A51373DB8EBE185FDC54F6BFCA , 0xB01EA88EA492D63499E5BB152370772B , 0xB0520FD584109015ECD4C2C456B62816 , 0xB06F4F1A1549AB8E0E150F332E3039B3 , 0xB08BC832073AFCFB0ECE56A440DE4946 , 0xB09CC0E2D873AC1A96BFE1BDA9469D04 , 0xB09CCBA916F8AA7BAE8AD71E17F283B2 , 0xB0BD28CF38F7A69A4BF3625EE395EE40 , 0xB0E4F4651A414BCC52036DA0C8200A3A , 0xB0EBC4D14AB198A0394CC9C3D163BA1D , 0xB0FE42E7FE3E4E05E6093F59C089E87D , 0xB1127398686652F79A6F9381D85D0160 , 0xB112A93F2240D173779836641F4117CE , 0xB117AFB891A0D918CAC0D9A3A612FE0C , 0xB13C2464CF9F79D7626A6426F0486ED3 , 0xB14D74017534375AA0630834E0AE94A3 , 0xB14EA8D23BA6A13A983BC6F02E41B9AF , 0xB1511E13A7B4ED420C29605746518589 , 0xB15C9446F1C328D6D34B0C4C3BC512D9 , 0xB16E0EA303FD448FC90B730075F5DBA8 , 0xB1713A7D62E8F365BC724014C4216285 , 0xB17C2008E13F8CBA17274C6CE9847D8B , 0xB18B099CB6C2BD9571828FADE9F03E95 , 0xB19A293835B33ED997209B67B284D7EA , 0xB19C94925B8994C58DC07DE1102971B5 , 0xB1BB8C93D68ED9993018C6AB20E55B4C , 0xB1CF450864AA2D1324E490D83CB27DFA , 0xB1DAEC20431C8A89F24959194EB8BBBB , 0xB1E7060B5292E8BAADE7DCDF812D1F65 , 0xB20F9F767D53ED0BB459FE211E7DA348 , 0xB21B3D238AB4DED755C3414EA1E18B39 , 0xB21C4D2B1F104D6B40EA7A7BD22C8435 , 0xB230E476D84FC9802BB8EB1CF9F4F122 , 0xB2322D212E473783A16C90A95188F9A8 , 0xB2345E31E7AFE3BA45388865C09060C8 , 0xB247FE2F484344C55E05BC7B87024BAE , 0xB2507E65ECAC24DB210D30D2A456E4BF , 0xB2522C4FD9C3B9B15F6272A33E52F116 , 0xB25DE859633A586E1221314541A67696 , 0xB26834D596655C2B0696FB1FDD4B6AD6 , 0xB26CBF911EB66A36CF6137BEAAC3AA3A , 0xB288F72B9FD8796C930B062020EB4DB9 , 0xB28C28AE90C63CCFEBA4CF15E926B0DE , 0xB294E2304F6B9AEB24153276D0A22407 , 0xB29D771805612322AA456B064AAA528A , 0xB2B06610A1AE62DCC54933D77A555F79 , 0xB2B108534321E2291544044E9424C203 , 0xB2B19D60E9F7CC0A8C11A66DBCB9247B , 0xB2BE3A1A1693794EC6C3227FBE3AACC7 , 0xB2E25722A58CC530750F84455DEA1B6E , 0xB3081E28530068641225BA1D21CE0EE5 , 0xB30B31D13AB9FD57BF1671E00CFB993C , 0xB31A368BC956A198D594A579A4D7950F , 0xB328DCB13A4D4C2EF154C4ADA89146A0 , 0xB3384EFE31A85170AB0F63D823E3A157 , 0xB33F362B391087A889A6106FD5CBAABB , 0xB34B7513A7D7E23AFC8E3F2029A45264 , 0xB357B07ECF8006CFF4ACEDB02D914D94 , 0xB35FD6C1A12B5596A119B8F7C39D15B6 , 0xB362B1EE8F1551249868A88D6E4DE8D5 , 0xB37F9B72178789C9E08AED4C203DA730 , 0xB398FA21591F39EA189B0425F7EA2A3F , 0xB3B4A7CB337C36F538B7B790B49E06FE , 0xB3C8C0E1C1A00AC01FB5E156E4C8D114 , 0xB3F2623D885CD3364FBE661480329B3C , 0xB41953B816DE807F3B140C00602D23A5 , 0xB4201BDEA6894221D79AC911B06B1A84 , 0xB425F56C5F24DF5FE5BC889EBB2205ED , 0xB4343EF060576E30EFDE1A6302A3C18E , 0xB451F5474AAD44817C1AF991C6E50A0A , 0xB48BCCCEE5FF8D3E8E6FB0E4B6B0AB32 , 0xB4912BBDEB62EC9053917B9444413647 , 0xB4985AD8623DE6C1AE759148A79BBBB9 , 0xB49D75867B771D17316805DCC30F2120 , 0xB49DFB7FB52586C98E90EEC35CF271BE , 0xB4A07E07F8401B6243117231210EAE82 , 0xB4A530FA009624DCD49A45C51D5E46D2 , 0xB4A8373F6717E4864E1938352570FB86 , 0xB4BE4117D624718F89809AEE2FA2D698 , 0xB4C9112EC4ECED10DF55C6C9FE4A914B , 0xB4E4D2E282EBACAD3998B095CE28B68C , 0xB4ED5F90D70FA4245E15E4A5BA07DFC7 , 0xB4F08246D8302E3AF047AD8595CBFA8D , 0xB4F7EA661D666F385A456F54DCE8165A , 0xB4FDE693813F9589F240879E8C76D0AE , 0xB505343F758BB65631D568243FBCAC5A , 0xB5092BBC5DE1AECA2E0D5C2BADA1628A , 0xB536237F12CDD89CA55F02AE0C957A67 , 0xB5563E5FF1905D02199EE694F50CD5B2 , 0xB55DA98DE09F48CD3858E7AB513364C5 , 0xB55E10706108E125B2DF7E2158A51449 , 0xB564AF794CD9193E3000EA1795D58E1E , 0xB569C0FE662B622DD523AC5800789D0F , 0xB56C082E2482EE54E4FA686775F72053 , 0xB56F092872970C20FED4F28F28B80CA0 , 0xB5882A3B2BE48CDE871C97E5193F7FBB , 0xB589281C80130BCE081D68764ECA9AB1 , 0xB59436381A0DBC33B47CBE427B297339 , 0xB59E78CE72B4EF969F92C58FCA7FC979 , 0xB5A9BB52150B7F3A9AB24414C3B72800 , 0xB5B0C8C8543F0115983964E83C49E4F3 , 0xB5B39207C02F1F0425A359D5F50A94B4 , 0xB5C29C57AFE6C27EBAD0601E011CE695 , 0xB5C549BF7F327684AC7A1453AC0D34A9 , 0xB5CC872BA2668A27A43F48809980BA0A , 0xB5D97FCAF101B9CD01E80FB5B3C7AC87 , 0xB5E1EF2169850BA07DF8AAE162A5193A , 0xB5E1F1136415C1CC75E2A820E03079E1 , 0xB5E628D92DB680A987941954F6229176 , 0xB5F1429ADB2BADE83AFA2F858CA9D428 , 0xB5F6E51C1004182DFF61CCCD8ADE1845 , 0xB647907F903FA01FF6C74A76D693DBF6 , 0xB64E2E08D381B9F85F30B85262A34715 , 0xB65306B2ECCB5BA4FD0898487963191B , 0xB660F4430AB2DB29161BB14CDBE7CA8C , 0xB6691870E75A89581478C4FD1A0DE61A , 0xB66F6EDA9EB701D9C3522E5F881E707B , 0xB678D163087B789BC7EDF98AE76A7F34 , 0xB680C970D9065D039FBFFBC756F221E0 , 0xB698A8399ED2F4AFB32460E330FEDD99 , 0xB6A97D40341177614A7F5F45A45908E2 , 0xB6BA7A12552D147A119CF8A358F01F9A , 0xB6BD123195C495D9A021AEB2A1DF072D , 0xB6CDD0A7728A327E9E8707FBF039CC25 , 0xB6D1AEA21BFF922CF3C907B47319F6F7 , 0xB6E989F17EE2C22B07CFBD019E78CB7C , 0xB6F3F167D1037A9F93CBB6561D489672 , 0xB6F6317E0930E213BA72FC4DF8D058E6 , 0xB6F919CB750CFAFB674085D90F3DB638 , 0xB6FB9556F5FC654F787F3FE2539FAEB3 , 0xB706C42B48E5D014B0B9FD0101C5BCFA , 0xB71A87589B396466316E3E2A640B4B2B , 0xB7228E0F0493A159F2B0021D251B3062 , 0xB72F31E97672D77E7389E08F4E4A834E , 0xB734A7DF17A9FE14342BC8C21FA4E5D8 , 0xB7390C7C7F13A895211979DCD6564CF3 , 0xB73E3E6152476455D5F934BE06132AA1 , 0xB73FBDAD00711966DE508733A56F4F3A , 0xB75C10ED5813604ADAD77F1D30808588 , 0xB76BED5B230B1C1720CC20900C4481F4 , 0xB76C76A4FAF25EAEE0DBD687F3559E5D , 0xB780BC002AE6206FD760895D67F712AF , 0xB790B7EA247FFBFC46F7120E91638C22 , 0xB7946F8A62E482CFB91D675151F31B67 , 0xB7A971774BA2BC7F2116EF2EB8A878D0 , 0xB7AC2E4293DF00DF638DC4B3F2475262 , 0xB7BBF583B3E8243FAD31485EBA5AAAB9 , 0xB7BD670BA9841F061D7E8D7AE6DA4FF2 , 0xB7C044C71E8EF0EBDDD70822510FE65D , 0xB7C4566451A00501B534ECD1843F4971 , 0xB7CD474032707663EDFD60E9377C3812 , 0xB7F2A68FF146DD1569D149D29CD8ACA9 , 0xB7F49991598527962B75795F6881A895 , 0xB809201CD089745A23E09A5E21AB09EA , 0xB8194CE6EDCBF814C0C8C594B24B5BAA , 0xB81A3626A8509C6D3A4A26AAA72FE2CB , 0xB8399514B800156AC81ADB2C091FEEC6 , 0xB8402A5C7D8070A5CB1FBE65FB0FBE54 , 0xB84C8ECDEECE2C39CBFAD722BCED213F , 0xB84DBE5A4851ACAD1A9A87E634153C3B , 0xB8577D29412BBCB4AB90FDB6C0E61C76 , 0xB85E577935B5EDAADE793591420B8F87 , 0xB86907CB9BD8611E4A54880902C45139 , 0xB871FF1027F78EE933A383DEE5A341E3 , 0xB88A0A13B93500063A17189B684CC1C3 , 0xB8983410E1DEB9F926A2E3DACCAEF450 , 0xB8B8C1CB8EF55D4C101D5BF76DB16E96 , 0xB8C0156C9AB94CD46D1B951E777AA73D , 0xB8DF113D6510491546E15F6F4B4F73E2 , 0xB8F3931BD580362C5966002ACE1E1576 , 0xB8F8D607B27F23D3E10BFEC9318BAA76 , 0xB9021EC10FFE2F250A7E8FF4D1111FC5 , 0xB90381496190E0F0AD9CCE48E49AE943 , 0xB9079D52ACDD1DF123B13BA3C08625D1 , 0xB90FF292BE711ACBF0E058FA4543D9F9 , 0xB9191502D32E3E36CD716393166004F3 , 0xB936B32CFA4A11FB4524D908E1E3FF31 , 0xB93821C092BDEAAD6272357973C26DEB , 0xB93933942E71AECD0C2C5D2D88D26161 , 0xB9591AACE4F311FC264415C4182D3D17 , 0xB95EEF597DB13E631AF0020D46994A0A , 0xB95FDE5BF76043C3C70295D6B6CFC99F , 0xB967A94F6B4C7CC5455F5819D36EE3D1 , 0xB978815B447BA1C32E646FB11A337C10 , 0xB983043DE85CEEB1464B7CF8396AB704 , 0xB994C7B1ECCEB2B7B0FAAE43F56B9608 , 0xB99ABE092B709C285484257132A26340 , 0xB9A88596AECEC2E9C97A94DC9D96CD7E , 0xB9B03160EDEBA285B970FB95C50FD32B , 0xB9B05114E56CFB18BFD45E121CB919D4 , 0xB9B4063238B0DC9726409E342C4E2926 , 0xB9D3C7AE1AB9CC96A5F36D50BB0728D0 , 0xB9D82F11620C8806A0F6D701BF5CF4DA , 0xB9D83704451C9CFB2D131820C8AC5A52 , 0xB9DECE064EBFA3FBE9643D771A4AAA6E , 0xB9E1FD871236270F3F46A4B54A753A79 , 0xB9E92387D99D131ABE4EAD3733B1194C , 0xB9F2F585DF3CAC8B10BCF3513B38CC4A , 0xBA1582451E75F606F5E5472C7C829D83 , 0xBA194978C0D1DC689249A01A3D9EC8A6 , 0xBA19C75DD285552794626462414D1016 , 0xBA1B64360BD317BEF6B5F62C2B9797D7 , 0xBA23F4A71FAE3C101771B97D72C5B364 , 0xBA271FFD5BEE6D6D397B93A0A87DD645 , 0xBA28D4B09B2D13938F86614DA43EC565 , 0xBA469D730608DCAE35E0DC36272FEF92 , 0xBA4BD027783B3BF1F366456EBBD9A2F6 , 0xBA53C8934CDE30E4D6E7D430730BC5A6 , 0xBA57A7578908CBAE96763C4BF1C16C91 , 0xBA57B4638016D2C18BA9DC853CC587E0 , 0xBA84E4CD967BFE95D17C70B772150BBF , 0xBA8C97AB207D049EDCDDA004E27B8D7A , 0xBA92F1A15308293B00FA6DC8F33EDDB1 , 0xBA9BA4BC42FC12AF05CFD75188025BCD , 0xBAA5AB0212F8268DD909B14128F05BB0 , 0xBAA9CE04C68F65DE25EFF07AD985F0F2 , 0xBAB34525E45096521705152B4AFAF5E9 , 0xBABD2BE5DC242A0743F10E7D629FFC38 , 0xBABFC5EE54E0098B380D391A626D6D82 , 0xBADFC9E376A4C05D3E8917D13944F912 , 0xBAEF260D4959CB43B8B513784A69FE2E , 0xBB0436BA5DC62598EA850015440DB1BE , 0xBB165ABD09571B7EE03D162BFB0B7140 , 0xBB212F87B7B654A626E1A40A92EBE5B8 , 0xBB292F05FF54A547E0126ACF32855535 , 0xBB3F1208EA187B662CF7AC46C66A3BEB , 0xBB403AD810EA74B8F3886FD7346ED468 , 0xBB49AEB68F347968C4DEA0DFF2A40E33 , 0xBB4A807BB5F0290C06426E409CC4DE5A , 0xBB5213333EE2CF3E458A0797A9CFA45F , 0xBB664EAEF38C18F181E3427987E420FC , 0xBB6FCBBE58695BBA5C8015D9640AC4A1 , 0xBB7001FA1B1145C81828B6D47B8FD67D , 0xBB715D09DF8784DD3D7BF4FCCAEFEF63 , 0xBB84B3AB402C2251C47CA5447CBF2392 , 0xBB9921968588CFEB34BC11A72D670C8C , 0xBB9AED63E83D690DE01E7852C23A833D , 0xBBA440BAB764C01CF20358A9DE8B1944 , 0xBBA4B31A410ED70EDE389E3E03651472 , 0xBBBE3DEF290A58CF19908E2D41E109AE , 0xBBBF78BE45D6743F9B962204ABD0CA1A , 0xBBC3F3CCF8F60E3C66712EB8633DBC76 , 0xBBC55CDD8A0D66E7A3871F9D051B2821 , 0xBBCC2A3F4ADB75674BF107DE472D95DA , 0xBBF709B1B46D88A042D52CA80A6132D5 , 0xBC0860975B7B5AE04A42EA2DFBE7C0D9 , 0xBC1A18230B762F14610592694CCD873C , 0xBC3BF2B5E5CDDC8F64CE0F9352BDB74C , 0xBC52D6179BB8D2DC2C11CDEC0CCB8D44 , 0xBC70121B62A4CB35DE372E2150EFA33E , 0xBC70387B20AFC3478A9E2BCA076D27C3 , 0xBC710597C02EC5008FC8EE510BB7F10C , 0xBC8FA3438758D68C59D089F1E43B3F9D , 0xBCA1FA28C45543F1CE7AC08CF48A58C0 , 0xBCB286A0C765735AC25724A4E016DA9F , 0xBCB35B80BA840EB7B426F7777B97E831 , 0xBCC4025B0ED846BD8E3F6C597EF42AAA , 0xBCC75E63350DBA06D224BBBC90556AC4 , 0xBCE3D9A9D6A3DB11C4EE4CA9CB57C1EA , 0xBCF930919524D13179A0E70E74490B5D , 0xBCFAC97C041EF82E8EE340EBF37EFEAB , 0xBCFC2EEDF026E09988576349AE8952A7 , 0xBD104F536C245544E22074E1CFDC5919 , 0xBD25BC2EB03A3AF866E1785AB4C21CD4 , 0xBD3B6B4486166206CA46A583A515FBBC , 0xBD3FF780A28BB26B8DA4752206F02D5F , 0xBD47A9183F52C3AC5D562FDA3EE3BA37 , 0xBD4C3764D2DB07830466CA8D00750354 , 0xBD56C1D490BA4F9B0C0ED86E43A930E1 , 0xBD5AFA806A44D4B455838CEAE13F56D1 , 0xBD5E33EF28AA285A1ED313EC85826763 , 0xBD6C6687F1426835273C70EAEBEBC1ED , 0xBD77C1D41E8F6C27BEBE3A1FB3FDFABD , 0xBD7823D8DAEB883F3AE0412B7E5F20D8 , 0xBD8CACED4FE2EF196D6C9401C187457A , 0xBD8E133C1641F4C223791603C47556AF , 0xBDA424B7F358BEFB9683FB41B6E5DB87 , 0xBDA8C8AA7C9F30E1DD607858C1C67919 , 0xBDB2BB73AF03CCAA42BCD77879F529F7 , 0xBDBB0416F6389F5A9FE3EA65B429E893 , 0xBDC08603ACE789479F15DA5F5A125720 , 0xBDCB28BD1E66297DA9D6A9845416EBF0 , 0xBDE83C042A231F43E6346211D0914211 , 0xBDF34C680E2BC3241A495C6C277CFD87 , 0xBDF606372AB9C41FE4BA34B231BDFD27 , 0xBDF70AF4FC8BCF077044E86BDEB48159 , 0xBDFCCB8E261FA44CA42FA8305DE381B6 , 0xBDFDCE5AEE47ABCDFEF615C7F7E444E9 , 0xBE01A917D29AA40BC9D22F734D11AFFF , 0xBE1B4F98F2D70D0A4B5768A59B94BBC8 , 0xBE30E4CA39CD9FBCF1209DB7B650A548 , 0xBE31B745EA810901219E007710121ED0 , 0xBE38D562483B179830D68BFFBD284545 , 0xBE413539DC397209CDB2B654C60C0EFB , 0xBE51ED77E7A6DEA900FCD9EFE156F509 , 0xBE5EBE01FAF8CAFF309A8F02739E6068 , 0xBE60A671182E8C18E1838096CCF7AC65 , 0xBE63D7495B475B5FEA4718A59622ED14 , 0xBE77A2FFDFBF94FC5890C06459FF762C , 0xBE79A046DF296146FC49389E17CC4EDB , 0xBE7A26CD8D3CD8D35006F5AA358A95FA , 0xBEA027F354D0E70117E1A4A05822D3D9 , 0xBEB80E8E8C0D39B8BDDEB67A368C3E30 , 0xBECA8B63C258BEECF83C3F606B9881A4 , 0xBECCDE0A30F2BBAA954F4CA1A274DC69 , 0xBED7F33DA04A0B0354A1561F1EF79090 , 0xBEDF2C25F2A7C649DE2DAB836798954F , 0xBEEFD2FE7E8BCA8B36E0ECCDBA39E7A6 , 0xBEF702D5D6472A40AE3FEDF4FC7B109D , 0xBF072F7148C0B015413F7B36212197B6 , 0xBF0C40A8C712D8D0AA6D2F0CA37FA57C , 0xBF2BF82CFDFB477C49B500C9212E3E46 , 0xBF3C7FD636DB41880E14B7B10D027B31 , 0xBF5278F4E56939249F5DA2221A1380B4 , 0xBF556DB8DC03008B21FE3DDEE86F3192 , 0xBF624F502B13A1960B9F37DB093791B2 , 0xBF78E1F1B65E5686DBD7D7E89E4339CF , 0xBF977AE09C073DE63AC737DF3DC0B39A , 0xBF995BA99ADA3FB560D4C81210756691 , 0xBFCA29CD41077121AE3EBE49DC13F035 , 0xBFDA17EBB38E7AC7313F7E9E2B582631 , 0xBFDDEEDADA3D4059A0D700FE101374E9 , 0xBFEB4B5762F72A165FE338DCE78FCB29 , 0xBFEE2023FFB3E5DF8E08411ACD221D8B , 0xBFF792164E16366567E0BCD77817D14C , 0xBFF8B8AC5E232BD4065F21341CC9FEB7 , 0xC003E21755EAFF79078BA7EFC27C1AE3 , 0xC00F616FD66307E0F6C1D10786217EF0 , 0xC0141CA7EECB7050BB6E28B2CD778646 , 0xC01779DB5BE03E234306D346FAAACFF6 , 0xC02DA1E3EB15E04972EF01BF5BDC1748 , 0xC04FD7DA64C417D552DEB364D629F34C , 0xC051A21E236ABB5683341BFC127316A8 , 0xC0558F172C45055E03EDF38AB0DCE211 , 0xC074F741D19B3B1D7D0630187974CB76 , 0xC079EFADD328F1310C2D9ADB5FE79F72 , 0xC07F143360149B28359CC197A2728341 , 0xC0811E5EC8EF9B4E957370F93A9EEB32 , 0xC095FB3FD2D8DFB305316206518074BA , 0xC0ABDDC77E814AEAE36F29A7AF7244A7 , 0xC0C0BFE4625625F52DCEAA583F5C9402 , 0xC0CA05F00E920F91E5EB06AF8FB2024C , 0xC0CBAD1059B311C843664C5BB67FB2AB , 0xC0D9B315225B1D4ECACE2E0B45F4A082 , 0xC0E743E28F0566883973910582F03D36 , 0xC10A0F132ADCECE8A90F116BB0B32F0A , 0xC117466BB47CF576227AC344D7798776 , 0xC122C0A6A23AC425163223102EBF3C47 , 0xC125CFB576C45241C64932F686E43349 , 0xC12601845437781E5A3DED540F700557 , 0xC13BCAAD8B416FA91D00E083C245870C , 0xC13F957E0FF568FAA08CD2A9B6B433EC , 0xC146B883116A85B5EDB85F186F103C1B , 0xC15A5E2FF48080AB59A852CAB43DCD23 , 0xC15F0F97245FE97B8629B633F8A71F42 , 0xC161CF4B6132984E0AEB3C6D447DF5D3 , 0xC182417D53B601DC5D237ED541D13857 , 0xC1A136FFEF811320AB4361F47D3C70A7 , 0xC1A18D375DEFF4058122D35828CC29CA , 0xC1A23F7762118674636B9E2BE136A001 , 0xC1B1A19A046486AED93EBFF3E9F85117 , 0xC1BD06013CFBA0EB320365F093E595F4 , 0xC1BD9B79E1D2E7367609EC6D61AB76DB , 0xC1C6603E21BD0C8C835EE32625FB5C61 , 0xC1D12A3ED9B2C249B99556EDA2C3E1D6 , 0xC1E860F3DA4E789BFE7B4377D1CAD1C9 , 0xC205C6AFD9C3F2728F28B01A4187EC0E , 0xC21042B8E15D03BF51DE16F7D830B6F6 , 0xC221615E6A398331DE823EBAA6937201 , 0xC221D73980A7463DB32843D968A3A82C , 0xC2238A31E715D65135869A42C0F843ED , 0xC2263F35EEFC720D731E25050B94FD19 , 0xC22F4849A935590A5F079E31A312168E , 0xC25DCD8C38147C15384C11DF486DA9C9 , 0xC25E7EB6C80BC9F88B8D9E1E09932171 , 0xC26EFDD5A06F9442C7C152347DE4DA2C , 0xC26FB2521385D2B4627AB20138B825D9 , 0xC273E25240E59595957FECEF0D0C6F1E , 0xC27F84D47D54DC8B58163F46F6AB2702 , 0xC29D8849E6CB0C95CF95D0BC77F590B5 , 0xC2C80F0F2F9F871A9199CC4B3CEA52E0 , 0xC2D6F49DDA3EA930C013F9C72D0DCBB5 , 0xC2DE9CBFB8495A56C127BD624BA71835 , 0xC3062C99AC769C29509E51728CCE87E1 , 0xC30AF2BA8539C9115C00EB73BC6D77D1 , 0xC30BF4FE0A478E5546269AC147E71DDA , 0xC32773B51211080A5FC800FF6D2586C4 , 0xC330E9FC6EE51881A1A06D5378FF0AA0 , 0xC34F1EB6930543CD39826F03D456E5E4 , 0xC372845B90948A44A4CDB7468E0C4F51 , 0xC373DA8F06A0EA03A83B0689E311FA95 , 0xC37533D3218BFF947539C6903DF32BB7 , 0xC37B5C7670EF2DE6E7878AD62385C750 , 0xC38CF7C1E320D87C1D398EF3017A8EB7 , 0xC3987D88A5B3D2840A47D4BF98E717B6 , 0xC3B2B719520890A1473BC1EC2855A86A , 0xC3BE6F704CF539AEA5C7246B97368A1D , 0xC3C64563CCDC88DF6FF8EE8070151344 , 0xC3D4942FBE6EAD8CE252CA1E566CA26C , 0xC3D70BF85E4FD1EC3E6F8E8D3D24CB93 , 0xC3DA37586A8A35A921BF950890FF580D , 0xC3DB533D9AA957A536366B1B8981AE08 , 0xC3DC111D976FD396C64D0F90924A175C , 0xC3E07FB4D7AB4005E2B20997F399061C , 0xC3E201637676EE8E5283789CC3016B85 , 0xC3E250500C732C36D6582230A444268D , 0xC3FF96321411FE9DB5C6FF05CC9BB6D3 , 0xC429877F692FD77D7A9E3A19080E1DAD , 0xC42CB5C16EC92827B1336BFA87387FDF , 0xC445154B2D9E5A586292FE0675E44D5A , 0xC45AFF6C7C675311831DD670A9FA783A , 0xC4915FB7F4E17253CC4F4DCC98559B3F , 0xC4A079B5D5333EB105D10715C54F4590 , 0xC4B50C37941618DBEDBF3D15B3CCC642 , 0xC4BEABFF220ABE65A31D013EA1B409BC , 0xC4D536B52C78872C9F99E0696B2A0F83 , 0xC4DAB46528D442D7FED3C4BE43CB1C08 , 0xC4E8AC9F1BAB4CA93B1FF0957E923DDA , 0xC4F26D7F0C1222A69FBE67915A0120E2 , 0xC4FC277834163A89E028E566001757D0 , 0xC50C4686573A0DC72195F767361F36FA , 0xC51042B3582C0B83FF89C4A0889283B0 , 0xC562F3DAAD087C5BA2C93D4F048E8A29 , 0xC5729558B8A0A55CAD8E14741D911CDA , 0xC578075F3D4BBFA7379946387EB0AC1F , 0xC5A40DA4CE1B8078CE7EB3B2A578EEA1 , 0xC5C37DE885F14738DC64A94980453656 , 0xC5C70A73E9C876242027FF94AD1318F9 , 0xC5E242F2C922268F592E1D51201B3AA8 , 0xC5E2920A2DB8C6165C7D15DBB00931EE , 0xC5E759AFD23333E4940A560DBBD0B27A , 0xC60B431737EC40F7276631F0E4B780B7 , 0xC610C05FF497351D87B87B0D37964297 , 0xC61C5B7F99A5B663E01213FE4E8B2E4B , 0xC64AA8A7D87EAE81F78DBE3297F5F42C , 0xC652CBDD59FB620A3A42D4FD42B2E075 , 0xC6600A3964ED576C705B6DC0E848CCD4 , 0xC6636DE81B222551B3DBB4564069715A , 0xC66DB499FC7CE0E658B4520A37C5801F , 0xC6853D82BC12AB3ED82CAA4CDF0513FB , 0xC6886ED5BDC46C40998950EC114FE281 , 0xC690C5A49BFEA965A2B3B79D8E421B92 , 0xC6988E19DC3BD9DE48CFF026ED7DA041 , 0xC6AA63D1398FF376DD38166E7AE03DC7 , 0xC6AC45436ADE7F4A2B4544C610D19421 , 0xC6AD3BB7E77729FB8EC92974D29E0A59 , 0xC6AE9EFB79800CCA7D5AD629796A82CE , 0xC6B000749070C53F824842F60ABD07CD , 0xC6B00D56D953D04F97EF01B5BD820184 , 0xC6C82DA553912249A7E4A0650953910F , 0xC6D3754C6FFD70A6C48E45C7EB75745B , 0xC6DA98E36B7B59224326D5CCAABC9A50 , 0xC6DB3351617C1C6292AEFDD42D7E02C1 , 0xC6E2B9C76E126628044F434161344955 , 0xC6ED1DEBD367FB650951FDCB30A8F78A , 0xC6F136708783773394C485E90A44DEB0 , 0xC6F1C353C8AF973C8C9F36736D838E81 , 0xC7170744CB93DF32A48D8F6B659FB4D3 , 0xC72916618E1522396DF2F5D0B5E7EE85 , 0xC735702E62BF6719119FF290B8174EE3 , 0xC74C54338F84AAA93C32F6AD72251CB7 , 0xC75255D7C2D394C67E1B6941375FF705 , 0xC761A8D89108BFA2A457C163AC1A70F3 , 0xC7699FEA8C890EB038EE3906E06FE288 , 0xC77DB1F1E4952BD4D5EA36DED66EF462 , 0xC787752D7EDC8E9EB70F23745F345BBF , 0xC78F910DFE2CF767F77623EC4B7F8793 , 0xC79A9D508D77F711C1C82DCF74BFEA94 , 0xC7A54E11842214E42A32B01ED9D32BFA , 0xC7ACB95C119E1B86A3B98BF884D29A8E , 0xC7C02843C69F57B1583BC9937816E5EC , 0xC7CD327AC9B0B97795FCE7BBF9B11BE3 , 0xC7D2B69A9BFDB680B9A911D9B51EC39A , 0xC7D7EB21CB8C46664CCE2B570DA39409 , 0xC7DE1783190338A35331547A82F10D4E , 0xC7E201AE99D649EAB26192C7320AD518 , 0xC7F3A5FF5BD8F825DB45C630E51D9347 , 0xC80120BC38F42493C4EEEE4832D618AC , 0xC8361572CD949DE685D6051DC56532AD , 0xC861AF649965E298454EC58E13B5439F , 0xC863AB06E967C0DAD908D12EDA5340D7 , 0xC8645D64F0E5C6FE0379AB5A2DF8C71C , 0xC86D211DB81C0F414045475AA717AD7E , 0xC87247C1B5869C77A0A348AC2718CE2D , 0xC88267EB8C65576B5220DC748D822AC5 , 0xC88693F519A46CC43153A51752B6E428 , 0xC88AB063813C5A3C0A7AC8A477C1D4C7 , 0xC8A20278C3B7685D5A8AF03363E9604E , 0xC8BF15B73C9DB099706617A8213D3E63 , 0xC8C8FDDE17D6DDB1F10F01CDCDBEE7D9 , 0xC8C9369B5D5DFF17F9747B9F454443EE , 0xC8D0566F2E1419BB11ECCFF1C2E1AF88 , 0xC8DCC20FFB031E463DDC28713F2D2442 , 0xC8F96EAE379244827A55C08A60D35161 , 0xC9044759A85B53D4D5F684430C4681D6 , 0xC93039B78ADCE501B778090B0F2E0264 , 0xC95874748FC23F4F7BA5BB7D8116A7F0 , 0xC9640451127B5162C1662743E462E9AD , 0xC9721BC3F95E9B8D5CA9016FA5692D68 , 0xC9755A2A92993ED36EAB6E751D68CD0A , 0xC983B9F4672D48008EBA8FA02E951B2C , 0xC98C6758BA30D6CF11A892CB66BC3672 , 0xC9982691E1896C4552310A1F5751EB60 , 0xC9B3C08D60A7EF395020F695C4A6963D , 0xC9B59DF015B9C63464C12CBFC0C86462 , 0xC9B97F6AEA6C11D3F3B199C99B901918 , 0xC9CCC8129E6FD426A0C557985CAAB8AA , 0xC9CF55DCE0E1CE32D3BC50B77367BF4D , 0xC9D75C1069CAF161EA866D4352FE5D95 , 0xC9EB017741CDAC063F076AB29EF9D6B2 , 0xC9F889218BB42128C85796B439B10A09 , 0xC9FC8E87F06B668E3B3A3792AE6A58BC , 0xC9FE3CB466DEE8625E28F3A2B9CBFBB7 , 0xCA06AD5CC843E6D7D3A99B981FF178D8 , 0xCA085D330036F639728F813EADCB875B , 0xCA106BD22545D0B88ED4160C36C73A07 , 0xCA1D91C2E01C59863BA898E647BF6995 , 0xCA1E2E693BDACD6FE456C6DCB900C25D , 0xCA1F5D8EFA01DE8E599A9C3FAB6A2187 , 0xCA277F87EAD5DE52AE943228F36EDDE5 , 0xCA3616828C91CFCE5AA0244C1AC456B1 , 0xCA3882DD21E36800BB02E0B2D38A7273 , 0xCA3BF76D84BC95D659B5751C2C818384 , 0xCA4158B548BDA04775D8B5F3077D8ABF , 0xCA51CEB84679D2211008E9391C3A49AC , 0xCA5595901F760C17C4123F058F64EF4C , 0xCA63B894840AE52BB46701B21902FD83 , 0xCA816F420AFBA4DD7B69DF8F79102403 , 0xCA844EB2A96B8F533803B0D7AF14DCE4 , 0xCA912A3D3D2BD9DC1D1D4B3385ECE7CA , 0xCA96126E39D05DC2ADC2990687105667 , 0xCA9B7FE071BF814350135A817FA792D9 , 0xCA9C16EE3B0E4692B0B618724E8D8723 , 0xCAA8D1201BD5A172D460CC16A63E6F9B , 0xCABB1965EEC7DD669518398A27522959 , 0xCAD38CA58D5AD33B6F1B673A8CC540A1 , 0xCAEF7877412FD93D680D14C17609CBE7 , 0xCAFFE68C5804362858259274229474EF , 0xCB15CCCBFDC31687DBAD75F250C21629 , 0xCB2728EDEC79BB9CB307252F84537671 , 0xCB2B3A3B1634AF472EF176BF97D8EF88 , 0xCB31DCF51DC20089F275B6E174B9B344 , 0xCB457B385AFD50454F2325363F9D63FC , 0xCB4C7DF27A9F3E573A0BB0338BB04731 , 0xCB58532F14D86A1F9CDFCD960241B260 , 0xCB5F10F9EADADDB064734E105AB46ACF , 0xCB60E375A11B8D377DD9B0A1FE1CD489 , 0xCB63F2F1A4EED19CBF20C979625B5823 , 0xCB64EDA1010BE6E5535BDD0A9BA24B2C , 0xCB717985A6B68D39FC4ECE05FFFDE5D7 , 0xCB812CA6431D26C87B2F5D964FD53307 , 0xCB820A3BC910A02EC45040C739FE0303 , 0xCB8393A6CBEAF2C3C8C8A908C0A76B02 , 0xCB8BF988E0008022DD7EBB87BE0009A9 , 0xCB8F0A7D90925173D62CBCBEBD3139B7 , 0xCB9830C3B87BF41C60631A7C9379762C , 0xCB9B1EF32A3B2148AF3B6E78258517D4 , 0xCBB3FC7F41CFAD5AFD377BAB19327247 , 0xCBB4A7F8D0225C148DEA87F380595BDC , 0xCBCF35582F787FE59ADFEA9BA0E9A3CF , 0xCBE25158CA63944ABF40DE8E01C117D4 , 0xCBF09FF61866B7986D10906CD942B47F , 0xCBF5265FDF09DCA698E399DF03C347DB , 0xCC0FF1407859029925345F137F61C06F , 0xCC13E08B239BC0043F4C2D967A7FDB6F , 0xCC1C39027D2CAC45D5261F93F4DC5F72 , 0xCC22E7D40185AC5D830A46DB11BC4E6E , 0xCC36B25517918B15E6DAC9491ABCBE09 );
Copy
46
13.28 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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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"Ì6ï\x01 ™‘gP–\x18 5L\t þ\x0F Ã "
b"ÌGæ@–¿ˆ>_«ìÂy…\x17 å "
b"ÌXÓ–Œ™æ›\x1E\x1C ¸ùT#i "
b"ÌchÅ2…Oi\x18 ¯Õ[œ#zl "
b"Ìy\x10 P=Æ¡š1òE\x19 ú04` "
b"Ì|ÔÏ<\r ¼¬å\x13 wŠÏfß\x07 "
b"Ì„\x12 S{\x13\x15 ™Çýô÷;Ýy\x05 "
b"Ì•œî6\x1F Þ'Ð:˜àQŒåþ "
b"Ì£#µéy\x05 »£Ÿž\x06 ¿G›p "
b"̵…Ž\v ÌHÁ\x1C çsÝ\x11 ^„ "
b"ÌÃí²B\x17 r*\x1C ’…ý×E\x08 Ê "
b"ÌÓð%\r éÂëæeƒþ΂»„ "
b"Ìåêa6¶ê\x0F j\x15 ýÇÍôm "
b"Í\v @¡"j\x1A u®6–h‚õÌ$ "
b"Í\x11 O\x10 ÇqÕÂ@H\x17 ’V›íè "
b"Í\x12 ÁÝ\x7F ø{3Û\x1E ´‹\x03 ^úÎ "
b"Í!Ò:IVRô¨å¦,ªº\n "
b"Í->\x19 BJj'a}Z%Âmˆù "
b"Í4ô\x0F\x15 Q®†¢]•bœš+Ø "
b"Í6²oí óPPH\x01 ¸\f Òdw "
b"Í:X’Éc1©¿ÀëE<ü "
b"ÍE¹ÅwDÉ;=E©ÓS²|\x15 "
b"ÍFw›\x07 Þ&Í„HíTEŽp "
b"ÍXÕ\x16 ñçß\x12 ã\f ©\x05 tn\x19 "
b"""
Íž}E™\t ÞTˆ€ö\n
Üoø\t
"""
b"ͨ#“\x0F +NDŠ‹\x00 W8Î;å "
b"ͳC9}?OÿeQ\x01 ´¿°\x01 4 "
b"Í»µÉÀÔK‰$èAÔ’g/ "
b"ÍÎ4HÃúB.è9$äFÍu‡ "
b"ÍÐ06#ª\x1A ÔõiY\x14 ¤Ð…\e "
b"ÍÒ#«֛µ\4çDË0$ö "
b"ÍïŠÂr¤ß-Z\x0E %åtsy„ "
b"Î\x02 œ„pÑ9Äyœ[t\x0F\x14 >Œ "
b"Î7†¹bm(ðÓ.‘A\x03 t\x03 "
b"Î;žžäÛ¦8§Õåµ²\x07 È÷ "
b"ÎVØ2ΤJƒz?\f\x1F ã„ͼ "
b"ÎZTø\x02 \x1F Çtj\x00 ï\x08\x0F ³â "
b"Îi³Æ¦¨ã(ÄÙ‡k¨ép· "
b"Î|U\x03 bæ#Ä\x13 ¡‚$Y¶S¸ "
b"ÎŒMú0ÛNÈZSµÖd~‡Ä "
b"ζh|õRfþkX²ý^~œC "
b"μ2¬Š¬$\x16 š×÷;Ï›V3 "
b"ÎÖ¯/(\x06 5\x00 PþŸý=y\x0E Þ "
b"ÎØÍh9\x17 ¿µ\x00 …CÚ¾™Œ "
b"Îæ'ü,,Mh\x1C ÅZ]\x10 ´ü3 "
b"ÎîØ2ýä\x19\x03 Y\x1A ²òMÓš\x0F "
b"Îñé\x03 —'CåŽ\x15\x13 2&gÕ "
b"Îò}Ò““ ²B>Ìpó¯Íß "
b"Ï\x15 쬼q\r Ò¯Ä\x1F\x07 v…& "
b"ÏZeÁ\f gô£`\r ºF•è1F "
b"Ï[ÂæLa‡Í×ü¦@fèVÇ "
b"Ïi\x0F ?“¹\x11 mPǽT\"h! "
b"ÏküÞ–\x1F j\x06 [pýê\x15 ÌŽ\t "
b"Ï‹ð\x16 ê\x05\x1C \3\x1A ÷{io&w "
b"Ϙ)\t §\x1C nX¥+ôœOUc "
b"Ïœ’Rº™»ý\x13 é(\x1E õëŽ "
b"϶(ÒvÁ“brp\x07\x1D\x08 Â] "
b"ϱ÷ðê\t \r ×\púW\x1F “º "
b"Ï„‡ãÐ\x15 +š\x17 p â#´\n "
b"ÏÉÓ÷gØ“±\x00 8lߦ¸»* "
b"Ïã|ìÁ®P\v Ð'‰—“ö8Ô "
b"Ïäðʵ\x1F x‡CÙ\x11 ¹Etñ\x05 "
b"Ïô¾¨†\x06 –•ß\x16 áò¤¢ŸÝ "
b"Ð\x16\x1D ñëÀŒ?¾HüL*À\x0F\x15 "
b"""
Ð+6\n
CRD¸ýnqHmi[
"""
b"ÐDtIJ\x11\x14 b†\\r \y¬¡; "
b"ÐEU©¤C€Ýu\x15 ÉÈi-@Å "
b"ÐIî\x16 dË“@\TG\x18 Á»ã¨ "
b"Ðr‘ÐOéu&&?Ç\ᘠ"
b"ЈØ~ý\x18 ޼ᨪ\x1D ±fq "
b"Щ?€\x1D ‚]†ËÊÁ3\x0E ?í½ "
b"ЮÍ:>%34\x11 –T™•3÷Ž "
b"вñ´ŸóYO\x18 ÒŠ\x05 ë¸ÇÏ "
b"Ðä‰^€ô\x17 Y»H\›v¨x¤ "
b"Ðú±\x03 ´•OÁ.Ô6tÀ¯ñã "
b"Ðü\x12 ³\äç-X"èæ6‡Òß "
b"Ñ\x03 Šs:_’˜©™[ÙyæÔ "
b"Ñ\x16 Ì+³¨ŒŸ\x15 ”‡…|\x12 ½u "
b"Ñ)Èì\x1D ¸Óc8uÛÜŠœ%0 "
b"Ñ5sâ¢IpïT5,í\x13 ñðt "
b"Ñ6\x12 \_\x05 Õ÷\x03\x07 ¦ùõãµ "
b"""
ÑU]Ev]\r \x1D ×Ú\n
\x04 ¼¶,
"""
b"""
Ñ`ãÇÝevn™Ý\x18 ã\n
Ê´»
"""
b"""
ь8\n
™˜)äÒà0š\f Ühñ
"""
b"Ñ—ËY4\x1E Õ}ѳÕTÿ2*\x03 "
b"Ñ¢+\x05 6<,,œ\x05 áÞ\t Üy "
b"ѤÆõzî!ØX\x10 ,\t @Ƈ¸ "
b"ÑÈÏIàÅÛ«“\f ˆ®ôé<Ž "
b"ÑÊ`¼þÔ8‚Á!cž»›° "
b"ÑÜ\x1C iq.—tª\x1E A Á=\x08 \n "
b"ÑåI¶\v hàÊ\x05 Ʋ3¿‚ÉÞ "
b"ÑçW\x16 ²½ýáE\-bÖ:êÕ "
b"Ñôº>:\x0F HÀUP/O\x13 ÑD\x07 "
b"ÑûSܺ¯3\x06 G4”„Å/\x10 à "
b"Ò\x10 \r %O"§\x18 àüà÷ã·\n "
b"Ò\x12\x10 \xOUÙ¢2$Ê4…\x13 ô "
b"Ò<'¦Žésmü—Ï#‘\x01 ¬ "
b"ÒIN”e\x13 d¬ã4uR{ê_ "
b"Òa*š\x1D\x10 ƒ©£”6\x00 j,„\x0F "
b"ÒfH^4ªtÕ\x19 㸋`ÿ– "
b"Ò†%÷µdåNÓë\x02 î]YH\x1E "
b"ÒŽ\x1E kªY¼¨zŸv\x07 Ø\x1D ¡P "
b"Ò£Éô†p\x0E Å\x1A\x00 ò¢Í+•P "
b"Ò¥"â¸\r f\x12 dGÀj.¼Ág "
b"Ҳϱ¥`Œ<\t ØMÃqS,| "
b"Ò»\x04\x01 GmèoyÆ\x0F !\x1C Y~I "
b"ÒÞ®\x1C ›\x08 n}ZŒ\x15\x06 —÷§ "
b"Òãò½¾ o‚\x18 H\x18 û».\x04 "
b"Ó\x0E ”2\x00 þÝ\x7F 'ðD\x01 É¿nI "
b"Ó\x16 `¥\x12 ~ £Ü\x1E 3~ßš‹Ê "
b"Ó.æj\x08 Ö\f cŸ\x07 $ê~ò@Ë "
b"ÓCöÉ\x1D\x11 4\x15 sO£MŸü-y "
b"ÓW4@RûdHé.°E¾s_½ "
b"ÓW“ü±.\x04\x16 j‹L[2H›Ï "
b"Óg*U‡\x01 ¿«Kœ²¯Ž\x11 T« "
b"Óv#þ³ë?~–ÚSqkÁd\x12 "
b"Ó\x7F\x05 è°ª!´ÕïÕ€\x11 Ì<I "
b"ÓŽ,q\x12 ²\x03 OL‘T+\f <¼\x1C "
b"Ӛݗøâ 9óãýåê.D\x13 "
b"""
Ó¡æ\x03 \n
.\x13 “Q\x02 ¿N×Þ?ÿ
"""
b"Ó£¿u8mkF¸R áòŽ\e "
b"Ó®vk[\x05 W\x13 +ñcoÜ\x05 §Ó "
b"ÓÎÚ8J²~]¦r¯»\r =\x19 ' "
b"ÓÛ\x06 «üý;t7ðRb¶$›¾ "
b"Óßüfb‰ˆ_ƒ\x11 ÊÎ\t ;N5 "
b"ÓóÊy¼&k\x14 Jû§ÜgV "
b"Óù\x19 ÿ7U†Ý‚Š?•UX\x02 ¸ "
b"""
Ô\x08 Ç›Û~Xñ\n
7df\x04 $<Q
"""
b"Ô\x15 ׄ˜6—!µ\x07 ægÁŽÎÌ "
b"Ô'{¦pŽKKnÐp‰ØwýÍ "
b"Ô4³šÔiÑ{¼ƒC\x1A 3ë?ñ "
b"ÔE\x00 ÅÐŽ†ÉDÏ\x7F\x13 î±*M "
b"ÔUkS<\x17 Žü1€`ÖÀ‰œ6 "
b"Ô[\x0E ïÎë@r§Ÿúƒâ\x11 Ú_ "
b"Ôiì\x06 }•¸õÒUá–vÖÞ^ "
b"ÔšOñŽ$yH¬â.:s’Ï "
b"Ô‚\x08 P3!W\x17 OLN$Ø "
b"ÔŸÈ5¶Ño\v\x14 g¬i&Ã9I "
b"Ô´Éb,X\x7F f&øH\x13 ¿6\e A "
b"Ô¿”¶\x12 QÔF\r T\x1F\x17 xª "
b"ÔÃ0d\x05 ÀW\x1C\x1D ‚\x02 :\x07 b\x0E ð "
b"ÔÆp\x18 g1Ž’‚ŠxqNc”\x03 "
b"ÔàCr£\x03 îÁÿ.å\x08 ÛJ×U "
b"Õ\r \x05 yŠ-Lý\x1A ÷«ýûœs "
b"Õ\r ý¨¤\ ÇFt¿ôKž, "
b"Õ\x12 x0è\t Í\x18 ¼tì\x08 ÿÐT¥ "
b"Õ\x1A ì†m]oÁ\x0E\x07 V)\x7F è© "
b"Õ"ÏÇtIêÈb±]½x¨ù\x14 "
b"Õ*\x01 5áïÙ|¥Üc\x02 ÜÀÎk "
b"Õ.\x11 ü\x1D l¬’ú‡|ëRXU‚ "
b"Õ:þÕ"I{ø\v ^\x7F\x15 Q \x06\x16 "
b"ÕMÙ—M£Gg'(\x08 ï¢"I\x19 "
b"Õ\x1D …\x05 åt>\x18 •0~ßSñ "
b"ÕÇÛ8…¿\x17\x12 ¿/¾½½¥$ "
b"""
Õò ƒÀPS\x14 /\n
Ëÿk+¶
"""
b"Õôy§^E¦ÅË‚ \x1E g¨R\x07 "
b"Õ÷¾%Ÿ\x08\x1E „©cožKôŸ€ "
b"Ö\x08\t “\v ºø¯þÜAè…¶\x1E 0 "
b"Ö\x0E <à5k¥5Z5‘gíÆ\x06 ç "
b"Ö\x19 ê¯\x0E µå)jWùì\x00 9ç× "
b"Ö/¶NÑ¥ãõ\f Ë#œ(1`¬ "
b"Ö0[À8Ðl5‘\x1A ÷Uh%¢\x06 "
b"Ö?Èû“\x0E r¨\t 'sÌþ6]‰ "
b"ÖSÙž\x00 ÿŽjlXâ&àËF\x1A "
b"ÖUVÀ$\x1C ~™\x14 m0Äž/& "
b"Ög\x05 /Î4Yæ)‰%鯲aï "
b"Ö„\x13 Hú\x0F Û;1;\e „=\f 8Ì "
b"Öˆ\x7F A’lËŸ™t¬íkß…j "
b"Ö’¢,Ü’ñC<IC®î”t} "
b"Ö“î[ƒmt_ägEÁ8‹‘ü "
b"ÖœKfÎÖÆ\t aã"öú`\x06 t "
b"Ö¦!‡Ž?aÀ÷×ë\x08\x06 '\x1D ¢ "
b"ÖÆ•ê1o^h\x11\x08 ?÷üpb "
b"ÖËÂWÚ…ÒÉ#Ý@¨9\x04 Ä "
b"ÖõJ\x02 —h\f C®ý\x17 ¢¤\x1D +I "
b"×\v ù¸ÄB6o¯1\{dQ~^ "
b"""
×\x16\e \n
¶\x14 ‰°š²+ˆùÄI\x10
"""
b"×\x18 ²44íéããMý›ˆkhB "
b"×0ªß¢ÂÕú\x1E ú\x1C ¾¿\t â "
b"×6\x7F l`“N\x12 äVܱc`” "
b"×CÿöÒ[:®\f ˜yr\x7F ÎÛ "
b"×XûÂŽ×\t à#\r ÿG\x01 >t "
b"×kÐ\x1D “dƒ÷ŸÄZvƒ¡Wè "
b"×~3EëoŠ\x1D ÛÄ\x1D w\x01 „Ê "
b"׌\x06 DÊÚÄb4\x14\x13 0úÏ`^ "
b"×”4\x1A ÇÑô¸§]Ž"èÞA\x01 "
b"×–Ê,\r lh!\x7F ¹ÚàÔPN: "
b"׳\x03\x10 Ë‚@\x17 6zÎýa$\r ‚ "
b"׿n\x12 Yš]BfÈwɦe’+ "
b"×÷ŽÜU¢)\x05\e mØ×\x7F §3? "
b"Ø\x00 Í\x06 ¶©8˜Â›-LC‚ᥠ"
b"Ø\x06\x10 oÏ÷ýŹQíŸjR¾Ð "
b"""
Ø\n
ójÉD¸œ\x13 ø\x0E\x12 ×§\x12 „
"""
b"""
Ø \n
›\x0F z\x05 ‚ä|\x02 cP¬Æ0
"""
b"ØE\x17 Ls”Æ\x17 ’zOÛFšgÛ "
b"ØKÌ\x15 Ž\x04 LÓyô›c\x00\e £Ó "
b"ØbŠnÐm<\x04 zb\x10 ä\x12 y–Q "
b"Ødy \x11 jy%QC\x18 “•°\x02 "
b"Øe«\x19 &ÅðÈ}h=ã”\x0F ‘ª "
b"Ø{¡\x03 Û%S‚r\x15 ‚¢\x00 bFk "
b"Ø’T§¦HõX\x11 ܶ\f çØ¹c "
b"Ø”Và¯ë\x7F 5Pß\t Ïóç¤ "
b"Ø—=[¯Ž«žè\x1D á\x01 ¿òþ "
b"ؼe†a[ÝT+çe<Å÷N "
b"ØÀ>€Qù†/¥ÍÀ¢û\x16 > "
b"ØÛ\x02 üÍŽ4ÄW\v 3\x1D\x13 Ôþ, "
b"Ø÷‹\x05 uM4ÚØ'Y;P0à "
b"Øýìç¹Þ\x00 ?ð~·+ë[iŒ "
b"Ù\x07 j\x10 „ïcC`À\e &}Ô÷" "
b"Ù\x15 Ò³I\f\x14 40YÞ}“Ý× "
b"Ù-‡µž\x1F j\x16 Òˆ½[ˆÖÂ\v "
b"Ù4Ò«9\x10 ê’øØÑ#Å\x06 ´Ç "
b"ÙCë’@\x04 Ö¥¤JŒ×ãb "
b"Ùh!m:™@yœ¯@_÷î{ "
b"Ùmò>mÁ…\x08 ÁgÝð™yË/ "
b"Ù‡ÆnÌÑ¡’¬\x1C Õï÷<¹k "
b"ÙŒíŠd¶›ËS)®\x1E ô,f\x1A "
b"Ù’6ã¿3$ä\x06 Ùƒ\x07 ?æÖÅ "
b"Ù§Û\x00 ¼¢Z\x16\t “áé¼ÝX¿ "
b"Ù©uoÇ\x18 ؼvW‹.Ù—¸° "
b"Ù°Ç\r ˜½\x00 ôıÒJ…\x7F . "
b"ÙÄóÝ\x7F 6\x13\x7F 5\t ·³w#C "
b"ÙØ\x04 1\x15 Ý\t n¢É°?5ÈU "
b"Ùä\x12 .\x16 Zï¶×5èºhŸ²+ "
b"Ùé\x0E ãÈè\x1F N£\x19 Ò\x14 >+§0 "
b"Ùñ\x06 hʺ\x07 XÆ+\x08 ÉUôG8 "
b"Ú\x02 Ýg£\f }2[tzðæúÊÒ "
b"Ú\x1A ”\e -¬°o¢]³M+•?4 "
b"Ú()üx°ëif-0h:޲– "
b"ÚEÿ\x04 …_^6¼\x08 —ï4‹| "
b"ÚZÙåÁ¯è{Þ9æúUþ’\x0F "
b"Ú_1ójgè¶:RbÛ\v (Ýö "
b"Úeõï\x02 i•\x17\x1E J\x1E ÿb“· "
b"Ú~ÍHÚ‹=<y8\x7F ¸›·P# "
b"Ú„Õ\x10 ˜\x16 <gLt"däßÉ€ "
b"ÚŽÇ6ZžÔ\x16 þ>Q©Ýw¢î "
b"Ú‘©\x12 ” J«¯Ûšaf "
b"""
Ú›\x02 8”<½_õ\x1A 14\n
‡Ô\x05
"""
b"Ú¨ibžd#\x1D z‚D.²ÂQÈ "
b"Ú©Hø¿®…X/\x16 :\÷\x17 ¹P "
b"Ú½ºDŠ_e„åùjË\x10 冃 "
b"ÚÄ3z°åÂÿг-P\x05 h\x0E ¶ "
b"ÚÍÿ¥h>;$~˜\CB\x03 "
b"ÚÏ\r 6¬ðfZq÷Ë\x7F 9Càè "
b"ÚÜð[®i!\x00 ÔÄ€‚ªN\x0E Î "
b"ÚïO’—ŸÑ."n©óØ&\x10 ¡ "
b"ÚðTRµ™šôNiF0rô "
b"Û\x02 FΈ\x1D üïŠ1)ÅH\x7F\x08 Ï "
b"""
Û\r Ã\x1A ‘\x10 `¶ó\x14 !\n
§\r
"""
b"Û\x17 ôré\x02 ~ü.Ð\t U\\x16 c "
b"Û\x1E\x0F ¨ú\f\x19 s&Ã¥¡"g‰\x18 "
b"ÛO¶®Ä©\f ò¹2\x7F N{\x0F CG "
b"Ûo›\x07 ƒ!Ï\x04 Vv\x10\v ‹zmÆ "
b"""
Ûw0\n
¹‘@µ}Ž\x17\x13 ’ðù
"""
b"ÛzŽ(ñ~C2g)Gí\x07 ¬‚B "
b"Û\x0F ø\x05 V\ë¶oö\x05 •\x7F šÜ "
b"ÛŽ.ûC”\x08 ÉfLƒ#:j‹ú "
b"Û¥+<YyqòaH\x10 ¥öä/, "
b"Û¦H}J†à¢rÁ{/½ó<– "
b"Û¬:\x05 Œ¨tDJǯ¢¢\x04 aþ "
b"Û®\x1E nÿ\x04 &ìv\x1A :1Ç>›Ï "
b"Û·ÁM)#M\x07 ˜»9zµhK "
b"ÛÆê¸\x02 FŽñÜÖ:À\x12\x7F L\x05 "
b"ÛÔÛØÊÚj¢1ÏÎÏça‹Y "
b"ÛÜ®›ƒ\x7F\x18 1tV{\x15 nɃ\x06 "
b"ÛÝpgÛöJµäabÃIÒ "
b"Ûíf(êþM\x1F {Wb«Å›«• "
b"""
Ûù“ª}!\n
_ï¡U¡@|k/
"""
b"Ü\x04 d¤‘ûÞ „¢\x07 M´Ý_ "
b"Ü\v ±8¤— ˜9Çæ–\x11 ¢\x10 < "
b"Ü\r ;P_c…\x1C {ÇT\x08 Õ\x17\x17 C "
b"Ü,ÑÂçC©øÅ÷\x1C ůzLé "
b"Ü=H32`¸þÔ”¨Rjm¤ "
b"ÜL/›¶\x14 )ƒ—Ù,ò‰Ë˜µ "
b"Üv\x1E\x06 yz!¼è(†t5^Ö "
b"Ü„í}_‘äåUºË#%Oë° "
b"ܧH~x>߯'öWLÉš# "
b"Ü®€Ja×X\x00 Ë\x18 ·¾£æh= "
b"ÜÄÓB\x0E _Èôï,Ñ9¦Ó“1 "
b"ÜÒ\x1F S\x19 È\x00 ¹9\v pÒ\x07 >ïì "
b"ÜÞ¹-?q)G‰í€2!üŽb "
b"ÜæMŒ¤/´±xQ¢(•_d "
b"ÜæÏÌ*•îOU”²0_Wì. "
b"Üæç‡°£Âµ{y”ßÒôJ "
b"Üó©°÷g7rS\v ,d{+ø\x0E "
b"ÜùºôZv2ñ¨\x06 Œ\x18 ì!\x10 ’ "
b"Üùĵ\v ÿ¬¢µ#ëÒGÞ\x06 N "
b"Üÿ\f ©XÒTè\r Åço’([\x15 "
b"Üÿôð[huv\v ‚„D”Q½ "
b"Ý%Ï£º‚’øŽ‡Ýé\v àB¶ "
b"Ý4"ŒÉt\x03\x10\x14 ï—Ðæ| "
b"""
Ýc¾_Ø\n
ŽÜû“ákH#€Ì
"""
b"Ýg¥\v o—’^«¯\x15 ‡NÈ9 "
b"ÝiÉÖvw6åÖf\x1F ¡\x00 #ïn "
b"Ýj4ö\x00 éw«^\x00 Puk\eï "
b"ݾÀÏ H+3>í20\x18\x05\x07 "
b"ÝþOÒ\x1C Ї@sOsà\x7F ÞS "
b"Ý“ßŽŠ¯<ž”Ú°\x02\x18 »ÿ "
b"Ýžü«PùOyRÂ8ŽÊÓÛ( "
b"ݤiÝ\x04 úž¾ רX+ÀÜñ "
b"Ý¥¿°3LçÍ\x01 '©µ&o\x06 ? "
b"Ý®V»x\x00 ú+8aš\x02 ‹Óÿo "
b"ݸIu9£¸`w´'ô€ýmo "
b"ÝÁª¯òé‚ΫáöÑEÓ "
b"ÝÇ1Ó½†MN\x19 ö\x06 €•¿šŽ "
b"ÝÎ<Ñ9rÐzžÉ“ì35O¹ "
b"ÝÏð¶5ÕÝ8çÁi¡abq "
b"ÝÕÈšêé\¾^6À5${Šù "
b"Ýá:ç3”0äSšó\x00 I®ÚU "
b"Ýä¨^\x1A 2,_%¾Ê\x06 %hrí "
b"Ýå'®ç£¿5\x1E h\x7F •=0 "
b"Ýí‘Z—e¶ —µÁJ®fƒ‰ "
b"ÝöS¾t½E³ŽR7z‹Wö. "
b"Þ\x0F ͼä-;ÑÈš\x15 äninÆ "
b"Þ\x10 ?_÷ÀÍE<îý£ï ¦ "
b"Þ5Ü¢\—¬Å:\x1E QÊñh\t ÷ "
b"Þ@\x18 Á,#×6\x00\x12 ¿ŸÅ "
b"ÞJ\x02\x04 úÈà\x1F ZôK>’P\x0F e "
b"ÞajŠÛuÆÕŠ{&ìÛù "
b"""
ÞaäÐ7\x13 í4”å\n
Ðäÿ\n
Ð
"""
b"Þm\R,ÇŽüs¶EX\x1E µ°Š "
b"Þsn½y)l›ö¥^\x11 B‚IÉ "
b"Þsé•ãk4(÷\x14 Š©ÿ!ó "
b"ÞwWÓ6µo ¥Þ\t à4sŽÓ "
b"ÞwÕ¡^°êV\x0F A}ÛÔ\x06 %´ "
b"Þ˜¡4îbë–ÔÅô)\x15 # "
b"Þ˜(› nšq+42^Èщ "
b"ޡ䔡¤Þa@€zoR”è! "
b"Þª\r »º=*äµ\x07 -. oM "
b"Þ¸ãÒ/Ó\x13 ^û¤V‡_´ÍÞ "
b"ÞÂæœ)ÚØÃS\x02 ‡Åª“r "
b"""
ÞÌo©\ù±¢\n
17¶\x10 ÛØ…
"""
b"ÞÓ\x1C\x15 ·\x1E ©½Õ&¢'êÃñc "
b"ÞÝ-ñ\x19 ý\x7F w\x06\f\x13 àìý>Ú "
b"ß\x1E È\x12 c\x08 8'+u›ês}›Í "
b"ß.NÌ*€\x14 80J§üe\v q "
b"ß8#.ŽŽ:Ad¶·•Èœl "
b"ßG:ã>\x15 {’\x12 ƒ•Þ̳iã "
b"ßKñŽ\x07\x1C ‹5òa£ùKM6þ "
b"ßMƒG¹°R[Kë\x18 BpŽñ› "
b"ß[ÛÖuhh\x08 šçIf³ï•) "
b"ß\<ÏÂV7áÌÄqBé\f °¥ "
b"߀¤Ü¹ÂÓãŒ)‡òç9lŽ "
b"ß§&E[\x14 Z\f ý+=\x06 ·ô "
b"ß_è#½hN\x00 ñÍ…«¿[d "
b"ß×%\v ëÓÙL\x1E\x17 Í\x11 ÿÜ¢ "
b"ßògó5»¿\x17 /,›ŽZY\x06 å "
b"ßÿ$Á\x18 íKTo޶\x10 êXëî "
b"à\x1C b¨\x04 Z9hi‹Ù œñ\x00 ç "
b"à$ÃÑÚücˆ:Dô9U”V "
b"à2”c\f Ôlx\x04 a.í‘Å\e * "
b"à6\x1C Tä7ÅŽÊ!0¨äò\x03 Ï "
b"""
à7\n
Ù89\t [Œ›bü}çÂ2
"""
b"àCT¬ÊóÑ(ƒk\f ë+e²j "
b"àHœ„qÝœjÄ0yð\x08\x10 # "
b"ànÛÕ7æ “½èçè\t \x15\x13 "
b"àqÅ‹žñ\x1E q¿@\x0F ÖÇ¿\x13 G "
b"àx·ZÛ\x1A ³n±ÁV*ÎªÝ "
b"à‚¯\x07 PËÍb\x0E hu§KÔdŒ "
b"""
à”þÅÉû=Àæ«\n
]cP«_
"""
b"à«Ã›\x0F êK\x06 ¯?ü\x19 Óä› "
b"àÃ;Uoª\x7F æAª«\x11 e«…h "
b"àȇPÐ%\r \t g>\f c„›Nº "
b"àÉ"ˆWP>K˜b\x11\x03 ]\t ¦/ "
b"""
àìáŽ&\n
tM,\r ~¹CŸ¹N
"""
b"àðl8Ž@§…>\x01 “Á~Ò*l "
b"àñ3ëšw\x07 ¥É‘ûXÑè "
b"á\r \x1C B†Û`ãÖ#5\x1A ¤[ͤ "
b"á\x12 õ}âÀ pÓF±1=PÝ "
b"á \x13 fö_……®ù¤U;PQ "
b"""
á(&¯ÙïÖx\n
ˆ.óÑ\x13 *q
"""
b"á6ˆ×9Ñ®ý´\x0E Â\x13 ™Ù‰“ "
b"á< Å™ÁÙ\x0F .\x16\x1D zÒ¿] "
b"á>¹ÝW¯(ÕÀ_\x02 ~1×h "
b"áAt¬ë·F\x10 ˜o|€Ù\x15 ic "
b"áGê\x16 ?\x0E ÊaŽ@4ÖÅõ“‹ "
b"áLÚ©Ñ»±Q\t ì‚d\Â<š "
b"áR¸ê1 JﲦbxCø¼A "
b"áSucíf¯è~‚¡M&€K½ "
b"á`6ÊUnŽ5À\x13 ”ì¤Ö€m "
b"ác¯W•êJ,k¢9•np³À "
b"áo>\e ýY0ý\x17 hÙmœä‰¯ "
b"áw7TÅË.\x06 ¬ø§É\x0F ñþô "
b"ᆷX”™[Ýôìð8Hý "
b"ᨛí•v±Ù4\x12 ¿\x1F /\x7F R• "
b"á®\x1A ¥±ìçå•pë¥3Rùé "
b"á¯ç\x1A øŠ£•«Ð+õLVNâ "
b"á²<ž§\x04 s\v ÷ðrAm4\x05 L "
b"á´I³-ô?·¤\x1F þþÉÕZ "
b"""
á»Ê¡Bl\n
¹£K1**8Tó
"""
b"áÈI…\x10 9_Þä+:s\x18 ¿Äó "
b"áÐûîçGÌûøJ˜t2f^1 "
b"áÓÜ2z[\x00 ð§\x02 Æ<,£ "
b"áå ï’Ó&ºìH¯\x1D ̓‰‘ "
b"áøoºÁ_ðöý\x07 lµŽØ…Á "
b"áùT”»VSÙ±8Ù†5Â^Ô "
b"â)c;«ZC’=e¶p´ Ôº "
b"âGÕ<o\x02 ÃŒ\x03 ‡¯w6 Ñ "
b"âOS\x1F $Ë_\‰I\x19 aûBn "
b"âXëU\t ĵ„B?uG“Ë}% "
b"âeQ(.ÆO&*Ù]׳W "
b"â‡@\x01\x02 Âi‚Ë'—«© "
b"â†\f Í‘&G\t I’\x1A ج\x02 "
b"â‘\x17 `ÓS&Ä¢\x0F c\x16 <ކ "
b"â–ï÷\x13 D\e #\x1D ;\x12 ZÀñ»T "
b"âŸñÊ@s'\x19 ƒˆ@Œ¢Š$÷ "
b"â®\x10 £\x1F 2û\x12 §h¼Ï.I\x17 Ø "
b"âË’¡~uskÞœøXm³ "
b"""
âÕUÂó\x06 áDZÿ\n
V\f *P±
"""
b"âõ²î\¤Ãî<¨¼\x13 «foO "
b"ã\x14 ÕÝ’—(BŽeš5\x00 ›ú2 "
b"ã>®Œƒ÷;g-R#\x1A ‘d.é "
b"ãEâ§ûçÑï\r ŠiŽºƒTt "
b"ãGvaâd°º¬áJeóÀÉ "
b"ãYm4Û\x05 rúX=È\x12 õ\x10 #\x16 "
b"ãZË|dŸ‰_,ª¾…„tR\x14 "
b"ã\lY¸»J“¿j[õå8Éj "
b"ãgNÞ\x1F v\x15\x07\x08 ‹\t Ç——xD "
b"ã{\x14 †`vRèTÖ{\f U× "
b"ã’\x08 öï{e\x08 r\t )DÜ¡\x19 ê "
b"ã¥Û÷'¿š•~h\x0F :lQrL "
b"ã¦Ç©<³A\x18 —O&K\x17 û\x0F s "
b"㾆\x04\x13 B/i`©Ò}%ì<\t "
b"ãÛÔî\rÅ‹ÀFÅöP\x06 /o "
b"ãÝú¬c\x12\x06 BŽIÛ"A× "
b"ã玫íÔ¦$7¯0Á\x1E þ "
b"ãó 头óè’$\f Üg»Ë\x00 "
b"ãù\x1F áM;K¢\x0E /ÆîÈh”¢ "
b"ä\x1A ¯´Ÿ\x06 'Se\r \x1D qØ%„; "
b"ä*të[¡FG\x14 “\x01 ý0Q× "
b"ä2&`$HºwÓå™i9©y "
b"ä<úx½KÌN\x7F ãµ\x19 ×èÖN "
b"äIMá–ï ¢´fåÏ$ë}\x10 "
b"äQ£ :§\x18 RRÎ\r ‰¯îñb "
b"äuËÔ‚\x17 Þ=\x14 ’ª\x17 Î cA "
b"ä|\x0F éƒÂ£;Ý#\x08 J¬fç¾ "
b"ä…\x08 ÎX\x10\x1C p[Ü1Œ¦úç "
b"ä‡,ì\x19 f‚€ÜkKšåÍ "
b"ä’Ÿñ\x13 ꑼ~ŒÌïT\x15 £\x0F "
b"ä•\x00\f\e ¿Ž§¸.\v\x02 õTA "
b"ä™ñ·½‹ïè\v ’,Äѱì\x10 "
b"ä«\x7F ~\x10 A\x1A Ü×ÒÉ‹\e n·x "
b"ä´›£S2à<úš•‘Š&\x1D "
b"""
ä¸msöÅ>o\n
²c$Å`Á
"""
b"äÃ-êÛû\x04 ¿á>Vgén÷Ù "
b"äàQÄ+Fýì´}GŽ¥\x18 “V "
b"äàŸ\x01 [\x1F\x07 ]1\^®£]@\x1D "
b"""
äàòG¦P³wÕ´\x14 b\x1F \n
µ‰
"""
b"äî÷Øbõ–G¼bwÚjÎÄÁ "
b"å\x14 Z”¤Yp]÷ûÏäë\x1A ) "
b"å;ó)Ös»$³IÏÜ\v Åö\x1A "
b"å?Š\x07\x0E òäw^ºî7úÚ³\x16 "
b"åR}hA°;¦ã¦ârömtÄ "
b"å^9\t g¿Þ蔺˻ohôÛ "
b"å^ R†Fs ÌÙ˜›¯’ö8 "
b"å€Ó‘\x14 Â{dÊ\x1E hvš&º\x1F "
b"åò•_-\x00 §IÌ?›\x1C ˆ{ñ "
b"å¨üŠ\v\f\v ¸ú\x14 ëýbÈw "
b"å¸t9ª‘Æêx¸•.øw"r "
b"åÏf0~L\x0F sÓ0M‡\x19 ›p "
b"åÖ\x14 Î#U\x0E Å^âní'\x15 a "
b"忤'j25øY‚…ø¼ŽlE "
b"å÷ÁI\x15 žtÒ±ÖY ÇéÆ0 "
b"åþæ3Š\x0F ѲbB¨w‚ž¨æ "
b"æ\x19 *\x1A ©\x03 ¨\r N™¶\x05 aFi• "
b"""
æ*µ™kô¼(\e «Çû\n
Šö
"""
b"æ@tJ°ä¬:0P޲‡Ì=æ "
b"æ]~‰\x16 ¥ˆ0ýà§\x11 œyL¯ "
b"æekÄz"\f m‹û\x1F ö Ÿ>Ú "
b"æyò%¹˜ã۸߹2÷™`® "
b"æð\x05 ÆÞï¡ÛÄ2k\x11 åR "
b"术Ý$•Lð!t¡Æl·O] "
b"æÍ@3É·…˜Ç$¨9«s "
b"æÑ~%ã6\x18\v êÇ$kB“Ù\t "
b"æÖ\x7F T\x11 #.ëÜé¨*Ý'Áû "
b"æÖÛËF’™Dáy$=gQT "
b"æãf†\x04 +\v æRck…JÙÖ¦ "
b"æçáV鵸Z©–ÞÛ…u“ "
b"æñï´$S\x01 ]áû¨úÑ Be "
b"æõ£¼*¯>\x12 †É%ø€Í\x18 Ž "
b"æø‡¥k\f ´ÈÅ]\x1A ÑafW` "
b"æý[‚—¯ƒJ€-ƒl«\x07\x1D "
b"ç\x00\x1D\x19 îåRxXKÏná\x03 ¤: "
b"ç\x01 Aâ]eDÓ…‹¼¶æ\x7F øË "
b"ç\x07 L¯.¼\x7F ís—CXò’¸H "
b"""
ç\n
T'=.˜Âuñ"íâ\x0E ,V
"""
b"ç$Ì8œÄî,g5ï%›BÍ` "
b"ç7HÖ\x12 ú\x1F ‡qµ¨\e RD\x17 "
b"çE\x02 P\x12 ìí•éé3\x11\x04 ]ùò "
b"ç{ì7¬[\w@QzŒ…¶‘Ô "
b"ç|<\x15 Âa!×£}éÅÈ¢1 "
b"ç}``•'\x0F ø^÷[ú¦–…ú "
b"ç…GW\x02 „Ñ8¶]õ%afV€ "
b"çÿV×JƱ·Žµ‡ŠÅ, "
b"瘰x\x04 _}N î¢j\x1D BÂ9 "
b"""
窯A·\x04 C\x0F Ž,€Ò0\n
J'
"""
b"""
ç²b%þ$á\x7F eÐûEdo\n
¯
"""
b"繡—aŒcå–¦kl÷i~Æ "
b"çÃ*8nc<\v ö6ÃÍ\x1E ¢Žy "
b"çÊ.6E\x14 ø\r \x1D á‰ï$Ë_Y "
b"ç̃\x06 b\x06 ÜóD(lyßð\x04 à "
b"çÖSM}P\x17 IA>nu¨ê{i "
b"çò\x03\x1F †:E\x17 v£CU%ï\x15 "
b"è\x00\x17 ”í·rT{Êî¡\x18 ÁU "
b"è\x0E ½”äâCäfª\x13 /H娟 "
b"è\x10 ÛÃ-\x12 ’;ÂáË3Ûê\t ™ "
b"è\x12 I0|¾ JH•QÀ\x03 ið\x05 "
b"è\x18 ÊÚî\x1C Ó0jÊê\x07 uCŠ "
b"""
è3;§\f òÊUøa,\x07 Yë\n
ƒ
"""
b"èLo*|¢\x17 A\x08 ®\r ‹\x0E '½Y "
b"èyÜÝÄ>\x0F Ù\e iñÛ›¬\x02 B "
b"è}Ø—¦Cl¿¸/Ct\S… "
b"è’y3qÛ»ŠÑƨ\x17 SÖÂ` "
b"è¡BË‚bNqLN\x11 í¯Þí "
b"è©Áìbu<÷\x05\x10 9²ýÃk "
b"èÀ弆tïë\x03 y²Æ}© "
b"èÃð>\x1C ýÿ j‚"Û]3É( "
b"èöV¶R\x1E </éWÆ\x04\x02 \\x17 3 "
b"èük.C&\x18 E\x01 Kˆ\f êc`õ "
b"""
é\v\x14 P2ZŽuì¡°D\n
°HA
"""
b"é\x1F “ü¼eP¼ó\x07 Xt‡¤ò› "
b"é#…\x1A [\t ÒZà–\x1A ¿Â¡`G "
b"é*ô\x1C ÆÔñ]\x17 ¹ëMͤÍ\x02 "
b"é@˜Aú§÷õê´\x0E 5{\x18 ™ "
b"éS\x06 ¾\x17\x19 ²1®ÃTšh‘›µ "
b"é]C»Ð¦ØWÓ\x0F *\x0E 3Å‹š "
b"ékhË\x17 ®—•$\x08\x15 ´Ñ¸Fâ "
b"ép\x0E í\x01 iNB)>”7’m§Â "
b"éqÂSûÚ<<â£rD\x1D ‹§\x18 "
b"ézÁ.5\x11\x18 Ž\x19 Í)\x04 ξgy "
b"""
é²ÀÈ\x14 9cƒ(\x06 cT)\n
Eª
"""
b"éÎ\x16 &Ž\x0F Ñ»á‚=Ç_\x19\x05 £ "
b"éÎÅ'|t×äÙU1\x15 ã\x00 ãx "
b"éÕ\x19 ËÖu“ÿ–Ç.ªÆÒ‹ "
b"éøyRV»P4EÅ^q7i "
b"ê\x10 Ë„O¤ýÎXv@ð¡\x08 i% "
b"ê\x17 /Y\x04 *©¼¿\x06 !ÑÜ\x1E CJ "
b"ê\x17 £Ýε7R6eä‰,û8¾ "
b"ê\x19\e jùˆ‡óa’øÅ\x1D õ‹~ "
b"ê#D+ª[Ä–ò2Òb\x04 çÿ "
b"ê/3\x11 Ä„Ö{·C=èç»Å "
b"ê^4˜#¾m R¯¾\x05 ò\x10 Ù "
b"êaÚÁˆk èŸÈØw±y¬— "
b"êf£^yÜ’±4uö£ˆæ\x07 î "
b"êgšbY\x7F\x0E\x1F C\x14 §/ceA "
b"êt¡}}µBóû§æ\x07 ð# "
b"êy\e |µ¢7’ÿ5u²\x04\x01 ~™ "
b"ê‡ãœù\f ÁŸ€\x0F ´fòìCÁ "
b"ê¦\x1D ?²™\t [\t ezFÀ_L° "
b"ê°Aç&$a\x19 œ¦0\x7F ¯\x7F v "
b"ê³P\x08 Öˆ)ùí£„$\x01 [ac "
b"ê´¨æ\x15 c§Qú\x15 !3OäLš "
b"ê»ÅåÿZY|\x1C »ê‹V¨\ã "
b"êÊ/5x@ï‰,Ðû0b\x04 FË "
b"êí½µðŽet\x03 “Æ\x11 Ú\x1C œI "
b"êñæ\x0F …?Ëð+\x13 ²Ä”]Ú "
b"ë\x08 W¢qÔýv=oIåŽýsù "
b"ë\x08 É[!%€TÚHÛ.¿àp° "
b"ë\v\x13 PDt%\x12 CŠ'O)\x04\x1D Š "
b"ë\x0E ÊÂÕû\x1A š”\x06 êœÄg "
b"ë\x14 ƒ73'ºÌ¥ZÃ\x0E }gý "
b"ë&lÿ»\x7F p›Þ2quÁúK’ "
b"ëB„yê{\¢Ñ\x08 ®Ò»E( "
b"ëL0bÓäh©u\x1D ÒSß@›\x19 "
b"ëlTÌÀŸL‰»ã6Ò·n‹6 "
b"ë};³‹\x00 '‹‚öè€d– "
b"ë‰6{iÝw€n\x0F\x1F äD±k "
b"ëŠó\x0E pCðM'Þ…ü©=\r C "
b"ëŒ\t {;\x04 v›Ê\f Ý\x7F µ\x11 EÖ "
b"ë–„Ò§Ì}win±'®”Gi "
b"ë›Ìõ¶µnR:d~ûÄÊÆ¾ "
b"ë£'„Wt_\x17 ì\f\x03 =E,ÃÆ "
b"ë°ŸQµZ\x01 =¹\v iØ:2˜5 "
b"ëÇžS´X\v ›^b\f z¼sò "
b"ëÓ²9Ä~s‹ôtêëGkÑÎ "
b"ëöã\x0F ö&\x06 ¿ãŽ$žâgo "
b"ì\x03 Á³cžöIovté\x1A Óm· "
b"ì\x06 ʽ"»Ù÷¹„þÜ"\x13 ܦ "
b"ì\x10 €Ñ\x12 ï\x0E ψ)\x1D l«²Ü” "
b"ì\x17 "\x19 l\v —™G_b8xNàB "
b"ì\e `/›Â.”w}.V¼ëý× "
b"ì'Ù!|+˜>Äé[2s1à! "
b"ì,BK\x15 ,ùãV“½m$Ã" "
b"""
ì>2í^++(v\n
G‡\x15 z–O
"""
b"ì>_e\x13 ·ÚeŒ`¨°\x02\x08 Y "
b"ìD\x16\x12 |ç.¶ã\x16 ðC©æ "
b"ìFÏ\x0F «2ŒÙŠ˜Sõ¢És "
b"ìLŒX\x02 2Ê‚ï±\x03 ^¸&Fá "
b"ì[¿Q£°k=þø³+ˉ "
b"ìaJ0JäÙô›É¦"\x05 ‡ÞÐ "
b"ìooÚo6 °Ë¥xÒðåÿ "
b"ìyªSÑ·ÙV†•\x03 *ÔÆ+‚ "
b"""
ì\x1A _WÈÌÐn\n
ûËì\x03 Ë
"""
b"ì³H Í[\x1F ão¥\f Í>E "
b"ì‰Á\x10 ’\e ;¢6]£\x19 œ™j§ "
b"ì‹›¯*ï%]` j—楇\x08 "
b"ì0fïþu™+Nd\x1A u× "
b"ì‘TÙÍg\x12 £+-kåîI$ñ "
b"ì‘éTØesT‡Â™\x00 æõM "
b"ì“”P\v «ÎŒÏj2/\x01 œÃr "
b"ì•ÜvÅî¢ù)ÍÅÕpŽip "
b"ìšB%CXxµQoG€†¨d4 "
b"윻ØÅå²NS€²¼^Í-\x16 "
b"ìFX\x02 íˆ\x06 pËóf‹ó'1 "
b"ìfºçiq)ùwþ\x1C ,À8> "
b"ì¢\e æà,¼\x14 0\x00 M»§\x18 ¤U "
b"""
ì¥1³¦p±Î¼!LQ?®\n
ú
"""
b"즆]\x08 ²dãÓvl\x12 ÿ‚\x1C\x7F "
b"""
ì©/:»ò\n
‚¬ÕW€¡LK
"""
b"ìʧ3Üû'2Å'FöÏ\x04 ìÜ "
b"ìÊÜÆçªwÐ’\x1F ê½L~x "
b"ìÞPÏöj*y'Ø!TÛ(s "
b"ìà¥-¶\x04 w¹È¯ób®\x11 ‚¯ "
b"ìávf\ëÛ7T\x10 ÙÒ§\x19 Ýc "
b"ìçÎò\x7F ŽùׄN9½\t\x0F ! "
b"ìół؆7-\x15 Ž´¢\x00 d "
b"ìþ•Ðâêò\x18 "µ¼¿œE“\x18 "
b"í\r -\x06 Ý\f !Ÿ?¾qÙЛ.o "
b"í\x1C r5ÛŠöÝ0ï\x1E &xÒ¿ "
b"í5t\x19 b€ä¥\x11 AŽ \x15 šb "
b"""
í<eŒâ£·íÖú\n
¨EÇÅö
"""
b"í\x7F ž§'N\x10 —\\x14 [e/réŽ "
b"í‚ñ(û„b£Ä¸9\x10 'pOk "
b"í8ü@bƒh:Ý\x11 ŠÊÅWI "
b"í”\x06\v _ûAä¿ÍФ1AE\x0F "
b"í \x00 Öä²4ܳW•ü\t ¼²” "
b"í¢\x13 t}éu©6¤4çµÄ?< "
b"í¤1Ønd0\x01 p¯Ç^iS’, "
b"í¨\f …$,|øg|þ²n? { "
b"í°q"#!¥)–ûÑœ§ïˆ\n "
b"íÆPËÈÏÏq}arú\x16 ê×± "
b"íÌ0\x7F 9ñt‰Œ±)²Q¶ "
b"íÓ¿3NkÚÈ\x12 0 Ú§¢ "
b"íãïP^Ñ\x10 /DÕ§âþ*ƒ± "
b"íí¢›lÙlêr¬—ióuã© "
b"î\x02 J=ï÷•\x05 ê<}îu+Ž_ "
b"""
î\x05 ã/]Ýèb4\n
\x12 Ïw%‹é
"""
b"î!XV\x1F ÐL®ØÛ澸!Ñj "
b"î/Y~Z\x0E Øs»w\x03 4IŽˆÇ "
b"î>U?;Ò\x12 7ú,=§üİ "
b"îD\x19 v@áµJÒ_>×À‰µ "
b"îF·ŽÉäá›DÃi Ë\x16 -\x01 "
b"îL—\x00 4ÝS»‹\x01 Äí¹PµV "
b"îU\x1E O§\x7F ²\x03 "\x17 ì\x14 ˆÀƒ\ "
b"îh¥So’N×gœƒÎŽ==\f "
b"îsnL;#x†L‰Ÿ<:ýç+ "
b"îu`\x03 Âh7n°ë¬XKÞW+ "
b"îuÀúþ#æ\x1C ‡²ù\x02 Ò'/ "
b"î}_¥,™üÛ÷ESo-}` "
b"î‡dylÖñÁ³4nÛò}\r Ý "
b"îˆá$½¡ÜW!;òûo„?’ "
b"î’}\x12 q5¸\x17 E(ûä\x1C Eû "
b"î”´þ\x19 ãn³åqàiq×s "
b"î˜Ô\x15 =jTÓ\x0F\x15 Úg\x11\x1C 6“ "
b"î9õ£¹ÂeÍŒ–=1®<ã "
b"îÊGT8\8\–4µ¤_ú2\x1E "
b"îÒÅ@dŠ\x11 Ë<“[µ\e\x17 ‡ç "
b"îá!AmÆÞ3\x15\x14 ÇD*†æ< "
b"îé«>»¹Ï\x1D ¸fO7\x1F /6ž "
b"ï\x05 ã†[\x02 ì‚î\x05 Æ^(6‹ "
b"ï\x10 ^¬AhÉ[F¬tsæŽ{¥ "
b"ï\x14 «ÿæÂ…·Ï»ôa/Äí2 "
b"ï\x1C Ü×ø\r ›‰÷¹Ì‚Zÿâã "
b"ï:û©\x1E çMy¯ÕÑU:=të "
b"ïU¶Mï›®‚cý•”}呉 "
b"ïWb þ\x10 :¦RÂ\x0F @\x1C BOÄ "
b"ï^¥~å{Ðwxû;˜ƒMùÓ "
b"ïkÚé<¶WÕx Ó\x07\x1C ¨ú: "
b"ïo±–J$\x13 F`‰ã‘ÒÆ\x11 ¶ "
b"ï‚χéÙ÷1Aha‹ÁUEâ "
b"ï…}\e ¬/\x17 œbþÂ8’$\x16 [ "
b"ï‰7\x11 Ó\x7F Ðùêú˜#ëû`6 "
b"}òŠ-©~$G\f z\x12 ®» "
b"ïŽGA t‘ËyOgW-\x12 ëé "
b"ïšugq÷Êwç\x01 ZàeÎ|| "
b"ï›ã\x16 ¡µˆX€×%‘ÒáA "
b"""
ï¥Â·g>¢\x15 \n
Q\x05 “'Õú‡
"""
b"ï§‹O®2Ú¦÷ëºj(-µ€ "
b"ï©\x1D yMÉ\x03 \r -s\f ØvÓ¤¼ "
b"ï®”¾± F¼oóGõáV…¾ "
b"ï¼0<îLd7êüÏ*j5À= "
b"ï¼q\x01 IÙ‹ò»‰ÖÙb$Ó "
b"ïÈŒÁTq…¨Èe\x03 À\x1F s\x01 æ "
b"ïÕ$GÅgR‰™\x0E †\t (íN2 "
b"ïå—ô اËàÚœJ¬¢GS "
b"ïñ®¡ü\r ´ƒsQuÅý\x1E Øa "
b"ð\x00 ŸÐò5×ts1=ùkó\x00 ( "
b"ð\x06 b\x14 â\x08 ,sé‹A(1*ÊÕ "
b"ð!š@cË~ÆÉœÐ\e Út;Ð "
b"ðIZË\x18 ¤?B«V[v„Š\x07 "
b"ðN\x1D …˜@–>±0û\f nA "
b"ðP8x¦ÏYByh›wXÉsU "
b"ðTºäʽa.;½6GôkÞ "
b"ð]\v g\x04\x19 Á÷ºWú1°š‘ "
b"ð^SÌî6\x1C TN\x19 ·\x0F €“ "
b"ðw1Z\x05 ìP\x19 ½ìK¬%V– "
b"ð€PÓ\x03 åŸfˆ¿R¶Zê\x1A ) "
b"ðž\x1A ðh(?Â\x7F ¹Ä!]¿¹« "
b"ð´\x08 (Ð=çÈÓCë`³–rB "
b"ðä:dœŒ\x16 \èd\x17 ûˆÒE§ "
b"ðè|ý\x7F Z%ZZ\x12 þ\x07 1¥Wö "
b"ðéÏ“§‰xC™"/ÊC¡&” "
b"ñ\x07 ôý\x10\x1E Þ6"±\x06 ¶pü‡i "
b"ñ\f ×ü\x12 S_ù\x14 €7¼}!\x0F\x14 "
b"ñ*–ß\x00 rP¹Ë\x14 ás\x17\x08 …¹ "
b"ñ4 cç{´ØhmQ\x14 p!e\x06 "
b"ñ9No&zŽ\x1C p=]Ä752† "
b"ñCWCd@‘Ws®=+ax—ª "
b"""
ñG\x11 6Žêe”š\n
s£¿“ˆÄ
"""
b"ñbùÞ 5½0°šn´‰,a "
b"ñj|L"z>LŽƒí€\\t –@ "
b"ñm#\x14 ½Ü\¿‚[Ü©Ö"+ "
b"ño!S|lI\x0F\x11 ñÉ\x17 çaè? "
b"ñ;–Þt¡¿\x0E ¬0Žk\f dF "
b"ñ´´õ}μ˜\x15\x15 (¶Þ"«Z "
b"ñ½.²9\x06\f '.囉Á "
b"ñÀ\r \x0E ÷xf\x07 ò¾=Ù€±X "
b"ñÌç1‹\x17 ¹8¥Ý°b…ߟz "
b"ñæ˜\v ŸØ‚\x12 û\x01 fÐÈòX' "
b"ñôl\x01 b/&¾¢\x12 Ñz\x05 Ž\x1F "
b"ò\x03 ;úT`ÈTOžƒ\x12 ¥ÔYŠ "
b"ò\x06 z\x11 MÞ\x16 î"5ì\x07 $[\x10\x1C "
b"ò\x1C\x14 Hú]sNXîÙ_Á_ß "
b"òDÍ£ª\f Ùej0ÔxŠå\x0E Ø "
b"ò\i\x11 œr•éùíÜ\x14 ø6ùÇ "
b"òoF'Ér‰\e 5Œæ˜§\x19 å= "
b"ò‡È@sú=\x11 ÿ3ù²A×e "
b"òŒÁ Öœ\üô1´9e‘\t "
b"ò’}öÐÚås\f ¯ó#\x18 h— "
b"ò“\r\r \x01 úo`À9ÛE\x11 åG9 "
b"òa!è1dÔtgÙ‰k.Iœ "
b"ò±<<J#E›(δ\x1F ã "
b"ò¼é`ÍõÜ\XÈ€Û¶uN· "
b"ò¿\x15 ÓF,U\x04 “0²\v CëÚz "
b"òÏ¡uù:—³¥\x10 \OA±®\x1A "
b"òÒ×ÃÙ£\x1C †ƒÍ\x15 ¹›dšÁ "
b"òÔ\x17 õ'>H0ÌGXÚ\x06\x02\x14 ‡ "
b"òö\x03 \x1E\x7F 3·\x1F IèOˆ¹ŒM "
b"""
òþÜ›l\n
N\x03 ‘NœøÉ9ô
"""
b"ó\x0E\x03\x08 ÂátÞ¤¿ø¬y3\x11 é "
b"ó\x12 ‘»T!,YØ\x1A Cú\x19\x7F DÔ "
b"ó\x13 â5a?ÙØ®˜¬pêfr "
b"ó0\x11 ¢\\x19 Úš…\x10 |ŒR_¾ "
b"ó0U\v <^¡ÛòžÏ¢å\x05 s| "
b"óW@£\x16 i“癈\x1A -'A*4 "
b"ó_BbŒ@¬@\x04 óL\x13\x10 Bè+ "
b"ód|ÆØz숎[\x11 |6ˆ¥¡ "
b"ói2n\x14 ´±„ôþ¢”\x16 .¯ "
b"óq/<\x03 Ù–*5'sªŠÚ,× "
b"ó€*XšB?\x1E ÈC^¿@\x07 õ¬ "
b"ó‚…\x12 MNs^ßg\f Sá\x04 㣠"
b"óž´#Aê\x05 ¹£ŒØþõ\x04 ဠ"
b"""
óº$‰r£™Ù™+*‚å…\n
D
"""
b"óÒpeÛÎäZs\x14 oÍÙ‡ "
b"óáW¤! ™\x1F ) ¶\x7F\x0E\v _Ë "
b"""
óé\v \n
qò`šMêR¿Sk¾\x10
"""
b"ô\x1C\x00 .ºG.Æh‰\x0F ¼c\x06 Vd "
b"ô\x1D èlþÄZ”‡ŸV 9…39 "
b"ô+¢sñšÿ8ðÿõl¦’}Í "
b"ôHLf\r lD®ês>ÀѺ! "
b"ôL·þCþKhÆØt÷ÿ‘T© "
b"ô^È$NÊð^—Çd›´\x18 PB "
b"ôc}u@î¤Qxç…±Ó\e Ÿ "
b"ôr)¬™5,Ä”‹Û<\x13 TR½ "
b"ôr€\x02\x00 9T\x0F dð\x05 *\x08 õÌ/ "
b"ô{0^“Ó¼<ÍYâPgš”ü "
b"ô”\x10\x07 ÞØþt™¥uö®^¼l "
b"ô¢ìÍOm\e ÙîîN¿\x02 홺 "
b"ô£\x14 {жÀDaÏ©²u'M\n "
b"ô¾dåHVà=)H\x07 ”¶Ãœ "
b"ôÉT=à\v Û<“@3ô‡7º\x1A "
b"ôÊMG×3-¦á@…=?½æZ "
b"ôÍ}ªÛ<~Ùà¨i‰Zk— "
b"ôÚ@\x07 ÷iL5Ô\x0F Âq7°Ëó "
b"ôÛq˜\t ?X\x1F °¬oë\«_ù "
b"ôàPé!³ÿKl§ÿuÅÖG' "
b"ôæ—º¬Ïƒ·“´@³^HÈ "
b"ôíÀkç@snèêž ,Ëià "
b"ôðŠžGF3zTÙQHá} ‘ "
b"ôò§ài\x0F Ÿ—‚çþúÍín± "
b"ôû)Z/ÃЪ\x04 \r ¯‡H˜‹ "
b"""
õ\x05 ž\n
ZÜÁërïÜh"Ïü
"""
b"õ\x07 ı3ìl†w]\x15\x00 \r \x05 òâ "
b"õ\x17 sbEË»2>f*nO¥ÍÊ "
b"õ\x1F K•o+Å\x1A\x06 g+'š\x12 "
b"õ,v¼-µŸ\x0E ¸bù…'–ëb "
b"õ9‰Sço¡ÊöóÒ+iê\x11 "
b"õcTÁ”\x7F &Á•Ûø‘/"“ "
b"õuÁÜý–l\x07 ôSß\x05\x7F üò¯ "
b"õ„.f\x00 ðêã.Y\x15 ÉðŒKé "
b"õ†Iíôî´ÿó¹â²G¸\x08 J "
b"õ”—¯õQ}¥\x11 %$*ëž) "
b"õ—€JV˜\e\e ô˜W¯qŽÙ "
b"õœ£Œ]Ú[\x13 Ã[ŠÇeô1Ô "
b"õ½#…{j•";‘\x06 q\x03 Á "
b"õÏ\x14 8ó¿Gû¼˜uA<8l "
b"õãf݉¯#¥yAäÌä\x06 w\x14 "
b"õëæ!D5†øØ•#ê“\x18\x1D - "
b"õüཎ\x7F }#7o\x0F ¤À²ëê "
b"ö\x05 ~„‰Ø\x14 @*\x12 ÿ¸·í\x14 j "
b"ö\t W–Œø\x06 ½\x15 ¯ÈAıÔw "
b"ö\x12 î\r ²àCq\x7F ð\x7F )õ‹°C "
b"ö)¸òðNí¤8ˆâ<Iôk "
b"ö,}eLÝÜaNƒH\x12 ›¿o\n "
b"ö,Ø¥}\Ô©ÂËD·8 "
b"ö2¾Ïûï\r ^Œ®ÿLŒ« "
b"ö=j)! \x15 yL±\x1F ¨¼Éד "
b"ö@\x14 (ñHåÐÿE\x0F †\e VÝŠ "
b"öE|ôZuúù„™‡ZAr "
b"öHÚ\x03 èg¿x$ŽÙ\x1A ‹ "
b"öIÓƒ²\x1F :ÂgðU\x12\x11 ãuW "
b"öSm¡Û\x17 “rì\x7F ì4Ø\x10\x1F 8 "
b"öUtøµª #\x06 @Ô\x16 φY\x7F "
b"öY °ã(cê'vUà[¹©Ü "
b"öYº\x05 ååÕ¶*Ž~ª~þW "
b"öfe\x0E çîˆ?p\x02 Gd,GÃõ "
b"""
ögz·\n
¤ý\x05 %4„Í%¹@\x0E
"""
b"önáæ((ÙÝ”Rùf%ær\x18 "
b"ösEW¦¼~H‡†’\x08 çŠ¯× "
b"ö›\v Û+üu9±¶jGÈ\e UY "
b"ö²”5Á¤ V”â\x19 ‚˜ÇÚ "
b"ö¸jî\x1E ¶…ö~xk%(hÏß "
b"öÅ„\x02 Zé°9¤qïYÁ\x1A 6/ "
b"öæX2Ú·šÊuv\e [>¯5 "
b"öæªj\x04 JôÅeáN\r £=\x11 ò "
b"öò”µAl†"2\v \Gs\x0E ¡; "
b"÷\x03 å\x04 \x07 \4¢ÈŒ5ðá\x06 b "
b"÷\x08 Á1‹ª¶àÇS¼\x02 úÜbç "
b"""
÷:\x1E S®d\x0E F|45\n
\x7F jž
"""
b"÷;Úqd\r ÞÇa>åÍÛ~5Õ "
b"÷Hš‡?ïÏŽÈ Û;AØÒ "
b"÷N\x03 ¤È{§\x03 ‘\\x16 §%œkÐ "
b"÷RÛ,hÐhd+RfÑ6Íìs "
b"÷Y Ï%•á?âý'gBíU "
b"÷ZÅ®\x0F «¾ï˜¨b$h~äþ "
b"÷^#AŽQ\x02 ãóÁÄŠ‰ÁSç "
b"""
÷©Ž3ëJ«]\x13 ÿJY\n
\x08 ™\x12
"""
b"÷¾\t £\x1A ƒST\x1D j\x10 C\x03 û\f " "
b"÷¾ý±yåZü§T¸+ßàæÜ "
b"÷ÂòüŸ2ûœó;«µ\x0F ²n\x04 "
b"÷Ç+OÒ]¼Œµ¤–ïM€&ˆ "
b"÷Çú\x12 ùAÛ“‡˜ºÍÌh…R "
b"÷Èf.Á|àâÛþª\x18\x1C TÙI "
b"÷ÌÂ\x00 !½À°+“Ñ]Œf\t 3 "
b"÷ÎçT¼\x06 ôÈIhÛ~÷Ò\x14 ? "
b"÷ІäN\x17 ÏÚ¢G\x01 ˜m\x7F à3 "
b"÷Ú¬5’á0O±ÍéÜχ‹Ä "
b"÷ò\x18 ¸z=üdŸ:\x10 ê#\x16 "Þ "
b"÷ø\x0E µ\x12 Û$l~·Ba9\x0E M "
b"÷ýÀ—wí³´\v (NÏCy\v "
b"ø\x00 Ê\x1E W´=f.âÝ÷"1Ç@ "
b"ø$Ž@£¼«@&¦ó\x17 ùõÿ "
b"ø*¸-uu¯²sD\x07 ÄñN\x12 ¥ "
b"ø2Ýã鵯\x7F \\x00 {\e 77j\x05 "
b"ø9‚Õ0!`Z\x08 ›pµ¶þºG "
b"øFèL±9à,šw*ä8Ç{Z "
b"ø[Ï™\x19 Ù]q³\x1C ÜŠOâææ "
b"ø]\e 2\v ‚4ëLv’™Ý)Èc "
b"ø^\v\f !\x16 L81ø˜ÌÜ®\x08 < "
b"ø`.íE?ÝaJ=¼Ý]G½\x19 "
b"øhÈ\t o\x1F o\x18 `w1Tõr;ç "
b"ø|þlt§Á‡EX±\x06 NžÝ{ "
b"ø”\x04\x07 ¡u\v ÜѨ\x13\x1A B¬S» "
b"ø–u¶ˆ\x05 ÂÛ\x14 ÁŒ\x7F |â*ˆ "
b"ø¯>zH™D÷1>¿ƒ57N\x13 "
b"ø´£ð]üëßææ\x13 ¥±}¼Ï "
b"ø½ˆ~QŸ-\x05 <;wL£ÇòW "
b"øï¨3ê\x04 ·\x19 «¡Ë\x10 yMäý "
b"øþ\x12 ³0'7"êøÀÇ\v }è "
b"øÿá3(Ãê\v Ó5Ç\x14 ƒbv\x15 "
b"ù\x06 ¿-YcMç|\x1D à¦\x1C\x01\x7F 5 "
b"ù\v îÿK\x0F ¿¤\x02 Ó²zÓ\x03 "
b"ù.P.f.i\x15 ÔQ™@?\x06\x1C\x05 "
b"ùGì\x10 Ù1(8{z‘ƾ:<s "
b"ù^u\x15 |Kõ¨\x07 ´(/ÜÕ¦& "
b"ùb„&jÍS\x1A ÑjKEc»\x03 U "
b"ùcî:#;\x03 ¹ª\ˆcŠÖ_* "
b"ùqÒu•ˆž‰,Ø÷¼”Êf "
b"ùëݾóv&<U·ÌåìÞè "
b"ù‹9øIƒ9šL¯KÓâ€\x16 ð "
b"""
ùŸ\n
DKÈ\x18 ¸Q<\v :Àƈ
"""
b"""
ùÂü\x04 ;ªš\x0F !R•\x16 ]Ê\n
\x13
"""
b"ùæÕ\x13 â[‰¡sóÓéÒ\x12 bS "
b"ú\e {ݯ‰`ÍS-\x18\x08\x11 tâ% "
b"ú7‘ îQ]Ñè_“Ž[R³ "
b"úA¿íÓ\x17 t‡CX§ïæQ1\x06 "
b"úO\x16 îË\x10 C‚¼e~àX\x15 y "
b"úTi®÷t\x06 ¿ºà²\x1D %Ú¬ "
b"úV.\x1C ŽIÇ\t\t ~XƒE“ "
b"úVõ\e üŽÝ 7ÄIØ–®|~ "
b"úa¹þ—an:S†9Y”N\x19 " "
b"úe\0c©@£µ;:\v (És\f "
b"úr™\f õ\x03 Éî…¼|ø\x00 sÍ "
b"út«ør˜¦dÛ†×\x13 ĸ„“ "
b"ú\x7F ëæ¤ØÖA½\x07\x07 :ïå÷5 "
b"ú‹ìF¸0ø¢5\x1D ZÎð,5 "
b"ú—þR|…Þ\x13 |HŽr[|n\x15 "
b"ú›\x1A x¹0ýdñzVÓÌÌ´ "
b"ú\• p"‹§à¡«ömDz "
b"ú¢‘¶î…\x07 aK´ÊyzÅ\x7F … "
b"úëG\x18 Fí-‰i\t ëö)±”” "
b"û\x02 +m9Œ0\x19 "ÜOJ-\x1E · "
b"""
û\n
ˆÅ,\x19 E2,ÄÎ\n
8£LD
"""
b"û\n Îxɶ(1ºYK\x00 4Þ\x1F ù "
b"û\x15\x12 p”öû©ùÄ0£¯ý9² "
b"û%¦Ä-Êw«]¸o\x1E H+éh "
b"û/\x10 9\x0F c/è/ŽCΙá\x15 r "
b"û4¨‡:xÈßÐ(µà¥–e4 "
b"û9¾y^ET%ÛgÊv¬¼\r » "
b"û>]g\t €«Çš›=âüiÿH "
b"û^`\x04 i9Á«ðoPû%÷\x1E Ø "
b"ûh‚Nwk—:*N4gR\x05 U² "
b"ûk¿\x17 »tL?Ö\x0F î›Õ\x08 ] "
b"ûrÒÑ\x12\x13 Ì.\x13 ‚\x04 (Žmûº "
b"ûuÃ<¾: ö‘½]bâö‰\x16 "
b"û\x13 ôľ\x07 A\v «ÊS\x00 ªŽU "
b"û‚T«ŠþÍ¢{%»}3ïb™ "
b"ûŠSy!ún\x06 =\x0E C\x07 æíŸA "
b"ûŒS\x04 š˜>»ÏBKÌÂH "
b"ûŽóÕÄ»x‘ó\x03 ù¢è~Mj "
b"û•W\x0F Í\x14 ã\x10 /\x17 ƒy,|Yå "
b"û—ß=\x07 FÚU,c‡>pô8ÿ "
b"û¬¨aûVQ½ß\x16 =‰ß "
b"û\x1D \™\x17 §Êó2\%[Øì\x03 "
b"û¯å\x01 o:~7éηÉQ\x18 Ÿ\n "
b"""
û°÷•Ü™ç·9\x17 §ºÐ9\n
P
"""
b"û¾ø¬\x10 ½ËĹ\x01 ÜUÁÝÊ\x06 "
b"ûʶF"\x19 þÕžRAYÃçê "
b"ûËÊ3\x11 Â\x11 m\x01 ž\x04\x1C äe9\x0F "
b"ûÔ±i?꜆-À\v Ì{\x0F "
b"ûèÓèÌ\x05\x00 |ݾT«.ud\x18 "
b"ûþ%\x13 )E%$g@\x0F\v ZÈí "
b"ü\x1C -@í'tKá¼\x1C Aw7øY "
b"ü!ÿ\x0F !1)Ùøa~4ËÈ\x03 "
b"ü0ã5w\e I(¡‘ãOoH/— "
b"ü>=‡…\x18\x04 ÉL%o Ž\x12\x1A ü "
b"üSëû`XîÒ…±ß‘sýV "
b"üUA-˜' uUã[®P7 "
b"üa´ÄæRžûÅ`À`Lyy\x10 "
b"ü7gÞ/Î\x15\x07 -§ýCIƒ< "
b"üˆÚž\XÔ¬B ±– ú\x08 "
b"üÜq¾ò"Î¥Òf%Ê\x17\x1E » "
b"ü¨ìsgA8ÔK?ŽÅ¡ª:- "
b"""
üƒ`×\x14 í\x02 a\n
Ö\r ¯ú\x07 j
"""
b"üµ„<ñmˆ¦†æ\f ²\x0F #â> "
b"ü½ú~p"Òî:·\t\x02 v "
b"üà‡â„+T%îOéV¯Í\x12 "
b"üâ,–§ŸIÇ\f Nv\x08 ª´°Œ "
b"üé¾HŽ\x17 (ó6õâc¡\x0E Ñó "
b"üïP,â²\x02 7ö|øÚYT”\x7F "
b"üõ_g\e ¢\x15 ?ÎQÞësL6\e "
b"ý\x02 v˜q°ó¹*¯å\x14 ŠºÝ "
b"ý\x06 |^Wɺã\x19 •¨‡õô%È "
b"ý\r \x19 ÜÿÒ>Úæ¢^.\f sî˜ "
b"ý\x0F NG,ªYu\x01 ý×QI`† "
b"ý\x1C\x1F \r ¢mÒˆ³_e®óîÅ "
b"ýLIYõ\x02 P´ˆÇ\x16 ×`\x04 ¦´ "
b"ýWôqª¹+s'Þ˜\t Ì\r ˜\x16 "
b"ý`„\x1E »$ƒŸÉÓuɲ¾™\x06 "
b"ýaÕKçU\x13\x02 Ö¶ ÎMS®… "
b"ý}¢Ÿ=YDŒ.\r v¾óâ\x1F i "
b"ý~+/\x04 ¾Ê`@€ÝI¯\x1C =* "
b"ý >\x10 ox»ô÷:¶úƒ\x0F ú² "
b"""
ý¯\n
å׿"ãcùè¯8I\x1F
"""
b"""
ý·ô~b\n
´D\f ð•ê]L[
"""
b"""
ýàâ/ß!9§BÊkÀ\n
-ì\x02
"""
b"ýõE²•_®\v\x1D øûäÝ¾äƒ "
b"þ\x04 JA!)&ÏjYØMî5´ "
b"þ\e M¸c¶\x06 ß\v Àp yß "
b"þ;5®'3Åú½žÛèª3-\x19 "
b"þmÇsÇo D¹:ªÊï\x15\x03 ¼ "
b"þmËü]w(W<\v ²èçb¦€ "
b"þtTx—\x1D ËS\x02 x³"Ôì\x04 ‘ "
b"þ{5\r :dÀ]\x19 ¦&pˆ|œ] "
b"þ…rŽÈQ7´Ýj\x06 À@y\x07\x15 "
b"þ‰%\x13 aÑÚª6”+™\Á\t\x10 "
b"þŸß1ZgÂëeˆÓ²ds\x1F ’ "
b"þ§{ñ„‘\x06 ê\x07 B‹\x04 ôð€k "
b"þª¬ž#ïÐU¤â=—\r ’£ "
b"þªà\x15 fœ¾P t~•\x05 “Ús "
b"þµJKÙ—Œn¾r4ðÍÇ”Ú "
b"þ×;ǵ\x14 ¡žÍá?&B„& "
b"þí¹Ê¹ŸWEg\x7F ÿxaÕë' "
b"þñð\x16\x14 Ì(ß.Ï\x17\t €*,c "
b"þúÀ“pÅÆ‡hiJÿ¦\x00 J "
b"þû’2\x7F ovôÕ\x1C ¥ƒO°5“ "
b"þûÈnZqHàJ>C¢žŸA< "
b"þüU¿0zë¿Eìr7W\x15 t "
b"""
ÿ\n
÷X‡ý%¸<&dëÙÇ
"""
b"ÿ\x13 \r ^S~xÛÉ\x08 mû²\x06\x1F 0 "
b"ÿ)›`ˆ7…&Ž”Ñ£\x10 jÝÀ "
b"ÿ5,‘¶º¡g38žAô\x1E\x18 "
b"ÿ;ÈÌuéHÿ\x02 5¯A\x07 ‚Û³ "
b"ÿ?pÙ\t RhŽŠÖy½îUâ "
b"ÿHÛ¤×c€Äb\r ®”è/"» "
b"ÿKÞ**Îé1r1€ÝØ¡è "
b"ÿKü4\x06\x1F Í.\x05 tb§\x04 B7 "
b"ÿOŒ\x0E îçG~,\x1C ‰1\x17 cŽ "
b"ÿeƒ%ØÄøÓG“£U¿÷Z\v "
b"ÿl"ÞƒË¿Îæú´ô†\v Öd "
]
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.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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`
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 (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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 (0xCC36EF01999167509618354C09FE0FC3 , 0xCC47E64096BF883E5FABECC2798517E5 , 0xCC58D3968C99E69B1E1C8FB8F9542369 , 0xCC6368C532854F6918AFD55B9C237A6C , 0xCC7910503DC6A19A31F24519FA303460 , 0xCC7CD4CF3C0DBCACE513778ACF66DF07 , 0xCC8412537B131599C7FDF4F73BDD7905 , 0xCC959CEE361FDE27D03A98E0518CE5FE , 0xCCA323B5E97905BBA39F9E06BF479B70 , 0xCCB5858D0BCC48C11CE773DD115E84AD , 0xCCC3EDB24217722A1C9285FDD74508CA , 0xCCD3F0250DE9C2EBE66583FECE82BB84 , 0xCCE5EA61AD36B6EA0F6A15FDC7CDF46D , 0xCD0B40A1226A1A75AE36966882F5CC24 , 0xCD114F10C771D5C240481792569BEDE8 , 0xCD12C1DD7FF87B33DB1EB48B035EFACE , 0xCD21D23A495652F49DA8E5A62CAABA0A , 0xCD2D3E19424A6A27617D5A25C26D88F9 , 0xCD34F40F1551AE86A25D95629C9A2BD8 , 0xCD36B26FED20F350504801B80CD26477 , 0xCD3A5892C98F6331A9BFC090EB453CFC , 0xCD45B9C57744C93B3D45A9D353B27C15 , 0xCD46779B07DE26CD8448ED54458E70AD , 0xCD58D516F1E7DF1220E30CA905746E19 , 0xCD9E7D459909DE548880F60ADC6FF809 , 0xCDA823930F2B4E448A8B005738CE3BE5 , 0xCDB343397D3F4FFF655101B4BFB00134 , 0xCDBBB58FC9C0D44B8924E841D492672F , 0xCDCE3448C3FA422EE83924E446CD7587 , 0xCDD0303623AA1AD4F5695914A4D0851B , 0xCDD223C2ABD69BB55C34E744CB3024F6 , 0xCDEF8AC272A4DF2D5A0E25E574737984 , 0xCE029C8470D139C4799C5B740F143E8C , 0xCE3786B9626D28F0D32E91410374038F , 0xCE3B9E9EE4DBA638A7D5E5B5B207C8F7 , 0xCE56D832CEA44A837A3F0C1FE384CDBC , 0xCE5A54F8029D1FC7746A00EF080FB3E2 , 0xCE69B3C6A6A8E328C4D9876BA8E970B7 , 0xCE7C550362E623C413A1822459B653B8 , 0xCE8C4DFA30DB4EC85A53B5D6647E87C4 , 0xCEB6687CF55266FE6B58B2FD5E7E9C43 , 0xCEBC32AC8AAC24169AD7F73BCF9B5633 , 0xCED6AF2F2806350050FE9FFD3D790EDE , 0xCED89DCD683917BFB5008543DABE998C , 0xCEE627FC2C2C4D681CC55A5D10B4FC33 , 0xCEEED832FDE41903591AB2F24DD39A0F , 0xCEF1E903972743E58D1513AD322667D5 , 0xCEF27DD2939320B2423ECC70F3AFCDDF , 0xCF15ECACBC710DD2AFC41F0776AD8526 , 0xCF5A65C10C67F4A3600DBA4695E83146 , 0xCF5BC2E64C6187CDD7FCA64066E856C7 , 0xCF690F3F93B9116D50C7BD545C226821 , 0xCF6BFCDE961F6A065B70FDEA15CC8E09 , 0xCF8BF016EA051C5C331AF77B696F2677 , 0xCF982909A71C6E58A52BF4909C4F5563 , 0xCF9C9252BA99BBFD13E9281EF59DEB8D , 0xCF9DB628D276C193627270071D08C25D , 0xCFB1F7F0EA099D0DD75C70FA571F93BA , 0xCFC28487E3D0152B9A177020E223B40A , 0xCFC9D3F767D893B100386CDFA6B8BB2A , 0xCFE37CECC1AE500BD027899793F638D4 , 0xCFE4F0CAB51F788743D911B94574F105 , 0xCFF4BEA886069695DF16E1F2A4A29FDD , 0xD0161DF1EBC08C3FBE48FC4C2AC00F15 , 0xD02B360A435244B8FD6E7148906D695B , 0xD04474C4B2111462865C0D5C79ACA13B , 0xD04555A9A44380DD7515C9C8692D40C5 , 0xD049EE1664CB93405C544718C1BBE3A8 , 0xD07291D04FE975268F263FC7815CE198 , 0xD088D87EFD18DE81BCE1A8AA1DB16671 , 0xD0A93F801D825D86CBCAC1330E3FEDBD , 0xD0AECD3A3E253334119654999533F78D , 0xD0B2F1B49FF3594F18D28A05EBB8C7CF , 0xD0E4895E80F41759BB485C9B76A878A4 , 0xD0FAB103B4954FC12ED43674C0AFF1E3 , 0xD0FC12B35CE4E72D5822E8E63687D2DF , 0xD1038A733A5F929881A9995BD979E6D4 , 0xD116CC2BB3A88C9F159487857C12BD75 , 0xD129C8EC1DB8D3633875DBDC8A9C2530 , 0xD13573E2A24970EF54352CED13F1F074 , 0xD136125C5F8105D5F70307A6F9F5E3B5 , 0xD1555D45765D0D1DD7DA0A8F04BCB62C , 0xD160E3C7DD65766E99DD18E30ACAB4BB , 0xD18C380A999829E4D2E0309A0CDC68F1 , 0xD197CB59341ED57DD1B3D554FF322A03 , 0xD1A22B05363C2C2C9C05E181DE09DC79 , 0xD1A4C6F57AEE21D858102C0940C687B8 , 0xD1C8CF49E0C5DBAB930C88AEF4E93C8E , 0xD1CA60BCFED43882C121639EBB9BB09D , 0xD1DC1C69712E9774AA1E41A0C13D080A , 0xD1E549B60B68E0CA05C6B233BF82C9DE , 0xD1E75716B2BDFDE1455C2D62D63AEAD5 , 0xD1F4BA3E3A0F48C055502F4F13D14407 , 0xD1FB53DCBAAF330647349484C52F10E0 , 0xD2100D254F22A718E0FC8FE0F7E3B70A , 0xD212105C784F55D9A23224CA348513F4 , 0xD23C27A68D81E9736DFC97CF239101AC , 0xD2494E94651364ACE33475527BEA8F5F , 0xD2612A9A1D1083A9A39436006A2C840F , 0xD266485E34AA74D519E3B88B60FF9681 , 0xD28625F7B564E54ED3EB02EE5D59481E , 0xD28E1E6BAA59BCA87A9F7607D81DA150 , 0xD2A3C9F486700EC51A00F2A2CD2B9550 , 0xD2A522E2B80D66126447C06A2EBCC167 , 0xD2B2CFB1A5608C3C09D84DC371532C7C , 0xD2BB0401476DE86F79C60F211C597E49 , 0xD2DEAE1C909B086E7D5A8C150697F7A7 , 0xD2E3F2BDBE206F9D82184818FBBB2E04 , 0xD30E943200FEDD7F27F04401C9BF6E49 , 0xD31660A5127EA0A3DC1E337EDF9A8BCA , 0xD32EE66A08D60C639F0724EA7EF240CB , 0xD343F6C91D113415734FA34D9FFC2D79 , 0xD357344052FB6448E92EB045BE735FBD , 0xD35793FCB12E04166A8B4C5B32489BCF , 0xD3672A558701BFAB4B9CB2AF8E1154AB , 0xD37623FEB3EB3F7E96DA53716BC16412 , 0xD37F05E8B0AA21B4D5EFD58011CC3C49 , 0xD38D2C7112B2034F4C91542B0C3CBC1C , 0xD39ADD97F8E2A039F3E3FDE5EA2E4413 , 0xD3A1E6030A2E13935102BF4ED7DE3FFF , 0xD3A3BF75389D6D6B46B85220E1F28D1B , 0xD3AE766B5B0557132BF1636FDC05A7D3 , 0xD3CEDA384AB27E5DA672AFBB0D3D1927 , 0xD3DB06ABFCFD3B7437F05262B6249BBE , 0xD3DFFC666289885F8311CACE093B4E35 , 0xD3F3CA79BC266B144A90FBA7DC678156 , 0xD3F919FF375586DD828A3F95555802B8 , 0xD408C79BDB7E58F10A37646604243C51 , 0xD415D78498369721B507E667C18ECECC , 0xD4277BA6708D4B4B6ED07089D877FDCD , 0xD434B39AD469D17BBC83431A33EB3FF1 , 0xD44500C5D08D86C944CF7F13EEB12A4D , 0xD4556B533C178EFC318060D6C0899C36 , 0xD45B0EEFCEEB4072A79FFA83E211DA5F , 0xD469EC067D95B8F5D255E19676D6DE5E , 0xD49A4FF1AD8D247948ACE22E3A7392CF , 0xD49D8208503321579F174F4C4E24D8A0 , 0xD49FC835B6D16F0B1467AC6926C33949 , 0xD4B4C9622C587F6626F84813BF361B41 , 0xD4C2BF94B6129051D4460D541F1778AA , 0xD4C3306405C0571C1D82023A07620EF0 , 0xD4C6701867318D92828A78714E639403 , 0xD4E04372A303EEC1FF2EE508DB4AD755 , 0xD50D05798A2D4CFD1AC3B7ABFDFB9C73 , 0xD50DFDADA8A45C20C74674BFF44B9E2C , 0xD5127830E809CD18BC74EC08FFD054A5 , 0xD51AEC866D905D6FC10E0756297FE8A9 , 0xD522CFC77449EAC862B15DBD78A8F914 , 0xD52A0135E1EFD97CA5DC6302DCC0CE6B , 0xD52E11FC1D6CAC92FA877CEB52585582 , 0xD53AFED522497BF80B5E7F1551A00616 , 0xD54DD9974DA34767272808EFA2224919 , 0xD5811D8505E5743E18AD95307EDF53F1 , 0xD5C7DB3885BF901712BF2FBEBDBDA524 , 0xD5F22083C05053142F0ACBADFF6B2BB6 , 0xD5F479A75E45A6C5CB82A01E67A85207 , 0xD5F7BE259F081E84A9636F9E4BF49F80 , 0xD60809930BBAF8AFFEDC41E885B61E30 , 0xD60E3CE0356BA5355A359167EDC606E7 , 0xD619EAAF0EB5E5296A57F9EC0039E7D7 , 0xD62FB64ED1A5E3F50CCB239C283160AC , 0xD6305BC038D06C35911AF7556825A206 , 0xD63FC8FB930E72A8092773CCFE365D89 , 0xD653D99E00FF8E6A6C58E226E0CB461A , 0xD65556C0241C7E99146D30C4819E2F26 , 0xD667052FCE3459E6298925E9C6B261EF , 0xD6841348FA0FDB3B313B1B843D0C38CC , 0xD6887F41926CCB9F9974ACED6BDF856A , 0xD692A22CDC92F1433C4943AEEE94747D , 0xD693EE5B836D745FE46745C1388B91FC , 0xD69C4B66CED6C60961E322F6FA600674 , 0xD6A621878D3F61C0F7D7EB0806271DA2 , 0xD6C695EA316F5E6811083FF7FC706281 , 0xD6CBC257DA85D2C923DD40A83904C49D , 0xD6F54A0297680C43AEFD17A2A41D2B49 , 0xD70BF9B8C442366FAF315C7B64517E5E , 0xD7161B0AB61489B09AB22B88F9C44910 , 0xD718B23434EDE9E3E34DFD9B886B6842 , 0xD730AADFA2C2D5FA1EADFA1CBEBF09E2 , 0xD7367F6C60934E12E45681DCB1636094 , 0xD743FFF6D25B3AAE0C9879727F90CEDB , 0xD758FBC28DD709E0230DFF47013E8174 , 0xD76BD01D936483F79FC45A7683A157E8 , 0xD77E813345EB6F8A1DDBC41D770184CA , 0xD78C0644CADAC46234141330FACF605E , 0xD794341AC7D1F4B8A75D8E22E8DE4101 , 0xD796CA2C0D6C68217FB9DAE0D4504E3A , 0xD7B30310CB824017367ACEFD61240D82 , 0xD7BF6E12599A5D4266C877C9A665922B , 0xD7F78DDC55A229051B6DD8D77FA7333F , 0xD800CD06B6A93898C29B2D4C4382E1A5 , 0xD806106FCFF7FDC5B951ED9F6A52BED0 , 0xD80AF36AC944B89C13F80E12D7A71284 , 0xD8200A9B0F7A0582E47C026350ACC630 , 0xD845174C7394C617927A4FDB469A67DB , 0xD84BCC158D044CD379F49B63001BA3D3 , 0xD8628A6ED06D3C047A6210E412799651 , 0xD8647920116A9D79255143189395B002 , 0xD865AB1926C5F0C87D683DE3940F91AA , 0xD87BA103DB255382721582A20062466B , 0xD89254A7A648F55811DCB60CE7D8B963 , 0xD89456E0AFEB9D7F3550DF09CFF3E7A4 , 0xD8973D5BAF8DAB9EE81DE101BFF2FEAD , 0xD8BC6586615BDD9D542BE7653CC5F74E , 0xD8C03E8051F9862FA5CDC0ADA2FB163E , 0xD8DB02FCCD8D34C4570B331D13D4FE2C , 0xD8F78B05754DAD34DAD827593B5030E0 , 0xD8FDECE7B9DE003FF07EB72BEB5B698C , 0xD9076A1084EF634360C01B267DD4F722 , 0xD915D2B3490C1434309059DE7D93DDD7 , 0xD92D87B59E1F6A16D288BD5B88D6C20B , 0xD934D2AB3910EA92F8D8D123C506B4C7 , 0xD943EB924004D68FA5ADA44A8CD7E362 , 0xD968216D3AAD9940799CAF405FF7EE7B , 0xD96DF23E6DC18508C167DDF09979CB2F , 0xD987C66ECCD1A192AC1CD5EFF73CB96B , 0xD98CED8A64B69BCB5329AE1EF42C661A , 0xD99236E3BF3324E406D983073FE6D6C5 , 0xD9A7DB00BCA25A160993E1E9BCDD58BF , 0xD9A9756FC718D8BC76578B2ED997B8B0 , 0xD9B0C70D98BD00F4ADC4B1D24A857F2E , 0xD9C4F3DD7F36137F358109B7B3772343 , 0xD9D8043115DD096EA2C9B03F3590C855 , 0xD9E4122E165AEFB6D735E8BA689FB22B , 0xD9E90EE3C8E81F4EA319D2143E2BA730 , 0xD9F10668CABA0758C62B08C955F44738 , 0xDA02DD67A30C7D325B747AF0E6FACAD2 , 0xDA1A941B2DACB06FA25DB34D2B953F34 , 0xDA2829FC78B0EB69662D30683A8EB296 , 0xDA45FF04855F5E36BC0897EF348B7CA0 , 0xDA5AD9E5C1AFE87BDE39E6FA55FE920F , 0xDA5F31F36A67E8B63A5262DB0B28DDF6 , 0xDA658FF5EF026995171E4A1EFF6293B7 , 0xDA7ECD48DA8B3D3C79387FB89BB75023 , 0xDA84D51098163C674C742264E4DFC980 , 0xDA8EC7365A9ED416FE3E51A9DD77A2EE , 0xDA91A912949FA09F4A8FABAFDB9A6166 , 0xDA9B0238943CBD5FF51A31340A87D405 , 0xDAA869629E64231D7A82442EB2C251C8 , 0xDAA948F8BFAE85582F163A5CF717B950 , 0xDABDBA448A5F6584E5F96ACB10E58683 , 0xDAC4337AB0E5C2FF8AB32D5005680EB6 , 0xDACDFFA5683E9F3B247E989D5C434203 , 0xDACF0D36ACF0665A71F7CB7F3943E0E8 , 0xDADCF05BAE692100D4C48082AA4E0ECE , 0xDAEF4F92979FD12E226EA9F3D82610A1 , 0xDAF0549052B5999AF44E6946813072F4 , 0xDB0246CE881DFCEF8A3129C5487F08CF , 0xDB0D90C31A919D1060B6F314210AA70D , 0xDB17F472E9027EFC2ED00955AD5C1663 , 0xDB1E0FA8FA0C197326C3A5A122678918 , 0xDB4FB6AEC4A90CF2B9327F4E7B0F4347 , 0xDB6F9B078321CF045676100B8B7A6DC6 , 0xDB77300AB99140B57D8D81171392F0F9 , 0xDB7A8E28F17E4332672947ED07AC8242 , 0xDB810FF805565CEBB66FF605957F9ADC , 0xDB8D2EFB439408C9664C83233A6A8BFA , 0xDBA52B3C597971F2614810A5F6E42F2C , 0xDBA6487D4A86E0A272C17B2FBDF33C96 , 0xDBAC3A058CA874444AC7AFA2A20461FE , 0xDBAE1E6EFF0426EC761A3A31C73E9BCF , 0xDBB7C14D29234D8F0798BB397AB5684B , 0xDBC6EAB802468EF1DCD63AC0127F4C05 , 0xDBD4DBD8CADA6AA231CFCECFE7618B59 , 0xDBDCAE9B837F183174567B156EC98306 , 0xDBDD7067DB81F64AB5E46162C349D281 , 0xDBED6628EAFE4D1F7B5762ABC59BAB95 , 0xDBF993AA7D210A5FEFA155A1407C6B2F , 0xDC0464A491FBDE208481A2074DB4DD5F , 0xDC0BB138A497209839C7E69611A2103C , 0xDC0D3B505F63851C7BC75408D5171743 , 0xDC2CD1C2E743A9F8C5F71CC5AF7A4CE9 , 0xDC3D48333260B8FED4C294A8526A6DA4 , 0xDC4C2F9BB614298397D92CF289CB98B5 , 0xDC761E06797A21BCE8288674355ED68F , 0xDC84ED7D5F91E4E555BACB23254FEBB0 , 0xDCA7487E783EDFC68F27F6574CC99A23 , 0xDCAE804A61D75800CB18B7BEA3E6683D , 0xDCC4D3420E5FC8F4EF2CD139A6D39331 , 0xDCD21F5319C800B9390B70D2073EEFEC , 0xDCDEB92D3F71294789ED803221FC8D62 , 0xDCE64D8CA42FB4B178AD51A228955F64 , 0xDCE6CFCC2A95EE4F5594B2305F57EC2E , 0xDCE6E787B0ADA3C2B57B7994DFD2F44A , 0xDCF3A9B0F7673772530B2C647B2BF80E , 0xDCF9BAF45A7632F1A8068C18EC211092 , 0xDCF9C4B50BFFACA2B523EBD247DE064E , 0xDCFF0CA958D254E80DC5E76F92285B15 , 0xDCFF90F4F05B6875760B8284449451BD , 0xDD25CFA3BA8292F88D87DDE90BE042B6 , 0xDD34228CC97490031014EF97D0E69F7C , 0xDD63BE5FD80A8DDCFB93E16B482380CC , 0xDD67A50B6F9781925EABAF15874EC839 , 0xDD69C9D6767736E5D6661FA10023EF6E , 0xDD6A34F600E977AB5E0050756B5C65EF , 0xDD81BEC0CF20482B333EED3230180507 , 0xDD90FE4FD21CD08740734F73E07FDE53 , 0xDD93DF8E8AAF3CAD9E94DAB00218BBFF , 0xDD9EFCAB50F94F7952C2388ECAD3DB28 , 0xDDA469DD04FA9EBE20D7D8582BC0DCF1 , 0xDDA5BFB0334CE7CD0127A9B5266F063F , 0xDDAE56BB7800FA2B38619A028BD3FF6F , 0xDDB8497539A3B86077B427F480FD6D6F , 0xDDC19DAAAFADF2E982CEABE1F6D145D3 , 0xDDC731D3BD864D4E19F6068095BF9A8D , 0xDDCE3CD13972D07A9EC993EC33354FB9 , 0xDDCFF0B635D5DD38E7C19D69A1616271 , 0xDDD5C89AEAE95CBE5E36C035247B8AF9 , 0xDDE13AE7339430E4539AF30049AEDA55 , 0xDDE4A85E1A322C5F25BECA06256872ED , 0xDDE527AEE7A3ADBF351E687FC2953D30 , 0xDDED915A9765B62097B5C14AAE668389 , 0xDDF653BE74BD45B38D52377A8B57F62E , 0xDE0FCDBCE42D3BD1C89A15E46E696EC6 , 0xDE103F5FF78FC0CD453CEEFDA3EFA0A6 , 0xDE35DCA25C97ACC53A1E51CAF16809F7 , 0xDE4018C12C23D736EEBAAB0012BF9FC5 , 0xDE4A0204FAC8E01F5AF44B3E92500F65 , 0xDE616A8E8ADB9D75C6D58A7B26ECDBF9 , 0xDE61E4D03713ED3494E50AD0E4FF0AD0 , 0xDE6D5C522CC78EFC73B645581EB5B08A , 0xDE736EBD79296C9BF6A55E11428249C9 , 0xDE73E995E36B349D28F7148AA9FF21F3 , 0xDE7757D336B56F20A5DE09E034738DD3 , 0xDE77D5A15EB0EA560F417DDBD40625B4 , 0xDE8F98A134EEAD62EB96D4C5F4291523 , 0xDE98289BA06E9A712B34329D5EC8D189 , 0xDEA1E494A1A4DE6140807A6F5294E821 , 0xDEAA0DBBBA3D2AE4B5072D2E9D206F4D , 0xDEB8E3D22FD3135EFBA456875FB4CDDE , 0xDEC2E69C29DAD8C353028F87C5AA9372 , 0xDECC6FA95CF9B1A20A3137B610DBD885 , 0xDED31C15B71EA9BDD526A227EAC3F163 , 0xDEDD2DF119FD7F77060C13E0ECFD3EDA , 0xDF1EC812630838272B759BEA737D9BCD , 0xDF2E814ECC2A801438304AA7FC650B71 , 0xDF38232E8D8D3A904164B6B795C89C6C , 0xDF473AE33E157B92128395DECCB369E3 , 0xDF4BF18D071C8B35F261A3F94B4D36FE , 0xDF4D8347B9B0525B4BEB1842708DF19B , 0xDF5BDBD6756868089AE74966B3EF9529 , 0xDF5C3CCFC25637E1CCC47142E90CB0A5 , 0xDF80A4DCB9C2D3E38C2987F2E7396C8E , 0xDFA726459D5B145A0CFD9D2B3D06B7F4 , 0xDFAD5FE823BD684E00F1CD85ABBF5B64 , 0xDFD7250BEBD3D99D4C1E17CD11FFDCA2 , 0xDFF267F335BBBF172F2C9B8D5A5906E5 , 0xDFFF24C118ED4B546F8EB610EA58EBEE , 0xE01C62A8045A3968698BD9209CF100E7 , 0xE024C3D1DAFC63883A44F43955949D56 , 0xE03294630CD46C7804612EED91C51B2A , 0xE0361C54E437C58DCA2130A8E4F203CF , 0xE0370AD93839095B8C9B62FC7DE7C232 , 0xE04354ACCAF3D128836B0CEB2B65B26A , 0xE0489C8471DD9C6AC43079F008102023 , 0xE06EDBD537E62093BDE8E7E8098F1513 , 0xE071C58B9EF11E71BF400FD6C7BF1347 , 0xE078B7905ADB1AB36EB1C1562ACEAADD , 0xE082AF0750CBCD620E6875A74BD4648C , 0xE094FEC5C9FB3DC0E6AB0A5D6350AB5F , 0xE0AB90C39B0FEA4B06AF3FFC19D3E49B , 0xE0C33B556FAA7FE641AAAB1165AB8568 , 0xE0C88750D0250D09673E0C63849B4EBA , 0xE0C9228857503E4B986211035D09A62F , 0xE0ECE18E260A744D2C0D7EB9439FB94E , 0xE0F06C388D40A7853E0193C17ED22A6C , 0xE0F1338FEB9A7707A5C991FBAD58D1E8 , 0xE10D1C4286DB60E3D623351AA45BCDA4 , 0xE112F57DE2ADC0A070D346B1313D50DD , 0xE1201366F65F818585AEF9A4553B5051 , 0xE12826AFD9EFD6780A882EF3D1132A71 , 0xE13688D739D1AEFDB40EC21399D98993 , 0xE13C81A0C599C1D90F2E161D7AD2BF5D , 0xE13EB9DD578FAF28D5C05F027E31D768 , 0xE14174ACEBB74610986F7C80D9156963 , 0xE147EA163F0ECA618E4034D6C5F5938B , 0xE14CDAA9D1BBB15109EC82645CC23C9A , 0xE152B8EA31A04AEFB2A6627843F8BC41 , 0xE1537563ED66AFE87E82A14D26804BBD , 0xE16036CA556E8D35C01394ECA4D6806D , 0xE163AF5795EA4A2C6BA239956E70B3C0 , 0xE16F3E1BFD5930FD1768D96D9CE489AF , 0xE1773754C5CB2E06ACF8A7C90FF1FEF4 , 0xE186B758949F995BDDF4ECF0384881FD , 0xE1A89BED9576B1D93412BF1F2F7F5295 , 0xE1AE1AA5B1ECE7E59570EBA53352F9E9 , 0xE1AFE71AF88AA395ABD02BF54C564EE2 , 0xE1B23C9EA704730BF7F072416D34054C , 0xE1B449B32DF43FB7A4AD1FFEFEC9D55A , 0xE1BBCAA1426C0AB9A34B312A2A3854F3 , 0xE1C8498510395FDEE42B3A7318BFC4F3 , 0xE1D0FBEEE747CCFBF84A987432665E31 , 0xE1D3DC81327A5B008FF0A702C63C2CA3 , 0xE1E520EF92D326BAEC48AF1DCD838991 , 0xE1F86FBAC15FF0F6FD076CB58DD885C1 , 0xE1F95494BB5653D9B138D98635C25ED4 , 0xE229633BAB5A43923D65B670B420D4BA , 0xE2479DD53C6F02C38C0387AF773620D1 , 0xE24F53811F24CB5F5C89491961FB426E , 0xE258EB5509C4B584423F754793CB7D25 , 0xE26551282EC64F262AD9AD5DC397B357 , 0xE28187400102C26982CB819D2797ABA9 , 0xE2860CCD91264709499D921AADD8AC02 , 0xE2911760D3539F26C4A20F63163C8D86 , 0xE296EFF713441B231D3B125AC0F1BB54 , 0xE29FF1CA407327198388408CA28A24F7 , 0xE2AE10A31F32FB12A768BCCF2E4917D8 , 0xE2CB92A17E75736BDE9CF88E586DB381 , 0xE2D555C2F306E1C7B1FF0A560C2A50B1 , 0xE2F5B2EE5CA4C3EE3CA8BC13AB666F4F , 0xE314D5DD929728428D659A35009BFA32 , 0xE33EAE8C83F73B672D52231A91642EE9 , 0xE345E2A7FBE7D1EF0D8A698DBA835474 , 0xE3477661E264B0BAACE19D4A65F3C0C9 , 0xE3596D34DB0572FA583DC812F5102316 , 0xE35ACB7C649F895F2CAABE8584745214 , 0xE35C6C59B8BB4A93BF6A5BF5E538C96A , 0xE3674EDE1F761507088B09C797977844 , 0xE37B1486607652E854D6907B0C559DD7 , 0xE39208F6EF7B650872092944DCA119EA , 0xE3A5DBF727BF9A957E680F3A6C51724C , 0xE3A6C7A93CB34118974F264B17FB0F73 , 0xE3BE860413422F6960A9D27D25EC3C09 , 0xE3DBD4EE5C72C58BC046C5F650062F6F , 0xE3DDFAAC90631206428D49DB2241ADD7 , 0xE3E78D8EABEDD4A62437C2AF30C11EFE , 0xE3F320E5A4B4F3E892240CDC67BBCB00 , 0xE3F91FE14D3B4BA20E2FC6EEC86894A2 , 0xE41AAFB49F062753650D1D71D825843B , 0xE42A74EB5BA146478F149301FD3051D7 , 0xE43226602448BA77ADD3E5996939A979 , 0xE43CFA78BD4BCC4E7FE3B519D7E8D64E , 0xE4494DE196EFA0A2B466E5CF24EB7D10 , 0xE451A3203AA7185252CE0D89AFEEF162 , 0xE475CBD48217DE3D1492AA17CE206341 , 0xE47C0FE983C2A33BDD23084AAC66E7BE , 0xE48508CE58101C705B8FDC318CA6FAE7 , 0xE4872CEC19668280DC6B4B9AE581CD8F , 0xE4929FF113EA91BC7E8CCCEF5415A30F , 0xE495000C1BBF8DA7B82E0B02F554419F , 0xE499F1B7BD8BEFE80B922CC4D1B1EC10 , 0xE4AB7F7E10411ADCD7D2C98B1B6EB778 , 0xE4B49D9BA35332E03CFA9A95918A261D , 0xE4B86D73F6C53E6F0AB26324C560C1AD , 0xE4C32DEADBFB04BFE13E5667E96EF7D9 , 0xE4E051C42B46FDECB47D478EA5189356 , 0xE4E09F015B1F075D315C5EAEA35D401D , 0xE4E0F247A650B377D5B414621F0AB589 , 0xE4EEF7D862F59647BC6277DA6ACEC4C1 , 0xE5145A9094A459705DF7FBCFE4EB1A29 , 0xE53BF329D673BB24B349CFDC0BC5F61A , 0xE53F8A070EF2E4775EBAEE37FADAB316 , 0xE5527D6841B03BA6E3A6E272F66D74C4 , 0xE55E390967BFDEE894BACBBB6F68F4DB , 0xE55EA052864673A0CCD9989BAF92F638 , 0xE580D39114C27B64CA1E68769A26BA1F , 0xE58FF2955F2D00A749CC3F9B1C887BF1 , 0xE5A8FC8A0B0C0BB8FA1481EBFD62C877 , 0xE5B87439AA91C6EA78B8952EF8772272 , 0xE5CF66307E4C0F73D3304D87199B70C2 , 0xE5D614CE23550EC55EE26EEDAD271561 , 0xE5E6A4276A3235F8598285F8BC8E6C45 , 0xE5F7C149159E74D2B1D659A0C7E9C630 , 0xE5FEE6338A0FD1B26242A877829EA8E6 , 0xE6192A1AA903A80D4E99B60561466995 , 0xE62AB5996BC3B4BC281BABC7FB0A8AF6 , 0xE640744AB0E4AC3A30508DB287CC3DE6 , 0xE65D7E8916A58830FDE0A7119C794CAF , 0xE6656BC47A220C6D8BFB1FF6A09F3EDA , 0xE679F225B998E3DBB8DFB932F79960AE , 0xE68FF005C6DEEFA18FDBC4326B11E552 , 0xE69CAFDD24954CF02174A1C66CB74F5D , 0xE6CD409033C9ADB78598C724A839AB73 , 0xE6D17E25E336180BEAC7246B4293D909 , 0xE6D67F5411232EEBDCE9A82ADD27C1FB , 0xE6D6DBCB46929944E179243D8F675154 , 0xE6E36686042B0BE652636B854AD9D6A6 , 0xE6E7E156E9B5B85AA996DEDB85907593 , 0xE6F1EFB42453015DE1FBA8FAD1A04265 , 0xE6F5A3BC2AAF3E1286C925F880CD188E , 0xE6F887A56B0CB4C8C55D1AD161665760 , 0xE6FD5B82978FAF834A802D836CAB071D , 0xE7001D19EEE55278584BCF6EE103A43A , 0xE70141E25D6544D3858BBCB6E67FF8CB , 0xE7074CAF2EBC7FED73974358F292B848 , 0xE70A54273D2E98C275F122EDE20E2C56 , 0xE724CC389CC4EE2C6735EF259B42CD60 , 0xE73748D612FA1F8771B5A81B52904417 , 0xE745025012ECED95E9E93311045DF9F2 , 0xE77BEC37AC5B5C7740517A8C85B691D4 , 0xE77C3C15C26121D7A37DE9C5C8A2318F , 0xE77D606095270FF85EF75BFAA69685FA , 0xE78547570284D138B65DF52561665680 , 0xE78FFF56D74A8FC6B1B78DB5878AC52C , 0xE798B078045F7D4E20EEA26A1D42C239 , 0xE7AAAF41B704430F8E2C80D2300A4A27 , 0xE7B26225FE24E17F65D0FB45646F0AAF , 0xE7B9A197618C63E596A66B6CF7697EC6 , 0xE7C32A386E633C0BF636C3CD1EA28D79 , 0xE7CA2E364514F80D1DE189EF24CB5F59 , 0xE7CC83066206DCF344286C79DFF004C3 , 0xE7D6534D7D501749413E6E75A8EA7B69 , 0xE7F2031F863A451776A390435525EF15 , 0xE8001794EDB772547BCAEE90A118C155 , 0xE80EBD94E4E243E466AA132F48E5A89F , 0xE810DBC32D12923BC2E1CB33DBEA0999 , 0xE81249307CBEA04A489551C00369F005 , 0xE818CADAEE1CD3306A8FCAEA0775438A , 0xE8333BA70CF2CA55F8612C0759EB0A83 , 0xE84C6F2A7CA2174108AE0D8B0E27BD59 , 0xE879DCDDC43E0FD91B69F1DB9BAC0242 , 0xE87DD89790A6436CBFB82F43745C5385 , 0xE892793371DBBB8AD1C6A81753D6C260 , 0xE8A142CB8F82624E714C4E11EDAFDEED , 0xE8A9C1EC62753CF78F051039B2FDC36B , 0xE8C0E5BC8674EFEB0379B2C67D81A920 , 0xE8C3F03E1CFDFF206A8222DB5D33C928 , 0xE8F656B6521E3C2FE957C604025C1733 , 0xE8FC6B2E43261845014B880CEA6360F5 , 0xE90B1450325A8E75ECA1B0440AB04841 , 0xE91F93FCBC6550BCF307587487A4F29B , 0xE923851A5B09D25AE0961ABFC2A16047 , 0xE92AF41CC6D4F15D17B9EB4DCDA4CD02 , 0xE9409841FAA7F7F5EAB40E357B18C299 , 0xE95306BE1719B231AEC3549A68919BB5 , 0xE95D43BBD0A6D857D30F2A0E33C58B9A , 0xE96B68CB17AE9795240815B4D1B846E2 , 0xE9700EED01694E42293E9437926DA7C2 , 0xE971C253FBDA3C3CE2A372441D8BA718 , 0xE97AC12E3511188E19CD2904CEBE6779 , 0xE9B2C0C81439638328066354290A45AA , 0xE9CE16268D0FD1BBE1823DC75F1905A3 , 0xE9CEC5277C74D7E4D9553115E300E378 , 0xE9D519CBD67593FF96C72E81AAC6D28B , 0xE9F8795256BB503445C55E8171813769 , 0xEA10CB844FA4FDCE587640F0A1086925 , 0xEA172F59042AA9BCBF0621D1DC1E434A , 0xEA17A3DDCEB537523665E4892CFB38BE , 0xEA191B6AF98887F36192F8C51DF58B7E , 0xEA23442BAA5BC496F232D26204E7FFA0 , 0xEA2F3311C484D67BB7433DE8E7BBC59D , 0xEA5E349823BE6D812052AFBE05F210D9 , 0xEA61DAC1886BA0E89FC8D877B179AC97 , 0xEA66A35E79DC92B13475F6A388E607EE , 0xEA679A62597F0E1F4314A72F63659041 , 0xEA74A1817D7DB542F3FBA7E60720F023 , 0xEA791B7CB5A23792FF3575B204017E99 , 0xEA87E39CF90CC19F800FB466F2EC43C1 , 0xEAA61D3FB299095B09657A46C05F4CB0 , 0xEAB041E726248161199CA6307FAF7F76 , 0xEAB35008D68829F9EDA38424015B6163 , 0xEAB4A8E61563A751FA1521334FE44C9A , 0xEABBC5E5FF5A597C1CBBEA8B56A85CE3 , 0xEACA2F357840EF892CD0FB30620446CB , 0xEAEDBDB5F08E65740393C611DA1C9C49 , 0xEAF1E60F853FCBF02B13B281C4945DDA , 0xEB0857A271D4FD763D6F49E58EFD73F9 , 0xEB08C95B21258054DA48DB2EBFE070B0 , 0xEB0B135044742512438A274F29041D8A , 0xEB0ECAC2D5FB1A9A909406EA8E9CC467 , 0xEB1483373327BACCA55AC30E7D67FD90 , 0xEB266CFFBB7F709BDE327175C1FA4B92 , 0xEB428479EA7BAD5CA2D108AED2BB4528 , 0xEB4C3062D3E468A9751DD253DF409B19 , 0xEB6C54CCC09F4C89BBE336D2B76E8B36 , 0xEB7D3BB38B00278B8E8F82F6E8806496 , 0xEB89367B69DD77806E0F1FE49044B16B , 0xEB8AF30E7043F04D27DE85FCA93D0D43 , 0xEB8C097B3B04769BCA0CDD7FB51145D6 , 0xEB9684D2A7CC7D77696EB127AE944769 , 0xEB9BCCF5B6B56E523A647EFBC4CAC6BE , 0xEBA3278457745F17EC0C033D452CC3C6 , 0xEBB09F51B55A013DB90B69D83A329835 , 0xEBC79E53B4580B9B815E620C7ABC73F2 , 0xEBD3B239C47E738BF474EAEB476BD1CE , 0xEBF6E30FF6268F06BFE38D249EE2676F , 0xEC03C1B3639EF6496F7674E91AD36DB7 , 0xEC06CABD22BBD9F7B984FEDC2213DCA6 , 0xEC1080D112EF0ECF88291D6CABB2DC94 , 0xEC1722196C0B9799475F6238784EE042 , 0xEC1B602F9BC22E94777D2E56BCEBFDD7 , 0xEC27D9217C2B983EC4E95B327331E021 , 0xEC2C424B152CF9E35693BD6D24C3228F , 0xEC3E32ED5E2B2B28760A4787157A964F , 0xEC3E5F6513ADB7DA658C60A8B0020859 , 0xEC4416127CE72E90B6E31690F043A9E6 , 0xEC46CF0FAB90328CD98A9853F5A2C973 , 0xEC4C8C580232CA82EFB1035EB82646E1 , 0xEC5BBF51A3B06B3D8FFEF8B32BCB89AD , 0xEC614A304AE4D9F49BC9A6220587DED0 , 0xEC6F6FDA6F3620B0CBA578D2F0E5FF9D , 0xEC79AA53D1B7D9568695032AD4C62B82 , 0xEC811A5F57C8CCD08F6E0AFBCBEC03CB , 0xEC81B3482020CD5B1FE36FA50CCD3E45 , 0xEC89C110921B3BA2365DA3199C996AA7 , 0xEC8B9BAF2AEF255D60A06A97E6A58708 , 0xEC903066EFFE75998F2B4E649F1A75D7 , 0xEC9154D9CD6712A32B2D6BE5EE4924F1 , 0xEC918FE954D865735487C29900E6F54D , 0xEC9394500BABCE8CCF6A322F019CC372 , 0xEC95DC76C5EEA2F929CDC5D5708E6970 , 0xEC9A4225435878B5516F478086A86434 , 0xEC9CBBD8C5E5B24E5380B2BC5ECD2D16 , 0xEC9D465802ED880670CBF3668BF32731 , 0xEC9D66BAE7697129F977FE1C2CC0383E , 0xECA21BE6E02CBC1430004DBBA718A455 , 0xECA531B3A670B1CEBC214C513FAE0AFA , 0xECA6865D08B264E3D3766C12FF821C7F , 0xECA92F3ABBF20A82ACD55780A14CAD4B , 0xECCAA733DCFB2732C52746F6CF04ECDC , 0xECCADCC6E7AA77D0AD921FEABD4C7E78 , 0xECDE50ADCFF66A2A7927D82154DB2873 , 0xECE0A52DB60477B9C8AFF362AE1182AF , 0xECE176665CEBDB375410D9D2A719DD63 , 0xECE7CEF27F8EF9D7844E39BD090FA021 , 0xECF3ADC582D886372D158DB4A200648E , 0xECFE95D0E2EAF21822B5BCBF9C459318 , 0xED0D2D06DD0C219F3FBE71D9D09B2E6F , 0xED1C7235DB8A81F6DD30EF1E2678D2BF , 0xED3574196280E4A5119F418D20159A62 , 0xED3C658CE2A3B7EDD6FA0AA845C7C5F6 , 0xED7F9EA7274E10975C145B652F72E98E , 0xED82F128FB8462A3C4B8391027704F6B , 0xED9038FC406283683ADD118ACAC55749 , 0xED94060B5FFB41E4BFCDD0A43141450F , 0xEDA000D6E4B234DCB35795FC09BCB294 , 0xEDA213747DE975A936A434E7B5C43F3C , 0xEDA431D86E64300170AFC75E6953922C , 0xEDA80C85242C7CF8677CFEB26E3FA07B , 0xEDB071222321A52996FBD19CA7EF880A , 0xEDC650CBC8CFCF717D6172FA16EAD7B1 , 0xEDCC307FAD39F174898CB129B251B6AD , 0xEDD3BF334E6BDAC81230A081DAA79FA2 , 0xEDE3EF505ED1102F44D5A7E2FE2A83B1 , 0xEDEDA29B6CD96CEA72AC9769F375E3A9 , 0xEE024A3DEFF79505EA3C7DEE752B8D5F , 0xEE05E32F5DDDE862340A12CF77258BE9 , 0xEE2158561FD04CAED8DBE6BEB821D16A , 0xEE2F597E5A0ED873BB770334498D88C7 , 0xEE3E553F3BD212A037FA2C3DA7FCC4B0 , 0xEE441976AD40E1B54AD25F3ED7C089B5 , 0xEE46B78DC9E4E19B44C369A0CB162D01 , 0xEE4C970034DD53BB8B01C4EDB950B556 , 0xEE551E4FA77FB2032217EC1488C0835C , 0xEE68A5536F924ED7679C83CE8D3D3D0C , 0xEE736E4C3B2378864C899F3C3AFDE72B , 0xEE756003C268376EB0EBAC584BDE572B , 0xEE75C0FAFE23E68F1C87B2F902D2272F , 0xEE7D5FA52C99FCADDBF745536F2D7D60 , 0xEE8764796CD6F1C1B3346EDBF27D0DDD , 0xEE88E124BDA1DC57213BF2FB6F843F92 , 0xEE927D127135B8174528FBC3A41C45FB , 0xEE94B4FE19E36EB3E571E06971D77381 , 0xEE98D4153D6A54D30F15DA67111C3693 , 0xEE9D39F5A3B9C265CD8C963D31AE3CE3 , 0xEECA4754385C385C9634B5A45FFA321E , 0xEED2C540648A11CB3C935BB51B1787E7 , 0xEEE121416DC6DE331514C7442A86E63C , 0xEEE9AB3EBBB9CF1DB8664F371F2F369E , 0xEF05E3865B02EC82EE9005C65E28368B , 0xEF105EAC4168C95B46AC7473E68E7BA5 , 0xEF14ABFFE6C285B7CFBBF4612FC4ED32 , 0xEF1CDCD7F80D9B89F7B9CC825AFFE2E3 , 0xEF3AFBA91EE74D79AFD5D1553A3D74EB , 0xEF55B64DEF9BAE8263FD95947DE59189 , 0xEF576220FE103AA652C20F401C424FC4 , 0xEF5EA57EE57BD07778FB3B98834DF9D3 , 0xEF6BDAE93CB657D578A0D3071CA8FA3A , 0xEF6FB1964A2413466089E391D2C611B6 , 0xEF82CF87E9D9F7314168618BC15545E2 , 0xEF857D1BAC2F179C62FEC2389224165B , 0xEF893711D37FD0F9EAFA9823EBFB6036 , 0xEF898A7DF28A2DA97E24470C7A12AEBB , 0xEF8E4741207491CB794F67572D12EBE9 , 0xEF9A756771F7CA77E7015AE065CE7C7C , 0xEF9BE3AD16A1B5885880D72591D2E141 , 0xEFA5C2B7673EA2150A51059327D5FA87 , 0xEFA78B4FAE32DAA6F7EBBA6A282DB580 , 0xEFA91D794DC9030D2D730CD876D3A4BC , 0xEFAE94BEB1A046BC6FF347F5E15685BE , 0xEFBC303CEE4C6437EAFCCF2A6A35C03D , 0xEFBC710149D98BF2BB899DD6D96224D3 , 0xEFC88CC1547185A8C86503C01F7301E6 , 0xEFD52447C5675289990E860928ED4E32 , 0xEFE597F4A0D8A7CBE0DA9C4AACA24753 , 0xEFF1AEA1FC0DB483735175C5FD1ED861 , 0xF0009FD0F235D77473313DF96BF30028 , 0xF0066214E2082C73E98B4128312ACAD5 , 0xF0219A4063CB7EC6C99CD01BDA743BD0 , 0xF0495A8FCB18A43F42AB565B76848A07 , 0xF04E901D859840969D3EB130FB0C6E41 , 0xF0503878A6CF594279689B7758C97355 , 0xF054BAE4CABD612E3BBD903647F46BDE , 0xF05D0B67041920C1F7BA57FA31B09A91 , 0xF05E53CCEE361C544E19B70F9F808193 , 0xF077315A05EC5019BDEC4BAC25568F96 , 0xF08050D303E59F6688BF52B65AEA1A29 , 0xF09E1AF068283FC27FB9C4215DBFB9AB , 0xF0B40828D03DE7C8D343EB60B3967242 , 0xF0E43A649C8C165CE86417FB88D245A7 , 0xF0E87CFD7F5A255A5A12FE0731A557F6 , 0xF0E9CF93A789784399222FCA43A12694 , 0xF107F4FD101EDE3622B106B670FC8769 , 0xF10CD7FC12535FF9148037BC7D210F14 , 0xF12A96DF007250B9CB14E173170885B9 , 0xF1342063E77BB4D8686D511470216506 , 0xF1394E6F267A8D1C703D5DC437353286 , 0xF14357436440915773AE3D2B617897AA , 0xF14711368EEA65949A0A73A3BF9388C4 , 0xF162F9ADDEA035BD30B09A6EB4892C61 , 0xF16A7C4C227A3E4C8E83ED805C099640 , 0xF16D2314BDDC5CBF825BDC90A9D6222B , 0xF16F21537C6C490F11F1C917E761E83F , 0xF19D3B96DE74A1BF0EAC308D6B0C6446 , 0xF1B4B4F57DCEBC98151528B6DE22AB5A , 0xF1BD2E90B239060C272EE59B90AD89C1 , 0xF1C00D0EF7786607C3B2BE3DD980B158 , 0xF1CCE7318B17B938A5DDB06285DF9F7A , 0xF1E6980B9FD88212FB0166D0C8F25827 , 0xF1F46C01622F9026BEA212D17A058D1F , 0xF2033BFA5460C8544F9E8312A5D4598A , 0xF2067A114DDE16EE2235EC07245B101C , 0xF21C1448FA5D9D734E58EED95FC15FDF , 0xF244CDA3AA0CD9656A30D4788AE50ED8 , 0xF25C69119C7295E9F9EDDC14F836F9C7 , 0xF26F4627C972891B358CE698A719E53D , 0xF287C84073FA3D11FF33F98FB241D765 , 0xF28CC1A0D69C5CFCC3B431B439659109 , 0xF2927DF6D0DAE5730CAFF323AD186897 , 0xF2930D0D01FA6F60C039DB4511E54739 , 0xF29D6121E83164D47467D9896B2E499C , 0xF2B13C3C814A23459B28CEADB41FE39D , 0xF2BCE960CDF5DC5C58C880DBB6754EB7 , 0xF2BF15D3462C55049330B20B43EBDA7A , 0xF2CFA175F93A97B3A5105C4F41B1AE1A , 0xF2D2D7C3D9A31C8683CD15B99B649AC1 , 0xF2D417F5273E4830CC4758DA06021487 , 0xF2F603A01E7F33B71F49E84F88B98C4D , 0xF2FEDC9B6C0A4E03919D4E9CF8C939F4 , 0xF30E0308C2E174DEA4BFF8AC793311E9 , 0xF31291BB54212C59D81A43FA197F44D4 , 0xF313E235613FD9D8AE98AC70EA667290 , 0xF33011A25C19DA9A8510207C8C525FBE , 0xF330550B3C5EA1DBF29ECFA2E505737C , 0xF35740A3166993E799881A2D27412A34 , 0xF35F42628C40AC4004F34C131042E82B , 0xF3647CC6D87AEC888D5B117C3688A5A1 , 0xF369326E14B4B184F4FEC2A294162EAF , 0xF3712F3C03D9962A352773AA8ADA2CD7 , 0xF3802A589A423F1EC8435EBF4007F5AC , 0xF38285124D4E735EDF670C53E104E3A3 , 0xF39EB42341EA05B9A38CD8FEF504E180 , 0xF3BA248972A399D9992B2A82E5850A44 , 0xF3D270AD65DBCEE45A739D146FCDD987 , 0xF3E157A42120991F2920B67F0E0B5FCB , 0xF3E90B0A71F2609A4DEA52BF536BBE10 , 0xF41C002EBA472EC668890FBC63065664 , 0xF41DE86CFEC45A94879F562039853339 , 0xF42BA273F19AFF38F0FFF56CA6927DCD , 0xF4484C660D6C44AEEA733EC090D1BA21 , 0xF44CB7FE43FE4B68C6D874F7FF9154A9 , 0xF45EC8244ECAF05E97C7649BB4185042 , 0xF4637D7540EEA4AD5178E785B1D31B9F , 0xF47229AC99352CC4948BDB3C135452BD , 0xF47280020039540F64F0052A08F5CC2F , 0xF47B305E93D3BC3CCD59E250679A94FC , 0xF4941007DED8FE7499A575F6AE5EBC6C , 0xF4A2ECCD4F6D1BD9EEEE4EBF02ED99BA , 0xF4A3147B8AB6C04461CFA9B275274D0A , 0xF4BE64E54856E03D29480794B6C39C9D , 0xF4C9543DE00BDB3C934033F48737BA1A , 0xF4CA4D47D7332DA6E140853D3FBDE65A , 0xF4CD907DAADB3C7ED9E0A869895A6B97 , 0xF4DA4007F7694C35D40FC27137B0CBF3 , 0xF4DB7198093F581FB0AC6FEB5CAB5FF9 , 0xF4E050E921B3FF4B6CA7FF75C5D64727 , 0xF4E697BAACCF83B793B440B35E48C890 , 0xF4EDC06BE740736EE8EA9EA02CCB69C3 , 0xF4F08A9E4746337A54D95148E17DA091 , 0xF4F2A7E0690F9F9782E7FEFACDED6EB1 , 0xF4FB295A2FC3D0AA040D81AF8748988B , 0xF5059E0A5ADCC1EB72EFDC689022CFFC , 0xF507C4B133EC6C86775D15000D05F2E2 , 0xF517736245CBBB323E662A6E4FA5CDCA , 0xF51F4B956F2BC51A06672B278FC29A12 , 0xF52C76BC2DB59F0EB862F9852796EB62 , 0xF5398953E78F6FA1CAF6F3D22B69EA11 , 0xF56354C1947F26C195DBF8912F229320 , 0xF575C1DCFD966C07F453DF057FFCF2AF , 0xF5842E6600F0EAE32E5915C9F08C4BE9 , 0xF58649EDF4EEB4FFF3B9E2B247B8084A , 0xF59497AFF5517DA511AD25242AEB9E29 , 0xF597804A5698901B1BF49857AF718DD9 , 0xF59CA38C5DDA5B13C35B8AC765F431D4 , 0xF5BD238E857B6A95223B910671039DC1 , 0xF5CF1438F3BF479DFBBC9875413C386C , 0xF5E366DD89AF23A57941E4CCE4067714 , 0xF5EBE621443586F8D89523EA93181D2D , 0xF5FCE0BD8D7F7D23376F0FA4C0B2EBEA , 0xF6057E8489D814402A12FFB8B7ED146A , 0xF60957968CF806BD15AFC841C4B1D477 , 0xF612EE0DB2E043717FF07F29F58BB043 , 0xF629B8F2F04EEDA438CB86E23C49F46B , 0xF62C7D654CDDDC614E8348129BBF6F0A , 0xF62CD8A57D5CD4A9C28FCB44C2B73820 , 0xF632BECFFBC3AF0D5E8CAEFF4C8CAB20 , 0xF63D6A2921A015794CB11FA8BCC9D793 , 0xF6401428F148E5D0FF450F861B56DD8A , 0xF6457CF45A75FAF990AD8499875A4172 , 0xF648DA03E8AD67BF78248ED91A8BA0AD , 0xF649D383B21F3AC267F0551211E37557 , 0xF6536DA1DB179372EC7FEC34D8101F38 , 0xF65574F8B5AAA0230640D416CF86597F , 0xF65920B0E32863EA277655E05BB9A9DC , 0xF659BA05E5E5C395B62A8E7EAA7EFE57 , 0xF666650EE7EE883F700247642C47C3F5 , 0xF6677AB70AA4FD05253484CD25B9400E , 0xF66EE1E62828D9DD9452F96625E67218 , 0xF6734557A6BC7E4887869208E78AAFD7 , 0xF69B0BDB2BFC7539B1B66A47C81B5559 , 0xF6B29435C1A4A05694E2198298C7DA8F , 0xF6B86AEE1EB685F67E786B252868CFDF , 0xF6C584025AE9B039A471EF59C11A362F , 0xF6E65832DAB79ACA75761B815B3EAF35 , 0xF6E6AA6A044AF4C565E14E0DA33D11F2 , 0xF6F294B5416C8622320B5C47730EA13B , 0xF703E504AD075C34A2C88C35F0E10662 , 0xF708C1318BAAB6E0C753BC02FADC62E7 , 0xF73A1E53AE640E469D7C34350A7F6A9E , 0xF73BDA71640DDEC7613EE5CDDB7E35D5 , 0xF7488E9A873FEFCF8DC8A0DB3B41D8D2 , 0xF74E03A4C87BA703915C16A7259C6BD0 , 0xF752DB2C68D068642B5266D136CDEC73 , 0xF759A0CF2595E13FE2FD276742ED8F55 , 0xF75AC5AE0FABBEEF98A86224687EE4FE , 0xF75E23418E5102E3F3C1C48A89C153E7 , 0xF7A98D33EB4AAB5D13FF4A590A089912 , 0xF7BE09A31A8353541D6A104303FB0C22 , 0xF7BEFDB179E55AFCA754B82BDFE0E6DC , 0xF7C2F2FC9F32FB9CF33BABB50FB26E04 , 0xF7C72B4FD25DBC8CB5A496EF4D802688 , 0xF7C7FA12F941DB938798BACDCC688552 , 0xF7C8662EC17CE0E2DBFEAA181C54D949 , 0xF7CCC20021BDC0B02B93D15D8C660933 , 0xF7CEE754BC06F4C84968DB7EF7D2143F , 0xF7D086E44E17CFDAA24701986D7FE033 , 0xF7DAAC3592E1304FB1CDE9DCCF878BC4 , 0xF7F218B87A3DFC649F3A10EA231622DE , 0xF7F80EB512DB246C7EC2B74261390E4D , 0xF7FDC09777EDB3B40B28904ECF43790B , 0xF800CA1E57B43D662EE2DDF72231C740 , 0xF8248D4081A3BCAB4026A6F317F9F5FF , 0xF82AB82D7575AFB2734407C4F14E12A5 , 0xF832DDE3E9B5C67F5C007B1B37376A05 , 0xF83982D53021605A089B70B5B6FEBA47 , 0xF846E84CB139E02C9A772AE438C77B5A , 0xF85BCF9919D95D71B31CDC8A4FE2E6E6 , 0xF85D1B320B8234EB4C769299DD29C863 , 0xF85E0B0C21164C3831F898CCDCAE083C , 0xF8602EED453FDD614A3DBCDD5D47BD19 , 0xF868C8096F1F6F1860773154F5723BE7 , 0xF87CFE6C74A7C1874558B1064E9EDD7B , 0xF8940407A1750BDCD1A8131A42AC53BB , 0xF89675B68805C2DB14C18C7F7CE22A88 , 0xF8AF3E7A489944F7313EBF8335374E13 , 0xF8B4A3F05DFCEBDFE6E613A5B17DBCCF , 0xF8BD887E519F2D053C3B774CA3C7F257 , 0xF8EFA833EA04B719ABA1CB10794DE4FD , 0xF8FE9D12B330273722EAF8C0C70B7DE8 , 0xF8FFE13328C3EA0BD335C71483627615 , 0xF906BF2D59634DE77C1DE0A61C017F35 , 0xF90BEEFF4B0FBFA40290D3C2B27AD303 , 0xF92E502E662E6915D45199403F061C05 , 0xF947EC10D93128387B7A91C6BE3A3C73 , 0xF95E75157C4BF5A807B4282FDCD5A626 , 0xF96284266ACD531AD16A4B4563BB0355 , 0xF963EE3A233B03B9AA5C88638AD65F2A , 0xF971D27595889E892CD8F7BC94CA9066 , 0xF981EBDDBEF376263C55B7CCE5ECDEE8 , 0xF98B39F84983399A4CAF4BD3E28016F0 , 0xF99F0A444BC818B8513C0B3AC380C688 , 0xF9C2FC043BAA9A0F215295165DCA0A13 , 0xF9E6D513E25B89A173F3D3E9D2126253 , 0xFA1B7BDDAF8960CD532D18081174E225 , 0xFA3791A0EE515DD1E85F938D5B528FB3 , 0xFA41BFEDD31774874358A7EFE6513106 , 0xFA4F16EECB9D104382BC657EE0581579 , 0xFA5469AEF77406BFBAE0B21D259DDAAC , 0xFA562E1C8D49C709097E589F81834593 , 0xFA56F51BFC8DDD2037C449D896AE7C7E , 0xFA61B9FE97616E3A53863959944E1922 , 0xFA655C3063A940A3B53B3A0B28C9730C , 0xFA72990CF503C9EE85BC8F7CF80073CD , 0xFA74ABF87298A664DB86D713C4B88493 , 0xFA7FEBE6A4D8D641BD07073AEFE5F735 , 0xFA8BEC46B830F8A2351D5ACEF02C8135 , 0xFA97FE527C85DE137C488D725B7C6E15 , 0xFA9B1A78B930FD649DF17A56D3CCCCB4 , 0xFA9D5C95A070228BA7E0A1ABF66D447A , 0xFAA291B6EE8507614BB4CA797AC57F85 , 0xFAEB471846ED2D896909EBF629B19494 , 0xFB022B6D398C301922DC4F4A2D1E81B7 , 0xFB0A88C52C1945322CC4CE0A38A34C44 , 0xFB0ACE78C9B62831BA594B0034DE1FF9 , 0xFB15127094F6FBA9F9C430A3AFFD39B2 , 0xFB25A6C42DCA77AB5DB86F1E482BE968 , 0xFB2F10390F632FE82F8D43CE99E11572 , 0xFB34A8873A78C8DFD028B5E0A5966534 , 0xFB39BE795E455425DB67CA76ACBC0DBB , 0xFB3E5D670980ABC79A9B3DE2FC69FF48 , 0xFB5E60046939C1ABF06F50FB25F71ED8 , 0xFB68824E776B973A2A4E3467520555B2 , 0xFB6B9DBF17BB744C3FD60FEE9BD5085D , 0xFB72D2D11213CC2E138204288D6DFBBA , 0xFB75C33CBE3A20F691BD5D62E2F68916 , 0xFB8113F4C4BE07410BABCA5300AA8D55 , 0xFB8254AB8AFECDA27B25BB7D33EF6299 , 0xFB8A537921FA6E063D0E4307E6ED9F41 , 0xFB8C5304AD9A983EBB8FCF424BCCC248 , 0xFB8DF3D5C4BB7891F303F9A2E87E4D6A , 0xFB95570FCD14E3102F1783792C7C59E5 , 0xFB97DF3D0746DA552C63873E70F438FF , 0xFBACA861FB5651BDDF16909D3D89DFA0 , 0xFBAD1D5C9917A7CAF3325C255BD8EC03 , 0xFBAFE5016F3A7E37E9CEB7C951189F0A , 0xFBB0F795DC99E7B73917A7BAD0390A50 , 0xFBBEF8AC10BDCBC4B901DC55C1DDCA06 , 0xFBCAB6462219FED59E524159C39DE7EA , 0xFBCBCA3311C2116D019E041CE465390F , 0xFBD4B169903FEA9C862DC3800BCC7B0F , 0xFBE8D3E8CC05007CDDBE54AB2E756418 , 0xFBFE251329458F252467400F0B5AC8ED , 0xFC1C2D40ED27744BE1BC1C417737F859 , 0xFC21FF9D0F213129D9F8617E34CBC803 , 0xFC30E335771B4928A191E34F6F482F97 , 0xFC3E3D87851804C94C256F208E121AFC , 0xFC53EBFB6058EED285B1DF9173FD5681 , 0xFC559D412D9827207555E39F5BAE5037 , 0xFC61B4C4E6529EFBC560C0604C797910 , 0xFC813767DE2FCE15072DA7FD4349833C , 0xFC88DA9E5C589DD4AC4220B196A0FA08 , 0xFC8FDC71BEF222CEA5D26625CA171EBB , 0xFCA8EC73674138D44B3F8DC5A1AA3A2D , 0xFCAD8360D714ED02610AD60DAFFA076A , 0xFCB5843CF16D88A686E60CB20F23E23E , 0xFCBDFA9D7E70AD22D2EE3AB709028E76 , 0xFCE087E2842B905425EE4FE956AFCD12 , 0xFCE22C96A79F49C70C4E7608AAB4B08C , 0xFCE9BE488E1728F336F5E263A10ED1F3 , 0xFCEF502CE2B20237F67CF8DA5954947F , 0xFCF55F671BA2153FCE51DEEB734C361B , 0xFD0276819871B0F3B92AAFE5148ABADD , 0xFD067C5E57C9BAE31995A887F5F425C8 , 0xFD0D19DCFFD23EDAE6A25E2E0C73EE98 , 0xFD0F4E479D2CAA597501FDD751496086 , 0xFD1C1F0DA26DD288B35F65AEF39DEEC5 , 0xFD4C4959F50250B488C716D76004A6B4 , 0xFD57F471AAB92B7327DE9809CC0D9816 , 0xFD60841EBB24839FC9D375C9B2BE9906 , 0xFD61D54BE7551302D6B620CE4D53AE85 , 0xFD7DA29F3D59448C2E0D76BEF3E21F69 , 0xFD7E2B2F04BECA604080DD49AF1C3D2A , 0xFDA03E106F78BBF4F73AB6FA830FFAB2 , 0xFDAF0AE5D7E622E363F98FE8AF38491F , 0xFDB7F47E620AB4440CA0F095EA5D4C5B , 0xFDE0E22FDF2139A742CA6BC00A2DEC02 , 0xFDF545B2955FAE0B1DF8FBE4DDBEE483 , 0xFE044A41212926CF6A59D84DEE358FB4 , 0xFE1B4DB89F63B606DF8F0BC0702079DF , 0xFE3B35AE2733C5FABD9EDBE8AA332D19 , 0xFE6DC773C76F2044B93AAACAEF1503BC , 0xFE6DCBFC5D7728573C0BB2E8E762A680 , 0xFE745478971DCB530278B322D4EC0491 , 0xFE7B350D3A64C05D19A62670887C9C5D , 0xFE85728EC85137B4DD6A06C040790715 , 0xFE89251361D1DAAA36942B995CC10910 , 0xFE9FDF315A67C2EB6588D3B264731F92 , 0xFEA77BF1849106EA07428B04F4F0806B , 0xFEAAAC9E23EFD055A4E2813D970D92A3 , 0xFEAAE015669CBE5020747E950593DA73 , 0xFEB54A4BD9978C6EBE7234F0CDC794DA , 0xFED73BC7B514A19ECD90E13F26428426 , 0xFEEDB9CAB99F5745677FFF7861D5EB27 , 0xFEF1F01614CC28DF2ECF1709802A2C63 , 0xFEFAC09370C5ADC68768694AFFA6004A , 0xFEFB92327F6F76F4D51CA5834FB03593 , 0xFEFBC86E5A7148E04A3E43A29E9F413C , 0xFEFC55BF307AEBBF45EC7237571574A0 , 0xFF0AF75887FD90AD25B83C2664EBD9C7 , 0xFF130D5E537E78DBC9086DFBB2061F30 , 0xFF299B60883785268D94D1A3106ADDC0 , 0xFF352C91B6BAA1679033389E41F41E18 , 0xFF3BC8CC75E948FF0235AF410782DBB3 , 0xFF3F70D90952688D8AD679BD8FEE55E2 , 0xFF48DBA4D76380C4620DAE94E82F22BB , 0xFF4BDE2A2ACEE93172318180DDD8A1E8 , 0xFF4BFC34061FCD2E057462A704814237 , 0xFF4F8C0EEEE7477E2C1C89311720638E , 0xFF658325D8C4F8D34793A355BFF75A0B , 0xFF6C22DE83CBBFCEE6FAB4F4860BD664 );
Copy
47
0.80 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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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"ÿ•8¡”:bU\x16 óY†\x1F ®\x13 . "
b"ÿ¶Ž’\x06 q‹ìõâë/»6…w "
b"ÿ¾%2cËcÆ\x16 dù\x07 JÚ\x1C ² "
b"ÿ¾Z“Í—›L#ÓâwÝ.ù "
b"ÿ×\x06 d‘}ƒÓÂ}3n:ì;p "
b"ÿóV„@²w“öijÚPhK "
]
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.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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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`
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 (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
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.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` . `file_hash` as `property_group_option.media.fileHash` , `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` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `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` 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 (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` 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 (0xFF9538A1943A625516F359861FAE132E , 0xFFB68D9206718BECF5E2EB2FBB368577 , 0xFFBE253263CB63C61664F9074ADA1CB2 , 0xFFBE5A93CD979B4C23D3E277DD2E90F9 , 0xFFD70664917D83D3C27D336E3AEC3B70 , 0xFFF3568440B28F7793F6C4B3DA50684B );
Copy
48
2.05 ms
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = ? ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE ((`property_group` . `filterable` = ? )) AND (`property_group` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"‡æ£Uý\x07 ;Y|1Þ–%F6 "
b"]:²yô\x02 ª½ßF\x18 ª³Ã "
b"u;\x1C ð*‡\x07 Ì’P4o©ÅJ\ "
b"\x15 ‰!ÁÇþ€(õÐ)ëiV¤! "
b"Éøé\x19 üŽ›a~R!€ø9ë "
b"úŸïÌëÞÓ\t ,\e ÇàbpBþ "
b"ð\e èių2ÚKäûv²ÁM\x16 "
b"õ\x07 Ž*²êåò±\x03 \–MAà¿ "
b"hŠÅ<\x1C öH–ëèf«‰ƒÂ "
b"ªe;Ã\x10 çh’EÄÃ\x1F `ðò "
b"\x10 çh‡=|ûP6ñ¼ "
b"hT\x11\x1F ß Qs×|@›£™ˆc "
b"í¼‘ÏK‚Ò×ÌNE'•• "
b"gt³j*Íe¸€Üê‹C\x15 Þ\x17 "
b"ìÅ) ¿Ñdîjè1‘>£\v O "
b"TzÞ\ã[Þ®ªƒn:–¦\r L "
b"kÊh¤M(k’4[—µG\x1E ý "
b"ÀPŒ6Â\x02 vcêÀ3ŽI™$W "
b"~͘\f )\x03 f~<J\x06\f j\Š"
b"z~1\x1A šÊZT\x1E Éùl·¶ë "
b"»¯w"S\x06 gáÁ\x13\x01 ¢ðÚ¿ "
b"%Þ\x14 #%ÐÏf`\v aæ\x08 TCc "
b"""
˜µå\n
†\x17\x14 VHKVö\v Žs-
"""
b"Ê1³&ãÁ¢%™Ê\x19 à‡c0 "
b"¢\x1D –Q{Úvjlœ\x14 Z\x19 ÷ — "
b"¢…#Ž-Of\x08 !,t²×üæ "
b"§+ûÅZªÔ¾ç\v ˆCŽÅ "
b"ˆš\x10\x1C I³+\x1E\x17 º¯3=™¼ "
b"""
´ÛK\x1E Ž\n
RQé}¥®ÅPÁº
"""
b"\n \x00 ¹8„P‘¤Ñ¥9Øb¿›m "
b"3§¨Í¥ˆW)\x04 #›\x03 ÜŽ*¼ "
b"”\v í/KF¼¹Údû-\x01 |J9 "
b"3?ïOý‡ð¸áÈ\x1F ¦!¢ "
b"“¦[¤ƒÔ\Xæð¥õW~?` "
b"\x10 ìSšTŸ\x12 .ô{êŽ\x12 ÅM "
b"z[[>c5†Û=\x1E\x1F —ƒv’ "
b"Hñ´\x16\t ò5ÒCÕ¼W\v Ñh "
b"ù/øf²¼ôi7|?¥qoË‹ "
b"Ž|Ñá„ëfE…L–ñŒY\x0F ó "
b"’ÝÅ\x01 €\x00 !çƒ\x13 |xi\x08 ó "
b"õñ¾\x12 vÕq=uçu\x15 T è "
b"Ô›üÏ9'Ž\x07 P3&<BÍ%8 "
b"³\x02 <dTéWl\x13 ³Â\x0E )VJ¯ "
b"¢þW%\x08 ‹),&\x1F <¾a—Oe "
b"-PÛ[\x01 gôB\x11 ×aå€áº… "
b"©áT(i¤!B<´’F2+òŠ "
b"èk¨rã%ÜF\x0E ô(\x01\x1C £÷ "
b"jž¡+õX\x1F ësü\±vZ,\v "
b"""
Üøº\x14 Õù\n
;€d7®£‚œº
"""
b"{ì +ƒb2Íídw\x17 ·\x01 ò "
b"\x02 <Ê|væ¦ç0s;B¡a\x1D "
b"""
éÅôWP¿\n
ÝÄ\x18 9æ+ROd
"""
b"”ôïCÅ\x13 GDøä¾´…´\x1E "
b"\f Ô÷"Ö"Þ‹ô\x1E ƒ†\x00\x01 !í "
b")ðêÝûB6uÿöD\x0F "\t ~C "
b"‚àÝŽë=ô;t\x13 =\x13 ˜¿š "
b"¢Æm@o®\x16 ýë8º….ß. "
b"\v ±—L\x0E l)3\r \x1E -PB]‹\ "
b"1}\x14 „¶ûë½–¦\x1D É.\x05 ì§ "
b"Â÷â\x1C `Ûf¾†Zþ\x17 ŽL©x "
b"t_ñ˜ÄàzC¹¸`\r #î-\f "
b"µ\x07 vw\x05 ¨0kûÞ7‡L8u "
b"ÝO‹”Å?ߦKÑB6…\x08 E¬ "
b"\x10\x19\t #B¬Î2®eaôwï–Ë "
b"ö"Ãnî«à8ŒS°ÂE–H\x03 "
b"ïã\x17 £¢‘lÓÄÐú \x02 1* "
b"Ó3\x12 71\x17 ¡\f $\x7F áÅ1Ü\x1F Ö "
b"\x15 \r \v —ó,,\x19 2\x18 S}™\x02 EÃ "
b"s\x04 éÅZÀ\r Õÿær\x12 p3\x13 @ "
b"e,/¡*¸¤Ï&qÙ8cÌNh "
b"ÞÄÙ\x1A ˆ#¥\f ©ž\x10 ôoF~p "
b"\x1C Á‹¶|#¹¢õ\x07 Ò\e æˆ\x01 "
b"ïª\x7F æÓÒ#ßtðêR’#"± "
b"åÿ5]R»CÙõ~d5‡«\x05 ] "
b"j”Œü\x06 ã\x12 ï\x08 ;HÚ\x06\t wÒ "
b"""
"\n
¢¾\x11 ô»\x05 ±ÇOI#š“…
"""
b"PãFä0€ƒHr·vFEu!] "
b"7¨4 ™œ³&‡\x14 6„qç[ "
b"ÚÑqX*ZÝug“ŽD(^Ðh "
b"ÁK{/5” ª2»ìÖXY\t Þ "
b"夿كYG\x03 íH`ùéY\e 5 "
b"–Ì\r süYß5ò-¶cå‡¹Õ "
b"Œ‚µžâEä‘,½\x1A f§ù°› "
b"˜O¿9\x02 ?‚¥\x02\x1C u\x07 ÍÐ9 "
b"H½ˆ+Bña\x01 ±(t«ù~¾Ð "
b"O[éë¯AjÛQ»Á¸–l˜Ð "
b"Ô:þ+õD\x10 N\x1F ŒWµ©e× "
b"ú^Æ*4l‹Ó~ŽTµœþÐ, "
b"Ýœ\x0E ä|Ä\x18 —²{Tèï!ã¹ "
b"¾æXª>ò\؇³|B\v 2M "
b"\x02 Asƒù\t ³ìbÊ{n30Áä "
b";›ú@\x01 L®˜ƒt=]P\f ÷: "
b"\x16 úÅè°yÒ\x7F J˜\x1F ×\x03\x02 `ƒ "
b"\x05 ±ÎÂ2Àõ\x18 kAA•&Ów "
b"+–R\v X¶\x13 xúã9 ",K "
b"hÆ:ÈË\x02 M•ÝlŒótJ!w "
b"\x13 ñ’È™\x12 'öBò·Ï\x05 jz "
b"ÿÒV©æŒPxp»•©Îb\x03 ÿ "
b"¿\v ¸\t E¨`‰sô3Ê\f “Uœ "
b"æ"UÓ¸QçU5\x05 V\x0F J^\x11 Î "
b"""
sƘ\n
™Ys\x1D ÏŽ¨\x13 Eô\x18 e
"""
b"Q@'…˜GÄÕ\x04 ½\x18 M')à "
b"f³Þ—û¯\x15\e %-ˆÍ\x13 ;Ê\x17 "
b"‚÷€å2ÍÍ™&í–\x08 ÎÝ€ "
b"\v Í—UØ´'—g´Ãx°Bº "
b"ŽTnQi|¿ÍSCÙ\x02 Èad• "
b"\x18 KTª8~?÷º\x1C õ˜v=\x19 "
b"c±(‚\x1F Œ‚¿\x14 ´‰NHúÕG "
b"üOý\x12 çaц©H0 64i "
b"·7oC2Oæ²Ô<Ô\x18 »é[\x16 "
b"}òôÝU¾\x18 DZ]ÌâÅeán "
b"?iíSÀ\´ÇicenxÏŠ} "
b"ð\f\x0F ©º\x1F ®\x0E 5ë1oúº "
b"\x1E ñ&ƒcp\x0E €Õ,Œ‹Œ|ý\x04 "
b"ŸãjÇïï‚•Ð]µc´\x19 ËÌ "
b"Ã\x0E ~\x11 ˆ|£G£‚ȇ•¤eÄ "
b"t~Ìi;:j‚©ôÀåþßk "
b"ŽŽü…ÃÄw\x14 „\x7F\x07 Íógó» "
b"«šÐnäFräT\x04 sSy\x16 ¼3 "
b"""
û»Îþã³ÞÞÀŽ®\n
¨À‰
"""
b"ê·¬\x1D pòõ ä$ê‰Z½\x0E ¼ "
b"Цl\x10 kW“zlì…¬v4ùo "
b"N%föAÖàD|Ö®ïÉÞS "
b"„ÈüËù\x18 ù6[8¸Ê\x08 ’ö» "
b"V¸“$ÄOJg¨ýK)熶% "
b"û𒪪Qú—\t §Ïìg B "
b"›ìKŽü6ÍÓ‘\x1F lÎJya "
b"ÕEùðŽE/åâm\x07 岉 "
b"ß°ô\x18 1¥ã›dæmüŽÌ "
b"9FLWÙ\x06\x07 l«\x00 ç>n‹’6 "
b"*+—â\x7F e¯lä€d^O½ÈR "
b"\x01 \"\v ý+~\t ó§I{\x18 4ÀŽ "
b"ÎÃaáK$4Ë€Ö²$m~Ri "
b"DÅm›È\x13 xi\x15 ™Ç¡Ø µ "
b"@ßµ77ýË(«ëÓµº\x1A ^( "
b"\v »½{³hô\x1F <<\x10 Eå\I\x1C "
b"XDÇl\v ÆÞ_C‡#Sì¦ "
b"L~y’‚¦hU\x14 }¯ëll&Ü "
b"\f ‘rëdCbÆáÄtO\x06 ¿U "
b"²ªÐjhÊ\x0F @J”þ5¬fîà "
b"rÞÛ¨f¦Ð*\x14 <\x14 •1!N" "
b"\x01 48·\e m\e 1\x03\x00 %»E\x1D 5z "
b"""
]Ù¾nî´n\n
I\x1E »T¯+í\x17
"""
b"{Y\v ìídY\x12 „‚³«€š "
b"Ê‹ø˜zÊ<RO¿ªû\x7F °Ò” "
b"Ô);º\x11 `ùàWŽ\x05 ûñéÌ¢ "
b"¸n\x00 "\x17\x07 ‘ŽÈ¹,Ô\x14 pd‚ "
b"9”x\x18 »¼‰ø\x13 ÿI\x1C ‡áX\x03 "
b"žV\x04 tyʰ¨F¬èäÔ]\x13 V "
b"çZ§I,}*¢Yãºý]6ö "
b"z\x08 3Ÿf\x15\x02 ¯–ÐYôžð"ß "
b"gmͯNé^zºwS”§¸–\x08 "
b"ê¿N7+þŠ3Þ«\x7F ²\x1C @‰™ "
b"Æ\x01\x1F ŽAžŠ\x17 ÁAyZ\f ¬\x03 \n "
b"´ŠÞñ?œ\x1A Ô(©î‰é\x16 H "
b"""
|Ï\¸/Îî‚¢\n
ú\r ªçÜ«
"""
b"»“J\x06\x07 ¬ÝØ"/ýÕq¼\x02 "
b"Oe\x04 ùà\v UåÕô~ó}}U† "
b".8DÅåæÕ–\r „z:\x1C\v Ëš "
b"ðS.¾Žˆ\x11\x01 ž¯<dJ\e $\x13 "
b"\x12 ¸\x7F í6Íç¸S9°¬DÔ\x1E "
b",\x03\x06 T= ˜\x1D Ržh%¥Ç "
b"³Y\x12 ái³ÙS q›l–® "
b"ŠÈû<I!\x06\x03 ùe\x18 qÿ\x0F _º "
b"h\x00 Ô—Ž“\x0F ~¡\x18 «:ØÄc "
b"""
6¬\n
*¨)ÄS_ÉÙôƒ»jÕ
"""
b"Yü¯™\x08\x1E KG¤Nf\x0E ¹¸©é "
b"„±S‚´'ÄvÁd×raÐ "
b"OÑTa‘¹7y\x03 »M\x0F ¥…fë "
b"¢\x01 w'-|ÈǨœFÿM‹¦\x02 "
b"s\x19 u\x1C î\x1F o{'X¡\x7F ç\Ì© "
b"€®0 ¾Œ1&ÆAsK½yq® "
b"¹ß±\x05 ¸\x10 V§‚…ɪ: ÕÛ "
b"ic_:>½§2\x16 ׬@•çzl "
b"+æ÷û\x17 \HÞEß\t XD®Ü¤ "
b"L\x18 ‹™¹\v F\x1C '\x0E â\x02 "
b"ñ7ƒÊ\x0F\x05 ³Ýh OÚåŽ\x1D ð "
b"„X\x01 0¡e–X)\x1E Ì\x05 3±qî "
b"\x0F\x06 ghtMR\x1A ðóË,µ…7Æ "
b")\x03 M©)•\x1F ‹WÈÔïŽÇdÊ "
b"©ö– Ý›‚œY;0W\x1A ¢P\x01 "
b"ïå¢UÛðÚ-æÜóì2Ú\x00 "
b"çCÏ\x03 º\x08 }wU|ìY1wµ\x03 "
b"Ò"ëûÆ‚\x12 ŽÊ¼¸W#\x01 "
b"_~È}žØH\x1F\x10 ò0Ks8`î "
b"j‡©3_\x02 •«\x04 ÖÇ\x08 Ã\x16 ?¿ "
b"‘\x05 þ\g\f ³ìIô’«Ë@ "
b"""
þ\n
#™ÚÒÚü#\x1D !5\x1D ±Ã‚
"""
b"ˆ™\x06 þÆpŽI):½\x19 z\x05 œ: "
b"}È<RŸ\x01 ¨œYÛá\x1A @cÁµ "
b"CDƒo‘rš/€hÀÒ\x02 ’†H "
]
SELECT
`property_group` . `id` as `property_group.id` ,
`property_group` . `display_type` as `property_group.displayType` ,
`property_group` . `sorting_type` as `property_group.sortingType` ,
`property_group` . `filterable` as `property_group.filterable` ,
`property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` ,
`property_group` . `created_at` as `property_group.createdAt` ,
`property_group` . `updated_at` as `property_group.updatedAt` ,
`property_group.translation.name` ,
`property_group.translation.name` as `property_group.name` ,
`property_group.translation.description` ,
`property_group.translation.description` as `property_group.description` ,
`property_group.translation.position` ,
`property_group.translation.position` as `property_group.position` ,
`property_group.translation.customFields` ,
`property_group.translation.customFields` as `property_group.customFields`
FROM
`property_group`
LEFT JOIN (
SELECT
`property_group.translation` . `property_group_id` ,
`property_group.translation` . `name` as `property_group.translation.name` ,
`property_group.translation` . `description` as `property_group.translation.description` ,
`property_group.translation` . `position` as `property_group.translation.position` ,
`property_group.translation` . `custom_fields` as `property_group.translation.customFields`
FROM
`property_group_translation` `property_group.translation`
WHERE
`property_group.translation` . `language_id` = ?
) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id`
WHERE
(
(
`property_group` . `filterable` = ?
)
)
AND (
`property_group` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE ((`property_group` . `filterable` = 1 )) AND (`property_group` . `id` IN (0x87E6A355FD07203B597C31DE96254636 , 0x5D8E3AB29D79F402AABDDF4618AAB3C3 , 0x753B1CF02A8707CC9250346FA9C54A5C , 0x158921C1C7FE8028F5D029EB6956A421 , 0xC9F8E98E19FC8D9B617E522180F839EB , 0xFA9FEFCCEBDED3092C1BC7E0627042FE , 0xF01BE869C5B332DA4BE4FB76B2C14D16 , 0xF5078D2AB2EAE5F2B1035C964D41E0BF , 0x688AC53C1CF64896EBE866ADAB8983C2 , 0xAA653BC310E7689245C4C31F608FF0F2 , 0x10E768873D7CFB8F5036EE98A690F1BC , 0x6854111FDF205173D77C409BA3998863 , 0xEDBC91CF4B8F82D2D7CC4E9F45279595 , 0x6774B36A2ACD65B880DCEA8B4315DE17 , 0xECC529A0BFD164EE6AE831913EA30B4F , 0x547ADE5CE35BDEAEAA836E3A96A60D4C , 0x6BCA68A44D286B92345B97B5471EFD8F , 0xC0508C36C2027663EAC0338D49992457 , 0x7ECD8F980C2903667E3C4A060C6A5CC5 , 0x7A7E311A9ACA5A541EC9F96C81B7B6EB , 0x9DBBAF7722530667E1C11301A2F0DABF , 0x25DE142325D0CF66600B61E608544363 , 0x98B5E50A86171456484B56F60B8E732D , 0xCA9D31B326E3C1A22599CA19E0876330 , 0xA21D96517BDA766A6C9C145A19F7A097 , 0xA285238E2DAD4F6608212C74B2D7FCE6 , 0xA72BFBC55A8EAAD4BEE70B8E88438DC5 , 0x889A101C9049B32B1E17BAAF333D99BC , 0xB4DB4B1E8D0A5251E97DA5AEC550C1BA , 0x0A00B938845091A4D1A539D862BF9B6D , 0x33A7A8CDA588572904239B03DC8E2ABC , 0x940BED2F4B46BCB9DA64FB2D017C4A39 , 0x33903FEF4FFD87F0B8E1C81F90A621A2 , 0x93A65BA483D45C58E6F0A5F5577E3F60 , 0x10EC539A549F122EF47BC3AA8E12C54D , 0x7A5B5B3E633586DB3D1E1F9783769281 , 0xAD48F1B41609F235D243D5BC570BD168 , 0xF92FF866B2BCF469377C3FA5716FCB8B , 0x8D7CD1E184EB6645854C96F18C590FF3 , 0x9092DDC501800021E783137C786908F3 , 0xF5F1BE1276D5713D75E775155420E8A0 , 0xD49BFCCF39278E075033263C42CD2538 , 0xB3023C6454E9576C13B3C20E29564AAF , 0xA2FE5725088B292C261F3CBE61974F65 , 0x2D50DB5B0167F44211D761E580E1BA85 , 0xA9E1542869A421423CB49246322BF28A , 0xE86BA872E325DC81460EF428011CA3F7 , 0x6A9EA12BF5581FEB73FC5CB1765A2C0B , 0xDCF8BA14D5F90A3B806437AEA3829CBA , 0x7BECA02B83623281CDED647717B701F2 , 0x023CCA7C76E6A6E73081733B42A1611D , 0xE9C5F45750BF0ADDC41839E62B524F64 , 0x94F4EF43C5134744F8E48FBEB485B41E , 0x0CD4F722D622DE8BF41E8386000121ED , 0x29F0EADDFB423675FFF6440F22097E43 , 0x82E0DD8DEB3DF49D3B74133D1398BF9A , 0xA2C66D406FAE16FDEB38BA852EDF8F2E , 0x0BB1974C0E6C29330D1E2D50425D8B5C , 0x317D1484B6FBEBBD96A61DC92E05ECA7 , 0xC2F7E21C60DB66BE865AFE178D4CA978 , 0x745FF198C4E07A43B9B8600D23EE2D0C , 0x81B507767705A8306BFBDE37874C3875 , 0xDD4F8B94C53FDFA64BD14236850845AC , 0x1019092342ACCE32AE6561F477EF96CB , 0xF622C36EEEABE0388C53B0C245964803 , 0xEFE317A3A281916CD3C4D0FAA002312A , 0xD33312373117A10C247FE1C531DC1FD6 , 0x150D0B97F32C2C193218537D990245C3 , 0x7304E9C55AC00DD5FFE6721270331340 , 0x652C2FA12AB8A4CF2671D93863CC4E68 , 0xDEC4D91A8823A50CA99E10F46F467E70 , 0x1CC18BB67C23B9A2F507D21BE688AD01 , 0xEFAA7FE6D3D223DF74F0EA52922322B1 , 0xE5FF355D52BB43D9F57E643587AB055D , 0x6A948CFC06E312EF083B48DA060977D2 , 0x220AA2BE11F4BB05B1C74F49239A9385 , 0x50E346E43080834872B776464575215D , 0x37A8348120999CB3268714368471E75B , 0xDAD171582A5ADD7567938D44285ED068 , 0xC14B7B2F3594A0AA32BBECD6585909DE , 0xE5A4BFD983594703ED4860F9E9591B35 , 0x96CC0D73FC59DF35F22DB663E587B9D5 , 0x8C82B59EE245E4912CBD1A66A7F9B09B , 0x984FBF39023F82A5021C7507CDD039AD , 0x48BD882B42F16101B12874ABF97EBED0 , 0x4F5BE9EBAF416ADB51BBC1B8966C98D0 , 0xD43A90FE2BF544104E1F8C57B5A965D7 , 0xFA5EC62A346C8BD37E8D54B59CFED02C , 0xDD9C0EE47CC41897B27B54E8EF21E3B9 , 0xBEE65881AA3EF25CD887B37C420B324D , 0x02417383F909B3EC62CA7B6E3330C1E4 , 0x3B9BFA40014CAE9883743D5D500CF73A , 0x16FAC5E8B079D27F4A981FD703026083 , 0x05B190CEC232C0F5186B41419526D377 , 0x2B96520B58B61378FAE3398FA0222C4B , 0x68C63AC8CB024D95DD6C8CF3744A2177 , 0x13F192C8999D1227F642F2B7CF056A7A , 0xFFD256A9E68C507870BB95A9CE6203FF , 0xBF0BB80945A8608973F433CA0C93559C , 0xE62255D3B851E7553505560F4A5E11CE , 0x73C6980A9959731DCF8DA81345F41865 , 0x514027859847C4D504BD184D27299DE0 , 0x66B3DE97FBAF151B252D88CD133BCA17 , 0x82F780E532CDCD9926ED9608CE81DD80 , 0x0BCD9755D8B4279767B4C378B08142BA , 0x8D546E51697CBFCD5343D902C8616495 , 0x184B54AA387E3FF7BA1C90F598763D19 , 0x63B128821F8C82BF14B4894E48FAD547 , 0xFC4FFD9D12E761D186A9483020363469 , 0xB7376F43324FE6B2D43CD418BBE95B16 , 0x7DF2F4DD55BE18C7B15DCCE2C565E16E , 0x3F69ED53C05CB4C76963656E78CF8A7D , 0xF00C0FA9BAAD1FAE0E8135EB316FFABA , 0x1EF1268363700E80D52C8C8B8C7CFD04 , 0x9FE36AC7EFEF8295D05DB563B419CBCC , 0xC30E7E11887CA347A382C88795A465C4 , 0x747ECC90693B3A6A82A9F4C0E5FEDF6B , 0x8D8DFC85C3C47714847F07CDF367F3BB , 0xAB9AD06EE44672E4540473537916BC33 , 0xFBADBBCEFEE3B3DEDEC08EAE0AA8C089 , 0xEAB7AC1D70F2F520E424EA895ABD0EBC , 0x8AA66C106B57937A6CEC85AC7634F96F , 0x4E2566F641ADD6E0447CD6AEEFC9DE53 , 0x84C8FCCBF918F9365B38B8CA0892F6BB , 0x56B89324C44F4A67A8FD4B29E786B625 , 0xFBF092AAAA51FA9709A7CF81EC67A042 , 0x9BEC4B8EFC36CDD3C2911F6CCE4A7961 , 0xD545F990F08D452FE5E26D07E5B289AD , 0xDFB0F41831A58F81E39B64E66DFC8DCC , 0x39464C57D906076CAB00E73E6E8B9236 , 0x2A2B97E27F65AF6CE480645E4FBDC852 , 0x015C220BFD2B7E09F3A7497B1834C08D , 0xCEC361E14B2434CB80D6B2246D7E5269 , 0x44C56D9BC8137869901599C7A1D8A0B5 , 0x40DFB53737FDCB28ABEBD3B5BA1A5E28 , 0x0BBBBD7BB368F41F3C3C1045E55C491C , 0x5844C76C0BC6DE5FAD43872353ADECA6 , 0x4C7E799282A66855147DAFEB6C6C26DC , 0x0C9172EB644362C68FE1C4744F06BF55 , 0xB2AAD06A68CA0F404A94FE35AC66EEC3 , 0x72DEDBA866A6D02A143C149531214E22 , 0x013438B71B6D1B31030025BB451D357A , 0x5DD9BE6EEEB46E0A491EBB54AF2BED17 , 0x7B590BC3ACED645912A08482B3AB809A , 0xCA8BF8987ACA3C524FBFAAFB7FB0D294 , 0xD4293BBA1160F9E0578E05FBF1E9CCA2 , 0xB86E00221707918DC8B92CD414706482 , 0x39947818BBBC89F813FF491C87E15803 , 0x9E56047479CAB0A846ACE8E4D45D1356 , 0xE75AA749902C7D2AA259E3BAFD5D36F6 , 0x7A08339F661502AF96D059F49EF022DF , 0x676DCDAF4EE95E7ABA775394A7B89608 , 0xEABF4E372BFE8A33DEAB7FB21C408999 , 0xC6011F8E419E8A17C141795A0CAC030A , 0xB48ADEF13F9C1AD428A9EE899DE91648 , 0x7CCF5CB82FCEEE82A20AFA0DAAE7DCAB , 0xBB93814A0607ACDDD8222FFDD571BC02 , 0x4F6504F9E00B55E5D5F47EF37D7D5586 , 0x2E3844C5E5E6D5960D847A3A1C0BCB9A , 0xF0532EBE8E8811019EAF3C644A1B2413 , 0x12B87FA0ED36CDE7B85339B0AC44D41E , 0x2C0306543DA0981D52C5BE6825A59DC7 , 0xB35912E169B3D9532071909B8F6C96AE , 0x8AC8FB3C49210603F9651871FF0F5FBA , 0x6800D4978D930F7EA118ABAD3AD8C463 , 0x36AC0A2AA829C4535FC9D9F483BB6AD5 , 0x59FCAF99081E4B47A44E660EB9B8A9E9 , 0x84ADB1539082B427C476C164D77261D0 , 0x4FD1546191B9377903BB4D0FA58566EB , 0xA20177272D7CC8C7A89C46FF4D8BA602 , 0x7319751CEE1F6F7B2758A17FE75CCCA9 , 0x80AE3020BE8C3126C641734BBD7971AE , 0xB9DFB105B81056A78285C9AA3AA0D5DB , 0x69635F3A3EBDA73216D7AC4095E77A6C , 0x2BE6F7FB175C48DE45DF095844AEDCA4 , 0x904C188B9F998EB90B461C270EE202AD , 0xF13783CA0F05B3DD68A04FDAE58E1DF0 , 0x84580130A1659658291ECC0533B171EE , 0x0F066768744D521AF0F3CB2CB58537C6 , 0x29034DA929951F8B57C8D4EF8EC764CA , 0xA9F696A0DD9B829C593B30571AA25001 , 0xEF8FE5A255DBF0DA2DE6DCF3EC32DA00 , 0xE743CF03BA087D77557CEC593177B503 , 0xD29D22EBFB9DC682128DCABCB8572301 , 0x5F7EC87D9ED8481F10F2304B733860EE , 0x6A87A9335F0295AB04D6C708C3163FBF , 0x9105FE5C670CB3EC499DF492AB90CB40 , 0xFE0A2399DAD2DAFC231D21351DB1C382 , 0x889906FEC6708E49293ABD197A059C3A , 0x7DC83C529F01A89C59DBE11A4063C1B5 , 0x4344836F91729A2F8068C0D202928648 ));
Copy
49
0.45 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
50
0.62 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
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` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 ));
Copy
51
0.25 ms
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = ?
Parameters :
[
b"\x01 ›\x12 (`µpþƒG\x07\x0F ˆŽÕE "
]
SELECT `acl_role` . `privileges` AS `privileges`
FROM `acl_role`
INNER JOIN `app` ON `app` . `acl_role_id` = `acl_role` . `id`
WHERE `app` . `id` = 0x019B122860B570FE8347070F888ED545
;
Copy
52
0.26 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
53
0.19 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
54
0.23 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"BehrTheme "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'BehrTheme' ;
Copy
55
2.07 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `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` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"mailcShopware6MailchimpIntegration "
]
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` . `context_gateway_url` as `app.contextGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `requested_privileges` as `app.requestedPrivileges` ,
`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` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
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`
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`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
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` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `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` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'mailcShopware6MailchimpIntegration' );
Copy
56
0.65 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` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `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` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"LenzPlatformAppCmsBlocksImageText "
]
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` . `context_gateway_url` as `app.contextGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `requested_privileges` as `app.requestedPrivileges` ,
`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` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
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`
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`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
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` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `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` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'LenzPlatformAppCmsBlocksImageText' );
Copy
57
2.58 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
58
0.31 ms
SELECT DISTINCT `technical_name`
FROM `theme_runtime_config`
WHERE `technical_name` IS NOT NULL
SELECT DISTINCT `technical_name`
FROM `theme_runtime_config`
WHERE `technical_name` IS NOT NULL ;
Copy
59
0.35 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT path FROM category WHERE id = 0x00000249F07E7E7E7E7E7E7E7E7E0001 ;
Copy
60
0.16 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
61
0.92 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M' ) LIMIT 1 ;
Copy
62
0.66 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `theme_id` = ?
Parameters :
[
b"5™\x11 í›\e DHÔºñÝĨç "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `theme_id` = 0x359911ED9B1B444890D4BAF1DDC4A8E7 ;
Copy
63
2.10 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"Ëö\x19 ¢oK·¤;ãC‚ûÎ4 "
b"‰w³•¢+G+—“kÒ0&\x07 "
b"–g\x00 è•/O8¶+Ãö\x05\x10 d "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xCBF619A2AD6F4BB7A43BE34382FBCE34 , 0x8977B395A22B472B97936BD230268107 , 0x966700E8952F4F38B6812BC3F6051064 ));
Copy
64
0.22 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
65
0.67 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` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
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` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 ));
Copy
66
0.37 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
67
0.36 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
68
0.50 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` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
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` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 ));
Copy
69
0.69 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` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
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` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `cms_navigation_page_id` as `category.cmsNavigationPageId` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 ));
Copy
70
0.33 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x00\x00\x02 Ið~~~~~~~~~\x00\x01 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x00000249F07E7E7E7E7E7E7E7E7E0001 )) GROUP BY `category` . `id` ;
Copy
71
3.41 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/00000249f07e7e7e7e7e7e7e7e7e0001 "
"/navigation/13a65f0962e64be9ab3210a371a2f790 "
"/navigation/17a3e1082a41422486b5cd8312b85338 "
"/navigation/87329892f04642a091cf97d76cf2e172 "
"/navigation/13f58cf7fb2d4fdc8090e2d111219483 "
"/navigation/0799bf2edc454c3287d633d9afd8d680 "
"/navigation/d67ef9c439bf46b9976fd4c577abecc9 "
"/navigation/b90f87fb1a1c4230af629184792d84e3 "
"/navigation/0000024be47e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024dd87e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024fcc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251c07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000252887e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253b47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000255a87e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002579c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000259907e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025b847e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025d787e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025f6c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261607e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030d407e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbba07e7e7e7e7e7e7e7e7e0001 "
"/detail/00000c3a607e7e7e7e7e7e7e7e7e0002 "
"/detail/00000c912d7e7e7e7e7e7e7e7e7e0002 "
"/detail/000008bcd17e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001aaf7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000013de7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000931727e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001f397e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001f307e7e7e7e7e7e7e7e7e0002 "
"/detail/0000001f3a7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000014697e7e7e7e7e7e7e7e7e0002 "
"/detail/00000012227e7e7e7e7e7e7e7e7e0002 "
"/detail/00000d47787e7e7e7e7e7e7e7e7e0002 "
"/detail/00000c3f8d7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000007f37e7e7e7e7e7e7e7e7e0002 "
"/detail/000000009a7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000003d47e7e7e7e7e7e7e7e7e0002 "
"/detail/000000004e7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000020ab7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000000be57e7e7e7e7e7e7e7e7e0002 "
"/detail/0000000be97e7e7e7e7e7e7e7e7e0002 "
"/detail/0000000beb7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000000bed7e7e7e7e7e7e7e7e7e0002 "
"/detail/00000020ad7e7e7e7e7e7e7e7e7e0002 "
"/detail/0000002a867e7e7e7e7e7e7e7e7e0002 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/00000249f07e7e7e7e7e7e7e7e7e0001' , '/navigation/13a65f0962e64be9ab3210a371a2f790' , '/navigation/17a3e1082a41422486b5cd8312b85338' , '/navigation/87329892f04642a091cf97d76cf2e172' , '/navigation/13f58cf7fb2d4fdc8090e2d111219483' , '/navigation/0799bf2edc454c3287d633d9afd8d680' , '/navigation/d67ef9c439bf46b9976fd4c577abecc9' , '/navigation/b90f87fb1a1c4230af629184792d84e3' , '/navigation/0000024be47e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024dd87e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024fcc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251c07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000252887e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253b47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000255a87e7e7e7e7e7e7e7e7e0001' , '/navigation/000002579c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000259907e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025b847e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025d787e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025f6c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261607e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030d407e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbba07e7e7e7e7e7e7e7e7e0001' , '/detail/00000c3a607e7e7e7e7e7e7e7e7e0002' , '/detail/00000c912d7e7e7e7e7e7e7e7e7e0002' , '/detail/000008bcd17e7e7e7e7e7e7e7e7e0002' , '/detail/0000001aaf7e7e7e7e7e7e7e7e7e0002' , '/detail/00000013de7e7e7e7e7e7e7e7e7e0002' , '/detail/00000931727e7e7e7e7e7e7e7e7e0002' , '/detail/0000001f397e7e7e7e7e7e7e7e7e0002' , '/detail/0000001f307e7e7e7e7e7e7e7e7e0002' , '/detail/0000001f3a7e7e7e7e7e7e7e7e7e0002' , '/detail/00000014697e7e7e7e7e7e7e7e7e0002' , '/detail/00000012227e7e7e7e7e7e7e7e7e0002' , '/detail/00000d47787e7e7e7e7e7e7e7e7e0002' , '/detail/00000c3f8d7e7e7e7e7e7e7e7e7e0002' , '/detail/00000007f37e7e7e7e7e7e7e7e7e0002' , '/detail/000000009a7e7e7e7e7e7e7e7e7e0002' , '/detail/00000003d47e7e7e7e7e7e7e7e7e0002' , '/detail/000000004e7e7e7e7e7e7e7e7e7e0002' , '/detail/00000020ab7e7e7e7e7e7e7e7e7e0002' , '/detail/0000000be57e7e7e7e7e7e7e7e7e0002' , '/detail/0000000be97e7e7e7e7e7e7e7e7e0002' , '/detail/0000000beb7e7e7e7e7e7e7e7e7e0002' , '/detail/0000000bed7e7e7e7e7e7e7e7e7e0002' , '/detail/00000020ad7e7e7e7e7e7e7e7e7e0002' , '/detail/0000002a867e7e7e7e7e7e7e7e7e0002' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
72
4.58 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"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
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 (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD );
Copy
73
0.97 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"¤½mg\x16 ÖA&½Ssª¾èɯ "
"_esi/global/header "
"_esi/global/header/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/header' OR seo_path_info = '_esi/global/header/' ));
Copy
74
0.32 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"/_esi/global/header "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (path_info = '/_esi/global/header' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
75
0.17 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M' ) LIMIT 1 ;
Copy
76
0.33 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"|Ï—V\x05 0LÜ»l´+š“ì¤ "
b"|Ï—V\x05 0LÜ»l´+š“ì¤ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x7CCF975605304CDCBB6CB42B9A93ECA4 OR `id` = 0x7CCF975605304CDCBB6CB42B9A93ECA4
;
Copy
77
0.58 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF AND `language.salesChannels` . `id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
78
0.51 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"SC(\r úÚO\x13 ¸~¦m5¶ü. "
b"ü¯™I#2NT£ÒO\x16 ÿÝ0K "
b"í¦!§~bE8–³ÄVاý "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x5343280DFADA4F13B87EA66D35B6FC2E , 0xFCAF994923324E54A3D24F16FFDD304B , 0xEDA621A77E62453896B3C456D8A79DFD );
Copy
79
0.53 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `currency` . `id` ;
Copy
80
0.47 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
81
5.14 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/13a65f0962e64be9ab3210a371a2f790 "
"/navigation/17a3e1082a41422486b5cd8312b85338 "
"/navigation/ce8d2ea829eb4f068922ce8d9928aaf8 "
"/navigation/00000186a07e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003d0907e7e7e7e7e7e7e7e7e0001 "
"/navigation/000006ddd07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000493e07e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000057e407e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000668a07e7e7e7e7e7e7e7e7e0001 "
"/navigation/4d689ea4e1ee4be7a7ff17c3d1c2a9fd "
"/navigation/0d5c0178b61f43409317ecb7f0423217 "
"/navigation/9f316991c7b843988ba2d691af81e051 "
"/navigation/b5f029ae393e42019d3c84d1745747d9 "
"/navigation/87329892f04642a091cf97d76cf2e172 "
"/navigation/d0c3ec10ad7f43eab1566c1442929e7b "
"/navigation/405d1cbfa9ac40988230b3550335457d "
"/navigation/fc1ec1df1e6e4f1a8143c5ba27bf4971 "
"/navigation/73d86ffcbaf24d1ead280925070a92d7 "
"/navigation/830789a628d847209c38fd4dede151ef "
"/navigation/604b2db8d0664366b6b22358d17f7a59 "
"/navigation/3effeb8dc90a440cade956cd15571d2e "
"/navigation/6a9710cbd4ef455d882138cc36089aed "
"/navigation/13f58cf7fb2d4fdc8090e2d111219483 "
"/navigation/413ab9571e424278a787f8a4381c0c9f "
"/navigation/853c3c6b6ffe47e2866acbc815d7ef0d "
"/navigation/37e42c1a596f44aaa610954f0a82095e "
"/navigation/0a500eeb24b74c4eab8e1982232bf4f7 "
"/navigation/0799bf2edc454c3287d633d9afd8d680 "
"/navigation/92bb5f4d67e84697841c730082f2bbda "
"/navigation/1756c757bedb444bbacec61fc6f0c159 "
"/navigation/eb040e19715440c08c9806233a73f42a "
"/navigation/d5f98579fc6a4def8a173f3cd4eb0c1f "
"/navigation/d67ef9c439bf46b9976fd4c577abecc9 "
"/navigation/9fc9bc9065d44af9984985664c242443 "
"/navigation/3b0c1d5504484565a8bdced3ab2d3665 "
"/navigation/b90f87fb1a1c4230af629184792d84e3 "
"/navigation/eb51729977f44659b74712aad3e7e7a3 "
"/navigation/e907e8f1668c4fb4afe752ffe417a63e "
"/navigation/f1b52c4932dc4ad590c5ee6ff62c87b7 "
"/navigation/88435e53e98c4d08877d9e13a9607c2a "
"/navigation/00000249f07e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024be47e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024bee7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024bf87e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024c027e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024c0c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024c167e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024dd87e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024de27e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024dec7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024df67e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024fcc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000024fd67e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251c07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251ca7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251d47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251de7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251e37e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251e87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251ed7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251f27e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000251fc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000252887e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000252927e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253b47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253be7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253c87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253d27e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253e67e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253eb7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000253f07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000255a87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000255b27e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002579c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257a17e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257a37e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257a47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257b07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000257ba7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000259907e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002599a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000259a47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000259ae7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025b847e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025b8e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025b987e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025d787e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025d827e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025f6c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000025f767e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261607e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002616a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261747e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002617e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261887e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000261927e7e7e7e7e7e7e7e7e0001 "
"/navigation/000002619c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030d407e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f347e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f487e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f4d7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f4f7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f527e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f537e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f547e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f577e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f5c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030f987e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fa27e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fa77e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fac7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030fb67e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000030ffc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000310067e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000310107e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000310607e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003106a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311287e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311327e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003113c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311467e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311487e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311507e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003115a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000311647e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003131c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313267e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313307e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003133a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313447e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000313467e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000315107e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003151a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003151f7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000315247e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000317047e7e7e7e7e7e7e7e7e0001 "
"/navigation/000003170e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000317227e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000318f87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000319027e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000319047e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000319077e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031aec7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031af67e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031ce07e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031cea7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031cf47e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031cfe7e7e7e7e7e7e7e7e7e0001 "
"/navigation/0000031d087e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000320c87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000320d27e7e7e7e7e7e7e7e7e0001 "
"/navigation/000008b1807e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbba07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc047e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc0e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc187e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc227e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc687e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc727e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc7c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbc867e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbccc7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbcd67e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd307e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd3a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd3f7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd447e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd497e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd4e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd537e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd587e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd5d7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd627e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd947e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbd9e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbda87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbdf87e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe027e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe0c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe207e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe2a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe5c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe667e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbe707e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbec07e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbeca7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbed47e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbede7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf247e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf2e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf387e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf427e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf4c7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbf567e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dbfec7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0007e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0507e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc05a7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0647e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc06e7e7e7e7e7e7e7e7e7e0001 "
"/navigation/00000dc0787e7e7e7e7e7e7e7e7e0001 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/13a65f0962e64be9ab3210a371a2f790' , '/navigation/17a3e1082a41422486b5cd8312b85338' , '/navigation/ce8d2ea829eb4f068922ce8d9928aaf8' , '/navigation/00000186a07e7e7e7e7e7e7e7e7e0001' , '/navigation/000003d0907e7e7e7e7e7e7e7e7e0001' , '/navigation/000006ddd07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000493e07e7e7e7e7e7e7e7e7e0001' , '/navigation/0000057e407e7e7e7e7e7e7e7e7e0001' , '/navigation/00000668a07e7e7e7e7e7e7e7e7e0001' , '/navigation/4d689ea4e1ee4be7a7ff17c3d1c2a9fd' , '/navigation/0d5c0178b61f43409317ecb7f0423217' , '/navigation/9f316991c7b843988ba2d691af81e051' , '/navigation/b5f029ae393e42019d3c84d1745747d9' , '/navigation/87329892f04642a091cf97d76cf2e172' , '/navigation/d0c3ec10ad7f43eab1566c1442929e7b' , '/navigation/405d1cbfa9ac40988230b3550335457d' , '/navigation/fc1ec1df1e6e4f1a8143c5ba27bf4971' , '/navigation/73d86ffcbaf24d1ead280925070a92d7' , '/navigation/830789a628d847209c38fd4dede151ef' , '/navigation/604b2db8d0664366b6b22358d17f7a59' , '/navigation/3effeb8dc90a440cade956cd15571d2e' , '/navigation/6a9710cbd4ef455d882138cc36089aed' , '/navigation/13f58cf7fb2d4fdc8090e2d111219483' , '/navigation/413ab9571e424278a787f8a4381c0c9f' , '/navigation/853c3c6b6ffe47e2866acbc815d7ef0d' , '/navigation/37e42c1a596f44aaa610954f0a82095e' , '/navigation/0a500eeb24b74c4eab8e1982232bf4f7' , '/navigation/0799bf2edc454c3287d633d9afd8d680' , '/navigation/92bb5f4d67e84697841c730082f2bbda' , '/navigation/1756c757bedb444bbacec61fc6f0c159' , '/navigation/eb040e19715440c08c9806233a73f42a' , '/navigation/d5f98579fc6a4def8a173f3cd4eb0c1f' , '/navigation/d67ef9c439bf46b9976fd4c577abecc9' , '/navigation/9fc9bc9065d44af9984985664c242443' , '/navigation/3b0c1d5504484565a8bdced3ab2d3665' , '/navigation/b90f87fb1a1c4230af629184792d84e3' , '/navigation/eb51729977f44659b74712aad3e7e7a3' , '/navigation/e907e8f1668c4fb4afe752ffe417a63e' , '/navigation/f1b52c4932dc4ad590c5ee6ff62c87b7' , '/navigation/88435e53e98c4d08877d9e13a9607c2a' , '/navigation/00000249f07e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024be47e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024bee7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024bf87e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024c027e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024c0c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024c167e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024dd87e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024de27e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024dec7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024df67e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024fcc7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000024fd67e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251c07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251ca7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251d47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251de7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251e37e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251e87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251ed7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251f27e7e7e7e7e7e7e7e7e0001' , '/navigation/00000251fc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000252887e7e7e7e7e7e7e7e7e0001' , '/navigation/00000252927e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253b47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253be7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253c87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253d27e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253e67e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253eb7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000253f07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000255a87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000255b27e7e7e7e7e7e7e7e7e0001' , '/navigation/000002579c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257a17e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257a37e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257a47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257b07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000257ba7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000259907e7e7e7e7e7e7e7e7e0001' , '/navigation/000002599a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000259a47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000259ae7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025b847e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025b8e7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025b987e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025d787e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025d827e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025f6c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000025f767e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261607e7e7e7e7e7e7e7e7e0001' , '/navigation/000002616a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261747e7e7e7e7e7e7e7e7e0001' , '/navigation/000002617e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261887e7e7e7e7e7e7e7e7e0001' , '/navigation/00000261927e7e7e7e7e7e7e7e7e0001' , '/navigation/000002619c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030d407e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f347e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f487e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f4d7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f4f7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f527e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f537e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f547e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f577e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f5c7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030f987e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fa27e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fa77e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fac7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030fb67e7e7e7e7e7e7e7e7e0001' , '/navigation/0000030ffc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000310067e7e7e7e7e7e7e7e7e0001' , '/navigation/00000310107e7e7e7e7e7e7e7e7e0001' , '/navigation/00000310607e7e7e7e7e7e7e7e7e0001' , '/navigation/000003106a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311287e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311327e7e7e7e7e7e7e7e7e0001' , '/navigation/000003113c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311467e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311487e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311507e7e7e7e7e7e7e7e7e0001' , '/navigation/000003115a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000311647e7e7e7e7e7e7e7e7e0001' , '/navigation/000003131c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313267e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313307e7e7e7e7e7e7e7e7e0001' , '/navigation/000003133a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313447e7e7e7e7e7e7e7e7e0001' , '/navigation/00000313467e7e7e7e7e7e7e7e7e0001' , '/navigation/00000315107e7e7e7e7e7e7e7e7e0001' , '/navigation/000003151a7e7e7e7e7e7e7e7e7e0001' , '/navigation/000003151f7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000315247e7e7e7e7e7e7e7e7e0001' , '/navigation/00000317047e7e7e7e7e7e7e7e7e0001' , '/navigation/000003170e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000317227e7e7e7e7e7e7e7e7e0001' , '/navigation/00000318f87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000319027e7e7e7e7e7e7e7e7e0001' , '/navigation/00000319047e7e7e7e7e7e7e7e7e0001' , '/navigation/00000319077e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031aec7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031af67e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031ce07e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031cea7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031cf47e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031cfe7e7e7e7e7e7e7e7e7e0001' , '/navigation/0000031d087e7e7e7e7e7e7e7e7e0001' , '/navigation/00000320c87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000320d27e7e7e7e7e7e7e7e7e0001' , '/navigation/000008b1807e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbba07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc047e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc0e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc187e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc227e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc687e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc727e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc7c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbc867e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbccc7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbcd67e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd307e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd3a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd3f7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd447e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd497e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd4e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd537e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd587e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd5d7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd627e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd947e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbd9e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbda87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbdf87e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe027e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe0c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe207e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe2a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe5c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe667e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbe707e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbec07e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbeca7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbed47e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbede7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf247e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf2e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf387e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf427e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf4c7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbf567e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dbfec7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0007e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0507e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc05a7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0647e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc06e7e7e7e7e7e7e7e7e7e0001' , '/navigation/00000dc0787e7e7e7e7e7e7e7e7e0001' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
82
0.44 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
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 (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD );
Copy
83
0.56 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"¤½mg\x16 ÖA&½Ssª¾èɯ "
"_esi/global/footer "
"_esi/global/footer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/footer' OR seo_path_info = '_esi/global/footer/' ));
Copy
84
0.29 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"/_esi/global/footer "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (path_info = '/_esi/global/footer' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
85
0.21 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
"uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) AND (token = 'uS5fsRyoRSEwFgc4p1WQbqoFHSAZIE7M' ) LIMIT 1 ;
Copy
86
0.30 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xC7B4532D41104FD9A780DEEB543B5F2C OR `id` = 0xC7B4532D41104FD9A780DEEB543B5F2C
;
Copy
87
26.71 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` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
"%|c7b4532d41104fd9a780deeb543b5f2c|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category` . `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` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `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` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `id` = 0xC7B4532D41104FD9A780DEEB543B5F2C OR (`category` . `path` LIKE '%|c7b4532d41104fd9a780deeb543b5f2c|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )))));
Copy
88
0.96 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\v gF‚Ï\x06 G¡»A*×ófÄ’ "
b"\x1E (|\x15 <ÒB[¨\x10\x1D UÛ£’œ "
b"TB\x04 .½IÝ¡Ì\x04 Ń4\x0F "
b"UEz-N¼¡ð@C@ð\x03 È "
b"fgXšJšI\x1D “›iG\x1F AÄI "
b"n#Â\f g\x1C I:€€e!±\x00 ¿© "
b"pB>É&uA÷ãØ\x11 f}Tá "
b"zÌDJ|\x03 Mè©Z\x07\x0F Q\x13 ý- "
b"\x7F Õ‹hHM\x16 \x17 ºz²e\x1A "
b"„\x0F fXHøFìƒ/KeW¿Zi "
b"ˆÖþ?Æ·Nä½]æ±³÷ó "
b"€Úf\x0E ,@\x03 ¨Ïßùyr©ƒ "
b"Å×\x1F þø¼E>¤È«6#ÞCb "
b"Öx@\x08 ©[GK½‰D_ê\x17 ¤N "
b"ÛζNkÞE%º†¢Pt.õ\x10 "
b"ìãeQÓ\x11 N·j;'P\x10 "
b"úä²6RÄN¾˜Ž‹\^X§# "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x0B674682CF0647A1BB412AD7F366C492 , 0x1E287C153CD2425BA8101D55DBA3929C , 0x5442042EBDAD49DDA1CC04C5839D340F , 0x55459D7A2DAD4EBCA1F0404340F003C8 , 0x6667589A4A9A491D939B69471F41C449 , 0x6E23C20C671C493A80806521B100BFA9 , 0x70423EC9267541F781E3D811667D54E1 , 0x7ACC444A7C034DE8A95A070F5113FD2D , 0x7FD58B6848AD4D169D17BA7AB2651A20 , 0x840F665848F846EC832F4B6557BF5A69 , 0x88D6FE3FC6B74EE4BD5DE6B1B3F7F39D , 0xAD80DA660E2C4003A8CFDFF97972A983 , 0xC5D71FFEF8BC453EA4C8AB3623DE4362 , 0xD6784008A95B474BBD89445FEA17A44E , 0xDBCEB64E6BDE4525BA86A250742EF510 , 0xECE36551D3114E8EB78F6A3B2750108F , 0xFAE4B23652C44EBE988E8B5C5E58A723 , 0xC7B4532D41104FD9A780DEEB543B5F2C )) GROUP BY `category` . `id` ;
Copy
89
3.31 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|c7b4532d41104fd9a780deeb543b5f2c|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|c7b4532d41104fd9a780deeb543b5f2c|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
90
0.20 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ç´S-A\x10 OÙ§€ÞëT;_, "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xC7B4532D41104FD9A780DEEB543B5F2C ));
Copy
91
0.26 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"ýÍ2µ?Bku¤—ïAÈé "
b"ýÍ2µ?Bku¤—ïAÈé "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xFD8FCD32B53F426BAD75A497EF41C8E9 OR `id` = 0xFD8FCD32B53F426BAD75A497EF41C8E9
;
Copy
92
1.86 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` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (((`category` . `id` = ? OR (`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ýÍ2µ?Bku¤—ïAÈé "
"%|fd8fcd32b53f426bad75a497ef41c8e9|% "
1
3
]
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` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category` . `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` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category` . `id` = 0xFD8FCD32B53F426BAD75A497EF41C8E9 OR (`category` . `path` LIKE '%|fd8fcd32b53f426bad75a497ef41c8e9|%' AND (`category` . `level` > 1 AND `category` . `level` < = 3 )))));
Copy
93
0.58 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = ? ) AND ((((`category.swagDynamicAccessRules` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR `category.swagDynamicAccessRules` . `id` < = > ? ))) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `category` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
null
b"\x11\x13 ¨aqI5©~]‚Yñö\x1D "
b"\x11 °þÛBøKç½\x1C Ï·5>6r "
b"\x14 ÉÔ\x11 k‰AÊ¿Êtš\x05 æ9x "
b"\x16 ÷2W\r òMÖ¤åõœµbâÌ "
b"$.¡Ü~iMp¦+÷g>#\x01 Å "
b"Fš=à‰VH`ê\x1D\x02 Â"P‡ "
b"J$%à 1HS¸ëS=ícLø "
b"""
[Ƨ\x7F ðñN\n
¿•wB¦™è\x17
"""
b"eb8“n–G$±&‰fmE¬4 "
b"¯èÏa!dIa„)bö§®6à "
b"²„'éº?E»‹ßq¹D.ð0 "
b"½^”ÄÕ\x16 G7²àÎ<\x08 ÔÑV "
b"Ê5+Œ·\x04 OÚ¹úîñƒ•\x0E ` "
b"ÓŠ*¡ð@\x14 ²£8jÖ¥‰Y "
b"ýÍ2µ?Bku¤—ïAÈé "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `swag_dynamic_access_category_rule` `category.swagDynamicAccessRules.mapping` ON `category` . `id` = `category.swagDynamicAccessRules.mapping` . `category_id` AND `category` . `version_id` = `category.swagDynamicAccessRules.mapping` . `category_version_id` LEFT JOIN `rule` `category.swagDynamicAccessRules` ON `category.swagDynamicAccessRules.mapping` . `rule_id` = `category.swagDynamicAccessRules` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`category.swagDynamicAccessRules` . `id` IN (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD )) OR `category.swagDynamicAccessRules` . `id` < = > NULL ))) AND (`category` . `id` IN (0x111390A861714935A97E5D8259F1F61D , 0x11B0FEDB42F84BE7BD1CCFB7353E3672 , 0x14C9D4116B8941CABFCA749A05E63978 , 0x16F732570DF24DD6A4E5F59CB562E2CC , 0x242EA1DC7E694D70A62BF7673E2301C5 , 0x469A3DE0895648609DEA1D02C2225087 , 0x4A2425C3A0314853B8EB533DED634CF8 , 0x5BC6A77FF0F14E0ABF957742A699E817 , 0x656238936E964724B12689666D45AC34 , 0xAFE8CF6121644961842962F6A7AE36E0 , 0xB28427E9BA3F45BB8BDF71B9442EF030 , 0xBD5E94C4D5164737B2E0CE3C08D4D156 , 0xCA352B8CB7044FDAB9FAEEF183950E60 , 0xD39D8A2AA1F04014B2A3386AD6A58959 , 0xFD8FCD32B53F426BAD75A497EF41C8E9 )) GROUP BY `category` . `id` ;
Copy
94
3.46 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|fd8fcd32b53f426bad75a497ef41c8e9|% "
3
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|fd8fcd32b53f426bad75a497ef41c8e9|%' AND `category` . `level` = 3 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
95
0.20 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ýÍ2µ?Bku¤—ïAÈé "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xFD8FCD32B53F426BAD75A497EF41C8E9 ));
Copy
96
0.43 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
97
0.88 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ç\x05 CL6@J\x11 ©§*Ù,vÛÔ "
b"\x13 =ÇWŽeI«¢yº)øìøZ "
b"Í\r æmÌZC‹›\x08 î퇮Ç\x00 "
b"ų{i¼'IZ‹¡”V&\x08 é "
b"1Å&÷ý=Dĵ´HV|7;) "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0xE705434C36404A11A9A72AD92C76DBD4 , 0x133DC7578D6549ABA279BA29F8ECF85A , 0xCD0DE66DCC5A438B9B08EEED87AEC700 , 0xC5B37B69BC27495A8B8FA194562608E9 , 0x31C526F7FD3D44C4B5B448567C373B29 );
Copy
98
0.55 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0xA4BD6D6716D64126BD5373AABEE8C9AF ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
99
0.73 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"µ®êØ~@NJº~âê~r1Ê "
b"]×1%,ÇN¬¥+/Jç¹>÷ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xB5AEEAD87E404E4ABA7EE2EA7E7231CA , 0x5DD731252CC74EACA52B2F4AE7B93EF7 );
Copy
100
1.50 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/c5d71ffef8bc453ea4c8ab3623de4362 "
"/navigation/afe8cf6121644961842962f6a7ae36e0 "
"/navigation/14c9d4116b8941cabfca749a05e63978 "
"/navigation/ad80da660e2c4003a8cfdff97972a983 "
"/navigation/17a3e1082a41422486b5cd8312b85338 "
"/navigation/87329892f04642a091cf97d76cf2e172 "
"/navigation/13f58cf7fb2d4fdc8090e2d111219483 "
"/navigation/0799bf2edc454c3287d633d9afd8d680 "
"/navigation/d67ef9c439bf46b9976fd4c577abecc9 "
"/navigation/b90f87fb1a1c4230af629184792d84e3 "
"/navigation/111390a861714935a97e5d8259f1f61d "
"/navigation/7fd58b6848ad4d169d17ba7ab2651a20 "
"/navigation/70423ec9267541f781e3d811667d54e1 "
"/navigation/6667589a4a9a491d939b69471f41c449 "
"/navigation/55459d7a2dad4ebca1f0404340f003c8 "
"/navigation/5442042ebdad49dda1cc04c5839d340f "
"/navigation/bd5e94c4d5164737b2e0ce3c08d4d156 "
"/navigation/469a3de0895648609dea1d02c2225087 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤½mg\x16 ÖA&½Ssª¾èɯ "
]
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/c5d71ffef8bc453ea4c8ab3623de4362' , '/navigation/afe8cf6121644961842962f6a7ae36e0' , '/navigation/14c9d4116b8941cabfca749a05e63978' , '/navigation/ad80da660e2c4003a8cfdff97972a983' , '/navigation/17a3e1082a41422486b5cd8312b85338' , '/navigation/87329892f04642a091cf97d76cf2e172' , '/navigation/13f58cf7fb2d4fdc8090e2d111219483' , '/navigation/0799bf2edc454c3287d633d9afd8d680' , '/navigation/d67ef9c439bf46b9976fd4c577abecc9' , '/navigation/b90f87fb1a1c4230af629184792d84e3' , '/navigation/111390a861714935a97e5d8259f1f61d' , '/navigation/7fd58b6848ad4d169d17ba7ab2651a20' , '/navigation/70423ec9267541f781e3d811667d54e1' , '/navigation/6667589a4a9a491d939b69471f41c449' , '/navigation/55459d7a2dad4ebca1f0404340f003c8' , '/navigation/5442042ebdad49dda1cc04c5839d340f' , '/navigation/bd5e94c4d5164737b2e0ce3c08d4d156' , '/navigation/469a3de0895648609dea1d02c2225087' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xA4BD6D6716D64126BD5373AABEE8C9AF OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
101
0.33 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"\t ,¿}{¸Eχ\x1F ‹ÃXG\x02\x1A "
b",õ˜–¯fGX–슽\x03 ¬&¶ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
<}’kjGþŽJâ\r\n
™4$
"""
b"iàé\v ÔMFY‰ˆyvu.ýü "
b"á7Ž·€ŠG‘ž\r t\r ]l\x1A "
b"é+6oàÎI{›^+L*,°ö "
b"úŸë8R\e LPŠù\x1A úüøžª "
b"&×\x15 wãeIÈ‹pK¹ç÷9\x18 "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"SÓHPÜ9K×€mX\x18 Ã\x01\x1A - "
b"q\x01 ,<[öA=ƒ¹bAä{ÙÝ "
]
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 (0x092CBF7D7BB845CF871F8BC35847021A , 0x2CF59896AF66475896EC8ABD03AC26B6 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x3C9D7D926B6A47FE8D4AE20D0A993424 , 0x69E0E90BD44D465989887976752EFDFC , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xE92B366FE0CE497B9B5E2B4C2A2CB0F6 , 0xFA9FEB38521B4C508AF91AFAFCF89EAA , 0x26D71577E36549C88B704BB9E7F73918 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x53D34850DC394BD7806D5818C3011A2D , 0x71012C3C5BF6413D83B96241E47BD9DD );
Copy