mirror of
https://github.com/ManyakRus/starter.git
synced 2025-11-26 23:10:42 +02:00
сделал postgres_pgx
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user