1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-25 23:02:22 +02:00

сделал postgres_pgx

This commit is contained in:
Nikitin Aleksandr
2025-04-18 12:48:53 +03:00
parent 335197bb00
commit 139709323e

View File

@@ -489,7 +489,7 @@ func RawMultipleSQL(tx pgx.Tx, TextSQL string) (pgx.Rows, error) {
err = errors.New(TextError)
return rows, err
}
defer rows.Close()
//defer rows.Close()
return rows, err
}