| 1 |
0.39 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.type_person AS type_person_9, t0.nif AS nif_10, t0.company_name AS company_name_11, t0.alias AS alias_12, t0.logo AS logo_13 FROM `user` t0 WHERE t0.id = ?
Parameters: [
"b88e30e5-b8ec-11f0-a10c-a0ad9f24310d"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.type_person AS type_person_9, t0.nif AS nif_10, t0.company_name AS company_name_11, t0.alias AS alias_12, t0.logo AS logo_13 FROM `user` t0 WHERE t0.id = 'b88e30e5-b8ec-11f0-a10c-a0ad9f24310d';
|
| 2 |
0.42 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.secret AS secret_3, t0.name AS name_4, t0.redirect_uris AS redirect_uris_5, t0.grant_types AS grant_types_6, t0.scopes AS scopes_7, t0.is_confidential AS is_confidential_8, t0.logo_url AS logo_url_9, t0.help_text AS help_text_10, t0.terms_url AS terms_url_11, t0.privacy_policy_url AS privacy_policy_url_12, t0.created_at AS created_at_13 FROM oauth_client t0 INNER JOIN user_oauth_client_access ON t0.id = user_oauth_client_access.oauth_client_id WHERE user_oauth_client_access.user_id = ?
Parameters: [
"b88e30e5-b8ec-11f0-a10c-a0ad9f24310d"
]
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.secret AS secret_3, t0.name AS name_4, t0.redirect_uris AS redirect_uris_5, t0.grant_types AS grant_types_6, t0.scopes AS scopes_7, t0.is_confidential AS is_confidential_8, t0.logo_url AS logo_url_9, t0.help_text AS help_text_10, t0.terms_url AS terms_url_11, t0.privacy_policy_url AS privacy_policy_url_12, t0.created_at AS created_at_13 FROM oauth_client t0 INNER JOIN user_oauth_client_access ON t0.id = user_oauth_client_access.oauth_client_id WHERE user_oauth_client_access.user_id = 'b88e30e5-b8ec-11f0-a10c-a0ad9f24310d';
|
| 3 |
0.26 ms |
SELECT o0_.id AS id_0, o0_.identifier AS identifier_1, o0_.secret AS secret_2, o0_.name AS name_3, o0_.redirect_uris AS redirect_uris_4, o0_.grant_types AS grant_types_5, o0_.scopes AS scopes_6, o0_.is_confidential AS is_confidential_7, o0_.logo_url AS logo_url_8, o0_.help_text AS help_text_9, o0_.terms_url AS terms_url_10, o0_.privacy_policy_url AS privacy_policy_url_11, o0_.created_at AS created_at_12 FROM oauth_client o0_
SELECT o0_.id AS id_0, o0_.identifier AS identifier_1, o0_.secret AS secret_2, o0_.name AS name_3, o0_.redirect_uris AS redirect_uris_4, o0_.grant_types AS grant_types_5, o0_.scopes AS scopes_6, o0_.is_confidential AS is_confidential_7, o0_.logo_url AS logo_url_8, o0_.help_text AS help_text_9, o0_.terms_url AS terms_url_10, o0_.privacy_policy_url AS privacy_policy_url_11, o0_.created_at AS created_at_12 FROM oauth_client o0_;
|