| 3 |
0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.date AS date_3, t0.block1 AS block1_4, t0.block2 AS block2_5, t0.block3 AS block3_6, t0.slug AS slug_7, t0.actif AS actif_8, t0.image_url AS image_url_9, t0.langue AS langue_10, t0.image_link AS image_link_11, t0.autor_id AS autor_id_12 FROM articles t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"prototype-en-approche"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.date AS date_3, t0.block1 AS block1_4, t0.block2 AS block2_5, t0.block3 AS block3_6, t0.slug AS slug_7, t0.actif AS actif_8, t0.image_url AS image_url_9, t0.langue AS langue_10, t0.image_link AS image_link_11, t0.autor_id AS autor_id_12 FROM articles t0 WHERE t0.slug = 'prototype-en-approche' LIMIT 1;
|
| 4 |
0.34 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.username AS username_6, t0.newsletter AS newsletter_7, t0.langue AS langue_8, t0.premium AS premium_9, t0.token AS token_10 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.username AS username_6, t0.newsletter AS newsletter_7, t0.langue AS langue_8, t0.premium AS premium_9, t0.token AS token_10 FROM `user` t0 WHERE t0.id = 12;
|