0

When I have multiple query consoles open in DataGrip, I usually make several queries to database simultaneously. One query console - one query. When I execute query to database and switch the query console before I get the result from database, I, for example, want to view results in another query console. I switch the query console, but then, after that query is complete, results are shown in query console I'm currently vieving, not the one, where I executed the query. How to prevent DataGrip to do that?

1 Answers1

1

That is a usability problem and it's impossible right now. The workaround can be using 'In-editor' results in the second console:

enter image description here

Please, follow: https://youtrack.jetbrains.com/issue/DBE-12538

moscas
  • 9,064
  • 36
  • 42