1
0.35 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.56 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.39 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.50 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
2.40 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
6
0.22 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
7
1.58 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
8
0.87 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"žSáFè÷G»§bøåWË;q "
b"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
"account/payment "
"account/payment/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x9E53E146E8F747BBA762F8E557CB3B71 ) AND ((sales_channel_id = 0x649382100C144A7C92879D1770C17779 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'account/payment' OR seo_path_info = 'account/payment/' ));
Copy
9
0.51 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"žSáFè÷G»§bøåWË;q "
b"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
"/account/payment "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x9E53E146E8F747BBA762F8E557CB3B71 ) AND (sales_channel_id = 0x649382100C144A7C92879D1770C17779 ) AND (path_info = '/account/payment' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
10
0.41 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//account/payment "
"/account/payment "
"https://fairfriends.dev-server.xyz/account/payment "
"https://fairfriends.dev-server.xyz//account/payment "
"/account/payment "
"//account/payment "
"account/payment "
true
b"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//account/payment' , '/account/payment' , 'https://fairfriends.dev-server.xyz/account/payment' , 'https://fairfriends.dev-server.xyz//account/payment' , '/account/payment' , '//account/payment' , 'account/payment' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x649382100C144A7C92879D1770C17779 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
11
0.34 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
12
0.69 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
"PaynlPaymentShopware6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'PaynlPaymentShopware6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
13
0.58 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
"BYay7IYyqZW6cxaeY8yNUABs9Wx0arx8 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x649382100C144A7C92879D1770C17779 ) AND (token = 'BYay7IYyqZW6cxaeY8yNUABs9Wx0arx8' ) LIMIT 1 ;
Copy
14
0.85 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"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
]
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 = 0x649382100C144A7C92879D1770C17779
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
15
0.40 ms
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b"žSáFè÷G»§bøåWË;q "
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x9E53E146E8F747BBA762F8E557CB3B71 ;
Copy
16
1.73 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.translation.override_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.override_1.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation.override_1` . `name` as `sales_channel.translation.override_1.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation.override_1` . `custom_fields` as `sales_channel.translation.override_1.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.override_1` . `home_slot_config` as `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation.override_1` . `home_enabled` as `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation.override_1` . `home_name` as `sales_channel.translation.override_1.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.override_1` . `home_meta_title` as `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.override_1` . `home_meta_description` as `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` , `sales_channel.translation.override_1` . `home_keywords` as `sales_channel.translation.override_1.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.override_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.override_1` . `sales_channel_id` AND `sales_channel.translation.override_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 (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.override_1` . `short_name` as `sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation.override_1` . `name` as `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.override_1` . `custom_fields` as `sales_channel.currency.translation.override_1.customFields` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.override_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.override_1` . `currency_id` AND `sales_channel.currency.translation.override_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"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.override_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.override_1.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.override_1.name` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.override_1.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.override_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.override_1.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.translation.override_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.override_1.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.override_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.override_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.override_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.override_1.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.override_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.override_1.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.override_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.override_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.override_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.override_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.override_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.override_1.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.override_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.override_1.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation.override_1` . `name` as `sales_channel.translation.override_1.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation.override_1` . `custom_fields` as `sales_channel.translation.override_1.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.override_1` . `home_slot_config` as `sales_channel.translation.override_1.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation.override_1` . `home_enabled` as `sales_channel.translation.override_1.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation.override_1` . `home_name` as `sales_channel.translation.override_1.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.override_1` . `home_meta_title` as `sales_channel.translation.override_1.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.override_1` . `home_meta_description` as `sales_channel.translation.override_1.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation.override_1` . `home_keywords` as `sales_channel.translation.override_1.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.override_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.override_1` . `sales_channel_id`
AND `sales_channel.translation.override_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 (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.override_1` . `short_name` as `sales_channel.currency.translation.override_1.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.override_1` . `name` as `sales_channel.currency.translation.override_1.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.override_1` . `custom_fields` as `sales_channel.currency.translation.override_1.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.override_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.override_1` . `currency_id`
AND `sales_channel.currency.translation.override_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` . `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.override_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.translation.override_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.override_1.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation.override_1` . `name` as `sales_channel.translation.override_1.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation.override_1` . `custom_fields` as `sales_channel.translation.override_1.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.override_1` . `home_slot_config` as `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation.override_1` . `home_enabled` as `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation.override_1` . `home_name` as `sales_channel.translation.override_1.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.override_1` . `home_meta_title` as `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.override_1` . `home_meta_description` as `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` , `sales_channel.translation.override_1` . `home_keywords` as `sales_channel.translation.override_1.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.override_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.override_1` . `sales_channel_id` AND `sales_channel.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.override_1` . `short_name` as `sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation.override_1` . `name` as `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.override_1` . `custom_fields` as `sales_channel.currency.translation.override_1.customFields` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.override_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.override_1` . `currency_id` AND `sales_channel.currency.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 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 (0x649382100C144A7C92879D1770C17779 );
Copy
17
0.44 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"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
]
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 (0x649382100C144A7C92879D1770C17779 ));
Copy
18
0.70 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.override_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.override_1.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.override_1.name` , `currency.translation.name` , COALESCE (`currency.translation.override_1.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.override_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.override_1.customFields` , `currency.translation.customFields` ) as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation.override_1` . `short_name` as `currency.translation.override_1.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation.override_1` . `name` as `currency.translation.override_1.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` , `currency.translation.override_1` . `custom_fields` as `currency.translation.override_1.customFields` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.override_1` ON `currency.translation` . `currency_id` = `currency.translation.override_1` . `currency_id` AND `currency.translation.override_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"žSáFè÷G»§bøåWË;q "
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.override_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.override_1.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.override_1.name` , `currency.translation.name` , COALESCE (`currency.translation.override_1.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.override_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.override_1.customFields` , `currency.translation.customFields` ) as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation.override_1` . `short_name` as `currency.translation.override_1.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation.override_1` . `name` as `currency.translation.override_1.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` , `currency.translation.override_1` . `custom_fields` as `currency.translation.override_1.customFields` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.override_1` ON `currency.translation` . `currency_id` = `currency.translation.override_1` . `currency_id` AND `currency.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
19
1.54 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.override_1.name` , `country.translation.name` , COALESCE (`country.translation.override_1.name` , `country.translation.name` ) as `country.name` , `country.translation.override_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.override_1.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.override_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.override_1.customFields` , `country.translation.customFields` ) as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation.override_1` . `name` as `country.translation.override_1.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation.override_1` . `custom_fields` as `country.translation.override_1.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` , `country.translation.override_1` . `address_format` as `country.translation.override_1.addressFormat` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.override_1` ON `country.translation` . `country_id` = `country.translation.override_1` . `country_id` AND `country.translation.override_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"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"`¶Fåá.B#®¨ù:fµG¨ "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.override_1.name` , `country.translation.name` , COALESCE (`country.translation.override_1.name` , `country.translation.name` ) as `country.name` , `country.translation.override_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.override_1.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.override_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.override_1.customFields` , `country.translation.customFields` ) as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation.override_1` . `name` as `country.translation.override_1.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation.override_1` . `custom_fields` as `country.translation.override_1.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` , `country.translation.override_1` . `address_format` as `country.translation.override_1.addressFormat` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.override_1` ON `country.translation` . `country_id` = `country.translation.override_1` . `country_id` AND `country.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x60B646E5E12E4223AEA8F93A66B547A8 );
Copy
20
1.00 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.override_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.override_1.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id` AND `customer_group.translation.override_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"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŒØö¦êu7¯§ÎÎ!–\x04\x1A "
]
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.override_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.override_1.name` ,
`customer_group.translation.name`
) as `customer_group.name` ,
`customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle` ,
`customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction` ,
`customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.override_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.override_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.override_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.override_1.customFields` ,
`customer_group.translation.customFields`
) as `customer_group.customFields`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation` . `customer_group_id` ,
`customer_group.translation` . `name` as `customer_group.translation.name` ,
`customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` ,
`customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` ,
`customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` ,
`customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` ,
`customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id`
AND `customer_group.translation.override_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.override_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.override_1.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id` AND `customer_group.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 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 (0x018CD8F6A6EA7537AFA7CECE2196041A );
Copy
21
0.45 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
22
1.46 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.override_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.override_1.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` , `tax_rule.type.translation.override_1` . `type_name` as `tax_rule.type.translation.override_1.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.override_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.override_1` . `tax_rule_type_id` AND `tax_rule.type.translation.override_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"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ér]G┤\x7F Ùñü1®ıb.ý "
b"\x01 ÉÂúÈÜqÕÄ!|*ì#\x03 ─ "
b"!•\x17 ¡\x12 ƒG\x0F Š’\x10 ³dKUk "
b"uóàzç'MJ Ø_ê\x7F\x03 J\x15 "
b"y\x13 A\x00 íCJ\x10 ›‘\x11 Œâ¢¹Ô "
b"""
\x1F šäâ\n
GŠªm“\>(¾y
"""
b"""
Ù—\x12 ¯)ßA‚¾ífô\n
=„¥
"""
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.override_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.override_1.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` , `tax_rule.type.translation.override_1` . `type_name` as `tax_rule.type.translation.override_1.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.override_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.override_1` . `tax_rule_type_id` AND `tax_rule.type.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 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 (0x0190725D47B47FEBA48131A9D5622EEC , 0x0190B6A3D49A71E58E217C2A8D2303C4 , 0x219517A11283470F8A9210B3644B556B , 0x75F3E07AE7274D4AA0D85FEA7F034A15 , 0x79134100ED434A109B91118CE2A2B9D4 , 0xAD1F9AE4E20A478AAA6D935C3E28BE79 , 0xD99712AF29DF4182BEED66F40A3D84A5 ));
Copy
23
1.87 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.override_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.override_1.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.translation.override_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.override_1.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.override_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.override_1.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation.override_1` . `name` as `payment_method.translation.override_1.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation.override_1` . `distinguishable_name` as `payment_method.translation.override_1.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation.override_1` . `description` as `payment_method.translation.override_1.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` , `payment_method.translation.override_1` . `custom_fields` as `payment_method.translation.override_1.customFields` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.override_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.override_1` . `payment_method_id` AND `payment_method.translation.override_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 (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation.override_1` . `alt` as `payment_method.media.translation.override_1.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation.override_1` . `title` as `payment_method.media.translation.override_1.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` , `payment_method.media.translation.override_1` . `custom_fields` as `payment_method.media.translation.override_1.customFields` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.override_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.override_1` . `media_id` AND `payment_method.media.translation.override_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"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Œ\x12\x19 0|:”\e †_\x11 ±¨R "
]
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.override_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.override_1.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.override_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.override_1.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.override_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.override_1.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.translation.override_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.override_1.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.override_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.override_1.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.override_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.override_1.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.override_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.override_1.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation.override_1` . `name` as `payment_method.translation.override_1.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation.override_1` . `distinguishable_name` as `payment_method.translation.override_1.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation.override_1` . `description` as `payment_method.translation.override_1.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` ,
`payment_method.translation.override_1` . `custom_fields` as `payment_method.translation.override_1.customFields`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.override_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.override_1` . `payment_method_id`
AND `payment_method.translation.override_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 (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation.override_1` . `alt` as `payment_method.media.translation.override_1.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation.override_1` . `title` as `payment_method.media.translation.override_1.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` ,
`payment_method.media.translation.override_1` . `custom_fields` as `payment_method.media.translation.override_1.customFields`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.override_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.override_1` . `media_id`
AND `payment_method.media.translation.override_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.override_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.override_1.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.translation.override_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.override_1.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.override_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.override_1.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation.override_1` . `name` as `payment_method.translation.override_1.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation.override_1` . `distinguishable_name` as `payment_method.translation.override_1.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation.override_1` . `description` as `payment_method.translation.override_1.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` , `payment_method.translation.override_1` . `custom_fields` as `payment_method.translation.override_1.customFields` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.override_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.override_1` . `payment_method_id` AND `payment_method.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation.override_1` . `alt` as `payment_method.media.translation.override_1.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation.override_1` . `title` as `payment_method.media.translation.override_1.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` , `payment_method.media.translation.override_1` . `custom_fields` as `payment_method.media.translation.override_1.customFields` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.override_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.override_1` . `media_id` AND `payment_method.media.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 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 (0x018C1219A0307C3A941B865F11B1A852 );
Copy
24
2.08 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.override_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.translation.override_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.override_1.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.override_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.override_1.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` , `shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id` AND `shipping_method.translation.override_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 (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.override_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` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation.override_1` . `alt` as `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation.override_1` . `title` as `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` , `shipping_method.media.translation.override_1` . `custom_fields` as `shipping_method.media.translation.override_1.customFields` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.override_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.override_1` . `media_id` AND `shipping_method.media.translation.override_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"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"žSáFè÷G»§bøåWË;q "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¬,)p‰åM_µ„r\x02\x10\x19 —´ "
]
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.override_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.override_1.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.override_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.override_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.override_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.override_1.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.override_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.override_1.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.override_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.override_1.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.translation.override_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.override_1.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.override_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.override_1.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.override_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.override_1.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.override_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.override_1.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id`
AND `shipping_method.translation.override_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 (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.override_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` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation.override_1` . `alt` as `shipping_method.media.translation.override_1.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation.override_1` . `title` as `shipping_method.media.translation.override_1.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.override_1` . `custom_fields` as `shipping_method.media.translation.override_1.customFields`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.override_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.override_1` . `media_id`
AND `shipping_method.media.translation.override_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.override_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.translation.override_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.override_1.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.override_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.override_1.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` , `shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id` AND `shipping_method.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation.override_1` . `alt` as `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation.override_1` . `title` as `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` , `shipping_method.media.translation.override_1` . `custom_fields` as `shipping_method.media.translation.override_1.customFields` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.override_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.override_1` . `media_id` AND `shipping_method.media.translation.override_1` . `language_id` = 0x9E53E146E8F747BBA762F8E557CB3B71 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 (0xAC2C297089E54D5FB5847202101997B4 );
Copy
25
0.51 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"`¶Fåá.B#®¨ù:fµG¨ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x60B646E5E12E4223AEA8F93A66B547A8 ) LIMIT 1 ;
Copy
26
0.43 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"BYay7IYyqZW6cxaeY8yNUABs9Wx0arx8 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'BYay7IYyqZW6cxaeY8yNUABs9Wx0arx8' ;
Copy
27
0.72 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
28
1.45 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"\x12 2ÉÖGJB%©`├Ì®═8s "
b"\x15 {w6{³BQ›Szx[.…( "
b"""
D°▒ï½B·â╦;ƒó\n
rü
"""
b"aFÏ\x1A ô©LOü¨&W┬┐~\x1C "
b"y.ÀÚÖ(Ny½ƒg¶f‚ž\x06 "
b"}Y\x08 çÔ°I\x15 žØr¢GÚó* "
b"à╔\x1D wkNÒ¼\x02 ðÔiØ<Û "
b"ÑÂ█\x10 k»HØäÞ█<░ \x15 ┌ "
b"ªUí†òJKŽÆ²Ô£Mzî "
b"╣ÇE¿ßÉGQÜÒq¥i4X| "
b"ÙÜʈ†ÏOÝ‹ë\x1A\x18 GVºw "
b"gü×ı\x16 ,ELä┤ë\t\x07 XÆð "
b"\x01 ‹=D7mwÙ¡\x1C „="Ýs² "
b"\x01 ‹ÍëVàt\x01 ¶\x15\x15 Çd¯hµ "
b"""
\x01 ìU\x08 i¤vêÇ57ì\n
▄æì
"""
b"\x01 ‹ü\x08 <vz÷¦0꜈귄 "
b"ïcwâ±3Aé§\x19 Ü·œ¼¨S "
b"4KZÑ\x16 ú@¡¿\x17 ã(‘¥=d "
b"MRÀRCæI╝ì /µ³²©└ "
b"ñÅ\x07 ä,¾N%˜sø›±ºÆ\x1D "
b"ýó²,à¶FȽê„G\x10 “wP "
b"\x00 O¡V¦ÃC±’ó\x03 HÐ;ÒG "
b"\x01 ‹`×V\v p\x18 «_‡Sù\e ¢% "
b"\x01 ‹`×V\x16 p÷„ÂåoZ—Q6 "
b"\x01 ‹`×V qΊ߄zX\x19 ŽO "
b"\x01 ‹`×V'p†ƒj?OØõ\x0F M "
b"\x01 ‹`×V0q\x1F „¬”ìïò…K "
b"\x01 ï`ÎV8q¯ó\x07 aí}Øh, "
b"\t 9\x15 Hi\x12 J¯°µÆéŠp\x03 ÷ "
b"\f ¹sÕó\x18 Bª§ý9ƒ§\x05 }l "
b"\f ÙF÷íÜJ╩ƒµü\x05 ̲\x1A\v "
b"\r \f ‡0h±I€ˆ{W\x11 Î@<” "
b"\x0E ä°"«ÔNÑá═Z┘\x13 Ø^2 "
b"\x0F ½Ó\x1E \r Ä@\x10 ²Ú\x7F TRÇÂh "
b"\x10 gÒZkØEWÉô\r ╔Jm\x13 þ "
b"\x11\x00 @\x7F ËÏO±™îP\x02\x00 +SG "
b"\x11 Göô/\x0E LrÉ(║┼Õfc\t "
b"\x12 0ó\x11 Åè@L‘\x14 ¦†’.±\e "
b"\x15 Q\x1D `f\x10 K\r ¼œr\x06 ÷éQÄ "
b"\x1A !,vªŽ@uƒÂR\x05 YPI/ "
b"\e ‹k+’N7šH#ëtÅ' "
b"\e Û?ÂkûCæì\x0E ┐Øüµu\x19 "
b"(ȳD°\x1D Ið¥J╝ÉÚ\x0F WE "
b"/ìRxn╩@Tº┐½Î\x01 ÌR% "
b"0p)ê“VBeª+bm^űx "
b"0è4OîfM”™\x18 WþÙggX "
b"3"a\x03 E┬Fw»à¼ÒýüY¶ "
b"9oÄgwÖKÔš\x18 °Ôã\x05 &~ "
b"@^˜ \x0E ™G½¤\x10 Œ`Ä'\x1D ¤ "
b"M%}òš(M‚¶\r ;J\e {dÐ "
b"Mã¢xŸ%E~µ\x01 kNG™%7 "
b"Ul~b\r œI™…ív\x19 <Û÷_ "
b"WƳCñ£JͪfJ\x12 ÈkB^ "
b"Y¡\x19 ì‘ôG¦Ÿ\v\t 6nd¤\x15 "
b"Y³ž!7Ll¿ý\x0E þX|j2 "
b"c³G.-\x04 A£·T\x08 ³jÙó_ "
b"duFî߬HêŽ[˜zƼÜ" "
b"ew±╔\x06\v @\x08 ç{b³ÉHÂ\x17 "
b"eÕÖÉl‚I׌\x04\x1F ןkê$ "
b"fÑÏ=áöKiˆô¼CI\x18 ¢\x1D "
b"l¢êõ–/J{º\x12 ¼_’\x1C ³\x00 "
b"mrö\x06 PsL¨‘ZlÑ #aY "
b"p\t ž–Å\x15 B\x17 žÍ»ÃÿŸpà "
b"r\x13 Ç░¦üO\x1E ░/¾╬áT¾▀ "
b"rZ11€ø@Ež.Ðà\e Ïów "
b"rô\x1D â=‗FºÉ┼ÿ¢Ã╣£¦ "
b"}e\r JÇgM܇’—\x1A MñÂò "
b"\x7F &\x19 …¤*FŸ¡ß@†áf\x19 < "
b"üc║┘NßNÆÀ¡ªP_®¾\n "
b"ì^╝\x19 9fEÍ«â█çC╝õñ "
b"ì¯þ¬S\x19 K\f ╣M_\x13 6<▒8 "
b"ŨÖP\x11 ÿBÈØı╝Áæ0ÉV "
b"‘\ŒŽ~\x00 Eª€7…0¤ÂRÙ "
b"“’\x1E ˜ŽÖJ¾²·m„mx·Ã "
b"òhÿ\x1D Ô▀MÍñÉ╣░r┤7 "
b"ŸšùßRd@λöD\x1E\x03 ð\x10\t "
b" Å1J\x0F žB\f ¨d»‡=?°‘ "
b"¢4+1²sI. õ»\x14 †žÆÌ "
b"""
¢ÓtgÎ?N²£ÍÚ:\n
Ò`,
"""
b"¦\x10 £\x1C Š;FEªVðy¤ææ› "
b"´ää\x18 .\x19 NNŒ} Ç4@³\e "
b"·½(çu<C$• R8QR\x12 "
b"ã\x01 ²N"ëIÉÆý2┘\x15 :áÏ "
b"""
Æëu(\v æAi…å\n
o\x14 nȇ
"""
b"Ã\x03 ãù║@3Éè©‗\x18 Ä░z "
b"É:\x04\x10 ²3NC§¸\x1C ¯\x00 A` "
b"╔vP?kÉCf£i_qéØÒ\x05 "
b"""
╦\n
\÷╦SD\úÄÃÏÉ »_
"""
b"Êü/\v ®\x01 BÅàÞëT╬&Xq "
b"ËØsåê£JK©è~:Ê┼╚: "
b"Øp†\x00 !ƒE°¬oè–³gbI "
b"Ù¸”â®ÄN\v „*`‚óƒ¤ÿ "
b"Ý/Ñ^A\x17 Kçš\t $³ª6N "
b"àp¹\x02 K-L®ªd3)è|ñè "
b"á\x11 eëz¬C\ˆùXW\x08\x19 uj "
b"æ!·5\x16 =Jƒ¾õ\x1A _Ìϵê "
b"ÛÞ▓÷ýII9┐Ð0ƒBèÉ+ "
b"ñ_³o¤ŽJò¡žµ÷:·âñ "
b"¶Ã\x19 Ý┐┘BuÅè"║¾\x11 Iö "
b"õ*|\r ‰í@¶«TË\x15 oo€\n "
b"÷\x04 å¿¥æLÌÅ纶┴Û>@ "
b"öW¨Šå\x0E KV³]îÝ\x18 dWÆ "
b"ú\r œX’vLÑ„Û<ºPÞ¬¾ "
b"ü\x01 Ž¼Í~O-¾¦' 4\r S "
b" ┬ërn|H÷┤\x19 ØL┴â\x04 └ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x12329099474A4225B860C3DEA9CD3873 , 0x157B77367BB342519B537A785B2E8528 , 0x44B6F8B18BAB42FA83CB3B9FA20A7281 , 0x6146D81A93B84C4F81F92657C2BF7E1C , 0x792EC0DAD6284E79BD8367B666829E06 , 0x7D5908E7D4B049159ED872A247DAF32A , 0x85C91D20776B4EE3AC02D0E2699D3CEA , 0xA5B6DB106BAF489D84E8DB3CB0FF15DA , 0xAAAD55ED86F24A4B8EC6B2D4A34D7AEE , 0xB98045A8E19047519AE371BE6934587C , 0xD9DCCA8886CF4FDD8BEB1A184756BA77 , 0x67819ED5162C454C84B48909075892D0 , 0x018B3D44376D77D9A11C843D22DD73B2 , 0x018BCDEB56E07401B61515C764AF68B5 , 0x018D550869CF76888035378D0ADC918D , 0x018BFC083C767AF7A630EA9C88EAB784 , 0xEF6377E2B13341E9A719DCB79CBCA853 , 0x344B5AD116FA40A1BF17E32891A53D64 , 0x4D52B752439149BC8D202FE6FCFDB8C0 , 0xF1C507E42CBE4E259873F89BB1BAC61D , 0xFDF3B22CE0B646C8BDEA844710937750 , 0x004FA156A6C343B192F30348D03BD247 , 0x018B60D7560B7018AB5F8753F91BA225 , 0x018B60D7561670F784C2E56F5A975136 , 0x018B60D7562071CE8ADF847A58198E4F , 0x018B60D756277086836A3F4FD8F50F4D , 0x018B60D75630711F84AC94ECEFF2854B , 0x018B60D7563871EEA20761A17D9D682C , 0x0939154869124AAFB0B5C6E98A7003F7 , 0x0CB973D5F31842AAA7FD3983A7057D6C , 0x0CEB46F6A19A4ACA9FE68105DEFD1A0B , 0x0D0C873068B14980887B5711CE403C94 , 0x0E84F822AEE24EA5A0CD5AD9139D5E32 , 0x0FBDD31E0DC44010B2DA7F5452C7C268 , 0x1067E35A6B9D455790930DC94A6D13E7 , 0x1100407FCBCF4FB199EE5002002B5347 , 0x114794932F0E4C729028BAC5E5666309 , 0x1230F311C5E8404C9114A686922EB11B , 0x15511D6066104B0DBC9C7206F7E951C4 , 0x1A212C76AA8E407583C252055950492F , 0x1B8B6B2BAD924E379A4823EBAD74C527 , 0x1BEA3FB66B9643918D0EBF9D81E67519 , 0x28D4FC44F81D49D0BE4ABC90E90F5745 , 0x2F8D52786ECA4054A7BFABD701DE5225 , 0x307029EA93564265AA2B626D5EC5B178 , 0x30E8344FEE664D94991857FED9676758 , 0x3322610345C24677AF85ACE3EC8159F4 , 0x396FC46777D64BD49A18B0D4E305267E , 0x405E98200E9947BDA4108C60C4271DA4 , 0x4D257DF29A284D82B60D3B4A1B7B64D0 , 0x4DE3A2789F25457EB5016B4E47992537 , 0x556C7E620D9C499985ED76193CDBF75F , 0x57C6B343F1A34ACDAA664A12C86B425E , 0x59A119EC91F447A69F0B09366E64A415 , 0x59B39E2137AD4C6CBFFD0EFE587C6A32 , 0x63B3472E2D0441A3B75408B36AD9F35F , 0x647546EEDFAC48EA8E5B987AC6BCDC22 , 0x6577F1C9060B4008877B62FC9048B617 , 0x65D5D6C96C8249D78C041FD79F6BEA24 , 0x66D1CF3DE1F64B6988F4BC434918A21D , 0x6CA2EAF5962F4A7BBA12BC5F921CB300 , 0x6D72F60650734CA8915A6CD1A0236159 , 0x70099E96C51542179ECDBBC3FF9F70C3 , 0x721380B0DD814F1EB02FF3CEA054F3DF , 0x725A313180F840459E2ED0E01BCFF377 , 0x72931D833DF246A790C598BDC7B99CDD , 0x7D650D4AC7674DDC8792971A4DF1C2F2 , 0x7F261985A42A469FA1DF4086E166193C , 0x8163BAD94EE14E92B7ADA6505FA9F30A , 0x8D5EBC19396645D6AE83DB8743BCE4A4 , 0x8DEEE7AA53194B0CB94D5F13363CB138 , 0x8FF99950119842D49DD5BCB591309056 , 0x915C8C8E7E0045AA80378530A4C252D9 , 0x93921E988ED64ABEB2B76D846D78B7C3 , 0x9568981DE2DF4DD6A4F090B9B072B437 , 0x9F9AF9DF526440CEBBF6441E03F01009 , 0xA0C5314A0F9E420CA864BB873D3FB091 , 0xA2342B31B273492EA0F5BB14869EC6CC , 0xA2D37467CE3F4EB2A3CDDA3A0AD2602C , 0xA610A31C8A3B4645AA56F079A4E6E69B , 0xB4E4E4182E194E4E8C7DA0C73440B31B , 0xB7BD28E7753C43249520205238515212 , 0xC601FD4E2289499092EC32D9153AA0D8 , 0xC6EB75280BE6416985E50A6F146EBBE1 , 0xC7F003C697BA4033908AB8F2188EB07A , 0xC93A0410B2334E43A7B8AD1CAF004160 , 0xC976503F6B9043669C695F71829DE305 , 0xCB0A5CF6CB53445CA38EC7D89020AF5F , 0xD2812F0BA901428F85E88954CE265871 , 0xD39D7386889C4A4BB88A7E3AD2C5C83A , 0xD8708600218345B0AC6FE896B3676249 , 0xD9B894E2AEC44E0B842A6082F383A4FF , 0xDD2FD15E41174BE7AD9A0924B3AA364E , 0xE070B9024B2D4CAEAA643329E87CF1E8 , 0xE11165EB7AAC435C88F958570819756A , 0xE621B735163D4A83BEF51A5FCCCFB5EA , 0xEAE8B2F6EC494939BFD1309F428A902B , 0xF15FB36FA48E4AF2A19EB5F73AB7E2F1 , 0xF4C719EDBFD942758F8A22BAF3114994 , 0xF52A7C0D89ED40B6AB54CB156F6F800A , 0xF60486A8BE914CDE8F87A7F4C1EA3E40 , 0xF657A88AE50E4B56B35DEEDD186457C6 , 0xFA0D9C5892764CD184DB3CBA50DEACBE , 0xFC018EBCCD7E4F2DBEA6AD2720340D53 , 0xFFC289726E7C48F6B4199D4CC18304C0 );
Copy
29
0.32 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
30
1.21 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŠfÅÖlrx±\e UÍ:\x1A ü\x0E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x018A66C5D66C7278B11B55CD3A1AFC0E );
Copy
31
0.47 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ŠfÅÖlrx±\e UÍ:\x1A ü\x0E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018A66C5D66C7278B11B55CD3A1AFC0E ));
Copy
32
0.70 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
33
0.45 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
34
0.43 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"dôé\x10\f\x14 J|ÆçØ\x17 p┴wy "
b"`¶Fåá.B#®¨ù:fµG¨ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x649382100C144A7C92879D1770C17779 AND `sales_channel_country` . `country_id` = 0x60B646E5E12E4223AEA8F93A66B547A8 );
Copy
35
0.32 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
36
1.12 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŠfÅÖlrx±\e UÍ:\x1A ü\x0E "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x018A66C5D66C7278B11B55CD3A1AFC0E );
Copy
37
0.39 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ŠfÅÖlrx±\e UÍ:\x1A ü\x0E "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018A66C5D66C7278B11B55CD3A1AFC0E ));
Copy
38
0.61 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.44 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.32 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"aFÏ\x1A ô©LOü¨&W┬┐~\x1C "
b"à╔\x1D wkNÒ¼\x02 ðÔiØ<Û "
b"╣ÇE¿ßÉGQÜÒq¥i4X| "
b"\x01 ‹ü\x08 <vz÷¦0꜈귄 "
b"\x11 Göô/\x0E LrÉ(║┼Õfc\t "
b"\e ‹k+’N7šH#ëtÅ' "
b"ì^╝\x19 9fEÍ«â█çC╝õñ "
b"É:\x04\x10 ²3NC§¸\x1C ¯\x00 A` "
]
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 (0x6146D81A93B84C4F81F92657C2BF7E1C , 0x85C91D20776B4EE3AC02D0E2699D3CEA , 0xB98045A8E19047519AE371BE6934587C , 0x018BFC083C767AF7A630EA9C88EAB784 , 0x114794932F0E4C729028BAC5E5666309 , 0x1B8B6B2BAD924E379A4823EBAD74C527 , 0x8D5EBC19396645D6AE83DB8743BCE4A4 , 0xC93A0410B2334E43A7B8AD1CAF004160 );
Copy