Skip to content

Commit

Permalink
Merge branch 'master' into cypher_comments
Browse files Browse the repository at this point in the history
Conflicts:
	database.go
  • Loading branch information
jmcvetta committed Oct 11, 2014
2 parents 588a8cc + a742e68 commit f66a3d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ func Connect(uri string) (*Database, error) {
if err != nil {
return nil, err
}
if parsedUrl.User != nil {
db.Session.Userinfo = parsedUrl.User
}
return connectWithRetry(db, parsedUrl, 0)
}

Expand Down

0 comments on commit f66a3d0

Please sign in to comment.