Skip to content

Commit

Permalink
Fix mysql connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kassouf committed Feb 15, 2017
1 parent 100e21c commit 6b9f023
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions builtin/logical/database/dbs/connectionproducer.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ func (cp *sqlConnectionProducer) Connection() (interface{}, error) {
} else {
conn += "?timezone=utc"
}
} else {
conn += " timezone=utc"
}

var err error
Expand Down
5 changes: 0 additions & 5 deletions builtin/logical/database/path_config_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ func pathConfigConnection(b *databaseBackend) *framework.Path {
Description: "DB type (e.g. postgres)",
},

"connection_details": &framework.FieldSchema{
Type: framework.TypeMap,
Description: "Connection details for specified connection type.",
},

"verify_connection": &framework.FieldSchema{
Type: framework.TypeBool,
Default: true,
Expand Down

0 comments on commit 6b9f023

Please sign in to comment.