2 |
0.36 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 |
9.47 ms |
SELECT `product_manufacturer`.`id` AS `product_manufacturer.id`, `product_manufacturer`.`version_id` AS `product_manufacturer.versionId`, `product_manufacturer`.`media_id` AS `product_manufacturer.mediaId`, `product_manufacturer`.`link` AS `product_manufacturer.link`, `product_manufacturer`.`created_at` AS `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` AS `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) AS `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) AS `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) AS `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name AS `product_manufacturer.translation.name`, `product_manufacturer.translation`.description AS `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields AS `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at AS `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at AS `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id AS `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = ?) AND ((COALESCE(`product_manufacturer.translation.name`) = ?))
Parameters: [
b"/»_ââšMpªXTÎ|ãâ\v"
b"\x0F©\x1CãéjK¾KÙÎu,4%"
"GESAC Xiamen Golden Egret Special Alloy Co. Ltd."
]
SELECT `product_manufacturer`.`id` AS `product_manufacturer.id`, `product_manufacturer`.`version_id` AS `product_manufacturer.versionId`, `product_manufacturer`.`media_id` AS `product_manufacturer.mediaId`, `product_manufacturer`.`link` AS `product_manufacturer.link`, `product_manufacturer`.`created_at` AS `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` AS `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) AS `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) AS `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) AS `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name AS `product_manufacturer.translation.name`, `product_manufacturer.translation`.description AS `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields AS `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at AS `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at AS `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id AS `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425) AND ((COALESCE(`product_manufacturer.translation.name`) = 'GESAC Xiamen Golden Egret Special Alloy Co. Ltd.'));
|