Nicholas Cottrell
Nicholas Cottrell
There's always MongoDB Compass Community version if you want an officially supported tool
I'm running pipupgrade 1.5.2 and get a similar error: ``` Updating 1 of 142 packages: appscript Updating 2 of 20 packages: idna Updating 3 of 20 packages: kiwisolver Updating 4...
Was there ever a response from AWS support? It's now 2.5 years later and I get this same error via the Java SDK!
Hi Thomas. I was hoping for output in the JSON like this: `blah: UUID("176bf052-4ecb-4e1d-b48f-f3523f7f277f")` I'm pushing a customer to store UUID as binary in BSON rather than as a string,...
Hi Thomas! Thanks - I wasn't aware that mongoimport didn't support the UUID("...") format. But it does support ObjectId("123...") in the JSON to import. Thanks for the $guid tip but...