| 1 |
0.37 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.last_login_at AS last_login_at_8 FROM users t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.username AS username_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.last_login_at AS last_login_at_8 FROM users t0 WHERE t0.id = 1;
|
| 2 |
0.36 ms |
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.type AS type_2, c0_.content AS content_3, c0_.content_type AS content_type_4, c0_.mime_type AS mime_type_5, c0_.version AS version_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8, c0_.languages AS languages_9, c0_.brands AS brands_10, c0_.source_id AS source_id_11 FROM context_document c0_ ORDER BY c0_.type ASC, c0_.label ASC
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.type AS type_2, c0_.content AS content_3, c0_.content_type AS content_type_4, c0_.mime_type AS mime_type_5, c0_.version AS version_6, c0_.created_at AS created_at_7, c0_.updated_at AS updated_at_8, c0_.languages AS languages_9, c0_.brands AS brands_10, c0_.source_id AS source_id_11 FROM context_document c0_ ORDER BY c0_.type ASC, c0_.label ASC;
|
| 3 |
0.51 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.description AS description_4, t0.callback_api_key AS callback_api_key_5, t0.entity_list_endpoint AS entity_list_endpoint_6, t0.entity_detail_endpoint AS entity_detail_endpoint_7, t0.check_entities_endpoint AS check_entities_endpoint_8, t0.last_validated_at AS last_validated_at_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.last_synced_at AS last_synced_at_13 FROM sources t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.description AS description_4, t0.callback_api_key AS callback_api_key_5, t0.entity_list_endpoint AS entity_list_endpoint_6, t0.entity_detail_endpoint AS entity_detail_endpoint_7, t0.check_entities_endpoint AS check_entities_endpoint_8, t0.last_validated_at AS last_validated_at_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.last_synced_at AS last_synced_at_13 FROM sources t0 WHERE t0.id = 1;
|