Skip to content

Fix for #406: adapt to new mongodb api#412

Merged
derwok merged 2 commits intodevelopfrom
fix/#406-adapt-to-new-mongodb-api
Jan 22, 2018
Merged

Fix for #406: adapt to new mongodb api#412
derwok merged 2 commits intodevelopfrom
fix/#406-adapt-to-new-mongodb-api

Conversation

@migerh
Copy link
Copy Markdown
Contributor

@migerh migerh commented Jan 21, 2018

No description provided.

No idea why but mongo db now demands the db name as a parameter to client.db, even after we connected to the database and gave the db name during connect. So now we have to parse the connect url.

The mongodb client has a property s, where the db name is the value of some property of some property... but that does not look like an official API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants