mirror of https://github.com/go-gorm/gorm.git
Merge pull request #1376 from bt/master
Remove 'sqlite' dialect registration
This commit is contained in:
commit
572d0a0ab1
|
@ -12,7 +12,6 @@ type sqlite3 struct {
|
|||
}
|
||||
|
||||
func init() {
|
||||
RegisterDialect("sqlite", &sqlite3{})
|
||||
RegisterDialect("sqlite3", &sqlite3{})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue