| 2 |
0.18 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.adresse AS adresse_4, t0.code_postal AS code_postal_5, t0.ville AS ville_6, t0.actif AS actif_7, t0.imprimante_ip AS imprimante_ip_8, t0.imprimante_port AS imprimante_port_9, t0.created_at AS created_at_10, t0.organisation_id AS organisation_id_11 FROM site t0 WHERE t0.id = ?
Parameters: [
b"\x01žºƒADv\x1Ež,‹Ú]\x06š\x15"
]
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.code AS code_3, t0.adresse AS adresse_4, t0.code_postal AS code_postal_5, t0.ville AS ville_6, t0.actif AS actif_7, t0.imprimante_ip AS imprimante_ip_8, t0.imprimante_port AS imprimante_port_9, t0.created_at AS created_at_10, t0.organisation_id AS organisation_id_11 FROM site t0 WHERE t0.id = 0x019EBA834144761E9E2C8BDA5D069A15;
|
| 5 |
0.19 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.nom AS nom_3, t0.adresse AS adresse_4, t0.complement_adresse AS complement_adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.actif AS actif_8, t0.filieres AS filieres_9, t0.collecte_remuneree AS collecte_remuneree_10, t0.date_debut_convention AS date_debut_convention_11, t0.date_fin_convention AS date_fin_convention_12, t0.chemin_convention AS chemin_convention_13, t0.type_entreprise AS type_entreprise_14, t0.type_apport_entreprise AS type_apport_entreprise_15, t0.mise_en_relation_ecomaison AS mise_en_relation_ecomaison_16, t0.id_ecomaison AS id_ecomaison_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.organisation_id AS organisation_id_20 FROM partenaire t0 WHERE t0.organisation_id = ? AND t0.actif = ? ORDER BY t0.nom ASC
Parameters: [
b"\x01žºØ¦zM°£ðäÈóab"
1
]
SELECT t0.id AS id_1, t0.type AS type_2, t0.nom AS nom_3, t0.adresse AS adresse_4, t0.complement_adresse AS complement_adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.actif AS actif_8, t0.filieres AS filieres_9, t0.collecte_remuneree AS collecte_remuneree_10, t0.date_debut_convention AS date_debut_convention_11, t0.date_fin_convention AS date_fin_convention_12, t0.chemin_convention AS chemin_convention_13, t0.type_entreprise AS type_entreprise_14, t0.type_apport_entreprise AS type_apport_entreprise_15, t0.mise_en_relation_ecomaison AS mise_en_relation_ecomaison_16, t0.id_ecomaison AS id_ecomaison_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.organisation_id AS organisation_id_20 FROM partenaire t0 WHERE t0.organisation_id = 0x019EBA81D8A67A4DB0A3F0E4C8F36162 AND t0.actif = 1 ORDER BY t0.nom ASC;
|
| 9 |
0.38 ms |
INSERT INTO article (id, reference, filiere, type_apport, methode_saisie, poids_kg, quantite, poids_calcule_kg, description, prix_estime, chemin_photo, statut, etiquette_imprimee, date_reception, trimestre_reception, annee_reception, created_at, updated_at, site_id, cree_par_id, categorie_id, sous_categorie_id, partenaire_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
b"\x01ž»ÛRwzµ•g޾睊ÿ"
"1-2026-Q2-00003"
"brico_jardin"
"AV"
"comptee"
null
2
"16.000"
null
"30.00"
null
"en_stock"
0
"2026-06-12"
2
2026
"2026-06-12 12:42:53"
"2026-06-12 12:42:53"
b"\x01žºƒADv\x1Ež,‹Ú]\x06š\x15"
b"\x01žºx~±t&¡ð…n\x05½ûy"
b"\x01žº†ùÿq£•Áø„ÝKÔC"
b"\x01žº†ùÿrg•Áø„àëz\x06"
null
]
INSERT INTO article (
id, reference, filiere, type_apport,
methode_saisie, poids_kg, quantite,
poids_calcule_kg, description, prix_estime,
chemin_photo, statut, etiquette_imprimee,
date_reception, trimestre_reception,
annee_reception, created_at, updated_at,
site_id, cree_par_id, categorie_id,
sous_categorie_id, partenaire_id
)
VALUES
(
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?
)
INSERT INTO article (id, reference, filiere, type_apport, methode_saisie, poids_kg, quantite, poids_calcule_kg, description, prix_estime, chemin_photo, statut, etiquette_imprimee, date_reception, trimestre_reception, annee_reception, created_at, updated_at, site_id, cree_par_id, categorie_id, sous_categorie_id, partenaire_id) VALUES (0x019EBBDB52777AB59567DEBEEFAAA9FF, '1-2026-Q2-00003', 'brico_jardin', 'AV', 'comptee', NULL, 2, '16.000', NULL, '30.00', NULL, 'en_stock', 0, '2026-06-12', 2, 2026, '2026-06-12 12:42:53', '2026-06-12 12:42:53', 0x019EBA834144761E9E2C8BDA5D069A15, 0x019EBA787EB17426A1F0856E05BDFB79, 0x019EBA86F9FF71A395C1F884DD4BD443, 0x019EBA86F9FF726795C1F884E0EB7A06, NULL);
|