8

I'm connecting to a local MongoDB instance installed through brew via the IntelliJ Database tool. I can see and query things; but as soon as I try to update a record eg set a database lock back to false I get the error This table is read-only. Changes cannot be applied.

The same thing doesn't happen using the console. I've attempted to toggle the Read-only checkbox under Datasource properties > Options.

Is there another setting somewhere else I'm missing?

Andrey
  • 15,144
  • 25
  • 91
  • 187
Kai
  • 1,709
  • 1
  • 23
  • 36

1 Answers1

10

It is not yet supported. Please vote for this request: DBE-9375.

Andrey
  • 15,144
  • 25
  • 91
  • 187