2 |
5.21 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`;;
|
12 |
1.12 ms |
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, COALESCE(`locale.translation.name`,`locale.translation.name`) as `locale.name`, `locale.translation.territory`, COALESCE(`locale.translation.territory`,`locale.translation.territory`) as `locale.territory`, `locale.translation.customFields`, COALESCE(`locale.translation.customFields`,`locale.translation.customFields`) as `locale.customFields`, `locale.translation.createdAt`, `locale.translation.updatedAt`, `locale.translation.localeId`, `locale.translation.languageId` FROM `locale` LEFT JOIN (SELECT `locale.translation`.locale_id, `locale.translation`.name as `locale.translation.name`, `locale.translation`.territory as `locale.translation.territory`, `locale.translation`.custom_fields as `locale.translation.customFields`, `locale.translation`.created_at as `locale.translation.createdAt`, `locale.translation`.updated_at as `locale.translation.updatedAt`, `locale.translation`.locale_id as `locale.translation.localeId`, `locale.translation`.language_id as `locale.translation.languageId` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.language_id = ?) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE `locale`.`id` IN (?)
Parameters: [
b"/»_ââšMpªXTÎ|ãâ\v"
b"s\x02E±\x1E¥NS¤ê!±].Â\x08"
]
SELECT `locale`.`id` as `locale.id`, `locale`.`code` as `locale.code`, `locale`.`created_at` as `locale.createdAt`, `locale`.`updated_at` as `locale.updatedAt`, `locale.translation.name`, COALESCE(`locale.translation.name`,`locale.translation.name`) as `locale.name`, `locale.translation.territory`, COALESCE(`locale.translation.territory`,`locale.translation.territory`) as `locale.territory`, `locale.translation.customFields`, COALESCE(`locale.translation.customFields`,`locale.translation.customFields`) as `locale.customFields`, `locale.translation.createdAt`, `locale.translation.updatedAt`, `locale.translation.localeId`, `locale.translation.languageId` FROM `locale` LEFT JOIN (SELECT `locale.translation`.locale_id, `locale.translation`.name as `locale.translation.name`, `locale.translation`.territory as `locale.translation.territory`, `locale.translation`.custom_fields as `locale.translation.customFields`, `locale.translation`.created_at as `locale.translation.createdAt`, `locale.translation`.updated_at as `locale.translation.updatedAt`, `locale.translation`.locale_id as `locale.translation.localeId`, `locale.translation`.language_id as `locale.translation.languageId` FROM `locale_translation` `locale.translation` WHERE `locale.translation`.language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B) `locale.locale_translation` ON `locale.locale_translation`.`locale_id` = `locale`.`id` WHERE `locale`.`id` IN (0x730245B11EA54E53A4EA21B15D2EC208);
|
13 |
0.65 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`.`locale_id` IN (?))
Parameters: [
b"s\x02E±\x1E¥NS¤ê!±].Â\x08"
]
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`.`locale_id` IN (0x730245B11EA54E53A4EA21B15D2EC208));
|