Rens Tillmann
Rens Tillmann
**Thank you!** I never even knew about this bug until a customer used precision 0 on his currency field. Totally fixed it for me.
@thomas0087 2016 meets 2021, still works. However for those interested, I have improved upon the code from Thomas. I had a situation where I would have multiple datepickers on a...
How would on go about defining the replica set inside a docker compose file? For instance I have a docker swarm, and I have stack running with 3 mongdb instances...
So I think I might know what the issue is here, it seems to be related to the fact that my password contains a quote, even though I escaped it...
For all of you that are struggling with export/import, I think the simplest way to fix this is to just open vim. Then start a macro, do the edits whatever...
`JS` != `JSON` 🚨
I figured something like that, but isn't that a bit strange to have pure json object inside `` tag? 😛 Anyway thanks for the info.
@David263 perhaps this info helps in your case: https://www.mongodb.com/community/forums/t/import-a-embedded-json-document-with-compass-error-operation-passed-in-cannot-be-an-array/154021/2
No clue about the tool you use, but perhaps try this (wrap your object into array): ``` [{ "_id": "111112", "name": "art", "orders": [] }] ```
Hi, that's right all data is processed as is, and stored as is. If you want something secure in regards to storing credit card info, I wouldn't suggest doing it...