0.95 ms (48.15%)
|
1 |
SELECT t0.url AS url_1, t0.token AS token_2, t0.enabled AS enabled_3, t0.revoked AS revoked_4, t0.expires_at AS expires_at_5, t0.data AS data_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.client_id AS client_id_10, t0.application_id AS application_id_11 FROM tenant t0 WHERE t0.token = ? AND t0.enabled = ? AND t0.revoked = ? LIMIT 1
Parameters: [
"mmOzfxb7RMCFrn3P-NZC14NPb4DBw1KA0DGfqcszHtumOmcvYbHQ28x4pd1YioiFcYD0_LkhKPSuujL_nzls5A"
1
0
]
SELECT t0.url AS url_1, t0.token AS token_2, t0.enabled AS enabled_3, t0.revoked AS revoked_4, t0.expires_at AS expires_at_5, t0.data AS data_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.client_id AS client_id_10, t0.application_id AS application_id_11 FROM tenant t0 WHERE t0.token = 'mmOzfxb7RMCFrn3P-NZC14NPb4DBw1KA0DGfqcszHtumOmcvYbHQ28x4pd1YioiFcYD0_LkhKPSuujL_nzls5A' AND t0.enabled = 1 AND t0.revoked = 0 LIMIT 1;
|
0.33 ms (16.59%)
|
1 |
SELECT t0.url AS url_1, t0.token AS token_2, t0.enabled AS enabled_3, t0.revoked AS revoked_4, t0.expires_at AS expires_at_5, t0.data AS data_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.client_id AS client_id_10, t0.application_id AS application_id_11 FROM tenant t0 INNER JOIN participant_tenant ON t0.id = participant_tenant.tenant_id WHERE participant_tenant.participant_id = ?
Parameters: [
"1f0f2bc7-11f7-6562-ab7c-21d54a3a9918"
]
SELECT t0.url AS url_1, t0.token AS token_2, t0.enabled AS enabled_3, t0.revoked AS revoked_4, t0.expires_at AS expires_at_5, t0.data AS data_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.client_id AS client_id_10, t0.application_id AS application_id_11 FROM tenant t0 INNER JOIN participant_tenant ON t0.id = participant_tenant.tenant_id WHERE participant_tenant.participant_id = '1f0f2bc7-11f7-6562-ab7c-21d54a3a9918';
|
0.20 ms (10.09%)
|
1 |
SELECT t0.code AS code_1, t0.name AS name_2, t0.description AS description_3, t0.enabled AS enabled_4, t0.data AS data_5, t0.id AS id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.creator_id AS creator_id_9 FROM application t0 WHERE t0.id = ?
Parameters: [
"1f0affb7-9aba-6bd2-9389-a58a9e3402d9"
]
SELECT t0.code AS code_1, t0.name AS name_2, t0.description AS description_3, t0.enabled AS enabled_4, t0.data AS data_5, t0.id AS id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.creator_id AS creator_id_9 FROM application t0 WHERE t0.id = '1f0affb7-9aba-6bd2-9389-a58a9e3402d9';
|
0.19 ms (9.58%)
|
1 |
SELECT t0.name AS name_1, t0.identifier_type AS identifier_type_2, t0.identifier AS identifier_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.email AS email_7, t0.country_subentity AS country_subentity_8, t0.country AS country_9, t0.country_code AS country_code_10, t0.data AS data_11, t0.keywords AS keywords_12, t0.id AS id_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM participant t0 WHERE t0.id = ?
Parameters: [
"1f0f2bc7-11f7-6562-ab7c-21d54a3a9918"
]
SELECT t0.name AS name_1, t0.identifier_type AS identifier_type_2, t0.identifier AS identifier_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.email AS email_7, t0.country_subentity AS country_subentity_8, t0.country AS country_9, t0.country_code AS country_code_10, t0.data AS data_11, t0.keywords AS keywords_12, t0.id AS id_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM participant t0 WHERE t0.id = '1f0f2bc7-11f7-6562-ab7c-21d54a3a9918';
|
0.16 ms (8.07%)
|
1 |
SELECT t0.name AS name_1, t0.description AS description_2, t0.adapter AS adapter_3, t0.url AS url_4, t0.settings AS settings_5, t0.enabled AS enabled_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.client_id AS client_id_10 FROM access_point t0 WHERE t0.id = ?
Parameters: [
"1f0b498e-1bb6-6888-9366-6da7e4854e9c"
]
SELECT t0.name AS name_1, t0.description AS description_2, t0.adapter AS adapter_3, t0.url AS url_4, t0.settings AS settings_5, t0.enabled AS enabled_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.client_id AS client_id_10 FROM access_point t0 WHERE t0.id = '1f0b498e-1bb6-6888-9366-6da7e4854e9c';
|
0.15 ms (7.51%)
|
1 |
SELECT t0.data AS data_1, t0.id AS id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.access_point_id AS access_point_id_5, t0.participant_id AS participant_id_6 FROM access_point_participant t0 WHERE t0.participant_id = ?
Parameters: [
"1f0f2bc7-11f7-6562-ab7c-21d54a3a9918"
]
SELECT t0.data AS data_1, t0.id AS id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.access_point_id AS access_point_id_5, t0.participant_id AS participant_id_6 FROM access_point_participant t0 WHERE t0.participant_id = '1f0f2bc7-11f7-6562-ab7c-21d54a3a9918';
|