| 2 |
0.76 ms |
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.cognome AS cognome_3, t0.wno_id AS wno_id_4, t0.codice_fiscale AS codice_fiscale_5, t0.contract_type AS contract_type_6, t0.codice_comunicazione_intermittente AS codice_comunicazione_intermittente_7, t0.email AS email_8, t0.telefono AS telefono_9, t0.nick_name AS nick_name_10, t0.data_scadenza_contratto AS data_scadenza_contratto_11, t0.is_active AS is_active_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.ore_lun AS ore_lun_15, t0.ore_mar AS ore_mar_16, t0.ore_mer AS ore_mer_17, t0.ore_gio AS ore_gio_18, t0.ore_ven AS ore_ven_19, t0.ore_sab AS ore_sab_20, t0.ore_dom AS ore_dom_21, t0.straordinari_mode AS straordinari_mode_22, t0.straordinari_max_value AS straordinari_max_value_23 FROM dipendenti t0 WHERE t0.wno_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.cognome AS cognome_3, t0.wno_id AS wno_id_4, t0.codice_fiscale AS codice_fiscale_5, t0.contract_type AS contract_type_6, t0.codice_comunicazione_intermittente AS codice_comunicazione_intermittente_7, t0.email AS email_8, t0.telefono AS telefono_9, t0.nick_name AS nick_name_10, t0.data_scadenza_contratto AS data_scadenza_contratto_11, t0.is_active AS is_active_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.ore_lun AS ore_lun_15, t0.ore_mar AS ore_mar_16, t0.ore_mer AS ore_mer_17, t0.ore_gio AS ore_gio_18, t0.ore_ven AS ore_ven_19, t0.ore_sab AS ore_sab_20, t0.ore_dom AS ore_dom_21, t0.straordinari_mode AS straordinari_mode_22, t0.straordinari_max_value AS straordinari_max_value_23 FROM dipendenti t0 WHERE t0.wno_id = '20' LIMIT 1;
|
| 3 |
0.39 ms |
SELECT t0.id AS id_1, t0.wno_id AS wno_id_2, t0.data_in AS data_in_3, t0.data_out AS data_out_4, t0.note AS note_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.dipendente_id AS dipendente_id_8 FROM presenze t0 WHERE t0.wno_id = ? LIMIT 1
SELECT t0.id AS id_1, t0.wno_id AS wno_id_2, t0.data_in AS data_in_3, t0.data_out AS data_out_4, t0.note AS note_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.dipendente_id AS dipendente_id_8 FROM presenze t0 WHERE t0.wno_id = '2834' LIMIT 1;
|
| 5 |
0.70 ms |
INSERT INTO presenze (wno_id, data_in, data_out, note, created_at, updated_at, dipendente_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
"2834"
"2026-06-19 12:42:00"
null
null
"2026-06-19 12:42:51"
"2026-06-19 12:42:51"
38
]
INSERT INTO presenze (wno_id, data_in, data_out, note, created_at, updated_at, dipendente_id) VALUES ('2834', '2026-06-19 12:42:00', NULL, NULL, '2026-06-19 12:42:51', '2026-06-19 12:42:51', 38);
|