restore test_test.go

This commit is contained in:
chenchuan 2024-01-31 15:08:24 +08:00
parent ebb541f53e
commit 7cceb070be

View File

@ -63,7 +63,6 @@ func OpenTestConnection(cfg *gorm.Config) (db *gorm.DB, err error) {
db, err = gorm.Open(postgres.New(postgres.Config{
DSN: dbDSN,
PreferSimpleProtocol: true,
DriverName: "postgres",
}), cfg)
case "sqlserver":
// go install github.com/microsoft/go-sqlcmd/cmd/sqlcmd@latest