by Remy » Tue Apr 15, 2014 7:58 pm
Sorry to revive this old topic, but i think the feature requested is really important. I registered just to post this.
I can think of several use cases when you'd like to see the results in plain text like the original poster requested.
For example, when you run a query which yields multiple resultsets (several select statements) and you want to see (and compare) them in the same tab. Or you want to copy all data at once. This is specially important when you didn't write the query yourself, such as like some internal stored procedures in SQL Server that return multiple result sets.
The most important example i can think of right now is the sp_help stored procedure, that i use like 100 times a day when querying a database i'm not familiar with. It returns information about tables, views and stored procedures, and yields several resultsets (columns, indexes, foreign keys, etc). The way dbeaver displays this results now (one in each tab) makes the results basically unusable, since i can't really see what's happening and the tabs themselves don't even have a title informing what's in each of them. If i could just set the display to plain text i'd be able to see all the resultsets at once, and quickly hit ctrl+f for example to search for a specific column name or index.
On a side note, it would be really nice to have shorcuts to show/hide the results pane (so i can use all the screen real state to edit my query) and another shortcut to switch between text and grid results.
Thanks.