Skip to content

Commit

Permalink
remove redshift override
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Dec 15, 2023
1 parent c313422 commit e3dbb9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ func OpenDBWithDriver(driver string, dbstring string) (*sql.DB, error) {
switch driver {
case "mssql":
driver = "sqlserver"
case "redshift":
driver = "pgx"
case "tidb":
driver = "mysql"
}
Expand Down

0 comments on commit e3dbb9b

Please sign in to comment.