What is 'simple select query' for mongoDB ?
Answered
Hi, I'm struggling to edit a table's value.
But it continuously said "Table is read-only. Unresolved table reference".
I saw this answer : https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000547390-Read-Only-issues-with-Auto-Commit
in last comment, @vasily chernov said that 'only simple select statements will allow to edit columns' value'. Then, what is that for mongoDB?
I tried with this because this is the simplest query:
db.users.find({})
But it didn't work. what should I do now?
Please sign in to leave a comment.
Have you found a fix? I am struggling with the same thing.
@Pierre Philip du Preez no, same. Now I'm about to reinstall datagrip.
Let me know if it worked. I am pulling my hair out here.
Edit values in MongoDB is not supported yet, please follow and vote for this issue.
@Yuriy Vinogradov I'm happy to here that. I made the same correct conclusion. Thank you for vote link!
@Pierre Philip du Preez My hair also get pulled at all. Let's go to vote that.