Skip to content

Commit

Permalink
sqlite doesn't support information_schema table
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandshoemaker committed Apr 22, 2015
1 parent e43bd98 commit 6944f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sa/storage-authority.go
Expand Up @@ -44,7 +44,7 @@ func NewSQLStorageAuthority(logger *blog.AuditLogger, driver string, name string

ssa = &SQLStorageAuthority{
db: db,
initCheck: name != ":memory:",
initCheck: driver != "sqlite3",
log: logger,
bucket: make(map[string]interface{}),
}
Expand Down

0 comments on commit 6944f23

Please sign in to comment.