| 2 |
1.11 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.created_by AS created_by_4, t0.created_date AS created_date_5, t0.modified_by AS modified_by_6, t0.modified_date AS modified_date_7 FROM page_buy t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.created_by AS created_by_4, t0.created_date AS created_date_5, t0.modified_by AS modified_by_6, t0.modified_date AS modified_date_7 FROM page_buy t0 WHERE t0.id = 1;
|
| 3 |
0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.iso_code AS iso_code_4, t0.active AS active_5, t0.created_by AS created_by_6, t0.created_date AS created_date_7, t0.modified_by AS modified_by_8, t0.modified_date AS modified_date_9 FROM languages t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.iso_code AS iso_code_4, t0.active AS active_5, t0.created_by AS created_by_6, t0.created_date AS created_date_7, t0.modified_by AS modified_by_8, t0.modified_date AS modified_date_9 FROM languages t0 WHERE t0.id = 2;
|
| 4 |
0.71 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.type AS type_2, t0_.src AS src_3, t0_.model_name AS model_name_4, t0_.model_id AS model_id_5, t0_.value AS value_6, t0_.state AS state_7, t0_.trace AS trace_8, t0_.created_by AS created_by_9, t0_.created_date AS created_date_10, t0_.modified_by AS modified_by_11, t0_.modified_date AS modified_date_12, t0_.language_id AS language_id_13 FROM translations t0_ WHERE t0_.model_name = ? AND t0_.model_id = ? AND t0_.state = ? AND t0_.language_id = ?
Parameters: [
"PageBuy"
1
"translated"
2
]
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.type AS type_2, t0_.src AS src_3, t0_.model_name AS model_name_4, t0_.model_id AS model_id_5, t0_.value AS value_6, t0_.state AS state_7, t0_.trace AS trace_8, t0_.created_by AS created_by_9, t0_.created_date AS created_date_10, t0_.modified_by AS modified_by_11, t0_.modified_date AS modified_date_12, t0_.language_id AS language_id_13 FROM translations t0_ WHERE t0_.model_name = 'PageBuy' AND t0_.model_id = 1 AND t0_.state = 'translated' AND t0_.language_id = 2;
|