restore test_test.go
This commit is contained in:
parent
ebb541f53e
commit
7cceb070be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user