Merge pull request #1376 from bt/master

Remove 'sqlite' dialect registration
This commit is contained in:
Jinzhu 2017-03-16 22:16:41 +08:00 committed by GitHub
commit 572d0a0ab1
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ type sqlite3 struct {
}
func init() {
RegisterDialect("sqlite", &sqlite3{})
RegisterDialect("sqlite3", &sqlite3{})
}