mirror of https://github.com/go-gorm/gorm.git
Remove 'sqlite' dialect registration
This commit is contained in:
parent
5409931a1b
commit
eb6a34b138
|
@ -12,7 +12,6 @@ type sqlite3 struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
RegisterDialect("sqlite", &sqlite3{})
|
|
||||||
RegisterDialect("sqlite3", &sqlite3{})
|
RegisterDialect("sqlite3", &sqlite3{})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue