Skip to content

Commit

Permalink
Refactor dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Jan 16, 2016
1 parent 8e2aaa9 commit 09f46f0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 85 deletions.
2 changes: 0 additions & 2 deletions dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ func NewDialect(driver string) Dialect {
switch driver {
case "postgres":
d = &postgres{}
case "foundation":
d = &foundation{}
case "mysql":
d = &mysql{}
case "sqlite3":
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
83 changes: 0 additions & 83 deletions foundation.go

This file was deleted.

0 comments on commit 09f46f0

Please sign in to comment.