| 1 |
1.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.image_file AS image_file_4, t0.is_public AS is_public_5, t0.ordering AS ordering_6, t0.speech_date AS speech_date_7, t0.in_homepage AS in_homepage_8, t0.location AS location_9, t0.judge_code AS judge_code_10, t0.created_at AS created_at_11, t0.deleted_at AS deleted_at_12, t0.publishing_status AS publishing_status_13 FROM speeches t0 WHERE t0.deleted_at IS NULL AND t0.judge_code = ? ORDER BY t0.speech_date DESC
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.image_file AS image_file_4, t0.is_public AS is_public_5, t0.ordering AS ordering_6, t0.speech_date AS speech_date_7, t0.in_homepage AS in_homepage_8, t0.location AS location_9, t0.judge_code AS judge_code_10, t0.created_at AS created_at_11, t0.deleted_at AS deleted_at_12, t0.publishing_status AS publishing_status_13 FROM speeches t0 WHERE t0.deleted_at IS NULL AND t0.judge_code = '138' ORDER BY t0.speech_date DESC;
|
| 2 |
1.30 ms |
SELECT t0.id AS id_1, t0.permalink AS permalink_2, t0.name AS name_3, t0.surname AS surname_4, t0.appointed_date AS appointed_date_5, t0.swearing_date AS swearing_date_6, t0.qualification AS qualification_7, t0.elected_by AS elected_by_8, t0.status AS status_9, t0.office AS office_10, t0.swearing_in_order AS swearing_in_order_11, t0.biography AS biography_12, t0.extended_biography AS extended_biography_13, t0.english_biography AS english_biography_14, t0.extended_english_biography AS extended_english_biography_15, t0.small_picture AS small_picture_16, t0.extended_picture AS extended_picture_17, t0.created_at AS created_at_18, t0.deleted_at AS deleted_at_19, t0.publishing_status AS publishing_status_20, t0.sigico_id AS sigico_id_21 FROM judge t0 WHERE t0.sigico_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.permalink AS permalink_2, t0.name AS name_3, t0.surname AS surname_4, t0.appointed_date AS appointed_date_5, t0.swearing_date AS swearing_date_6, t0.qualification AS qualification_7, t0.elected_by AS elected_by_8, t0.status AS status_9, t0.office AS office_10, t0.swearing_in_order AS swearing_in_order_11, t0.biography AS biography_12, t0.extended_biography AS extended_biography_13, t0.english_biography AS english_biography_14, t0.extended_english_biography AS extended_english_biography_15, t0.small_picture AS small_picture_16, t0.extended_picture AS extended_picture_17, t0.created_at AS created_at_18, t0.deleted_at AS deleted_at_19, t0.publishing_status AS publishing_status_20, t0.sigico_id AS sigico_id_21 FROM judge t0 WHERE t0.sigico_id = '138' LIMIT 1;
|
| 3 |
0.82 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.type AS type_3, t0.is_public AS is_public_4, t0.ordering AS ordering_5, t0.document_name AS document_name_6, t0.document_original_name AS document_original_name_7, t0.document_url AS document_url_8, t0.speech_id AS speech_id_9 FROM speech_documents t0 WHERE t0.speech_id = ?
Parameters: [
"ccd156b9-b78c-4c7a-84fb-fa964b59ab5a"
]
SELECT t0.id AS id_1, t0.description AS description_2, t0.type AS type_3, t0.is_public AS is_public_4, t0.ordering AS ordering_5, t0.document_name AS document_name_6, t0.document_original_name AS document_original_name_7, t0.document_url AS document_url_8, t0.speech_id AS speech_id_9 FROM speech_documents t0 WHERE t0.speech_id = 'ccd156b9-b78c-4c7a-84fb-fa964b59ab5a';
|
| 4 |
0.55 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.type AS type_3, t0.is_public AS is_public_4, t0.ordering AS ordering_5, t0.document_name AS document_name_6, t0.document_original_name AS document_original_name_7, t0.document_url AS document_url_8, t0.speech_id AS speech_id_9 FROM speech_documents t0 WHERE t0.speech_id = ?
Parameters: [
"b79d05d2-0bf1-413b-90f9-9efeabeeaa7f"
]
SELECT t0.id AS id_1, t0.description AS description_2, t0.type AS type_3, t0.is_public AS is_public_4, t0.ordering AS ordering_5, t0.document_name AS document_name_6, t0.document_original_name AS document_original_name_7, t0.document_url AS document_url_8, t0.speech_id AS speech_id_9 FROM speech_documents t0 WHERE t0.speech_id = 'b79d05d2-0bf1-413b-90f9-9efeabeeaa7f';
|