0.67 ms (17.48%)
|
1 |
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE (COALESCE(`property_group_option.translation.name`) = ? AND `property_group_option`.`property_group_id` = ?)
Parameters: [
b"/»_ââšMpªXTÎ|ãâ\v"
"Nee"
b"\x01ÉõË©r`â¡ÞÌý\fô\x05"
]
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` WHERE (COALESCE(`property_group_option.translation.name`) = 'Nee' AND `property_group_option`.`property_group_id` = 0x0190E4D3F0B8726083ADE8DEEC0C9305);
|
0.35 ms (9.13%)
|
1 |
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`;;
|