Skip to content
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

mongod does not accept dots in key name #1

Open
samnet opened this issue Dec 9, 2017 · 0 comments
Open

mongod does not accept dots in key name #1

samnet opened this issue Dec 9, 2017 · 0 comments

Comments

@samnet
Copy link
Owner

samnet commented Dec 9, 2017

Problem: library names with a "." in them cause the mongodb server to bug
Example: "data.table"
Reason: see title.
Explanation: https://stackoverflow.com/questions/12397118/mongodb-dot-in-key-name
Fix to be done: pre process library names. Deleting dots is not good, since e.g., both data.table and datatable exist. how about we replace "." with "DOT"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant