digitalbazaar / bedrock-mongodb

Bedrock mongodb module
Apache License 2.0
2 stars 3 forks source link

Remove deprecated collection name #56

Closed aljones15 closed 4 years ago

aljones15 commented 4 years ago

I'm really sorry about this one: I left two deprecated instances in a function used by the majority of our test projects:

collection.s.name is now collection.collectionName and collection.s.namespace is now collection.namespace Docs: http://mongodb.github.io/node-mongodb-native/3.5/api/Collection.html#namespace

Addresses: https://github.com/digitalbazaar/bedrock-mongodb/issues/55

aljones15 commented 4 years ago

@mandyvenables thanks for the review @mattcollier is it ok to rebase this into master?

mattcollier commented 4 years ago

Thanks!