diff --git a/postgres_gorm/postgres_gorm.go b/postgres_gorm/postgres_gorm.go index e7e617da..a8622763 100644 --- a/postgres_gorm/postgres_gorm.go +++ b/postgres_gorm/postgres_gorm.go @@ -441,8 +441,8 @@ func RawMultipleSQL(db *gorm.DB, TextSQL string) *gorm.DB { } //запустим транзакцию - tx = tx.Begin() - defer tx.Commit() + //tx = tx.Begin() + //defer tx.Commit() // TextSQL1 := ""