Skip to content

Commit

Permalink
Remove 'sqlite' dialect registration
Browse files Browse the repository at this point in the history
  • Loading branch information
bt authored Mar 5, 2017
1 parent 5409931 commit eb6a34b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dialect_sqlite3.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type sqlite3 struct {
}

func init() {
RegisterDialect("sqlite", &sqlite3{})
RegisterDialect("sqlite3", &sqlite3{})
}

Expand Down

0 comments on commit eb6a34b

Please sign in to comment.