| 1 |
0.07 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`;;
|
| 10 |
0.09 ms |
SELECT `property_group`.`id` AS `property_group.id`, `property_group`.`display_type` AS `property_group.displayType`, `property_group`.`sorting_type` AS `property_group.sortingType`, `property_group`.`filterable` AS `property_group.filterable`, `property_group`.`visible_on_product_detail_page` AS `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` AS `property_group.createdAt`, `property_group`.`updated_at` AS `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) AS `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) AS `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) AS `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) AS `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name AS `property_group.translation.name`, `property_group.translation`.description AS `property_group.translation.description`, `property_group.translation`.position AS `property_group.translation.position`, `property_group.translation`.custom_fields AS `property_group.translation.customFields`, `property_group.translation`.created_at AS `property_group.translation.createdAt`, `property_group.translation`.updated_at AS `property_group.translation.updatedAt`, `property_group.translation`.property_group_id AS `property_group.translation.propertyGroupId`, `property_group.translation`.language_id AS `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`property_group.translation.customFields`, '$.mait_property_group_erpid')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`property_group.translation.customFields`, '$.mait_property_group_erpid')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ?)
Parameters: [
b"/»_ââšMpªXTÎ|ãâ\v"
"height"
]
SELECT `property_group`.`id` AS `property_group.id`, `property_group`.`display_type` AS `property_group.displayType`, `property_group`.`sorting_type` AS `property_group.sortingType`, `property_group`.`filterable` AS `property_group.filterable`, `property_group`.`visible_on_product_detail_page` AS `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` AS `property_group.createdAt`, `property_group`.`updated_at` AS `property_group.updatedAt`, `property_group.translation.name`, COALESCE(`property_group.translation.name`,`property_group.translation.name`) AS `property_group.name`, `property_group.translation.description`, COALESCE(`property_group.translation.description`,`property_group.translation.description`) AS `property_group.description`, `property_group.translation.position`, COALESCE(`property_group.translation.position`,`property_group.translation.position`) AS `property_group.position`, `property_group.translation.customFields`, COALESCE(`property_group.translation.customFields`,`property_group.translation.customFields`) AS `property_group.customFields`, `property_group.translation.createdAt`, `property_group.translation.updatedAt`, `property_group.translation.propertyGroupId`, `property_group.translation.languageId` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.property_group_id, `property_group.translation`.name AS `property_group.translation.name`, `property_group.translation`.description AS `property_group.translation.description`, `property_group.translation`.position AS `property_group.translation.position`, `property_group.translation`.custom_fields AS `property_group.translation.customFields`, `property_group.translation`.created_at AS `property_group.translation.createdAt`, `property_group.translation`.updated_at AS `property_group.translation.updatedAt`, `property_group.translation`.property_group_id AS `property_group.translation.propertyGroupId`, `property_group.translation`.language_id AS `property_group.translation.languageId` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`property_group.translation.customFields`, '$.mait_property_group_erpid')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`property_group.translation.customFields`, '$.mait_property_group_erpid')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = 'height');
|