string(20) "SELECT * FROM `user`"
string(66) "SELECT * FROM storage_custom_attributes WHERE user_iduser = '1951'"
string(673) "SELECT
a.idabsence,
a.start,
a.end,
a.state,
a.absence_id,
a.absence_type,
a.hash_master,
a.hash_target,
sca_confirmed.value AS confirmed,
sca_full_day.value AS full_day
FROM absence a
JOIN storage_match_attributes sma ON a.idabsence = sma.absence_idabsence
LEFT JOIN storage_custom_attributes sca_confirmed ON a.idabsence = sca_confirmed.absence_idabsence AND sca_confirmed.name = 'confirmed'
LEFT JOIN storage_custom_attributes sca_full_day ON a.idabsence = sca_full_day.absence_idabsence AND sca_full_day.name = 'full_day'
WHERE a.state = 'delete'
AND sma.master_id = '3271426953575400340';"
string(673) "SELECT
a.idabsence,
a.start,
a.end,
a.state,
a.absence_id,
a.absence_type,
a.hash_master,
a.hash_target,
sca_confirmed.value AS confirmed,
sca_full_day.value AS full_day
FROM absence a
JOIN storage_match_attributes sma ON a.idabsence = sma.absence_idabsence
LEFT JOIN storage_custom_attributes sca_confirmed ON a.idabsence = sca_confirmed.absence_idabsence AND sca_confirmed.name = 'confirmed'
LEFT JOIN storage_custom_attributes sca_full_day ON a.idabsence = sca_full_day.absence_idabsence AND sca_full_day.name = 'full_day'
WHERE a.state = 'update'
AND sma.master_id = '3271426953575400340';"
string(147) "UPDATE storage_custom_attributes SET `value` = '3e04621f01f1a688722b4726fc5445b623c33b99938ac8570ab765047a10d8be' WHERE idcustom_attributes = 15777"