Skip to content

Commit

Permalink
Add 'sqlserver' to dialects as an alias of mssql (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaen committed May 2, 2023
1 parent 4eee07f commit ba6e5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func SetDialect(s string) error {
d = dialect.Mysql
case "sqlite3", "sqlite":
d = dialect.Sqlite3
case "mssql", "azuresql":
case "mssql", "azuresql", "sqlserver":
d = dialect.Sqlserver
case "redshift":
d = dialect.Redshift
Expand Down

0 comments on commit ba6e5fb

Please sign in to comment.