Skip to content

Commit

Permalink
fix kingbase8
Browse files Browse the repository at this point in the history
  • Loading branch information
hengwei-test committed Jun 18, 2024
1 parent a12bbad commit d8ad4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialects/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func New(driverName string) Dialect {
driverName = strings.ToLower(driverName)
retrySwitch:
switch driverName {
case "kingbase":
case "kingbase", "kingbase8":
return Kingbase
case "postgres":
return Postgres
Expand Down

0 comments on commit d8ad4bb

Please sign in to comment.