Remove 'sqlite' dialect registration

This commit is contained in:
Bertram Truong 2017-03-05 23:07:12 +11:00 committed by GitHub
parent 5409931a1b
commit eb6a34b138
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{})
}