| 1 |
2.01 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.slug AS slug_4, t0.date_atelier AS date_atelier_5, t0.heure_debut AS heure_debut_6, t0.heure_fin AS heure_fin_7, t0.prix AS prix_8, t0.description AS description_9, t0.lieu_atelier AS lieu_atelier_10, t0.img_une AS img_une_11, t0.publie AS publie_12, t0.active AS active_13, t0.lien_paiement AS lien_paiement_14, t0.date_fin AS date_fin_15, t0.prix_non_membre AS prix_non_membre_16, t0.categorie_id AS categorie_id_17 FROM ateliers t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.slug AS slug_4, t0.date_atelier AS date_atelier_5, t0.heure_debut AS heure_debut_6, t0.heure_fin AS heure_fin_7, t0.prix AS prix_8, t0.description AS description_9, t0.lieu_atelier AS lieu_atelier_10, t0.img_une AS img_une_11, t0.publie AS publie_12, t0.active AS active_13, t0.lien_paiement AS lien_paiement_14, t0.date_fin AS date_fin_15, t0.prix_non_membre AS prix_non_membre_16, t0.categorie_id AS categorie_id_17 FROM ateliers t0 WHERE t0.id = '26';
|
| 2 |
0.94 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.telephone AS telephone_5, t0.roles AS roles_6, t0.password AS password_7, t0.is_verified AS is_verified_8, t0.date_inscription AS date_inscription_9 FROM papoteux t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.telephone AS telephone_5, t0.roles AS roles_6, t0.password AS password_7, t0.is_verified AS is_verified_8, t0.date_inscription AS date_inscription_9 FROM papoteux t0 WHERE t0.id = 1;
|
| 3 |
1.33 ms |
SELECT t0.id AS id_1, t0.date_favoris AS date_favoris_2, t0.atelier_id AS atelier_id_3, t0.papoteur_id AS papoteur_id_4 FROM favoris t0 WHERE t0.papoteur_id IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.date_favoris AS date_favoris_2, t0.atelier_id AS atelier_id_3, t0.papoteur_id AS papoteur_id_4 FROM favoris t0 WHERE t0.papoteur_id IS NULL LIMIT 1;
|
| 4 |
0.56 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.telephone AS telephone_5, t0.roles AS roles_6, t0.password AS password_7, t0.is_verified AS is_verified_8, t0.date_inscription AS date_inscription_9 FROM papoteux t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.telephone AS telephone_5, t0.roles AS roles_6, t0.password AS password_7, t0.is_verified AS is_verified_8, t0.date_inscription AS date_inscription_9 FROM papoteux t0 WHERE t0.id = 1;
|
| 5 |
0.42 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 6 |
1.12 ms |
INSERT INTO favoris (date_favoris, atelier_id, papoteur_id) VALUES (?, ?, ?)
Parameters: [
null
26
null
]
INSERT INTO favoris (date_favoris, atelier_id, papoteur_id) VALUES (NULL, 26, NULL);
|
| 7 |
0.42 ms |
"COMMIT"
|