From 7619678a0bc914aea546703f008fd149ec8aae0d Mon Sep 17 00:00:00 2001 From: mercierj Date: Sun, 7 Dec 2025 02:21:44 -0400 Subject: [PATCH] linea comentada --- internal/db/operaciones.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/db/operaciones.go b/internal/db/operaciones.go index 2b3be25..69cfc34 100644 --- a/internal/db/operaciones.go +++ b/internal/db/operaciones.go @@ -108,10 +108,10 @@ func (g *GormDatabase) SyncRows(persistencia dto.Persistencia, rawData *[]map[st config.Log.Errorf("%s ❌ Error en update: %v", logPrefix, res.Error) return res.Error } - if res.RowsAffected == 0 { + /* if res.RowsAffected == 0 { config.Log.Debugf("%s ⚠️ Ninguna fila afectada con campos: %v valores: %v", logPrefix, strings.Join(whereParts, " AND "), printWhereValues(whereValues)) - } + } */ } } else { // Inserts con conflicto por PK (UPSERT)