Skip to content

Add note about collections beginning with numbers #2811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Add note about collections beginning with numbers #2811

wants to merge 1 commit into from

Conversation

caiquecastro
Copy link

@caiquecastro caiquecastro commented Dec 22, 2016

If a collection name begins with a number, eg. 2custom, you cannot
access the collection as db.2custom.find(), instead you must use
db.getCollection('2custom').


This change is Reviewable

If a collection name begins with a number, eg. 2custom, you cannot
access the collection as db.2custom.find(), instead you must use
db.getCollection('2custom').
@kay-kim
Copy link
Contributor

kay-kim commented Jan 3, 2017

Hi. Thank you so much for your pull request. We'll get to reviewing and merging it in soon. In the meanwhile, if you could sign the Contributor Agreement found at https://www.mongodb.com/legal/contributor-agreement

Thanks once again!

Regards,

Kay Kim

@caiquecastro
Copy link
Author

Did it.

@kay-kim
Copy link
Contributor

kay-kim commented Jan 11, 2017

merged! Thank you!

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