1 |
1.39 ms |
SELECT `key`, `value` FROM `app_config`
SELECT `key`, `value` FROM `app_config`;
|
2 |
0.92 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`;;
|
3 |
0.80 ms |
SELECT `key`, `value` FROM `app_config`
SELECT `key`, `value` FROM `app_config`;
|
4 |
0.80 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;
;
|
5 |
1.04 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;
|
6 |
0.41 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',''));
|
7 |
1.80 ms |
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`path_info` = ? AND `seo_url`.`is_canonical` = ?)
Parameters: [
"/api/search/order"
true
]
SELECT `seo_url`.`id` as `seo_url.id`, `seo_url`.`sales_channel_id` as `seo_url.salesChannelId`, `seo_url`.`language_id` as `seo_url.languageId`, `seo_url`.`foreign_key` as `seo_url.foreignKey`, `seo_url`.`route_name` as `seo_url.routeName`, `seo_url`.`path_info` as `seo_url.pathInfo`, `seo_url`.`seo_path_info` as `seo_url.seoPathInfo`, `seo_url`.`is_canonical` as `seo_url.isCanonical`, `seo_url`.`is_modified` as `seo_url.isModified`, `seo_url`.`is_deleted` as `seo_url.isDeleted`, `seo_url`.`custom_fields` as `seo_url.customFields`, `seo_url`.`created_at` as `seo_url.createdAt`, `seo_url`.`updated_at` as `seo_url.updatedAt` FROM `seo_url` WHERE (`seo_url`.`path_info` = '/api/search/order' AND `seo_url`.`is_canonical` = 1);
|
8 |
0.69 ms |
SELECT item_rounding FROM currency WHERE id = ?
Parameters: [
b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
SELECT item_rounding FROM currency WHERE id = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA;
|
9 |
0.67 ms |
SELECT id FROM integration WHERE access_key = ?
Parameters: [
"SWIADEDAQVLEA3L4NGFKAG9RBG"
]
SELECT id FROM integration WHERE access_key = 'SWIADEDAQVLEA3L4NGFKAG9RBG';
|
10 |
0.46 ms |
SELECT `acl_role`.`privileges`
FROM `acl_role`
INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
WHERE `app`.`integration_id` = ?
Parameters: [
b"\x01‘jì¶Š|ܰï‰lË"
]
SELECT `acl_role`.`privileges`
FROM `acl_role`
INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
WHERE `app`.`integration_id` = 0x01916AECB68A7CDCB0EF8985EF896CCB
;
|
11 |
0.26 ms |
SELECT admin FROM `integration` WHERE id = ?
Parameters: [
b"\x01‘jì¶Š|ܰï‰lË"
]
SELECT admin FROM `integration` WHERE id = 0x01916AECB68A7CDCB0EF8985EF896CCB;
|
12 |
0.26 ms |
SELECT role.privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.integration_id = ?
Parameters: [
b"\x01‘jì¶Š|ܰï‰lË"
]
SELECT role.privileges FROM integration_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.integration_id = 0x01916AECB68A7CDCB0EF8985EF896CCB;
|
13 |
0.68 ms |
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1;
|
14 |
2.00 ms |
SELECT `order`.`id`, `order`.`auto_increment`, `order`.`order_number` FROM `order` LEFT JOIN `state_machine_state` `order.stateMachineState` ON `order`.`state_id` = `order.stateMachineState`.`id` LEFT JOIN (SELECT `order.transactions`.`order_id` as id, `order.transactions`.`order_version_id` FROM `order_transaction` `order.transactions` LEFT JOIN `state_machine_state` `order.transactions.stateMachineState` ON `order.transactions`.`state_id` = `order.transactions.stateMachineState`.`id` WHERE (`order.transactions.stateMachineState`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))) `order.transactions_1` ON `order`.`id` = `order.transactions_1`.`id` AND `order`.`version_id` = `order.transactions_1`.`order_version_id` LEFT JOIN (SELECT `order.transactions`.`order_id` as id, `order.transactions`.`order_version_id` FROM `order_transaction` `order.transactions` WHERE ((`order.transactions`.`updated_at` >= ? AND `order.transactions`.`updated_at` <= ?))) `order.transactions_2` ON `order`.`id` = `order.transactions_2`.`id` AND `order`.`version_id` = `order.transactions_2`.`order_version_id` WHERE (`order`.`version_id` = ?) AND ((`order.stateMachineState`.`id` IN (?) AND `order.transactions_1`.id IS NOT NULL AND ((`order`.`updated_at` >= ? AND `order`.`updated_at` <= ?) OR (`order`.`created_at` >= ? AND `order`.`created_at` <= ?) OR `order.transactions_2`.id IS NOT NULL) AND IF(JSON_TYPE(JSON_EXTRACT(`order`.`custom_fields`, '$.connectExportedAt')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`order`.`custom_fields`, '$.connectExportedAt')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL) <=> ? AND (`order`.`created_at` >= ? AND `order`.`created_at` <= ?))) GROUP BY `order`.`id` LIMIT 100
Parameters: [
b"\x01‘j‡.\x03sÆ€ÞÊDcaú¥"
b"\x01‘j‡.\x03sÆ€ÞÊDd\x1A²\x1A"
b"\x01‘j‡.\x03sÆ€ÞÊDd}”\"
b"\x01‘j‡.\x03sÆ€ÞÊDdôï˜"
b"\x01‘j‡.\x03sÆ€ÞÊDeÝÃp"
b"\x01‘j‡.\x03sÆ€ÞÊDfA\x1A$"
b"\x01‘j‡.\x03sÆ€ÞÊDfˆTÙ"
b"\x01æjçYMpIìÉeâ\x11$\x0E‗"
b"\x01æjçYMpIìÉeâ\x11ðug"
b"\x01æjçp╦p\x05Å└ÍF/éÈs"
b"\x01‘j‡pír€•µºÔ m|W"
b"\x01‘j‡¸Up÷Š\x02\x0Fü\x11Ǻ"
"2025-07-30T05:15:32"
"2025-08-02T07:15:32"
b"\x0F©\x1CãéjK¾KÙÎu,4%"
b"\x01‘j‡-wsUœÁº\x07æAGp"
"2025-07-30T05:15:32"
"2025-08-02T07:15:32"
"2025-07-30T05:15:32"
"2025-08-02T07:15:32"
null
"2024-10-08T11:18:28.619Z"
"2025-08-02T07:15:32"
]
SELECT `order`.`id`, `order`.`auto_increment`, `order`.`order_number` FROM `order` LEFT JOIN `state_machine_state` `order.stateMachineState` ON `order`.`state_id` = `order.stateMachineState`.`id` LEFT JOIN (SELECT `order.transactions`.`order_id` as id, `order.transactions`.`order_version_id` FROM `order_transaction` `order.transactions` LEFT JOIN `state_machine_state` `order.transactions.stateMachineState` ON `order.transactions`.`state_id` = `order.transactions.stateMachineState`.`id` WHERE (`order.transactions.stateMachineState`.`id` IN (0x01916A872E0373C680DECA446361FAA5, 0x01916A872E0373C680DECA44641AB21A, 0x01916A872E0373C680DECA44647D945C, 0x01916A872E0373C680DECA4464F4EF98, 0x01916A872E0373C680DECA4465DDC370, 0x01916A872E0373C680DECA4466411A24, 0x01916A872E0373C680DECA44668854D9, 0x01916A87594D70498D90658311240EF2, 0x01916A87594D70498D90658311D07567, 0x01916A8770CB70058FC0D6462F82D473, 0x01916A8770ED728095B5BAD4206D7C57, 0x01916A87B85570F78A020FC3BC11C7BA))) `order.transactions_1` ON `order`.`id` = `order.transactions_1`.`id` AND `order`.`version_id` = `order.transactions_1`.`order_version_id` LEFT JOIN (SELECT `order.transactions`.`order_id` as id, `order.transactions`.`order_version_id` FROM `order_transaction` `order.transactions` WHERE ((`order.transactions`.`updated_at` >= '2025-07-30T05:15:32' AND `order.transactions`.`updated_at` <= '2025-08-02T07:15:32'))) `order.transactions_2` ON `order`.`id` = `order.transactions_2`.`id` AND `order`.`version_id` = `order.transactions_2`.`order_version_id` WHERE (`order`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((`order.stateMachineState`.`id` IN (0x01916A872D7773559CC1BA07E6414770) AND `order.transactions_1`.id IS NOT NULL AND ((`order`.`updated_at` >= '2025-07-30T05:15:32' AND `order`.`updated_at` <= '2025-08-02T07:15:32') OR (`order`.`created_at` >= '2025-07-30T05:15:32' AND `order`.`created_at` <= '2025-08-02T07:15:32') OR `order.transactions_2`.id IS NOT NULL) AND IF(JSON_TYPE(JSON_EXTRACT(`order`.`custom_fields`, '$.connectExportedAt')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`order`.`custom_fields`, '$.connectExportedAt')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL) <=> NULL AND (`order`.`created_at` >= '2024-10-08T11:18:28.619Z' AND `order`.`created_at` <= '2025-08-02T07:15:32'))) GROUP BY `order`.`id` LIMIT 100;
|
15 |
0.65 ms |
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = ?)
Parameters: [
"category"
]
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = 'category');
|
16 |
0.69 ms |
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = ?)
Parameters: [
"product"
]
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = 'product');
|
17 |
0.78 ms |
SELECT `custom_field_set`.`id` as `custom_field_set.id`, `custom_field_set`.`name` as `custom_field_set.name`, `custom_field_set`.`config` as `custom_field_set.config`, `custom_field_set`.`active` as `custom_field_set.active`, `custom_field_set`.`global` as `custom_field_set.global`, `custom_field_set`.`position` as `custom_field_set.position`, `custom_field_set`.`app_id` as `custom_field_set.appId`, `custom_field_set`.`created_at` as `custom_field_set.createdAt`, `custom_field_set`.`updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set`.`id` IN (?)
Parameters: [
b"\x01‘“!|TrJšœåM~\x18æH"
]
SELECT `custom_field_set`.`id` as `custom_field_set.id`, `custom_field_set`.`name` as `custom_field_set.name`, `custom_field_set`.`config` as `custom_field_set.config`, `custom_field_set`.`active` as `custom_field_set.active`, `custom_field_set`.`global` as `custom_field_set.global`, `custom_field_set`.`position` as `custom_field_set.position`, `custom_field_set`.`app_id` as `custom_field_set.appId`, `custom_field_set`.`created_at` as `custom_field_set.createdAt`, `custom_field_set`.`updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set`.`id` IN (0x019193217C54724A9A9CE54D7E18E648);
|
18 |
0.96 ms |
SELECT `custom_field`.`id` as `custom_field.id`, `custom_field`.`name` as `custom_field.name`, `custom_field`.`type` as `custom_field.type`, `custom_field`.`config` as `custom_field.config`, `custom_field`.`active` as `custom_field.active`, `custom_field`.`set_id` as `custom_field.customFieldSetId`, `custom_field`.`allow_customer_write` as `custom_field.allowCustomerWrite`, `custom_field`.`allow_cart_expose` as `custom_field.allowCartExpose`, `custom_field`.`created_at` as `custom_field.createdAt`, `custom_field`.`updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field`.`set_id` IN (?))
Parameters: [
b"\x01‘“!|TrJšœåM~\x18æH"
]
SELECT `custom_field`.`id` as `custom_field.id`, `custom_field`.`name` as `custom_field.name`, `custom_field`.`type` as `custom_field.type`, `custom_field`.`config` as `custom_field.config`, `custom_field`.`active` as `custom_field.active`, `custom_field`.`set_id` as `custom_field.customFieldSetId`, `custom_field`.`allow_customer_write` as `custom_field.allowCustomerWrite`, `custom_field`.`allow_cart_expose` as `custom_field.allowCartExpose`, `custom_field`.`created_at` as `custom_field.createdAt`, `custom_field`.`updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field`.`set_id` IN (0x019193217C54724A9A9CE54D7E18E648));
|
19 |
0.75 ms |
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = ?)
Parameters: [
"promotion"
]
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = 'promotion');
|
20 |
0.60 ms |
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = ?)
Parameters: [
"customer"
]
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = 'customer');
|
21 |
0.50 ms |
SELECT `custom_field_set`.`id` as `custom_field_set.id`, `custom_field_set`.`name` as `custom_field_set.name`, `custom_field_set`.`config` as `custom_field_set.config`, `custom_field_set`.`active` as `custom_field_set.active`, `custom_field_set`.`global` as `custom_field_set.global`, `custom_field_set`.`position` as `custom_field_set.position`, `custom_field_set`.`app_id` as `custom_field_set.appId`, `custom_field_set`.`created_at` as `custom_field_set.createdAt`, `custom_field_set`.`updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set`.`id` IN (?)
Parameters: [
b"\x01’F¸àapg¾±Ãþ©»´³"
]
SELECT `custom_field_set`.`id` as `custom_field_set.id`, `custom_field_set`.`name` as `custom_field_set.name`, `custom_field_set`.`config` as `custom_field_set.config`, `custom_field_set`.`active` as `custom_field_set.active`, `custom_field_set`.`global` as `custom_field_set.global`, `custom_field_set`.`position` as `custom_field_set.position`, `custom_field_set`.`app_id` as `custom_field_set.appId`, `custom_field_set`.`created_at` as `custom_field_set.createdAt`, `custom_field_set`.`updated_at` as `custom_field_set.updatedAt` FROM `custom_field_set` WHERE `custom_field_set`.`id` IN (0x019246B8E0617067BEB1C3FEA9BBB4B3);
|
22 |
0.69 ms |
SELECT `custom_field`.`id` as `custom_field.id`, `custom_field`.`name` as `custom_field.name`, `custom_field`.`type` as `custom_field.type`, `custom_field`.`config` as `custom_field.config`, `custom_field`.`active` as `custom_field.active`, `custom_field`.`set_id` as `custom_field.customFieldSetId`, `custom_field`.`allow_customer_write` as `custom_field.allowCustomerWrite`, `custom_field`.`allow_cart_expose` as `custom_field.allowCartExpose`, `custom_field`.`created_at` as `custom_field.createdAt`, `custom_field`.`updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field`.`set_id` IN (?))
Parameters: [
b"\x01’F¸àapg¾±Ãþ©»´³"
]
SELECT `custom_field`.`id` as `custom_field.id`, `custom_field`.`name` as `custom_field.name`, `custom_field`.`type` as `custom_field.type`, `custom_field`.`config` as `custom_field.config`, `custom_field`.`active` as `custom_field.active`, `custom_field`.`set_id` as `custom_field.customFieldSetId`, `custom_field`.`allow_customer_write` as `custom_field.allowCustomerWrite`, `custom_field`.`allow_cart_expose` as `custom_field.allowCartExpose`, `custom_field`.`created_at` as `custom_field.createdAt`, `custom_field`.`updated_at` as `custom_field.updatedAt` FROM `custom_field` WHERE (`custom_field`.`set_id` IN (0x019246B8E0617067BEB1C3FEA9BBB4B3));
|
23 |
0.67 ms |
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE `language`.`id` IN (?)
Parameters: [
b"/»_ââšMpªXTÎ|ãâ\v"
]
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt` FROM `language` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
|
24 |
1.22 ms |
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters: [
b"/»_ââšMpªXTÎ|ãâ\v"
b"/»_ââšMpªXTÎ|ãâ\v"
]
SELECT `language`.`id` as `language.id`, `language`.`parent_id` as `language.parentId`, `language`.`locale_id` as `language.localeId`, `language`.`translation_code_id` as `language.translationCodeId`, `language`.`name` as `language.name`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name as `language.locale.translation.name`, `language.locale.translation`.territory as `language.locale.translation.territory`, `language.locale.translation`.custom_fields as `language.locale.translation.customFields`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B);
|
25 |
0.60 ms |
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = ?)
SELECT `custom_field_set_relation`.`id` as `custom_field_set_relation.id`, `custom_field_set_relation`.`set_id` as `custom_field_set_relation.customFieldSetId`, `custom_field_set_relation`.`entity_name` as `custom_field_set_relation.entityName`, `custom_field_set_relation`.`created_at` as `custom_field_set_relation.createdAt`, `custom_field_set_relation`.`updated_at` as `custom_field_set_relation.updatedAt` FROM `custom_field_set_relation` WHERE (`custom_field_set_relation`.`entity_name` = 'order');
|