-
Notifications
You must be signed in to change notification settings - Fork 118
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
System collection support (and more) #19
Comments
First of all, I would like to apologize for not answering before. This is a double bug. First, we do support simple queries on the metacollection system.indexes or system.namespaces, but not writes because there are other documents. This metacollections are deprecated in MongoDB 3.0 and substituted by some new commands like listIndexes. But we understand there are a lot of applications in the ecosystem that are not going to be updated until MongoDB remove the deprecated way to do the things, so we will try to support inserts on this metacollections as soon as we can. The second bug you discovered is that we do not support collections with non alphanumeric or _ characters. This is an artificial restriction that we will remove very soon. |
Commit 3e3838a implements the insert action on system.indexes (it is not supported on other metacollections!). It hasn't been tested as much as I would, so it is not going to be in master until next week. |
Thanks so much! I'll try it. |
Hi okapies, did it work for you? |
Oh, sorry. I don't try yet because I'm little bit busy now. :( Do you want reporting for it very soon? |
Everything works fine!
But I got another error at first access to the Let's Chat. I'll post that issue. |
ToroDB throws errors while access to Mongo's system collections, whose identifier is prefixed with
system.
(Mongoose ODM, used in some applications like Let's Chat, utilizes them).ToroDB also complains about upper case characters:
The text was updated successfully, but these errors were encountered: