| 1 |
0.53 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"Guillaume.Bodet@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'Guillaume.Bodet@univ-grenoble-alpes.fr';
|
| 2 |
1.86 ms |
SELECT t0.id AS id_1, t0.date_inscription AS date_inscription_2, t0.utilisateur_participe AS utilisateur_participe_3, t0.cours AS cours_4, t0.niveau AS niveau_5, t0.est_handiski AS est_handiski_6, t0.telephone_autre AS telephone_autre_7, t0.inscrit_id AS inscrit_id_8, t0.sortie_id AS sortie_id_9 FROM inscription t0 WHERE t0.inscrit_id = ? AND t0.sortie_id = ? LIMIT 1
Parameters: [
"Guillaume.Bodet@univ-grenoble-alpes.fr"
"373"
]
SELECT t0.id AS id_1, t0.date_inscription AS date_inscription_2, t0.utilisateur_participe AS utilisateur_participe_3, t0.cours AS cours_4, t0.niveau AS niveau_5, t0.est_handiski AS est_handiski_6, t0.telephone_autre AS telephone_autre_7, t0.inscrit_id AS inscrit_id_8, t0.sortie_id AS sortie_id_9 FROM inscription t0 WHERE t0.inscrit_id = 'Guillaume.Bodet@univ-grenoble-alpes.fr' AND t0.sortie_id = '373' LIMIT 1;
|
| 3 |
0.22 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.destination AS destination_3, t0.heure_depart AS heure_depart_4, t0.heure_depart_station AS heure_depart_station_5, t0.heure_rdv AS heure_rdv_6, t0.lieu AS lieu_7, t0.etat AS etat_8, t0.nb_places_bus AS nb_places_bus_9, t0.heure_retour AS heure_retour_10, t0.description AS description_11, t0.active AS active_12, t0.type_sortie_id AS type_sortie_id_13, t0.responsable_id AS responsable_id_14 FROM sortie t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.date AS date_2, t0.destination AS destination_3, t0.heure_depart AS heure_depart_4, t0.heure_depart_station AS heure_depart_station_5, t0.heure_rdv AS heure_rdv_6, t0.lieu AS lieu_7, t0.etat AS etat_8, t0.nb_places_bus AS nb_places_bus_9, t0.heure_retour AS heure_retour_10, t0.description AS description_11, t0.active AS active_12, t0.type_sortie_id AS type_sortie_id_13, t0.responsable_id AS responsable_id_14 FROM sortie t0 WHERE t0.id = 373;
|
| 4 |
0.26 ms |
SELECT t0.id AS id_1, t0.date_inscription AS date_inscription_2, t0.utilisateur_participe AS utilisateur_participe_3, t0.cours AS cours_4, t0.niveau AS niveau_5, t0.est_handiski AS est_handiski_6, t0.telephone_autre AS telephone_autre_7, t0.inscrit_id AS inscrit_id_8, t0.sortie_id AS sortie_id_9 FROM inscription t0 WHERE t0.sortie_id = ? AND t0.inscrit_id = ? LIMIT 1
Parameters: [
"373"
"Guillaume.Bodet@univ-grenoble-alpes.fr"
]
SELECT t0.id AS id_1, t0.date_inscription AS date_inscription_2, t0.utilisateur_participe AS utilisateur_participe_3, t0.cours AS cours_4, t0.niveau AS niveau_5, t0.est_handiski AS est_handiski_6, t0.telephone_autre AS telephone_autre_7, t0.inscrit_id AS inscrit_id_8, t0.sortie_id AS sortie_id_9 FROM inscription t0 WHERE t0.sortie_id = '373' AND t0.inscrit_id = 'Guillaume.Bodet@univ-grenoble-alpes.fr' LIMIT 1;
|
| 5 |
0.21 ms |
SELECT t0.libelle AS libelle_1, t0.description AS description_2, t0.hyperlien_site_caesug AS hyperlien_site_caesug_3, t0.tarif_caesug AS tarif_caesug_4, t0.tarif_caesug_jeune AS tarif_caesug_jeune_5, t0.tarif_invite AS tarif_invite_6, t0.tarif_invite_jeune AS tarif_invite_jeune_7, t0.couleur AS couleur_8, t0.carte_usca AS carte_usca_9, t0.responsable_id AS responsable_id_10 FROM type_sortie t0 WHERE t0.libelle = ?
Parameters: [
"Ski Dimanche"
]
SELECT t0.libelle AS libelle_1, t0.description AS description_2, t0.hyperlien_site_caesug AS hyperlien_site_caesug_3, t0.tarif_caesug AS tarif_caesug_4, t0.tarif_caesug_jeune AS tarif_caesug_jeune_5, t0.tarif_invite AS tarif_invite_6, t0.tarif_invite_jeune AS tarif_invite_jeune_7, t0.couleur AS couleur_8, t0.carte_usca AS carte_usca_9, t0.responsable_id AS responsable_id_10 FROM type_sortie t0 WHERE t0.libelle = 'Ski Dimanche';
|
| 6 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1692;
|