mirror of
https://github.com/ManyakRus/starter.git
synced 2025-11-25 23:02:22 +02:00
сделал postgres_pgxpool
This commit is contained in:
@@ -458,7 +458,7 @@ func GetConnection_WithApplicationName(ApplicationName string) *pgxpool.Pool {
|
||||
// }
|
||||
// defer rows.Close()
|
||||
|
||||
func RawMultipleSQL(tx *pgxpool.Pool, TextSQL string) (pgx.Rows, error) {
|
||||
func RawMultipleSQL(tx pgx.Tx, TextSQL string) (pgx.Rows, error) {
|
||||
var rows pgx.Rows
|
||||
var err error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user