Wernfried Domscheit
My feedback
13 results found
-
1 vote
An error occurred while saving the comment -
1 voteWernfried Domscheit shared this idea ·
-
3 votes
Thank you for your feedback. We are looking into ways to make it easier to share the settings across workstations. Please subscribe to this topic by voting for it to be notified when the release is out.
An error occurred while saving the comment Wernfried Domscheit commentedSettings are stored in folder "%USERPROFILE%\.3T". You can create a symbolic link to your dropbox folder, if you like.
-
4 votesWernfried Domscheit supported this idea ·
-
1 vote
An error occurred while saving the comment Wernfried Domscheit commentedTable "dual" is known for SQL databases mainly Oracle, it does not exist in MonogDB. It would be rather a feature request for MongoDB directly, not for an IDE or an Editor.
Note, in MongoDB version 5.1 the operator `$documents` has been added, this should be similar to "select ... from dual" function. See https://www.mongodb.com/docs/v6.0/reference/operator/aggregation/documents/
-
2 votesWernfried Domscheit supported this idea ·
-
1 vote
An error occurred while saving the comment Wernfried Domscheit commentedYou can define ALL hotkeys in the tool by yourself. Check Preferences -> Keymap, there you can remode any hotkey which you don't like.
-
1 vote
An error occurred while saving the comment Wernfried Domscheit commentedThe current release of Studio 3T supports the new `mongosh` which is a fully functional Node.js runtime. This should provide also JavaScript promises.
-
2 votes
-
1 vote
An error occurred while saving the comment Wernfried Domscheit commentedUnfortunately there is no "1-click" conversion from SQL to NoSQL, these are completely different languages. It may work for simple and basic queries, however for complex application you need to run it manually. Most likely that's what you get paid for as an engineer.
-
3 votesWernfried Domscheit supported this idea ·
-
2 votes
An error occurred while saving the comment Wernfried Domscheit commentedMaybe the best opening line would be based on the most recently executed query on this collection.
-
2 votesWernfried Domscheit shared this idea ·
With aggregation stage `$documents` (introduced in MongoDB version 5.1) you can do it like this:
db.aggregate([{ $documents: [<Your JSON explain document>] }])