1
0.28 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.32 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.19 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.06 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
0.37 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? ) AND (is_canonical = ? ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"Polyfilla-Pro-E300-Enduit-pret-a-l-emploi-tres-fin/PP-03005AA/ "
1
]
SELECT seo_path_info FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'Polyfilla-Pro-E300-Enduit-pret-a-l-emploi-tres-fin/PP-03005AA/' ) AND (is_canonical = 1 ) ORDER BY seo_path_info ASC , sales_channel_id IS NULL ASC LIMIT 1 ;
Copy
6
0.23 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 = ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"Polyfilla-Pro-E300-Enduit-pret-a-l-emploi-tres-fin/PP-03005AA "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND ((sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR sales_channel_id IS NULL )) AND (seo_path_info = 'Polyfilla-Pro-E300-Enduit-pret-a-l-emploi-tres-fin/PP-03005AA' );
Copy
7
0.25 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
8
0.33 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB' ) LIMIT 1 ;
Copy
9
2.78 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
0.34 ms
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x4C0336B2410543DAB1CAF2364F3A7874 ;
Copy
11
3.06 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = ? WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = ? WHERE `sales_channel.currency.translation` . language_id = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.fallback_1.languageId` ,
`sales_channel.currency.translation.languageId` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.fallback_1.languageId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId` ,
`sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id`
AND `sales_channel.translation.fallback_1` . language_id = ?
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . currency_id ,
`sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` ,
`sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id`
AND `sales_channel.currency.translation.fallback_1` . language_id = ?
WHERE
`sales_channel.currency.translation` . language_id = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `sales_channel.currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 );
Copy
12
0.24 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
13
0.21 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ));
Copy
14
0.41 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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
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.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) as `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) as `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) as `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`currency.translation.languageId`
FROM
`currency`
LEFT JOIN (
SELECT
`currency.translation` . currency_id ,
`currency.translation` . short_name as `currency.translation.shortName` ,
`currency.translation` . name as `currency.translation.name` ,
`currency.translation` . custom_fields as `currency.translation.customFields` ,
`currency.translation` . created_at as `currency.translation.createdAt` ,
`currency.translation` . updated_at as `currency.translation.updatedAt` ,
`currency.translation` . currency_id as `currency.translation.currencyId` ,
`currency.translation` . language_id as `currency.translation.languageId` ,
`currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
15
3.04 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = ? WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT
`country` . `id` as `country.id` ,
`country` . `iso` as `country.iso` ,
`country` . `position` as `country.position` ,
`country` . `active` as `country.active` ,
`country` . `shipping_available` as `country.shippingAvailable` ,
`country` . `iso3` as `country.iso3` ,
`country` . `display_state_in_registration` as `country.displayStateInRegistration` ,
`country` . `force_state_in_registration` as `country.forceStateInRegistration` ,
`country` . `check_vat_id_pattern` as `country.checkVatIdPattern` ,
`country` . `vat_id_required` as `country.vatIdRequired` ,
`country` . `vat_id_pattern` as `country.vatIdPattern` ,
`country` . `customer_tax` as `country.customerTax` ,
`country` . `company_tax` as `country.companyTax` ,
`country` . `postal_code_required` as `country.postalCodeRequired` ,
`country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` ,
`country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` ,
`country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` ,
`country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` ,
`country` . `created_at` as `country.createdAt` ,
`country` . `updated_at` as `country.updatedAt` ,
`country.translation.fallback_1.name` ,
`country.translation.name` ,
COALESCE (
`country.translation.fallback_1.name` ,
`country.translation.name` , `country.translation.name`
) as `country.name` ,
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
COALESCE (
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
`country.translation.addressFormat`
) as `country.addressFormat` ,
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
COALESCE (
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
`country.translation.customFields`
) as `country.customFields` ,
`country.translation.fallback_1.createdAt` ,
`country.translation.createdAt` ,
`country.translation.fallback_1.updatedAt` ,
`country.translation.updatedAt` ,
`country.translation.fallback_1.countryId` ,
`country.translation.countryId` ,
`country.translation.fallback_1.languageId` ,
`country.translation.languageId`
FROM
`country`
LEFT JOIN (
SELECT
`country.translation` . country_id ,
`country.translation` . name as `country.translation.name` ,
`country.translation` . address_format as `country.translation.addressFormat` ,
`country.translation` . custom_fields as `country.translation.customFields` ,
`country.translation` . created_at as `country.translation.createdAt` ,
`country.translation` . updated_at as `country.translation.updatedAt` ,
`country.translation` . country_id as `country.translation.countryId` ,
`country.translation` . language_id as `country.translation.languageId` ,
`country.translation.fallback_1` . name as `country.translation.fallback_1.name` ,
`country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` ,
`country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` ,
`country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` ,
`country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` ,
`country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` ,
`country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId`
FROM
`country_translation` `country.translation`
LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id`
AND `country.translation.fallback_1` . language_id = ?
WHERE
`country.translation` . language_id = ?
) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id`
WHERE
`country` . `id` IN (? )
Copy
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x43D54C2050BB4C079F337C2D27699216 );
Copy
16
10.57 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = ? WHERE `customer_group.translation` . language_id = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT
`customer_group` . `id` as `customer_group.id` ,
`customer_group` . `display_gross` as `customer_group.displayGross` ,
`customer_group` . `registration_active` as `customer_group.registrationActive` ,
`customer_group` . `created_at` as `customer_group.createdAt` ,
`customer_group` . `updated_at` as `customer_group.updatedAt` ,
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
`customer_group.translation.name`
) as `customer_group.name` ,
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle` ,
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction` ,
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields`
) as `customer_group.customFields` ,
`customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.createdAt` ,
`customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.updatedAt` ,
`customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.customerGroupId` ,
`customer_group.translation.fallback_1.languageId` ,
`customer_group.translation.languageId`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation` . customer_group_id ,
`customer_group.translation` . name as `customer_group.translation.name` ,
`customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` ,
`customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation` . custom_fields as `customer_group.translation.customFields` ,
`customer_group.translation` . created_at as `customer_group.translation.createdAt` ,
`customer_group.translation` . updated_at as `customer_group.translation.updatedAt` ,
`customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` ,
`customer_group.translation` . language_id as `customer_group.translation.languageId` ,
`customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` ,
`customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id`
AND `customer_group.translation.fallback_1` . language_id = ?
WHERE
`customer_group.translation` . language_id = ?
) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id`
WHERE
`customer_group` . `id` IN (? )
Copy
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `customer_group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
17
0.24 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
18
5.41 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = ? WHERE `tax_rule.type.translation` . language_id = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 òeýzápæÿüÓ└$õ┘\x06 "
b"\x01 •eì}ÍrÕª\e ®àj‘0X "
b"\x01 •eù„ïp<ºª¦¿õ™Â¿ "
b"\x01 •eù‡)qÛ‘åBø3ëtc "
b"\x01 òÇA─_p'Å.ZÖð\x1F ¢e "
b"\x01 •€AÈ8pD¥.,»\x08 c\x05 ' "
b"\x01 •€Q«*q€±ž\x01 0vžÙ³ "
b"\x01 •€Q²øqĈÏ0 Æ»ºE "
b"\x01 •ŽÊÖ\t qk‚/€+lè‚2 "
b"\x01 •ŽÊÚÌrM»CxÐÄ|4] "
b"\x01 •ŽÊÝ°pþ€Þ\x0E\f ‰6PÄ "
b"\x01 òÅÁ┼Öp%╣â®~´├\x08 ý "
b"\x01 òÅÁ╩zp4¥4Êúª▀│\x1A "
b"\x01 òÅÁ╬\x08 r=îÀƒ‗\x1E @«ì "
b"\x01 òÅÁÐìrÆÆø³bÔl├ "
b"\x01 òÅÁÈipýªç─g¶ÙÌ{ "
b"\x01 òÅÁÏ]q©»Tiæj¦\x1C , "
b"\x01 òÅÁ▄JsO║ê\x05 F┤z~U "
b"\x01 òÅÁ▀\r r¶ÿ.Cf\x14 ð "
b"\x01 òÅÁÒ\x7F p¥╣*,a¶'\e Æ "
b"\x01 òÅÁÞ\x05 ryèóG%D,┌ù "
b"\x01 •³ÓU0s\x1F Àmö/¾\x10 Ù "
b"\x01 •³Ó[±p*·ÏÌ\x04 ¢t\x14 Ñ "
b"\x01 •³Ó`Ys]ƒË¥š¬““˜ "
b"\x01 •³Óewrš¼!ym5Ã(\e "
b"\x01 •³Ói\x00 s!°&mfµ±¾, "
b"\x01 •³ÓoŽq\x18 ŠP96Ú&ž| "
b"\x01 ò│Ës\e pçÅB┼\x08\x1F ╗¶é "
b"\x01 •³Óv\x13 q»——×ÜúØk\x14 "
b"""
\x01 •³Óy‘s\x13 µŒq\x11\x1D \r\n
\x1A
"""
b"\x01 •³Ó\x7F ‡q¼•˜W\x10 [Áab "
b"\x01 •´\x04 XLp ¹D\x1D ÇÆ\e #‹ "
b"""
\x01 ò┤\x04 ]7p\x14 úó\r\n
M¢\x13 ì
"""
b"\x01 ò┤\x04 `ur»ÂèEkÉêyl "
b"\x01 ò┤\t ªcqÖì°tê>\x1D äÚ "
b"\x01 •´\t ¬zpëŠe+–\x1F ä\x1D \ "
b"""
\x01 •´\t ³\n
pn»Ö¹Œkl\x04 }
"""
b"\x01 •´\t ¶Îq¥¶Ø©e\x04 Kûþ "
b"\x01 •´\t ¹·r\x18 „\v RÎC–&6 "
b"\x01 •´\t ½=q\x1F ¹\x11 ½eá)+{ "
b"\x01 •´\t ºrG¯\x00 ËNæw ‰ "
b"\x01 ò┤\t ┼¾püïbìÂ┬ùø² "
b"\x01 •´\t ÉÒs.–•\x1F Rt›¿Ù "
b"\x01 •´\t Í3pà¾<–gµ\x11 Âì "
b"\x01 •Ç•#‡rr¿ \x1D ¦Y¹Œ\ "
b"\x01 òÃò&Åq᪦³º®\x1D $" "
b"\x01 •Ç•(árä¦9ˆ\x06 Œ&'\e "
b"\x01 •Ç™\x08 7pË»r7¿ças‘ "
b"\x01 •Ç™\x0E ìp|«É§û„\x1D\x0E R "
b"\x01 •Ç™\x11 Øp{¯$\x04 ®3\x1C ý' "
b"\x01 òÃÖ\x14 ıs\x1A «\x1A àLJ└Éd "
b"\x01 òÃÖ\x17 Èr\x08 ©┌\f ½@ü┤¥ "
b"\x01 •Ç™\x1A ‡s½“#³ÉI\Î' "
b"\x01 •Ç™\x1D\x1E rºº\ßbøÌ#P "
b"\x01 òÃÖ\x1F ÇrıÉÍð\½▄╦ó "
b"\x01 •Ç™!ósº‘M\x16 £àwö[ "
b"\x01 •Ç™$¬rA Xq\e\x18 žRµ "
b"\x16 ÒHü¦\x00 D±╣b\x17 gM█æ> "
b"*Ø\x00 Ö×EMMìtkèWDØÚ "
b"É¡Ïåk|MðÜ5Ò\x18 (\x19\x11 § "
b"ÏŒv\x12 ó[\x1F ÄÕó Î\x1D eƒ "
b"Ó1©uz1I¨ª\x14 é ‘\x01 †Š "
b"áêÝâIe\x1D Ð\x08 ¨\x01 S“¢\x1A "
]
SELECT
`tax_rule` . `id` as `tax_rule.id` ,
`tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` ,
`tax_rule` . `country_id` as `tax_rule.countryId` ,
`tax_rule` . `tax_rate` as `tax_rule.taxRate` ,
`tax_rule` . `data` as `tax_rule.data` ,
`tax_rule` . `tax_id` as `tax_rule.taxId` ,
`tax_rule` . `active_from` as `tax_rule.activeFrom` ,
`tax_rule.type` . `id` as `tax_rule.type.id` ,
`tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` ,
`tax_rule.type` . `position` as `tax_rule.type.position` ,
`tax_rule.type` . `created_at` as `tax_rule.type.createdAt` ,
`tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` ,
`tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.typeName` ,
COALESCE (
`tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.typeName` ,
`tax_rule.type.translation.typeName`
) as `tax_rule.type.typeName` ,
`tax_rule.type.translation.fallback_1.createdAt` ,
`tax_rule.type.translation.createdAt` ,
`tax_rule.type.translation.fallback_1.updatedAt` ,
`tax_rule.type.translation.updatedAt` ,
`tax_rule.type.translation.fallback_1.taxRuleTypeId` ,
`tax_rule.type.translation.taxRuleTypeId` ,
`tax_rule.type.translation.fallback_1.languageId` ,
`tax_rule.type.translation.languageId` ,
`tax_rule` . `created_at` as `tax_rule.createdAt` ,
`tax_rule` . `updated_at` as `tax_rule.updatedAt`
FROM
`tax_rule`
LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id`
LEFT JOIN (
SELECT
`tax_rule.type.translation` . tax_rule_type_id ,
`tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` ,
`tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` ,
`tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` ,
`tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` ,
`tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` ,
`tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` ,
`tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` ,
`tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` ,
`tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId`
FROM
`tax_rule_type_translation` `tax_rule.type.translation`
LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id`
AND `tax_rule.type.translation.fallback_1` . language_id = ?
WHERE
`tax_rule.type.translation` . language_id = ?
) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id`
WHERE
(
`tax_rule` . `tax_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
Copy
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `tax_rule.type.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x019565EC7AA070919881E0C024E4D906 , 0x019565EC7DCD72D5AA1BAEE06A913058 , 0x019565F984EF703CBAAAA6BFF599C2BF , 0x019565F9872971DB91E542F833EB7463 , 0x01958041C45F70278F2E5A99D01FBD65 , 0x01958041C8387044A52E2CBB08630527 , 0x01958051AB2A7180B19E0130769ED9B3 , 0x01958051B2F871C488CF3020C6BBBA45 , 0x01958ECAD609716B822F802B6CE88232 , 0x01958ECADACC724DBB4378D0C47C345D , 0x01958ECADDB070FE80DE0E0C893650C4 , 0x01958FB5C5997025B983A97EEFC308EC , 0x01958FB5CA7A7034BE34D2A3A6DFB31A , 0x01958FB5CE08723D8CB79FF21E40AE8D , 0x01958FB5D18D729292C7F7FC62E26CC3 , 0x01958FB5D46970ECA687C467F4EBDE7B , 0x01958FB5D85D71B8AF5469916ADD1C2C , 0x01958FB5DC4A734FBA880546B47A7E55 , 0x01958FB5DF0D72F4982E436614D0B6FF , 0x01958FB5E37F70BEB92A2C61F4271B92 , 0x01958FB5E80572798AA24725442CDA97 , 0x0195B3D35530731FADC06DF62FBE10D9 , 0x0195B3D35BB1702AB7CFCC04A27414D1 , 0x0195B3D36059735D83CBA59AAC939398 , 0x0195B3D36577729ABC21796D35C3281B , 0x0195B3D369007321B0266D66B5B1BE2C , 0x0195B3D36F8E71188A503936DA269E7C , 0x0195B3D3731B70878F42C5081FBBF482 , 0x0195B3D3761371BB9797D7DCFAD86B14 , 0x0195B3D379917313B58C71111D0D0A1A , 0x0195B3D37F8771BC959857105BC16162 , 0x0195B404584C7020B9441DC7C61B238B , 0x0195B4045D377014A3A20D0A4DBD138D , 0x0195B404607572AFB68A456B9088796C , 0x0195B409A66371998DF874883E1D84E9 , 0x0195B409AC7A70EB8A652B961FE41D5C , 0x0195B409B30A706EBBD6B98C6B6C047D , 0x0195B409B6CE71A5B6D8A965044BFBFE , 0x0195B409B9B77218840B52CE43962636 , 0x0195B409BD3D711FB911BD65E1292B7B , 0x0195B409C2BA7247AF00CB4EE677A089 , 0x0195B409C5F370818B628DB6C2979BFD , 0x0195B409C9D2732E96951F52749BBFD9 , 0x0195B409CD3370E0BE3C9667B511C2EC , 0x0195C79523877272BFA01DA659B98C5C , 0x0195C795268F71A0A6DDFCA7A91D2422 , 0x0195C79528E172E4A63988068C26271B , 0x0195C799083770CBBB7237BFE7617391 , 0x0195C7990EEC707CABC9A7FB841D0E52 , 0x0195C79911D8707BAF2404AE331CFD27 , 0x0195C79914D5731AAE1A854C4AC09064 , 0x0195C79917D47208B8DA0CAB4081B4BE , 0x0195C7991A8773BD9323B3C9495CCE27 , 0x0195C7991D1E72BABA5CDF62F8CC2350 , 0x0195C7991F8072D590D6D05CABDCCBA2 , 0x0195C79921F373BA914D16A3E077F65B , 0x0195C79924AC7241A058711B189E52B5 , 0x16E34881DD0044F1B96217674DDB913E , 0x2A9D00999E454D4D8D746B8A57449DE9 , 0x90ADD8866B7C4DD09A35E318281911F5 , 0xCF8C7612F35B1F20C4D5F3A0CE1D6583 , 0xD331A9757A3149A8AA14E9A09101868A , 0xE1EADDE24965AD1DD008A8015393A21A ));
Copy
19
3.71 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? WHERE `payment_method.translation` . language_id = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¼,J\x13 #¿N+¿µ…A³\x1D ‘| "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation` . payment_method_id ,
`payment_method.translation` . name as `payment_method.translation.name` ,
`payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . description as `payment_method.translation.description` ,
`payment_method.translation` . custom_fields as `payment_method.translation.customFields` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId` ,
`payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
WHERE
`payment_method.translation` . language_id = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` ,
`payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
WHERE
`payment_method.media.translation` . language_id = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `payment_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xBC2C4A1323BF4E2BBFB58541B31D917C );
Copy
20
0.25 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"ä\x19 Šª·¤D\x01 ¢ï}ÁZ@ùâ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xE4198AAAB7A44401A2EF7DC15A40F9E2 );
Copy
21
1.02 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? WHERE `shipping_method.translation` . language_id = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? WHERE `shipping_method.deliveryTime.translation` . language_id = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡Èͦ\x15 ŽK“€€¾#ýí0® "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name as `shipping_method.translation.name` ,
`shipping_method.translation` . description as `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at as `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id as `shipping_method.translation.languageId` ,
`shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.translation` . language_id = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . delivery_time_id ,
`shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.deliveryTime.translation` . language_id = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . media_id ,
`shipping_method.media.translation` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` ,
`shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.media.translation` . language_id = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `shipping_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `shipping_method.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xA1C8CDA6158E4B938080BE23FDED30AE );
Copy
22
0.14 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"""
úÌÚh/™M,©ƒ\x1C \n
IŸÕÏ
"""
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xFACCDA682F994D2CA9831C0A499FD5CF );
Copy
23
0.70 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x43D54C2050BB4C079F337C2D27699216 ) LIMIT 1 ;
Copy
24
1.05 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
25
0.12 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB' ;
Copy
26
0.58 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
27
0.47 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
28
0.20 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
29
0.28 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 )) AND (`country` . `id` IN (0x43D54C2050BB4C079F337C2D27699216 )) GROUP BY `country` . `id` ;
Copy
30
0.38 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
31
0.32 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
32
0.59 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
33
0.35 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
35
0.35 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
36
0.29 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
37
0.41 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
38
0.27 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
39
0.15 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
40
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
41
0.29 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
42
0.23 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
43
0.15 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
44
0.11 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (token = 'ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB' ) LIMIT 1 ;
Copy
45
0.23 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
46
0.09 ms
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x4C0336B2410543DAB1CAF2364F3A7874 ;
Copy
47
0.74 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = ? WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = ? WHERE `sales_channel.currency.translation` . language_id = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.fallback_1.languageId` ,
`sales_channel.currency.translation.languageId` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.fallback_1.languageId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId` ,
`sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id`
AND `sales_channel.translation.fallback_1` . language_id = ?
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . currency_id ,
`sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` ,
`sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id`
AND `sales_channel.currency.translation.fallback_1` . language_id = ?
WHERE
`sales_channel.currency.translation` . language_id = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . currency_id , `sales_channel.currency.translation` . short_name as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . name as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . custom_fields as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation` . created_at as `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at as `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id as `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id as `sales_channel.currency.translation.languageId` , `sales_channel.currency.translation.fallback_1` . short_name as `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name as `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields as `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at as `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at as `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id as `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id as `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `sales_channel.currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 );
Copy
48
0.17 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ));
Copy
49
0.28 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
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.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) as `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) as `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) as `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`currency.translation.languageId`
FROM
`currency`
LEFT JOIN (
SELECT
`currency.translation` . currency_id ,
`currency.translation` . short_name as `currency.translation.shortName` ,
`currency.translation` . name as `currency.translation.name` ,
`currency.translation` . custom_fields as `currency.translation.customFields` ,
`currency.translation` . created_at as `currency.translation.createdAt` ,
`currency.translation` . updated_at as `currency.translation.updatedAt` ,
`currency.translation` . currency_id as `currency.translation.currencyId` ,
`currency.translation` . language_id as `currency.translation.languageId` ,
`currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
50
0.36 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = ? WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT
`country` . `id` as `country.id` ,
`country` . `iso` as `country.iso` ,
`country` . `position` as `country.position` ,
`country` . `active` as `country.active` ,
`country` . `shipping_available` as `country.shippingAvailable` ,
`country` . `iso3` as `country.iso3` ,
`country` . `display_state_in_registration` as `country.displayStateInRegistration` ,
`country` . `force_state_in_registration` as `country.forceStateInRegistration` ,
`country` . `check_vat_id_pattern` as `country.checkVatIdPattern` ,
`country` . `vat_id_required` as `country.vatIdRequired` ,
`country` . `vat_id_pattern` as `country.vatIdPattern` ,
`country` . `customer_tax` as `country.customerTax` ,
`country` . `company_tax` as `country.companyTax` ,
`country` . `postal_code_required` as `country.postalCodeRequired` ,
`country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` ,
`country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` ,
`country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` ,
`country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` ,
`country` . `created_at` as `country.createdAt` ,
`country` . `updated_at` as `country.updatedAt` ,
`country.translation.fallback_1.name` ,
`country.translation.name` ,
COALESCE (
`country.translation.fallback_1.name` ,
`country.translation.name` , `country.translation.name`
) as `country.name` ,
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
COALESCE (
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
`country.translation.addressFormat`
) as `country.addressFormat` ,
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
COALESCE (
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
`country.translation.customFields`
) as `country.customFields` ,
`country.translation.fallback_1.createdAt` ,
`country.translation.createdAt` ,
`country.translation.fallback_1.updatedAt` ,
`country.translation.updatedAt` ,
`country.translation.fallback_1.countryId` ,
`country.translation.countryId` ,
`country.translation.fallback_1.languageId` ,
`country.translation.languageId`
FROM
`country`
LEFT JOIN (
SELECT
`country.translation` . country_id ,
`country.translation` . name as `country.translation.name` ,
`country.translation` . address_format as `country.translation.addressFormat` ,
`country.translation` . custom_fields as `country.translation.customFields` ,
`country.translation` . created_at as `country.translation.createdAt` ,
`country.translation` . updated_at as `country.translation.updatedAt` ,
`country.translation` . country_id as `country.translation.countryId` ,
`country.translation` . language_id as `country.translation.languageId` ,
`country.translation.fallback_1` . name as `country.translation.fallback_1.name` ,
`country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` ,
`country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` ,
`country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` ,
`country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` ,
`country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` ,
`country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId`
FROM
`country_translation` `country.translation`
LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id`
AND `country.translation.fallback_1` . language_id = ?
WHERE
`country.translation` . language_id = ?
) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id`
WHERE
`country` . `id` IN (? )
Copy
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) as `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) as `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name as `country.translation.name` , `country.translation` . address_format as `country.translation.addressFormat` , `country.translation` . custom_fields as `country.translation.customFields` , `country.translation` . created_at as `country.translation.createdAt` , `country.translation` . updated_at as `country.translation.updatedAt` , `country.translation` . country_id as `country.translation.countryId` , `country.translation` . language_id as `country.translation.languageId` , `country.translation.fallback_1` . name as `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format as `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields as `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at as `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at as `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id as `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id as `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x43D54C2050BB4C079F337C2D27699216 );
Copy
51
0.36 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = ? WHERE `customer_group.translation` . language_id = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT
`customer_group` . `id` as `customer_group.id` ,
`customer_group` . `display_gross` as `customer_group.displayGross` ,
`customer_group` . `registration_active` as `customer_group.registrationActive` ,
`customer_group` . `created_at` as `customer_group.createdAt` ,
`customer_group` . `updated_at` as `customer_group.updatedAt` ,
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
`customer_group.translation.name`
) as `customer_group.name` ,
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle` ,
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction` ,
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields`
) as `customer_group.customFields` ,
`customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.createdAt` ,
`customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.updatedAt` ,
`customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.customerGroupId` ,
`customer_group.translation.fallback_1.languageId` ,
`customer_group.translation.languageId`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation` . customer_group_id ,
`customer_group.translation` . name as `customer_group.translation.name` ,
`customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` ,
`customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation` . custom_fields as `customer_group.translation.customFields` ,
`customer_group.translation` . created_at as `customer_group.translation.createdAt` ,
`customer_group.translation` . updated_at as `customer_group.translation.updatedAt` ,
`customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` ,
`customer_group.translation` . language_id as `customer_group.translation.languageId` ,
`customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` ,
`customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id`
AND `customer_group.translation.fallback_1` . language_id = ?
WHERE
`customer_group.translation` . language_id = ?
) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id`
WHERE
`customer_group` . `id` IN (? )
Copy
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name as `customer_group.translation.name` , `customer_group.translation` . registration_title as `customer_group.translation.registrationTitle` , `customer_group.translation` . registration_introduction as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation` . custom_fields as `customer_group.translation.customFields` , `customer_group.translation` . created_at as `customer_group.translation.createdAt` , `customer_group.translation` . updated_at as `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id as `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id as `customer_group.translation.languageId` , `customer_group.translation.fallback_1` . name as `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title as `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction as `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration as `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description as `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields as `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at as `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at as `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id as `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id as `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `customer_group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
52
0.18 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
53
0.74 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = ? WHERE `tax_rule.type.translation` . language_id = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 òeýzápæÿüÓ└$õ┘\x06 "
b"\x01 •eì}ÍrÕª\e ®àj‘0X "
b"\x01 •eù„ïp<ºª¦¿õ™Â¿ "
b"\x01 •eù‡)qÛ‘åBø3ëtc "
b"\x01 òÇA─_p'Å.ZÖð\x1F ¢e "
b"\x01 •€AÈ8pD¥.,»\x08 c\x05 ' "
b"\x01 •€Q«*q€±ž\x01 0vžÙ³ "
b"\x01 •€Q²øqĈÏ0 Æ»ºE "
b"\x01 •ŽÊÖ\t qk‚/€+lè‚2 "
b"\x01 •ŽÊÚÌrM»CxÐÄ|4] "
b"\x01 •ŽÊÝ°pþ€Þ\x0E\f ‰6PÄ "
b"\x01 òÅÁ┼Öp%╣â®~´├\x08 ý "
b"\x01 òÅÁ╩zp4¥4Êúª▀│\x1A "
b"\x01 òÅÁ╬\x08 r=îÀƒ‗\x1E @«ì "
b"\x01 òÅÁÐìrÆÆø³bÔl├ "
b"\x01 òÅÁÈipýªç─g¶ÙÌ{ "
b"\x01 òÅÁÏ]q©»Tiæj¦\x1C , "
b"\x01 òÅÁ▄JsO║ê\x05 F┤z~U "
b"\x01 òÅÁ▀\r r¶ÿ.Cf\x14 ð "
b"\x01 òÅÁÒ\x7F p¥╣*,a¶'\e Æ "
b"\x01 òÅÁÞ\x05 ryèóG%D,┌ù "
b"\x01 •³ÓU0s\x1F Àmö/¾\x10 Ù "
b"\x01 •³Ó[±p*·ÏÌ\x04 ¢t\x14 Ñ "
b"\x01 •³Ó`Ys]ƒË¥š¬““˜ "
b"\x01 •³Óewrš¼!ym5Ã(\e "
b"\x01 •³Ói\x00 s!°&mfµ±¾, "
b"\x01 •³ÓoŽq\x18 ŠP96Ú&ž| "
b"\x01 ò│Ës\e pçÅB┼\x08\x1F ╗¶é "
b"\x01 •³Óv\x13 q»——×ÜúØk\x14 "
b"""
\x01 •³Óy‘s\x13 µŒq\x11\x1D \r\n
\x1A
"""
b"\x01 •³Ó\x7F ‡q¼•˜W\x10 [Áab "
b"\x01 •´\x04 XLp ¹D\x1D ÇÆ\e #‹ "
b"""
\x01 ò┤\x04 ]7p\x14 úó\r\n
M¢\x13 ì
"""
b"\x01 ò┤\x04 `ur»ÂèEkÉêyl "
b"\x01 ò┤\t ªcqÖì°tê>\x1D äÚ "
b"\x01 •´\t ¬zpëŠe+–\x1F ä\x1D \ "
b"""
\x01 •´\t ³\n
pn»Ö¹Œkl\x04 }
"""
b"\x01 •´\t ¶Îq¥¶Ø©e\x04 Kûþ "
b"\x01 •´\t ¹·r\x18 „\v RÎC–&6 "
b"\x01 •´\t ½=q\x1F ¹\x11 ½eá)+{ "
b"\x01 •´\t ºrG¯\x00 ËNæw ‰ "
b"\x01 ò┤\t ┼¾püïbìÂ┬ùø² "
b"\x01 •´\t ÉÒs.–•\x1F Rt›¿Ù "
b"\x01 •´\t Í3pà¾<–gµ\x11 Âì "
b"\x01 •Ç•#‡rr¿ \x1D ¦Y¹Œ\ "
b"\x01 òÃò&Åq᪦³º®\x1D $" "
b"\x01 •Ç•(árä¦9ˆ\x06 Œ&'\e "
b"\x01 •Ç™\x08 7pË»r7¿ças‘ "
b"\x01 •Ç™\x0E ìp|«É§û„\x1D\x0E R "
b"\x01 •Ç™\x11 Øp{¯$\x04 ®3\x1C ý' "
b"\x01 òÃÖ\x14 ıs\x1A «\x1A àLJ└Éd "
b"\x01 òÃÖ\x17 Èr\x08 ©┌\f ½@ü┤¥ "
b"\x01 •Ç™\x1A ‡s½“#³ÉI\Î' "
b"\x01 •Ç™\x1D\x1E rºº\ßbøÌ#P "
b"\x01 òÃÖ\x1F ÇrıÉÍð\½▄╦ó "
b"\x01 •Ç™!ósº‘M\x16 £àwö[ "
b"\x01 •Ç™$¬rA Xq\e\x18 žRµ "
b"\x16 ÒHü¦\x00 D±╣b\x17 gM█æ> "
b"*Ø\x00 Ö×EMMìtkèWDØÚ "
b"É¡Ïåk|MðÜ5Ò\x18 (\x19\x11 § "
b"ÏŒv\x12 ó[\x1F ÄÕó Î\x1D eƒ "
b"Ó1©uz1I¨ª\x14 é ‘\x01 †Š "
b"áêÝâIe\x1D Ð\x08 ¨\x01 S“¢\x1A "
]
SELECT
`tax_rule` . `id` as `tax_rule.id` ,
`tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` ,
`tax_rule` . `country_id` as `tax_rule.countryId` ,
`tax_rule` . `tax_rate` as `tax_rule.taxRate` ,
`tax_rule` . `data` as `tax_rule.data` ,
`tax_rule` . `tax_id` as `tax_rule.taxId` ,
`tax_rule` . `active_from` as `tax_rule.activeFrom` ,
`tax_rule.type` . `id` as `tax_rule.type.id` ,
`tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` ,
`tax_rule.type` . `position` as `tax_rule.type.position` ,
`tax_rule.type` . `created_at` as `tax_rule.type.createdAt` ,
`tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` ,
`tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.typeName` ,
COALESCE (
`tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.typeName` ,
`tax_rule.type.translation.typeName`
) as `tax_rule.type.typeName` ,
`tax_rule.type.translation.fallback_1.createdAt` ,
`tax_rule.type.translation.createdAt` ,
`tax_rule.type.translation.fallback_1.updatedAt` ,
`tax_rule.type.translation.updatedAt` ,
`tax_rule.type.translation.fallback_1.taxRuleTypeId` ,
`tax_rule.type.translation.taxRuleTypeId` ,
`tax_rule.type.translation.fallback_1.languageId` ,
`tax_rule.type.translation.languageId` ,
`tax_rule` . `created_at` as `tax_rule.createdAt` ,
`tax_rule` . `updated_at` as `tax_rule.updatedAt`
FROM
`tax_rule`
LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id`
LEFT JOIN (
SELECT
`tax_rule.type.translation` . tax_rule_type_id ,
`tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` ,
`tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` ,
`tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` ,
`tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` ,
`tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` ,
`tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` ,
`tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` ,
`tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` ,
`tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` ,
`tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId`
FROM
`tax_rule_type_translation` `tax_rule.type.translation`
LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id`
AND `tax_rule.type.translation.fallback_1` . language_id = ?
WHERE
`tax_rule.type.translation` . language_id = ?
) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id`
WHERE
(
`tax_rule` . `tax_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
Copy
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . tax_rule_type_id , `tax_rule.type.translation` . type_name as `tax_rule.type.translation.typeName` , `tax_rule.type.translation` . created_at as `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at as `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id as `tax_rule.type.translation.languageId` , `tax_rule.type.translation.fallback_1` . type_name as `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at as `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at as `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id as `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id as `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `tax_rule.type.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x019565EC7AA070919881E0C024E4D906 , 0x019565EC7DCD72D5AA1BAEE06A913058 , 0x019565F984EF703CBAAAA6BFF599C2BF , 0x019565F9872971DB91E542F833EB7463 , 0x01958041C45F70278F2E5A99D01FBD65 , 0x01958041C8387044A52E2CBB08630527 , 0x01958051AB2A7180B19E0130769ED9B3 , 0x01958051B2F871C488CF3020C6BBBA45 , 0x01958ECAD609716B822F802B6CE88232 , 0x01958ECADACC724DBB4378D0C47C345D , 0x01958ECADDB070FE80DE0E0C893650C4 , 0x01958FB5C5997025B983A97EEFC308EC , 0x01958FB5CA7A7034BE34D2A3A6DFB31A , 0x01958FB5CE08723D8CB79FF21E40AE8D , 0x01958FB5D18D729292C7F7FC62E26CC3 , 0x01958FB5D46970ECA687C467F4EBDE7B , 0x01958FB5D85D71B8AF5469916ADD1C2C , 0x01958FB5DC4A734FBA880546B47A7E55 , 0x01958FB5DF0D72F4982E436614D0B6FF , 0x01958FB5E37F70BEB92A2C61F4271B92 , 0x01958FB5E80572798AA24725442CDA97 , 0x0195B3D35530731FADC06DF62FBE10D9 , 0x0195B3D35BB1702AB7CFCC04A27414D1 , 0x0195B3D36059735D83CBA59AAC939398 , 0x0195B3D36577729ABC21796D35C3281B , 0x0195B3D369007321B0266D66B5B1BE2C , 0x0195B3D36F8E71188A503936DA269E7C , 0x0195B3D3731B70878F42C5081FBBF482 , 0x0195B3D3761371BB9797D7DCFAD86B14 , 0x0195B3D379917313B58C71111D0D0A1A , 0x0195B3D37F8771BC959857105BC16162 , 0x0195B404584C7020B9441DC7C61B238B , 0x0195B4045D377014A3A20D0A4DBD138D , 0x0195B404607572AFB68A456B9088796C , 0x0195B409A66371998DF874883E1D84E9 , 0x0195B409AC7A70EB8A652B961FE41D5C , 0x0195B409B30A706EBBD6B98C6B6C047D , 0x0195B409B6CE71A5B6D8A965044BFBFE , 0x0195B409B9B77218840B52CE43962636 , 0x0195B409BD3D711FB911BD65E1292B7B , 0x0195B409C2BA7247AF00CB4EE677A089 , 0x0195B409C5F370818B628DB6C2979BFD , 0x0195B409C9D2732E96951F52749BBFD9 , 0x0195B409CD3370E0BE3C9667B511C2EC , 0x0195C79523877272BFA01DA659B98C5C , 0x0195C795268F71A0A6DDFCA7A91D2422 , 0x0195C79528E172E4A63988068C26271B , 0x0195C799083770CBBB7237BFE7617391 , 0x0195C7990EEC707CABC9A7FB841D0E52 , 0x0195C79911D8707BAF2404AE331CFD27 , 0x0195C79914D5731AAE1A854C4AC09064 , 0x0195C79917D47208B8DA0CAB4081B4BE , 0x0195C7991A8773BD9323B3C9495CCE27 , 0x0195C7991D1E72BABA5CDF62F8CC2350 , 0x0195C7991F8072D590D6D05CABDCCBA2 , 0x0195C79921F373BA914D16A3E077F65B , 0x0195C79924AC7241A058711B189E52B5 , 0x16E34881DD0044F1B96217674DDB913E , 0x2A9D00999E454D4D8D746B8A57449DE9 , 0x90ADD8866B7C4DD09A35E318281911F5 , 0xCF8C7612F35B1F20C4D5F3A0CE1D6583 , 0xD331A9757A3149A8AA14E9A09101868A , 0xE1EADDE24965AD1DD008A8015393A21A ));
Copy
54
0.69 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? WHERE `payment_method.translation` . language_id = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÉjÑbœhKãƒrÍÆv@`æ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation` . payment_method_id ,
`payment_method.translation` . name as `payment_method.translation.name` ,
`payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . description as `payment_method.translation.description` ,
`payment_method.translation` . custom_fields as `payment_method.translation.customFields` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId` ,
`payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
WHERE
`payment_method.translation` . language_id = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` ,
`payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
WHERE
`payment_method.media.translation` . language_id = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `payment_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xC96AD1629C684BE38372CDC6764060E6 );
Copy
55
0.12 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"=ä:UKàDl…áPÐ\x1E ]†¹ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x3DE43A554BE0446C85E150D01E5D86B9 );
Copy
56
0.99 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? WHERE `shipping_method.translation` . language_id = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? WHERE `shipping_method.deliveryTime.translation` . language_id = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¯òâ\x06 30@Œ£Jü`.î/Ç "
b"¡Èͦ\x15 ŽK“€€¾#ýí0® "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name as `shipping_method.translation.name` ,
`shipping_method.translation` . description as `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at as `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id as `shipping_method.translation.languageId` ,
`shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.translation` . language_id = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . delivery_time_id ,
`shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.deliveryTime.translation` . language_id = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . media_id ,
`shipping_method.media.translation` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` ,
`shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.media.translation` . language_id = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `shipping_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `shipping_method.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xAFF2E2063330408CA34AFC602EEE2FC7 , 0xA1C8CDA6158E4B938080BE23FDED30AE );
Copy
57
0.13 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"õ%±öƒl@-‡\x14 ú8†°|a "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xF525B1F6836C402D8714FA3886B07C61 );
Copy
58
0.40 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^] Kq\x02 !ì\x7F ž\x07 d& "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018B5E5DA04B7102A021EC7F9E076426 AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
59
0.11 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^] Kq\x02 !ì\x7F ž\x07 d& "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5E5DA04B7102A021EC7F9E076426 );
Copy
60
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"""
úÌÚh/™M,©ƒ\x1C \n
IŸÕÏ
"""
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xFACCDA682F994D2CA9831C0A499FD5CF );
Copy
61
0.12 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"CÕL P»L\x07 Ÿ3|-'i’\x16 "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x43D54C2050BB4C079F337C2D27699216 ) LIMIT 1 ;
Copy
62
1.04 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
63
0.11 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'ZabB8VnK7I2MPJb8d1dgyLKupjelmOzB' ;
Copy
64
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
65
0.31 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
66
0.15 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
67
0.31 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
68
0.29 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
69
0.38 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
70
0.26 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
71
0.15 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
72
0.27 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
73
0.22 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
74
0.10 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
75
0.50 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"b\x0E _]iåL½žH¾Z¾T÷³ "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND `language.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
76
0.48 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , `language.translationCode.translation.name` ) as `language.translationCode.name` , `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) as `language.translationCode.territory` , `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) as `language.translationCode.customFields` , `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.localeId` , `language.translationCode.translation.fallback_1.languageId` , `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . locale_id , `language.translationCode.translation` . name as `language.translationCode.translation.name` , `language.translationCode.translation` . territory as `language.translationCode.translation.territory` , `language.translationCode.translation` . custom_fields as `language.translationCode.translation.customFields` , `language.translationCode.translation` . created_at as `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at as `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id as `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id as `language.translationCode.translation.languageId` , `language.translationCode.translation.fallback_1` . name as `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.fallback_1` . territory as `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.fallback_1` . custom_fields as `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.fallback_1` . created_at as `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.fallback_1` . updated_at as `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.fallback_1` . locale_id as `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.fallback_1` . language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id` AND `language.translationCode.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT
`language` . `id` as `language.id` ,
`language` . `parent_id` as `language.parentId` ,
`language` . `locale_id` as `language.localeId` ,
`language` . `translation_code_id` as `language.translationCodeId` ,
`language` . `name` as `language.name` ,
`language` . `custom_fields` as `language.customFields` ,
`language` . `created_at` as `language.createdAt` ,
`language` . `updated_at` as `language.updatedAt` ,
`language.productSearchConfig` . `id` as `language.productSearchConfig.id` ,
`language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` ,
`language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` ,
`language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` ,
`language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` ,
`language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` ,
`language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` ,
`language.translationCode` . `id` as `language.translationCode.id` ,
`language.translationCode` . `code` as `language.translationCode.code` ,
`language.translationCode` . `created_at` as `language.translationCode.createdAt` ,
`language.translationCode` . `updated_at` as `language.translationCode.updatedAt` ,
`language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.name` ,
COALESCE (
`language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.name` ,
`language.translationCode.translation.name`
) as `language.translationCode.name` ,
`language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.territory` ,
COALESCE (
`language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.territory` ,
`language.translationCode.translation.territory`
) as `language.translationCode.territory` ,
`language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.customFields` ,
COALESCE (
`language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.customFields` ,
`language.translationCode.translation.customFields`
) as `language.translationCode.customFields` ,
`language.translationCode.translation.fallback_1.createdAt` ,
`language.translationCode.translation.createdAt` ,
`language.translationCode.translation.fallback_1.updatedAt` ,
`language.translationCode.translation.updatedAt` ,
`language.translationCode.translation.fallback_1.localeId` ,
`language.translationCode.translation.localeId` ,
`language.translationCode.translation.fallback_1.languageId` ,
`language.translationCode.translation.languageId`
FROM
`language`
LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id`
LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id`
LEFT JOIN (
SELECT
`language.translationCode.translation` . locale_id ,
`language.translationCode.translation` . name as `language.translationCode.translation.name` ,
`language.translationCode.translation` . territory as `language.translationCode.translation.territory` ,
`language.translationCode.translation` . custom_fields as `language.translationCode.translation.customFields` ,
`language.translationCode.translation` . created_at as `language.translationCode.translation.createdAt` ,
`language.translationCode.translation` . updated_at as `language.translationCode.translation.updatedAt` ,
`language.translationCode.translation` . locale_id as `language.translationCode.translation.localeId` ,
`language.translationCode.translation` . language_id as `language.translationCode.translation.languageId` ,
`language.translationCode.translation.fallback_1` . name as `language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.fallback_1` . territory as `language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.fallback_1` . custom_fields as `language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.fallback_1` . created_at as `language.translationCode.translation.fallback_1.createdAt` ,
`language.translationCode.translation.fallback_1` . updated_at as `language.translationCode.translation.fallback_1.updatedAt` ,
`language.translationCode.translation.fallback_1` . locale_id as `language.translationCode.translation.fallback_1.localeId` ,
`language.translationCode.translation.fallback_1` . language_id as `language.translationCode.translation.fallback_1.languageId`
FROM
`locale_translation` `language.translationCode.translation`
LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id`
AND `language.translationCode.translation.fallback_1` . language_id = ?
WHERE
`language.translationCode.translation` . language_id = ?
) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id`
WHERE
`language` . `id` IN (? , ? , ? )
Copy
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , `language.translationCode.translation.name` ) as `language.translationCode.name` , `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) as `language.translationCode.territory` , `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) as `language.translationCode.customFields` , `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.localeId` , `language.translationCode.translation.fallback_1.languageId` , `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . locale_id , `language.translationCode.translation` . name as `language.translationCode.translation.name` , `language.translationCode.translation` . territory as `language.translationCode.translation.territory` , `language.translationCode.translation` . custom_fields as `language.translationCode.translation.customFields` , `language.translationCode.translation` . created_at as `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at as `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id as `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id as `language.translationCode.translation.languageId` , `language.translationCode.translation.fallback_1` . name as `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.fallback_1` . territory as `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.fallback_1` . custom_fields as `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.fallback_1` . created_at as `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.fallback_1` . updated_at as `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.fallback_1` . locale_id as `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.fallback_1` . language_id as `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id` AND `language.translationCode.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 , 0x4C0336B2410543DAB1CAF2364F3A7874 , 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
77
1.08 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"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `currency` . `id` ;
Copy
78
0.32 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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
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.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) as `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) as `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) as `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`currency.translation.languageId`
FROM
`currency`
LEFT JOIN (
SELECT
`currency.translation` . currency_id ,
`currency.translation` . short_name as `currency.translation.shortName` ,
`currency.translation` . name as `currency.translation.name` ,
`currency.translation` . custom_fields as `currency.translation.customFields` ,
`currency.translation` . created_at as `currency.translation.createdAt` ,
`currency.translation` . updated_at as `currency.translation.updatedAt` ,
`currency.translation` . currency_id as `currency.translation.currencyId` ,
`currency.translation` . language_id as `currency.translation.languageId` ,
`currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) as `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation` . currency_id , `currency.translation` . short_name as `currency.translation.shortName` , `currency.translation` . name as `currency.translation.name` , `currency.translation` . custom_fields as `currency.translation.customFields` , `currency.translation` . created_at as `currency.translation.createdAt` , `currency.translation` . updated_at as `currency.translation.updatedAt` , `currency.translation` . currency_id as `currency.translation.currencyId` , `currency.translation` . language_id as `currency.translation.languageId` , `currency.translation.fallback_1` . short_name as `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name as `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields as `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at as `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at as `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id as `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id as `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
79
0.21 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Õ¨¼q\x12 nI>ºØaF\v 8Ç "
b"Õ¨¼q\x12 nI>ºØaF\v 8Ç "
b"Õ¨¼q\x12 nI>ºØaF\v 8Ç "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xE5F9AC71126E493EA79D61460B3880B6 OR `parent_id` = 0xE5F9AC71126E493EA79D61460B3880B6 OR `id` = 0xE5F9AC71126E493EA79D61460B3880B6
;
Copy
80
3.59 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? WHERE `category.media.translation` . language_id = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|e5f9ac71126e493ea79d61460b3880b6|% "
2
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title as `category.media.translation.title` ,
`category.media.translation` . alt as `category.media.translation.alt` ,
`category.media.translation` . custom_fields as `category.media.translation.customFields` ,
`category.media.translation` . created_at as `category.media.translation.createdAt` ,
`category.media.translation` . updated_at as `category.media.translation.updatedAt` ,
`category.media.translation` . media_id as `category.media.translation.mediaId` ,
`category.media.translation` . language_id as `category.media.translation.languageId` ,
`category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
WHERE
`category.media.translation` . language_id = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id WHERE `category.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `category.media.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|e5f9ac71126e493ea79d61460b3880b6|%' AND (`category` . `level` > 2 AND `category` . `level` < = 5 )));
Copy
81
1.96 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% "
"%|e5f9ac71126e493ea79d61460b3880b6|% "
5
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|e5f9ac71126e493ea79d61460b3880b6|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
82
1.04 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"¤ËdäÚéN£¦ND¥²´\t þ "
b"Õ¨¼q\x12 nI>ºØaF\v 8Ç "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) as `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) as `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) as `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title as `category.media.translation.title` ,
`category.media.translation` . alt as `category.media.translation.alt` ,
`category.media.translation` . custom_fields as `category.media.translation.customFields` ,
`category.media.translation` . created_at as `category.media.translation.createdAt` ,
`category.media.translation` . updated_at as `category.media.translation.updatedAt` ,
`category.media.translation` . media_id as `category.media.translation.mediaId` ,
`category.media.translation` . language_id as `category.media.translation.languageId` ,
`category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
WHERE
`category.media.translation` . language_id = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) as `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) as `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) as `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id WHERE `category.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title as `category.media.translation.title` , `category.media.translation` . alt as `category.media.translation.alt` , `category.media.translation` . custom_fields as `category.media.translation.customFields` , `category.media.translation` . created_at as `category.media.translation.createdAt` , `category.media.translation` . updated_at as `category.media.translation.updatedAt` , `category.media.translation` . media_id as `category.media.translation.mediaId` , `category.media.translation` . language_id as `category.media.translation.languageId` , `category.media.translation.fallback_1` . title as `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt as `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields as `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at as `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at as `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id as `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id as `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xA4CB64E4DAE94EA3A64E44A5B2B409FE , 0xE5F9AC71126E493EA79D61460B3880B6 ));
Copy
83
0.58 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? 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.fallback_1.name` , `shipping_method.translation.name` )) ASC
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` )) ASC ;
Copy
84
0.99 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? WHERE `shipping_method.translation` . language_id = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? WHERE `shipping_method.deliveryTime.translation` . language_id = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¯òâ\x06 30@Œ£Jü`.î/Ç "
b"¡Èͦ\x15 ŽK“€€¾#ýí0® "
b"ËË2—úÈI\x1C —V\x00 6¸`¢ä "
b"þÃzP\x16 rNî™]%$9\v tŒ "
b"ý£(ÜÒã@YŽò\x15 •ÈTpe "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name as `shipping_method.translation.name` ,
`shipping_method.translation` . description as `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at as `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id as `shipping_method.translation.languageId` ,
`shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.translation` . language_id = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . delivery_time_id ,
`shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` ,
`shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.deliveryTime.translation` . language_id = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . media_id ,
`shipping_method.media.translation` . title as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` ,
`shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
WHERE
`shipping_method.media.translation` . language_id = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `shipping_method.deliveryTime.translation.languageId` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name as `shipping_method.translation.name` , `shipping_method.translation` . description as `shipping_method.translation.description` , `shipping_method.translation` . tracking_url as `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields as `shipping_method.translation.customFields` , `shipping_method.translation` . created_at as `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at as `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id as `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id as `shipping_method.translation.languageId` , `shipping_method.translation.fallback_1` . name as `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description as `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url as `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields as `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at as `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at as `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id as `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id as `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `shipping_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . delivery_time_id , `shipping_method.deliveryTime.translation` . name as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . custom_fields as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation` . created_at as `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at as `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id as `shipping_method.deliveryTime.translation.languageId` , `shipping_method.deliveryTime.translation.fallback_1` . name as `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields as `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at as `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at as `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id as `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id as `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `shipping_method.deliveryTime.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . media_id , `shipping_method.media.translation` . title as `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields as `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at as `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at as `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id as `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id as `shipping_method.media.translation.languageId` , `shipping_method.media.translation.fallback_1` . title as `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt as `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields as `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at as `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at as `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id as `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id as `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xAFF2E2063330408CA34AFC602EEE2FC7 , 0xA1C8CDA6158E4B938080BE23FDED30AE , 0xCBCB3297FAC8491C97560036B860A2E4 , 0xFEC37A5016724EEE995D2524390B748C , 0xFDA328DCD2E340598EF21595C8547065 );
Copy
85
0.29 ms
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"¡Èͦ\x15 ŽK“€€¾#ýí0® "
b"¯òâ\x06 30@Œ£Jü`.î/Ç "
b"ËË2—úÈI\x1C —V\x00 6¸`¢ä "
b"ý£(ÜÒã@YŽò\x15 •ÈTpe "
b"þÃzP\x16 rNî™]%$9\v tŒ "
]
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (0xA1C8CDA6158E4B938080BE23FDED30AE , 0xAFF2E2063330408CA34AFC602EEE2FC7 , 0xCBCB3297FAC8491C97560036B860A2E4 , 0xFDA328DCD2E340598EF21595C8547065 , 0xFEC37A5016724EEE995D2524390B748C ));
Copy
86
0.16 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"õ%±öƒl@-‡\x14 ú8†°|a "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xF525B1F6836C402D8714FA3886B07C61 );
Copy
87
0.43 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^] Kq\x02 !ì\x7F ž\x07 d& "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018B5E5DA04B7102A021EC7F9E076426 AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
88
0.11 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^] Kq\x02 !ì\x7F ž\x07 d& "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5E5DA04B7102A021EC7F9E076426 );
Copy
89
0.11 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"""
úÌÚh/™M,©ƒ\x1C \n
IŸÕÏ
"""
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xFACCDA682F994D2CA9831C0A499FD5CF );
Copy
90
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"Ë€µÛ×_E•¨.¥P!‡±F "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xCB80B5DBD75F4595A82EA5502187B146 );
Copy
91
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"Àµ\v œÐaGûˆ\x04 ,K\x07 µT\x03 "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xC0B50B9CD06147FB88042C4B07B55403 );
Copy
92
0.38 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^.¢\x00 qÔ³›NAePÁ´ "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018B5E2EA20071D4B39B4E416550C1B4 AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
93
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^.¢\x00 qÔ³›NAePÁ´ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5E2EA20071D4B39B4E416550C1B4 );
Copy
94
0.12 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"âó\x18 ™e—B šr\x7F FšB<o "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xE2F31899659742A09A727F469A423C6F );
Copy
95
0.38 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^\f `_p¾¨@68ûIRŸ "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018B5E0C605F70BEA8403638FB49529F AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
96
0.13 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^\f `_p¾¨@68ûIRŸ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5E0C605F70BEA8403638FB49529F );
Copy
97
0.44 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
98
0.32 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
99
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
100
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
101
1.00 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"b\x0E _]iåL½žH¾Z¾T÷³ "
]
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` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
102
0.96 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? WHERE `payment_method.translation` . language_id = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\r #èæz[OZˆÄ\x11 d.[˜l "
b"Åe+6VÄ@î¬┘\x01 Ä{Ò×\ "
b"¼,J\x13 #¿N+¿µ…A³\x1D ‘| "
b"ÉjÑbœhKãƒrÍÆv@`æ "
b"Ô1Åþ?+B\x19 ä1§¾█ÔÅ "
b"bДA"œE^½AÂÕk\x1E ^û "
b".aüN\x12 .O÷½\x0F GÚ\x7F t¬4 "
b"Ä¢Ç\x00 ?ÕJtœÈ›¼ýˆ\x05 õ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
LEFT JOIN (
SELECT
`payment_method.translation` . payment_method_id ,
`payment_method.translation` . name as `payment_method.translation.name` ,
`payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . description as `payment_method.translation.description` ,
`payment_method.translation` . custom_fields as `payment_method.translation.customFields` ,
`payment_method.translation` . created_at as `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at as `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id as `payment_method.translation.languageId` ,
`payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
WHERE
`payment_method.translation` . language_id = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . media_id ,
`payment_method.media.translation` . title as `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` ,
`payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
WHERE
`payment_method.media.translation` . language_id = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation` . payment_method_id , `payment_method.translation` . name as `payment_method.translation.name` , `payment_method.translation` . distinguishable_name as `payment_method.translation.distinguishableName` , `payment_method.translation` . description as `payment_method.translation.description` , `payment_method.translation` . custom_fields as `payment_method.translation.customFields` , `payment_method.translation` . created_at as `payment_method.translation.createdAt` , `payment_method.translation` . updated_at as `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id as `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id as `payment_method.translation.languageId` , `payment_method.translation.fallback_1` . name as `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name as `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description as `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields as `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at as `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at as `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id as `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id as `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `payment_method.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . media_id , `payment_method.media.translation` . title as `payment_method.media.translation.title` , `payment_method.media.translation` . alt as `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields as `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at as `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at as `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id as `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id as `payment_method.media.translation.languageId` , `payment_method.media.translation.fallback_1` . title as `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt as `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields as `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at as `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at as `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id as `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id as `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0x0D23E8E67A5B4F5A88C411642E5B986C , 0x8F652B36568E408CAAD9018E7BE39E5C , 0xBC2C4A1323BF4E2BBFB58541B31D917C , 0xC96AD1629C684BE38372CDC6764060E6 , 0xE2318FE73F2B42198431F5F3DBF0E28F , 0x62D09441229C455EBD41C2D56B1E5EFB , 0x2E61814E122E4FF6AB0F47E97F74AA34 , 0xC4A2C7003FD54A749CC89BBCFD8805F5 );
Copy
103
0.31 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x0E jáG\x04 iDß®`£\x1C {i4A "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x0E6AE147046944DFAE60A31C7B693441 );
Copy
104
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"dù*H¹[Cù¾\x04 ŸÉ\e Ó‰ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x64F92A48B95B43F9ADBE049FC91BD389 );
Copy
105
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"ä\x19 Šª·¤D\x01 ¢ï}ÁZ@ùâ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xE4198AAAB7A44401A2EF7DC15A40F9E2 );
Copy
106
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"=ä:UKàDl…áPÐ\x1E ]†¹ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x3DE43A554BE0446C85E150D01E5D86B9 );
Copy
107
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"bg\t ˆNçB™“\x19 úÐD®Óà "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x626709884EE742999319FAD044AED3E0 );
Copy
108
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"´½\x05 ÏIdHW±±"Ù\x03 ;¦E "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xB4BD05CF49644857B1B122D9033BA645 );
Copy
109
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"Ïi‰vëˆNݣЬÿ¸Ä\x15 ¿ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xCF698976EB884EDDA3D0ACFFB8C415BF );
Copy
110
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"nnƒŸlsKÔ’\t ý|ÄÜ´$ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x6E6E839F6C734BD49209FD7CC4DCB424 );
Copy
111
0.33 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
112
0.36 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
113
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
114
0.17 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
115
0.27 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
116
0.23 ms
SELECT `swag_social_shopping_sales_channel` . `id` FROM `swag_social_shopping_sales_channel` LEFT JOIN `sales_channel_domain` `swag_social_shopping_sales_channel.salesChannelDomain` ON `swag_social_shopping_sales_channel` . `sales_channel_domain_id` = `swag_social_shopping_sales_channel.salesChannelDomain` . `id` LEFT JOIN `sales_channel` `swag_social_shopping_sales_channel.salesChannel` ON `swag_social_shopping_sales_channel` . `sales_channel_id` = `swag_social_shopping_sales_channel.salesChannel` . `id` WHERE (`swag_social_shopping_sales_channel.salesChannelDomain` . `sales_channel_id` = ? AND `swag_social_shopping_sales_channel.salesChannel` . `active` = ? AND `swag_social_shopping_sales_channel` . `network` = ? )
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
true
"SwagSocialShopping\Component\Network\Pinterest "
]
SELECT `swag_social_shopping_sales_channel` . `id` FROM `swag_social_shopping_sales_channel` LEFT JOIN `sales_channel_domain` `swag_social_shopping_sales_channel.salesChannelDomain` ON `swag_social_shopping_sales_channel` . `sales_channel_domain_id` = `swag_social_shopping_sales_channel.salesChannelDomain` . `id` LEFT JOIN `sales_channel` `swag_social_shopping_sales_channel.salesChannel` ON `swag_social_shopping_sales_channel` . `sales_channel_id` = `swag_social_shopping_sales_channel.salesChannel` . `id` WHERE (`swag_social_shopping_sales_channel.salesChannelDomain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND `swag_social_shopping_sales_channel.salesChannel` . `active` = 1 AND `swag_social_shopping_sales_channel` . `network` = 'SwagSocialShopping\\Component\\Network\\Pinterest' );
Copy
117
0.22 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `product_number` as `product.productNumber` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((`product` . `parent_id` = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
ìq\n
×Xy@ÇœexñF±O\t
"""
]
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `product_number` as `product.productNumber` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `parent_id` = 0xEC710AD7587940C79C6578F146B14F09 ));
Copy
118
0.20 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = ? ) AND (((`category.mainCategories` . `product_id` = ? AND `category.mainCategories` . `sales_channel_id` = ? AND (`category` . `path` LIKE ? OR `category` . `path` LIKE ? )))) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
ìq\n
×Xy@ÇœexñF±O\t
"""
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"%|a4cb64e4dae94ea3a64e44a5b2b409fe|% "
"%|e5f9ac71126e493ea79d61460b3880b6|% "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.mainCategories` . `product_id` = 0xEC710AD7587940C79C6578F146B14F09 AND `category.mainCategories` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND (`category` . `path` LIKE '%|a4cb64e4dae94ea3a64e44a5b2b409fe|%' OR `category` . `path` LIKE '%|e5f9ac71126e493ea79d61460b3880b6|%' )))) LIMIT 1 ;
Copy
119
0.17 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `active` = ? AND (`category` . `path` LIKE ? OR `category` . `path` LIKE ? ))) AND (`category` . `id` IN (? , ? , ? , ? , ? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
true
"%|a4cb64e4dae94ea3a64e44a5b2b409fe|% "
"%|e5f9ac71126e493ea79d61460b3880b6|% "
b"\x07 :\x06 õ‰3J ®÷Ó.ö†Ü! "
b"\x19 ƒ–d¡vI\x19 ¸(ðhµ8¿. "
b"ŽÍ/Èè¦I\x7F ·A#ƒEBÊ "
b"‘XÄ\x19 TþK\x1A ¥€(ê[ß`È "
b"ì¾d\x13 ©[C\x1F ¾'ÞŠµ|™$ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `active` = 1 AND (`category` . `path` LIKE '%|a4cb64e4dae94ea3a64e44a5b2b409fe|%' OR `category` . `path` LIKE '%|e5f9ac71126e493ea79d61460b3880b6|%' ))) AND (`category` . `id` IN (0x073A06F589334AA0AEF7D32EF686DC21 , 0x19839664A1764919B828F068B538BF2E , 0x8ECD2FC8E8A6497FADB74123834542CA , 0x9158C41954FE4B1AA58028EA5BDF60C8 , 0xECBE6413A95B431FBE27DE8AB57C9924 )) LIMIT 1 ;
Copy
120
0.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"‘XÄ\x19 TþK\x1A ¥€(ê[ß`È "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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 (0x9158C41954FE4B1AA58028EA5BDF60C8 ));
Copy
121
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `write_access` as `app.integration.writeAccess` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) as `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) as `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label as `app.translation.label` ,
`app.translation` . description as `app.translation.description` ,
`app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields as `app.translation.customFields` ,
`app.translation` . created_at as `app.translation.createdAt` ,
`app.translation` . updated_at as `app.translation.updatedAt` ,
`app.translation` . app_id as `app.translation.appId` ,
`app.translation` . language_id as `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `write_access` as `app.integration.writeAccess` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) as `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) as `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) as `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) as `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label as `app.translation.label` , `app.translation` . description as `app.translation.description` , `app.translation` . privacy_policy_extensions as `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields as `app.translation.customFields` , `app.translation` . created_at as `app.translation.createdAt` , `app.translation` . updated_at as `app.translation.updatedAt` , `app.translation` . app_id as `app.translation.appId` , `app.translation` . language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
122
0.30 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
123
0.15 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
124
0.21 ms
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = ? ) GROUP BY `jett_mce_setting` . `id`
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `jett_mce_setting` . `id` FROM `jett_mce_setting` LEFT JOIN `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping` ON `jett_mce_setting` . `id` = `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` LEFT JOIN `sales_channel` `jett_mce_setting.salesChannels` ON `jett_mce_setting.salesChannels.mapping` . `sales_channel_id` = `jett_mce_setting.salesChannels` . `id` WHERE (`jett_mce_setting.salesChannels` . `id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) GROUP BY `jett_mce_setting` . `id` ;
Copy
125
0.32 ms
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (? )
Parameters :
[
b"\x01 ŒCÇóãv€›5Ôx»À¸ì "
]
SELECT `jett_mce_setting` . `id` as `jett_mce_setting.id` , `jett_mce_setting` . `active` as `jett_mce_setting.active` , `jett_mce_setting` . `label` as `jett_mce_setting.label` , `jett_mce_setting` . `api_key` as `jett_mce_setting.apiKey` , `jett_mce_setting` . `list_id` as `jett_mce_setting.listId` , `jett_mce_setting` . `list_name` as `jett_mce_setting.listName` , `jett_mce_setting` . `store_id` as `jett_mce_setting.storeId` , `jett_mce_setting` . `store_name` as `jett_mce_setting.storeName` , `jett_mce_setting` . `store_domain_id` as `jett_mce_setting.storeDomainId` , `jett_mce_setting` . `store_currency_code` as `jett_mce_setting.storeCurrencyCode` , `jett_mce_setting` . `store_connected_site` as `jett_mce_setting.storeConnectedSite` , `jett_mce_setting` . `embed_connected_site` as `jett_mce_setting.embedConnectedSite` , `jett_mce_setting` . `customer_groups` as `jett_mce_setting.customerGroups` , `jett_mce_setting` . `subscriber_status` as `jett_mce_setting.subscriberStatus` , `jett_mce_setting` . `abandoned_carts` as `jett_mce_setting.abandonedCarts` , `jett_mce_setting` . `log_storage_period` as `jett_mce_setting.logStoragePeriod` , `jett_mce_setting` . `sync_limit` as `jett_mce_setting.syncLimit` , `jett_mce_setting` . `stats` as `jett_mce_setting.stats` , `jett_mce_setting` . `merge_fields` as `jett_mce_setting.mergeFields` , `jett_mce_setting` . `subscriber_sync_active` as `jett_mce_setting.subscriberSyncActive` , `jett_mce_setting` . `sync_all_languages` as `jett_mce_setting.syncAllLanguages` , `jett_mce_setting` . `sync_custom_fields_active` as `jett_mce_setting.syncCustomFieldsActive` , `jett_mce_setting` . `vendor_option` as `jett_mce_setting.vendorOption` , `jett_mce_setting` . `stats_sync_date` as `jett_mce_setting.statsSyncDate` , `jett_mce_setting` . `last_sync_date_for_orders` as `jett_mce_setting.lastSyncDateForOrders` , `jett_mce_setting` . `last_sync_date_for_products` as `jett_mce_setting.lastSyncDateForProducts` , `jett_mce_setting` . `last_sync_date_for_customers` as `jett_mce_setting.lastSyncDateForCustomers` , `jett_mce_setting` . `last_sync_date_for_subscribers` as `jett_mce_setting.lastSyncDateForSubscribers` , `jett_mce_setting` . `created_at` as `jett_mce_setting.createdAt` , `jett_mce_setting` . `updated_at` as `jett_mce_setting.updatedAt` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_sales_channel` `jett_mce_setting.salesChannels.mapping`
WHERE `jett_mce_setting.salesChannels.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.salesChannels.id_mapping` , (SELECT GROUP_CONCAT (HEX (`jett_mce_setting.languages.mapping` . `language_id` ) SEPARATOR '||' )
FROM `jett_mce_setting_language` `jett_mce_setting.languages.mapping`
WHERE `jett_mce_setting.languages.mapping` . `jett_mce_setting_id` = `jett_mce_setting` . `id` ) as `jett_mce_setting.languages.id_mapping` FROM `jett_mce_setting` WHERE `jett_mce_setting` . `id` IN (0x018C43C7F3E376809B35D478BBC0B8EC );
Copy
126
0.43 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE `sales_channel` . `id` IN (0x620E5F5D69E54CBD9E48BE5ABE54F7B3 );
Copy
127
0.12 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (? )
Parameters :
[
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE `language` . `id` IN (0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
128
0.25 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
JSON_UNQUOTE (JSON_EXTRACT (`domain` . custom_fields , '$.isoCode' )) AS overriddenLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ;
Copy
129
0.49 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? , ? , ? )
Parameters :
[
"/detail/ec710ad7587940c79c6578f146b14f09 "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"\x08 \ºvä÷Bˆ°úܾB\–¤ "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/detail/ec710ad7587940c79c6578f146b14f09' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x4C0336B2410543DAB1CAF2364F3A7874 , 0x085CBA76E4F74288B0FADCBE425C96A4 );
Copy
130
0.12 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
131
0.36 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
132
0.34 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
133
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
134
0.22 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
135
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
136
0.66 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = ? WHERE `sales_channel.translation` . language_id = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = ? )
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel.analytics` . `id` as `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` as `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.fallback_1.languageId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name as `sales_channel.translation.name` ,
`sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . home_name as `sales_channel.translation.homeName` ,
`sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at as `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id as `sales_channel.translation.languageId` ,
`sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id`
AND `sales_channel.translation.fallback_1` . language_id = ?
WHERE
`sales_channel.translation` . language_id = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
WHERE
(`sales_channel` . `active` = ? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel.analytics` . `id` as `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` as `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` as `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` as `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` as `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` as `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` as `sales_channel.analytics.updatedAt` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name as `sales_channel.translation.name` , `sales_channel.translation` . home_slot_config as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . home_enabled as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . home_name as `sales_channel.translation.homeName` , `sales_channel.translation` . home_meta_title as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . home_meta_description as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . home_keywords as `sales_channel.translation.homeKeywords` , `sales_channel.translation` . custom_fields as `sales_channel.translation.customFields` , `sales_channel.translation` . created_at as `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at as `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id as `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id as `sales_channel.translation.languageId` , `sales_channel.translation.fallback_1` . name as `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config as `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled as `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name as `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title as `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description as `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords as `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields as `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at as `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at as `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id as `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id as `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `sales_channel.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` WHERE (`sales_channel` . `active` = 1 );
Copy
137
0.19 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x10\x1E\x15 J¹$M\x0E •‘˜\x7F ƒ! ± "
b"\x12 £:î\x1C\x1F @–¬c¬\x01 =ˆËí "
b"(\r ─\x1C «ôM\x13 ôÔó8ÅC9c "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
b"¸R$ô\x07 jHl¢\x00 ¹JÐÒ/Ç "
b"¿¤éßj¹Fû°ï?eÀߊ^ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x101E154AB9244D0E9591987F8321A0B1 , 0x12A33AEE1C1F4096AC63AC013D88CBED , 0x280DC41CAE934D1393E2A2388F433963 , 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 , 0xB85224F4076A486CA200B94AD0D22FC7 , 0xBFA4E9DF6AB946FBB0EF3F65C0DF8A5E ));
Copy
138
0.12 ms
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = ? ) LIMIT 1
Parameters :
[
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT `sales_channel_domain` . `id` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 ) LIMIT 1 ;
Copy
139
0.11 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"""
\x01 Å\x17 ÏïNrnĹÌMÂ\n
Ë«
"""
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE `sales_channel_domain` . `id` IN (0x018F17D88B4E726E8EFBDE4DB60AD3AE );
Copy
140
0.24 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id IS NULL ) AND (property . module = ? )
Parameters :
[
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id IS NULL ) AND (property . module = 'frontend.detail.page' );
Copy
141
0.16 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"1ýOf\,L\x0E É\x16 mo╚▄êÑ "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x31EC4F665C2C4C0E90166D6FC8DC88A5 ) AND (property . module = 'frontend.detail.page' );
Copy
142
0.18 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"B›>Ÿ±N@P¸è ˜3C^H "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x429B3E9FB14E4050B8E8A09833435E48 ) AND (property . module = 'frontend.detail.page' );
Copy
143
0.13 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"òÙàù9ºC\x02 Ÿz³³ƒ+\x1F\x10 "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0xF2D9E0F939BA43029F7AB3B3832B1F10 ) AND (property . module = 'frontend.detail.page' );
Copy
144
0.16 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"F\x19 1O®\x14 B”œô{\x1A j·£· "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x4619314FAE1442949CF47B1A6AB7A3B7 ) AND (property . module = 'frontend.detail.page' );
Copy
145
0.13 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"É?\x04 F-\x06 @å¬\x11 ¿L╝«s\x06 "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x903F04462D064086AA11A84CBCAE7306 ) AND (property . module = 'frontend.detail.page' );
Copy
146
0.20 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"è\x10\x1C\x05 ™\x03 J\f ºåù«1Ç«{ "
"frontend.detail.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0xE8101C0599034A0CBAE5F9AB31C7AB7B ) AND (property . module = 'frontend.detail.page' );
Copy
147
1.76 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = ? AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id 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` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
ÜØë0FFOˆ”,ò·øy\n
=
"""
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`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.fallback_1.name` ,
`product.manufacturer.translation.name` ,
COALESCE (
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) as `product.manufacturer.name` ,
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) as `product.manufacturer.description` ,
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields` ,
`product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`product.manufacturer.translation.productManufacturerVersionId` ,
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1.createdAt` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1.updatedAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1.productId` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1.languageId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.fallback_1.productVersionId` ,
`product.parent.translation.fallback_1.productVersionId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId` ,
`product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` ,
`product.translation.fallback_1` . name as `product.translation.fallback_1.name` ,
`product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` ,
`product.translation.fallback_1` . description as `product.translation.fallback_1.description` ,
`product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` ,
`product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` ,
`product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` ,
`product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` ,
`product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` ,
`product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` ,
`product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` ,
`product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` ,
`product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` ,
`product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` ,
`product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id`
AND `product.translation.fallback_1` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` ,
`product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` ,
`product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` ,
`product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id`
AND `product.parent.translation.fallback_1` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . product_manufacturer_id ,
`product.manufacturer.translation` . product_manufacturer_version_id ,
`product.manufacturer.translation` . name as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . description as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` ,
`product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` ,
`product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` ,
`product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id`
AND `product.manufacturer.translation.fallback_1` . language_id = ?
AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id
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` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id 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` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xDCD8EB3046464F88942CF2B7F8790A3D ));
Copy
148
0.58 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ì¾d\x13 ©[C\x1F ¾'ÞŠµ|™$ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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 (0xECBE6413A95B431FBE27DE8AB57C9924 ));
Copy
149
0.31 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"""
ÜØë0FFOˆ”,ò·øy\n
=
"""
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0xDCD8EB3046464F88942CF2B7F8790A3D ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
150
0.20 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"""
ÜØë0FFOˆ”,ò·øy\n
=
"""
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0xDCD8EB3046464F88942CF2B7F8790A3D ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 );
Copy
151
1.72 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id WHERE `product.translation` . language_id = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = ? AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id 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` . `version_id` = ? ) AND ((`product` . `id` = ? ))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
ÜØë0FFOˆ”,ò·øy\n
=
"""
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
COALESCE (
`product` . `swag_customized_products_template_id` ,
`product.parent` . `swag_customized_products_template_id`
) as `product.swagCustomizedProductsTemplateId` ,
COALESCE (
`product` . `swag_customized_products_template_version_id` ,
`product.parent` . `swag_customized_products_template_version_id`
) as `product.swagCustomizedProductsTemplateVersionId` ,
`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.fallback_1.name` ,
`product.manufacturer.translation.name` ,
COALESCE (
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) as `product.manufacturer.name` ,
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) as `product.manufacturer.description` ,
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) as `product.manufacturer.customFields` ,
`product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`product.manufacturer.translation.productManufacturerVersionId` ,
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) as `product.name` ,
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) as `product.keywords` ,
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) as `product.description` ,
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) as `product.packUnit` ,
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) as `product.customFields` ,
`product.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1.createdAt` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1.updatedAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1.productId` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1.languageId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.fallback_1.productVersionId` ,
`product.parent.translation.fallback_1.productVersionId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . meta_description as `product.translation.metaDescription` ,
`product.translation` . name as `product.translation.name` ,
`product.translation` . keywords as `product.translation.keywords` ,
`product.translation` . description as `product.translation.description` ,
`product.translation` . meta_title as `product.translation.metaTitle` ,
`product.translation` . pack_unit as `product.translation.packUnit` ,
`product.translation` . pack_unit_plural as `product.translation.packUnitPlural` ,
`product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` ,
`product.translation` . slot_config as `product.translation.slotConfig` ,
`product.translation` . custom_fields as `product.translation.customFields` ,
`product.translation` . created_at as `product.translation.createdAt` ,
`product.translation` . updated_at as `product.translation.updatedAt` ,
`product.translation` . product_id as `product.translation.productId` ,
`product.translation` . language_id as `product.translation.languageId` ,
`product.translation` . product_version_id as `product.translation.productVersionId` ,
`product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` ,
`product.translation.fallback_1` . name as `product.translation.fallback_1.name` ,
`product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` ,
`product.translation.fallback_1` . description as `product.translation.fallback_1.description` ,
`product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` ,
`product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` ,
`product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` ,
`product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` ,
`product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` ,
`product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` ,
`product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` ,
`product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` ,
`product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` ,
`product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` ,
`product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id`
AND `product.translation.fallback_1` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id
WHERE
`product.translation` . language_id = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . product_version_id = `product` . version_id
LEFT JOIN (
SELECT
`product.parent.translation` . product_id ,
`product.parent.translation` . product_version_id ,
`product.parent.translation` . meta_description as `product.parent.translation.metaDescription` ,
`product.parent.translation` . name as `product.parent.translation.name` ,
`product.parent.translation` . keywords as `product.parent.translation.keywords` ,
`product.parent.translation` . description as `product.parent.translation.description` ,
`product.parent.translation` . meta_title as `product.parent.translation.metaTitle` ,
`product.parent.translation` . pack_unit as `product.parent.translation.packUnit` ,
`product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config as `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields as `product.parent.translation.customFields` ,
`product.parent.translation` . created_at as `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at as `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id as `product.parent.translation.productId` ,
`product.parent.translation` . language_id as `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` ,
`product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` ,
`product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` ,
`product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id`
AND `product.parent.translation.fallback_1` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . product_manufacturer_id ,
`product.manufacturer.translation` . product_manufacturer_version_id ,
`product.manufacturer.translation` . name as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . description as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` ,
`product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` ,
`product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` ,
`product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id`
AND `product.manufacturer.translation.fallback_1` . language_id = ?
AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id
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` . `version_id` = ? )
AND (
(`product` . `id` = ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , COALESCE (`product` . `swag_customized_products_template_id` , `product.parent` . `swag_customized_products_template_id` ) as `product.swagCustomizedProductsTemplateId` , COALESCE (`product` . `swag_customized_products_template_version_id` , `product.parent` . `swag_customized_products_template_version_id` ) as `product.swagCustomizedProductsTemplateVersionId` , `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.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) as `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) as `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) as `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `product.manufacturer.translation.productManufacturerVersionId` , `product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) as `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) as `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) as `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) as `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) as `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) as `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) as `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) as `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . meta_description as `product.translation.metaDescription` , `product.translation` . name as `product.translation.name` , `product.translation` . keywords as `product.translation.keywords` , `product.translation` . description as `product.translation.description` , `product.translation` . meta_title as `product.translation.metaTitle` , `product.translation` . pack_unit as `product.translation.packUnit` , `product.translation` . pack_unit_plural as `product.translation.packUnitPlural` , `product.translation` . custom_search_keywords as `product.translation.customSearchKeywords` , `product.translation` . slot_config as `product.translation.slotConfig` , `product.translation` . custom_fields as `product.translation.customFields` , `product.translation` . created_at as `product.translation.createdAt` , `product.translation` . updated_at as `product.translation.updatedAt` , `product.translation` . product_id as `product.translation.productId` , `product.translation` . language_id as `product.translation.languageId` , `product.translation` . product_version_id as `product.translation.productVersionId` , `product.translation.fallback_1` . meta_description as `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name as `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords as `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description as `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title as `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit as `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural as `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords as `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config as `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields as `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at as `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at as `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id as `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id as `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id as `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id WHERE `product.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . product_version_id = `product` . version_id LEFT JOIN (SELECT `product.parent.translation` . product_id , `product.parent.translation` . product_version_id , `product.parent.translation` . meta_description as `product.parent.translation.metaDescription` , `product.parent.translation` . name as `product.parent.translation.name` , `product.parent.translation` . keywords as `product.parent.translation.keywords` , `product.parent.translation` . description as `product.parent.translation.description` , `product.parent.translation` . meta_title as `product.parent.translation.metaTitle` , `product.parent.translation` . pack_unit as `product.parent.translation.packUnit` , `product.parent.translation` . pack_unit_plural as `product.parent.translation.packUnitPlural` , `product.parent.translation` . custom_search_keywords as `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config as `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields as `product.parent.translation.customFields` , `product.parent.translation` . created_at as `product.parent.translation.createdAt` , `product.parent.translation` . updated_at as `product.parent.translation.updatedAt` , `product.parent.translation` . product_id as `product.parent.translation.productId` , `product.parent.translation` . language_id as `product.parent.translation.languageId` , `product.parent.translation` . product_version_id as `product.parent.translation.productVersionId` , `product.parent.translation.fallback_1` . meta_description as `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name as `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords as `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description as `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title as `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit as `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural as `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords as `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config as `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields as `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at as `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at as `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id as `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id as `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id as `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_version_id = `product.parent` . version_id LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . product_manufacturer_id , `product.manufacturer.translation` . product_manufacturer_version_id , `product.manufacturer.translation` . name as `product.manufacturer.translation.name` , `product.manufacturer.translation` . description as `product.manufacturer.translation.description` , `product.manufacturer.translation` . custom_fields as `product.manufacturer.translation.customFields` , `product.manufacturer.translation` . created_at as `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at as `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id as `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id as `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` , `product.manufacturer.translation.fallback_1` . name as `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description as `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields as `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at as `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at as `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id as `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id as `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id as `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id 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` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product` . `id` = 0xDCD8EB3046464F88942CF2B7F8790A3D ));
Copy
152
0.64 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ì¾d\x13 ©[C\x1F ¾'ÞŠµ|™$ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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 (0xECBE6413A95B431FBE27DE8AB57C9924 ));
Copy
153
0.15 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
154
5.87 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.fallback_1.description` , `theme.translation.description` , COALESCE (`theme.translation.fallback_1.description` , `theme.translation.description` , `theme.translation.description` ) as `theme.description` , `theme.translation.fallback_1.labels` , `theme.translation.labels` , COALESCE (`theme.translation.fallback_1.labels` , `theme.translation.labels` , `theme.translation.labels` ) as `theme.labels` , `theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , COALESCE (`theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , `theme.translation.helpTexts` ) as `theme.helpTexts` , `theme.translation.fallback_1.customFields` , `theme.translation.customFields` , COALESCE (`theme.translation.fallback_1.customFields` , `theme.translation.customFields` , `theme.translation.customFields` ) as `theme.customFields` , `theme.translation.fallback_1.createdAt` , `theme.translation.createdAt` , `theme.translation.fallback_1.updatedAt` , `theme.translation.updatedAt` , `theme.translation.fallback_1.themeId` , `theme.translation.themeId` , `theme.translation.fallback_1.languageId` , `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation` . theme_id , `theme.translation` . description as `theme.translation.description` , `theme.translation` . labels as `theme.translation.labels` , `theme.translation` . help_texts as `theme.translation.helpTexts` , `theme.translation` . custom_fields as `theme.translation.customFields` , `theme.translation` . created_at as `theme.translation.createdAt` , `theme.translation` . updated_at as `theme.translation.updatedAt` , `theme.translation` . theme_id as `theme.translation.themeId` , `theme.translation` . language_id as `theme.translation.languageId` , `theme.translation.fallback_1` . description as `theme.translation.fallback_1.description` , `theme.translation.fallback_1` . labels as `theme.translation.fallback_1.labels` , `theme.translation.fallback_1` . help_texts as `theme.translation.fallback_1.helpTexts` , `theme.translation.fallback_1` . custom_fields as `theme.translation.fallback_1.customFields` , `theme.translation.fallback_1` . created_at as `theme.translation.fallback_1.createdAt` , `theme.translation.fallback_1` . updated_at as `theme.translation.fallback_1.updatedAt` , `theme.translation.fallback_1` . theme_id as `theme.translation.fallback_1.themeId` , `theme.translation.fallback_1` . language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id` AND `theme.translation.fallback_1` . language_id = ? WHERE `theme.translation` . language_id = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT
`theme` . `id` as `theme.id` ,
`theme` . `technical_name` as `theme.technicalName` ,
`theme` . `name` as `theme.name` ,
`theme` . `author` as `theme.author` ,
`theme` . `preview_media_id` as `theme.previewMediaId` ,
`theme` . `parent_theme_id` as `theme.parentThemeId` ,
`theme` . `theme_json` as `theme.themeJson` ,
`theme` . `base_config` as `theme.baseConfig` ,
`theme` . `config_values` as `theme.configValues` ,
`theme` . `active` as `theme.active` ,
`theme` . `created_at` as `theme.createdAt` ,
`theme` . `updated_at` as `theme.updatedAt` ,
`theme.translation.fallback_1.description` ,
`theme.translation.description` ,
COALESCE (
`theme.translation.fallback_1.description` ,
`theme.translation.description` ,
`theme.translation.description`
) as `theme.description` ,
`theme.translation.fallback_1.labels` ,
`theme.translation.labels` ,
COALESCE (
`theme.translation.fallback_1.labels` ,
`theme.translation.labels` , `theme.translation.labels`
) as `theme.labels` ,
`theme.translation.fallback_1.helpTexts` ,
`theme.translation.helpTexts` ,
COALESCE (
`theme.translation.fallback_1.helpTexts` ,
`theme.translation.helpTexts` ,
`theme.translation.helpTexts`
) as `theme.helpTexts` ,
`theme.translation.fallback_1.customFields` ,
`theme.translation.customFields` ,
COALESCE (
`theme.translation.fallback_1.customFields` ,
`theme.translation.customFields` ,
`theme.translation.customFields`
) as `theme.customFields` ,
`theme.translation.fallback_1.createdAt` ,
`theme.translation.createdAt` ,
`theme.translation.fallback_1.updatedAt` ,
`theme.translation.updatedAt` ,
`theme.translation.fallback_1.themeId` ,
`theme.translation.themeId` ,
`theme.translation.fallback_1.languageId` ,
`theme.translation.languageId`
FROM
`theme`
LEFT JOIN (
SELECT
`theme.translation` . theme_id ,
`theme.translation` . description as `theme.translation.description` ,
`theme.translation` . labels as `theme.translation.labels` ,
`theme.translation` . help_texts as `theme.translation.helpTexts` ,
`theme.translation` . custom_fields as `theme.translation.customFields` ,
`theme.translation` . created_at as `theme.translation.createdAt` ,
`theme.translation` . updated_at as `theme.translation.updatedAt` ,
`theme.translation` . theme_id as `theme.translation.themeId` ,
`theme.translation` . language_id as `theme.translation.languageId` ,
`theme.translation.fallback_1` . description as `theme.translation.fallback_1.description` ,
`theme.translation.fallback_1` . labels as `theme.translation.fallback_1.labels` ,
`theme.translation.fallback_1` . help_texts as `theme.translation.fallback_1.helpTexts` ,
`theme.translation.fallback_1` . custom_fields as `theme.translation.fallback_1.customFields` ,
`theme.translation.fallback_1` . created_at as `theme.translation.fallback_1.createdAt` ,
`theme.translation.fallback_1` . updated_at as `theme.translation.fallback_1.updatedAt` ,
`theme.translation.fallback_1` . theme_id as `theme.translation.fallback_1.themeId` ,
`theme.translation.fallback_1` . language_id as `theme.translation.fallback_1.languageId`
FROM
`theme_translation` `theme.translation`
LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id`
AND `theme.translation.fallback_1` . language_id = ?
WHERE
`theme.translation` . language_id = ?
) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Copy
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.fallback_1.description` , `theme.translation.description` , COALESCE (`theme.translation.fallback_1.description` , `theme.translation.description` , `theme.translation.description` ) as `theme.description` , `theme.translation.fallback_1.labels` , `theme.translation.labels` , COALESCE (`theme.translation.fallback_1.labels` , `theme.translation.labels` , `theme.translation.labels` ) as `theme.labels` , `theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , COALESCE (`theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , `theme.translation.helpTexts` ) as `theme.helpTexts` , `theme.translation.fallback_1.customFields` , `theme.translation.customFields` , COALESCE (`theme.translation.fallback_1.customFields` , `theme.translation.customFields` , `theme.translation.customFields` ) as `theme.customFields` , `theme.translation.fallback_1.createdAt` , `theme.translation.createdAt` , `theme.translation.fallback_1.updatedAt` , `theme.translation.updatedAt` , `theme.translation.fallback_1.themeId` , `theme.translation.themeId` , `theme.translation.fallback_1.languageId` , `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation` . theme_id , `theme.translation` . description as `theme.translation.description` , `theme.translation` . labels as `theme.translation.labels` , `theme.translation` . help_texts as `theme.translation.helpTexts` , `theme.translation` . custom_fields as `theme.translation.customFields` , `theme.translation` . created_at as `theme.translation.createdAt` , `theme.translation` . updated_at as `theme.translation.updatedAt` , `theme.translation` . theme_id as `theme.translation.themeId` , `theme.translation` . language_id as `theme.translation.languageId` , `theme.translation.fallback_1` . description as `theme.translation.fallback_1.description` , `theme.translation.fallback_1` . labels as `theme.translation.fallback_1.labels` , `theme.translation.fallback_1` . help_texts as `theme.translation.fallback_1.helpTexts` , `theme.translation.fallback_1` . custom_fields as `theme.translation.fallback_1.customFields` , `theme.translation.fallback_1` . created_at as `theme.translation.fallback_1.createdAt` , `theme.translation.fallback_1` . updated_at as `theme.translation.fallback_1.updatedAt` , `theme.translation.fallback_1` . theme_id as `theme.translation.fallback_1.themeId` , `theme.translation.fallback_1` . language_id as `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id` AND `theme.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 WHERE `theme.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
155
1.45 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"ÊH]/P^Fi¥åowiú¨ü "
b"ï┤Ýá<ÑBµÜjF7S├ƒÅ "
b"×\e ¨ÐTâGÝŸåÒLµÑ†’ "
b"\x01 îÏíÏ©{\x16 ×Ë®ã■üÅ╬ "
b"‹0æg=šD’•f&–2Ø‚b "
b"\x01 îÏóJÉs\x00 «%ç `\x1A L¹ "
b"\x01 Äó¼\x00 ¦vGêT\x02 'üín. "
b"\x01 Ä󻣤wî¡î\r ┼▄ÊÉ/ "
b"\x1F l<˳J¨˜ÐæÈ#\x10 s\x0F "
b"FâTlçÅA\x13 ¹®x†{\x1D î¨ "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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 (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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 (0xD2485D2F505E4669BE866F7769A3F981 , 0x8BB4EDA03CA542E69A6A463753C39F8F , 0xD71BA8D054E247DD9FE5D24CB5D18692 , 0x018CD8A1D8B87B169ED3A9C6FE818FCE , 0x8B30E6673D9A44929566269632D88262 , 0x018CD8A24A907300AE2587FF601A4CFB , 0x018EA2AC00DD76478854022781A16E2E , 0x018EA2AF9CCF778CAD8C0DC5DCD2902F , 0x1FAD6C3CCBB34AA898D0E6C82310730F , 0x46E2546CE7C54113B9AE78867B1DEEA8 ));
Copy
156
0.28 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"ÊH]/P^Fi¥åowiú¨ü "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xD2485D2F505E4669BE866F7769A3F981 );
Copy
157
0.45 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^ƒÀ*s6©±\x1E\x1F\e 9\x16 " "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018B5E83C02A7336A9B11E1F1B391622 AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
158
0.11 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^ƒÀ*s6©±\x1E\x1F\e 9\x16 " "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5E83C02A7336A9B11E1F1B391622 );
Copy
159
0.11 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"ï┤Ýá<ÑBµÜjF7S├ƒÅ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x8BB4EDA03CA542E69A6A463753C39F8F );
Copy
160
1.26 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^`V½rƒ„¼ _Åâ²f "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018B5E6056BD728384BC205FC5E2B266 AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
161
0.12 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^`V½rƒ„¼ _Åâ²f "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5E6056BD728384BC205FC5E2B266 );
Copy
162
0.12 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"×\e ¨ÐTâGÝŸåÒLµÑ†’ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0xD71BA8D054E247DD9FE5D24CB5D18692 );
Copy
163
0.39 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ìBÁì╗pçú½"ä2õ^¨ "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018D42B58DBB7087A3AB228432E45EF9 AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
164
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ìBÁì╗pçú½"ä2õ^¨ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018D42B58DBB7087A3AB228432E45EF9 );
Copy
165
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 îÏíÏ©{\x16 ×Ë®ã■üÅ╬ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018CD8A1D8B87B169ED3A9C6FE818FCE );
Copy
166
0.11 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"‹0æg=šD’•f&–2Ø‚b "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x8B30E6673D9A44929566269632D88262 );
Copy
167
0.39 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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` . `id` = ? AND (`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))
Parameters :
[
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‹^Z$ p^¢¥½í9Ðï\ "
false
true
"product_download "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) as `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) as `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) as `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`media.translation.languageId`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . media_id ,
`media.translation` . title as `media.translation.title` ,
`media.translation` . alt as `media.translation.alt` ,
`media.translation` . custom_fields as `media.translation.customFields` ,
`media.translation` . created_at as `media.translation.createdAt` ,
`media.translation` . updated_at as `media.translation.updatedAt` ,
`media.translation` . media_id as `media.translation.mediaId` ,
`media.translation` . language_id as `media.translation.languageId` ,
`media.translation.fallback_1` . title as `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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` . `id` = ?
AND (
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) as `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) as `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) as `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . media_id , `media.translation` . title as `media.translation.title` , `media.translation` . alt as `media.translation.alt` , `media.translation` . custom_fields as `media.translation.customFields` , `media.translation` . created_at as `media.translation.createdAt` , `media.translation` . updated_at as `media.translation.updatedAt` , `media.translation` . media_id as `media.translation.mediaId` , `media.translation` . language_id as `media.translation.languageId` , `media.translation.fallback_1` . title as `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt as `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields as `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at as `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at as `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id as `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id as `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 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` . `id` = 0x018B5E5A24A0705EA2A5BDED39D0EF5C AND (`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )));
Copy
168
0.11 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 ‹^Z$ p^¢¥½í9Ðï\ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018B5E5A24A0705EA2A5BDED39D0EF5C );
Copy
169
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 îÏóJÉs\x00 «%ç `\x1A L¹ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018CD8A24A907300AE2587FF601A4CFB );
Copy
170
0.10 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 Äó¼\x00 ¦vGêT\x02 'üín. "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018EA2AC00DD76478854022781A16E2E );
Copy
171
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x01 Ä󻣤wî¡î\r ┼▄ÊÉ/ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x018EA2AF9CCF778CAD8C0DC5DCD2902F );
Copy
172
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"\x1F l<˳J¨˜ÐæÈ#\x10 s\x0F "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x1FAD6C3CCBB34AA898D0E6C82310730F );
Copy
173
0.09 ms
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = ? )
Parameters :
[
b"FâTlçÅA\x13 ¹®x†{\x1D î¨ "
]
SELECT `fishn_webp_media` . `id` as `fishn_webp_media.id` , `fishn_webp_media` . `media_id` as `fishn_webp_media.mediaId` , `fishn_webp_media` . `converted_media_id` as `fishn_webp_media.convertedMediaId` , `fishn_webp_media` . `status` as `fishn_webp_media.status` , `fishn_webp_media` . `created_at` as `fishn_webp_media.createdAt` , `fishn_webp_media` . `updated_at` as `fishn_webp_media.updatedAt` FROM `fishn_webp_media` WHERE (`fishn_webp_media` . `media_id` = 0x46E2546CE7C54113B9AE78867B1DEEA8 );
Copy
174
0.26 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'fr-FR' ;
Copy
175
0.83 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Y¸„\x18 &J:¤iØ>r=Ü\r "
b"‘XÄ\x19 TþK\x1A ¥€(ê[ß`È "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) as `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) as `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) as `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) as `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) as `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) as `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) as `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) as `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) as `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) as `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) as `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) as `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name as `category.translation.name` ,
`category.translation` . breadcrumb as `category.translation.breadcrumb` ,
`category.translation` . slot_config as `category.translation.slotConfig` ,
`category.translation` . link_type as `category.translation.linkType` ,
`category.translation` . internal_link as `category.translation.internalLink` ,
`category.translation` . external_link as `category.translation.externalLink` ,
`category.translation` . link_new_tab as `category.translation.linkNewTab` ,
`category.translation` . description as `category.translation.description` ,
`category.translation` . meta_title as `category.translation.metaTitle` ,
`category.translation` . meta_description as `category.translation.metaDescription` ,
`category.translation` . keywords as `category.translation.keywords` ,
`category.translation` . custom_fields as `category.translation.customFields` ,
`category.translation` . created_at as `category.translation.createdAt` ,
`category.translation` . updated_at as `category.translation.updatedAt` ,
`category.translation` . category_id as `category.translation.categoryId` ,
`category.translation` . language_id as `category.translation.languageId` ,
`category.translation` . category_version_id as `category.translation.categoryVersionId` ,
`category.translation.fallback_1` . name as `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description as `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) as `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) as `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) as `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) as `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) as `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) as `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) as `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) as `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) as `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) as `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) as `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) as `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name as `category.translation.name` , `category.translation` . breadcrumb as `category.translation.breadcrumb` , `category.translation` . slot_config as `category.translation.slotConfig` , `category.translation` . link_type as `category.translation.linkType` , `category.translation` . internal_link as `category.translation.internalLink` , `category.translation` . external_link as `category.translation.externalLink` , `category.translation` . link_new_tab as `category.translation.linkNewTab` , `category.translation` . description as `category.translation.description` , `category.translation` . meta_title as `category.translation.metaTitle` , `category.translation` . meta_description as `category.translation.metaDescription` , `category.translation` . keywords as `category.translation.keywords` , `category.translation` . custom_fields as `category.translation.customFields` , `category.translation` . created_at as `category.translation.createdAt` , `category.translation` . updated_at as `category.translation.updatedAt` , `category.translation` . category_id as `category.translation.categoryId` , `category.translation` . language_id as `category.translation.languageId` , `category.translation` . category_version_id as `category.translation.categoryVersionId` , `category.translation.fallback_1` . name as `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb as `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config as `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type as `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link as `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link as `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab as `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description as `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title as `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description as `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords as `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields as `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at as `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at as `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id as `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id as `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id as `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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 (0x59ADB88418264A3AA469D83E723DDC0D , 0x9158C41954FE4B1AA58028EA5BDF60C8 ));
Copy
176
5.42 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/detail/dcd8eb3046464f88942cf2b7f8790a3d "
"/navigation/dd1ba816880040fdac3bf9839b3409e2 "
"/navigation/de547c6d204c418fbd3e1fb25e37cec1 "
"/navigation/09a0ede5b6024a1188169a1698257db0 "
"/navigation/dcae9805bf87402c91ff65192f4c6d39 "
"/navigation/6041ac629ff74981aaa6aa1fdb80d1c7 "
"/navigation/3e3786427f3745668d85c1700d8f6dc4 "
"/navigation/210a507d02494830ac7f9cd0e44bce63 "
"/navigation/018bd791dbe47781bd06a26ef992eb03 "
"/navigation/5d8ad572dd24426c8f3b5abc340cf1e0 "
"/navigation/c70243cec476472a9f27ef41f6de1263 "
"/navigation/0ea2ef9abda6407db54ad6bd17321ae1 "
"/navigation/8ca5e5a13d854c26bc06316d448e2e33 "
"/navigation/9dd9a7be22084026b3c0c80748a2b650 "
"/navigation/018bd7bb7bd5747ba6b2123e107ba46a "
"/navigation/d387b5437e08428081a4322725714c70 "
"/navigation/018bd7c74eee774c929fe063692f6438 "
"/navigation/018bd7c7c19e796a85772cc72155784c "
"/navigation/018bd7c7ed727223b82addcd3d99a0a6 "
"/navigation/746ef7d056884b43b9ea715e2ccd1004 "
"/navigation/6983903fa8f447fabe478a5d036ccce8 "
"/navigation/97539461afc94a4ba2e94ecc02c50e91 "
"/navigation/93a64522c07f41e9940a48687d7a9de9 "
"/navigation/6e671e43c0ec44909a7532fcc60799d0 "
"/navigation/76f654081d49467688f1fee985033186 "
"/navigation/018bd82e162f7661ab6352322801dcfa "
"/navigation/006a311f810f4a90a7d9edf3f3e04bdd "
"/navigation/303e495ddda64b9f97109f8f7277cb01 "
"/navigation/2fea4e8dc478455c80e78a7c9a9549db "
"/navigation/9df078f8c56c40be81590260a0e882d4 "
"/navigation/0f196697b9134f05aead0ee205778f3f "
"/navigation/0931c7404d334a70a9b26e19b7ff1596 "
"/navigation/136fb1d824db4650ab869d00dc563b92 "
"/navigation/f496849e2e1b4a8a9182eb3b9e5b4955 "
"/navigation/7259223ac335478f9ea3ee94ed686171 "
"/navigation/c83982e05cb644e4aad72edb7a050149 "
"/navigation/130430dbc57445fe88d5c7b0d1562b19 "
"/navigation/3a02503acba54961982efcd0637849ca "
"/navigation/9d359fd841a74f5d902f3fea0f7f267c "
"/navigation/edcdb491bab148af98891db83d714d64 "
"/navigation/ba18c8c299cd4d6cbbb002cc638ae476 "
"/navigation/018deecdd9f47c679274a757e35582dc "
"/navigation/d7396d7de88040e08752c05c50a42af0 "
"/navigation/018deb5bed6678d7bfab7d3c0c363929 "
"/navigation/80722507a8e04bf4adf8da352f09d9db "
"/navigation/018deb6a88ea7ab6bfd60014c57e78eb "
"/navigation/d310019432cf489a81a15c9e1b3fed12 "
"/navigation/7505bd05eb434a06a8e08f5ea45c8e22 "
"/navigation/57f6eea92ad2454199d66b3f373cd798 "
"/navigation/e17e79e0795d40198517b4b30f3c5958 "
"/navigation/9bcbce7f90e444889bf5793b1a1535bd "
"/navigation/7db6a3a4fd174e8f96e92f3fea8af73a "
"/navigation/ecb1ff13ef66444098ed6b1b393af6cb "
"/navigation/638264e5676c4392b5d6ffb0cf0bbd8a "
"/navigation/9158c41954fe4b1aa58028ea5bdf60c8 "
"/navigation/6ef3fd2f16c044eda561a923a4b0c5a4 "
"/navigation/83d4d1012f4443e8bca2d3c72324bd02 "
"/navigation/1272d660a184459cbd4f251d519c1434 "
"/navigation/275649d9330c4ab8b340197274ed1a17 "
"/navigation/f1617d75e5d04ce7b79057a11531e5d5 "
"/navigation/b9bc9f37ab0b4282b3184b084840fdc9 "
"/navigation/d77e7367ef464dc3bf2dea88916b924b "
"/navigation/a7a530ae60a84acbbeab8b1bbd936add "
"/navigation/e1bc84cfe0c24e16a48029293023f6d1 "
"/navigation/91d513b49de9404e9546bc56ff0108af "
"/navigation/d57fbe09e19e4e57911fc72993a81be6 "
"/navigation/133439abeb2f4264b9caf030a12ec3c7 "
"/navigation/94a57d259fbf4fa48b61e7b06c40aafb "
"/navigation/87341c2a85a34a339103d152f49662e9 "
"/navigation/15fe45c5d0f2453b96df8368d67e9931 "
"/navigation/976b49fac2ea4b83a8581f2b199d6e91 "
"/detail/269896df53174bc7acd92f6be1b8d7b9 "
"/navigation/1bf0d6251ac546aaa95723063f8aec23 "
"/navigation/e860a9f1b87e439db76f1f5672e5dcb5 "
"/navigation/a8051eaa592e4fa28286559bfdef221f "
"/navigation/2842a9b5ab7a49589e0c9ce67095dadf "
"/navigation/bc5142b6174c41778f8bfc5b5bff9d44 "
"/navigation/89acb45d240b4448951d2fdd8f27c069 "
"/navigation/153eaaec48aa4a22aab5ce4a4e032ce9 "
"/navigation/7c4f802d0e3b46f197ae3b7d804c2973 "
"/detail/018ec1db6eed73a3abbb360a8a985a15 "
"/detail/018ec1e138e573cfb106b39a38a9de18 "
"/detail/018ec1cb02f872dfa73fcbc845ee3aa9 "
"/navigation/2b0d8806038c47c3997225b405d890db "
"/navigation/00b058bc4b9148c9b0c7c616f6c9b8d5 "
"/navigation/a4cc9589f6eb4d6e9a2b9e7a04344ca1 "
"/navigation/be432b5bef5540ab97646bf296dda98b "
"/navigation/3a168a99437f4161bfb64f2d74bc59a1 "
"/navigation/b768cab78b6a4249b059f6402bb04ce6 "
"/navigation/81145ec808cd4e3dbfd9550ba1ebe0d7 "
"/detail/70858eb69d604037869ebb6566e56203 "
"/navigation/88fda88a92bb415a81ecdb55cad77a19 "
"/navigation/6f33b8b26fc74ed0ad29de64da1f9cdf "
"/navigation/06e0709e1ff542569f0ef0bf73748fd7 "
"/navigation/977b6fd0a4a444ec837febd2dec119a4 "
"/navigation/cc68f4e32abb4971a1aa983cd0fcff2f "
"/navigation/21dd1fc46966402d8661fbda2cf5e0bc "
"/navigation/c157e9398c3a4e47a4b5e93feb73b121 "
"/navigation/d1367ab402ca49e7837c3c50201d4cac "
"/navigation/f3df76b7c84b47f798c77d2f913eed91 "
"/navigation/f3e9be797473451baed3e8465a86dedb "
"/navigation/a3e75d8056de4f3f841aafa61044b6da "
"/navigation/77700d219eab4e12bd754dd31bcd7c45 "
"/navigation/18c287a81016486db014a6b12f842d80 "
"/navigation/614e860d3d7a4cd3a302edd00ccc384f "
"/navigation/a22732ded4cf4a9699bdf718383c2e0c "
"/navigation/9f765a78682e44f686358031d242dacb "
"/navigation/aeb3081167ff43e3a7cad358b73934cc "
"/navigation/05668311095d49f9959f90cad7a0cd4e "
"/navigation/d240c1d282874be8a650c49e4430d019 "
"/navigation/a9514ed3727c4e238d52b367305efecb "
"/navigation/ae92020fc70647f7a822e1a5ffc323cf "
"/navigation/e7f381b818a74e97bcb62a770dbc0a3f "
"/navigation/3885dbf3a63c4b1b84f85792fb8a4536 "
"/navigation/5aed49078d6f4a66be3c1c7b28f28ecc "
"/navigation/e998fa5f026b467d86418f9a053dde3a "
"/navigation/9bdb2d41fd05409380f2962a30a305ec "
"/navigation/019fef3ea2034a02923ff6e29b9fd586 "
"/navigation/8b3d60ccfcb647d5a92992f7ce2ba69e "
"/navigation/e5bd89229efa4fd8bdc40961e44af7c2 "
"/navigation/991eefe06ff64c17bf7d1200f5eff970 "
"/navigation/5e84685cc49b44ab9ac019c1d9aeea2b "
"/navigation/193cff7fd2fc47838b7709396d9f7bf8 "
"/navigation/8919cfec1b134954a3b45e934861ba4f "
"/navigation/54e57ca9300e4a1880421eea97d43da0 "
"/navigation/39012a41817f44af87d33cf4490d2b38 "
"/navigation/a016a87c446f4c9880f3f269f4ac16c1 "
"/navigation/64115a40330b4543b464cffdf12c345f "
"/navigation/08b13d7084154c92b2eb2075b287307c "
"/navigation/7641236cd7e545c19259015da0d7dafc "
"/navigation/018cf811d9a9772484a6c381d3249b6c "
"/navigation/1954e5bbe16a4d0dade155ad59ce4e01 "
"/navigation/d668890f1fca4488a358f0f4f7e6f931 "
"/navigation/018b615e1337726aa9da148cc7aa5fa4 "
"/navigation/018b61f0a9c674228b777f6b5eb4280a "
b"L\x03 6²A\x05 CÚ±Êò6O:xt "
b"b\x0E _]iåL½žH¾Z¾T÷³ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/detail/dcd8eb3046464f88942cf2b7f8790a3d' , '/navigation/dd1ba816880040fdac3bf9839b3409e2' , '/navigation/de547c6d204c418fbd3e1fb25e37cec1' , '/navigation/09a0ede5b6024a1188169a1698257db0' , '/navigation/dcae9805bf87402c91ff65192f4c6d39' , '/navigation/6041ac629ff74981aaa6aa1fdb80d1c7' , '/navigation/3e3786427f3745668d85c1700d8f6dc4' , '/navigation/210a507d02494830ac7f9cd0e44bce63' , '/navigation/018bd791dbe47781bd06a26ef992eb03' , '/navigation/5d8ad572dd24426c8f3b5abc340cf1e0' , '/navigation/c70243cec476472a9f27ef41f6de1263' , '/navigation/0ea2ef9abda6407db54ad6bd17321ae1' , '/navigation/8ca5e5a13d854c26bc06316d448e2e33' , '/navigation/9dd9a7be22084026b3c0c80748a2b650' , '/navigation/018bd7bb7bd5747ba6b2123e107ba46a' , '/navigation/d387b5437e08428081a4322725714c70' , '/navigation/018bd7c74eee774c929fe063692f6438' , '/navigation/018bd7c7c19e796a85772cc72155784c' , '/navigation/018bd7c7ed727223b82addcd3d99a0a6' , '/navigation/746ef7d056884b43b9ea715e2ccd1004' , '/navigation/6983903fa8f447fabe478a5d036ccce8' , '/navigation/97539461afc94a4ba2e94ecc02c50e91' , '/navigation/93a64522c07f41e9940a48687d7a9de9' , '/navigation/6e671e43c0ec44909a7532fcc60799d0' , '/navigation/76f654081d49467688f1fee985033186' , '/navigation/018bd82e162f7661ab6352322801dcfa' , '/navigation/006a311f810f4a90a7d9edf3f3e04bdd' , '/navigation/303e495ddda64b9f97109f8f7277cb01' , '/navigation/2fea4e8dc478455c80e78a7c9a9549db' , '/navigation/9df078f8c56c40be81590260a0e882d4' , '/navigation/0f196697b9134f05aead0ee205778f3f' , '/navigation/0931c7404d334a70a9b26e19b7ff1596' , '/navigation/136fb1d824db4650ab869d00dc563b92' , '/navigation/f496849e2e1b4a8a9182eb3b9e5b4955' , '/navigation/7259223ac335478f9ea3ee94ed686171' , '/navigation/c83982e05cb644e4aad72edb7a050149' , '/navigation/130430dbc57445fe88d5c7b0d1562b19' , '/navigation/3a02503acba54961982efcd0637849ca' , '/navigation/9d359fd841a74f5d902f3fea0f7f267c' , '/navigation/edcdb491bab148af98891db83d714d64' , '/navigation/ba18c8c299cd4d6cbbb002cc638ae476' , '/navigation/018deecdd9f47c679274a757e35582dc' , '/navigation/d7396d7de88040e08752c05c50a42af0' , '/navigation/018deb5bed6678d7bfab7d3c0c363929' , '/navigation/80722507a8e04bf4adf8da352f09d9db' , '/navigation/018deb6a88ea7ab6bfd60014c57e78eb' , '/navigation/d310019432cf489a81a15c9e1b3fed12' , '/navigation/7505bd05eb434a06a8e08f5ea45c8e22' , '/navigation/57f6eea92ad2454199d66b3f373cd798' , '/navigation/e17e79e0795d40198517b4b30f3c5958' , '/navigation/9bcbce7f90e444889bf5793b1a1535bd' , '/navigation/7db6a3a4fd174e8f96e92f3fea8af73a' , '/navigation/ecb1ff13ef66444098ed6b1b393af6cb' , '/navigation/638264e5676c4392b5d6ffb0cf0bbd8a' , '/navigation/9158c41954fe4b1aa58028ea5bdf60c8' , '/navigation/6ef3fd2f16c044eda561a923a4b0c5a4' , '/navigation/83d4d1012f4443e8bca2d3c72324bd02' , '/navigation/1272d660a184459cbd4f251d519c1434' , '/navigation/275649d9330c4ab8b340197274ed1a17' , '/navigation/f1617d75e5d04ce7b79057a11531e5d5' , '/navigation/b9bc9f37ab0b4282b3184b084840fdc9' , '/navigation/d77e7367ef464dc3bf2dea88916b924b' , '/navigation/a7a530ae60a84acbbeab8b1bbd936add' , '/navigation/e1bc84cfe0c24e16a48029293023f6d1' , '/navigation/91d513b49de9404e9546bc56ff0108af' , '/navigation/d57fbe09e19e4e57911fc72993a81be6' , '/navigation/133439abeb2f4264b9caf030a12ec3c7' , '/navigation/94a57d259fbf4fa48b61e7b06c40aafb' , '/navigation/87341c2a85a34a339103d152f49662e9' , '/navigation/15fe45c5d0f2453b96df8368d67e9931' , '/navigation/976b49fac2ea4b83a8581f2b199d6e91' , '/detail/269896df53174bc7acd92f6be1b8d7b9' , '/navigation/1bf0d6251ac546aaa95723063f8aec23' , '/navigation/e860a9f1b87e439db76f1f5672e5dcb5' , '/navigation/a8051eaa592e4fa28286559bfdef221f' , '/navigation/2842a9b5ab7a49589e0c9ce67095dadf' , '/navigation/bc5142b6174c41778f8bfc5b5bff9d44' , '/navigation/89acb45d240b4448951d2fdd8f27c069' , '/navigation/153eaaec48aa4a22aab5ce4a4e032ce9' , '/navigation/7c4f802d0e3b46f197ae3b7d804c2973' , '/detail/018ec1db6eed73a3abbb360a8a985a15' , '/detail/018ec1e138e573cfb106b39a38a9de18' , '/detail/018ec1cb02f872dfa73fcbc845ee3aa9' , '/navigation/2b0d8806038c47c3997225b405d890db' , '/navigation/00b058bc4b9148c9b0c7c616f6c9b8d5' , '/navigation/a4cc9589f6eb4d6e9a2b9e7a04344ca1' , '/navigation/be432b5bef5540ab97646bf296dda98b' , '/navigation/3a168a99437f4161bfb64f2d74bc59a1' , '/navigation/b768cab78b6a4249b059f6402bb04ce6' , '/navigation/81145ec808cd4e3dbfd9550ba1ebe0d7' , '/detail/70858eb69d604037869ebb6566e56203' , '/navigation/88fda88a92bb415a81ecdb55cad77a19' , '/navigation/6f33b8b26fc74ed0ad29de64da1f9cdf' , '/navigation/06e0709e1ff542569f0ef0bf73748fd7' , '/navigation/977b6fd0a4a444ec837febd2dec119a4' , '/navigation/cc68f4e32abb4971a1aa983cd0fcff2f' , '/navigation/21dd1fc46966402d8661fbda2cf5e0bc' , '/navigation/c157e9398c3a4e47a4b5e93feb73b121' , '/navigation/d1367ab402ca49e7837c3c50201d4cac' , '/navigation/f3df76b7c84b47f798c77d2f913eed91' , '/navigation/f3e9be797473451baed3e8465a86dedb' , '/navigation/a3e75d8056de4f3f841aafa61044b6da' , '/navigation/77700d219eab4e12bd754dd31bcd7c45' , '/navigation/18c287a81016486db014a6b12f842d80' , '/navigation/614e860d3d7a4cd3a302edd00ccc384f' , '/navigation/a22732ded4cf4a9699bdf718383c2e0c' , '/navigation/9f765a78682e44f686358031d242dacb' , '/navigation/aeb3081167ff43e3a7cad358b73934cc' , '/navigation/05668311095d49f9959f90cad7a0cd4e' , '/navigation/d240c1d282874be8a650c49e4430d019' , '/navigation/a9514ed3727c4e238d52b367305efecb' , '/navigation/ae92020fc70647f7a822e1a5ffc323cf' , '/navigation/e7f381b818a74e97bcb62a770dbc0a3f' , '/navigation/3885dbf3a63c4b1b84f85792fb8a4536' , '/navigation/5aed49078d6f4a66be3c1c7b28f28ecc' , '/navigation/e998fa5f026b467d86418f9a053dde3a' , '/navigation/9bdb2d41fd05409380f2962a30a305ec' , '/navigation/019fef3ea2034a02923ff6e29b9fd586' , '/navigation/8b3d60ccfcb647d5a92992f7ce2ba69e' , '/navigation/e5bd89229efa4fd8bdc40961e44af7c2' , '/navigation/991eefe06ff64c17bf7d1200f5eff970' , '/navigation/5e84685cc49b44ab9ac019c1d9aeea2b' , '/navigation/193cff7fd2fc47838b7709396d9f7bf8' , '/navigation/8919cfec1b134954a3b45e934861ba4f' , '/navigation/54e57ca9300e4a1880421eea97d43da0' , '/navigation/39012a41817f44af87d33cf4490d2b38' , '/navigation/a016a87c446f4c9880f3f269f4ac16c1' , '/navigation/64115a40330b4543b464cffdf12c345f' , '/navigation/08b13d7084154c92b2eb2075b287307c' , '/navigation/7641236cd7e545c19259015da0d7dafc' , '/navigation/018cf811d9a9772484a6c381d3249b6c' , '/navigation/1954e5bbe16a4d0dade155ad59ce4e01' , '/navigation/d668890f1fca4488a358f0f4f7e6f931' , '/navigation/018b615e1337726aa9da148cc7aa5fa4' , '/navigation/018b61f0a9c674228b777f6b5eb4280a' )) AND (seo_url . language_id = 0x4C0336B2410543DAB1CAF2364F3A7874 ) AND (seo_url . sales_channel_id = 0x620E5F5D69E54CBD9E48BE5ABE54F7B3 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
177
0.38 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"Rmi0±ÝIÕºwö)¦¤w÷ "
b"Çò‚X¶Oš¨wÒ7³@ˆ® "
b"ÅL|g\x0E 'EL¶\x13 ÉÖÑéç‹ "
b"l›î.G\x08 OàžßP\x01 €Èéº "
b"""
~/ëàÕd@- ë\n
\x0F B]ü¸
"""
b"¥¶6o\x10 +A÷’LÚ¯+‹¿. "
b"®ÇÐj÷sFu¡®\r Ô˜£N= "
b"ʃ$Ã\t UCö¦Ÿ’0PxfW "
b"Þ$U¿Œ¢Kš„|ž9~@ri "
b"ã:╔\x06 ▀AÉɳ\x07 x\x01 E¦k "
b"H@g¢jÊH\x1F Å\x05 æ¿VØ¯Û "
b"\x01 ÅQ▄-Ïuvè.ýqkB\x00\x00 "
b"\x01 ÅQÔ¶Øs\x19 ░A\x05 Ȩ═ V "
b"È\f ¨É\v ðIPïô│Ú╚Ç°÷ "
]
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 (0x526D6930B1DD49D5BA77F629A6A477F7 , 0xADC7F28258B64F9AA877D237B34088AE , 0xC54C7C670E27454CB613C9D6D1E9E78B , 0x6C9BEE2E47084FE09EDF500180C8E9BA , 0x7E2FEBE0D564402DA0EB0A0F425DFCB8 , 0xA5B6366F102B41F7924CDAAF2B8BBF2E , 0xAEC7D06AF7734675A1AE0DD498A34E3D , 0xCA8324C3095543F6A69F923050786657 , 0xDE2455BF8CA24B9A847C9E397E407269 , 0xF0C63AC906DF419090FC07780145DD6B , 0x484067BD6AD2481F8F0591A8569DEEEA , 0x018F51DC2DD875768A2EEC716B420000 , 0x018F51E2F49D7319B04105D4F9CDFF56 , 0xD40CF9900BD049508B93B3E9C880F8F6 );
Copy