Results tab 'title' does not work for multiple tabs #38242
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
When you select some text and execute it in DBeaver, it sends the selected text as a single query to the database. The title of this query is set correctly. It's not the designed way to execute multiple queries by selecting several of them and pressing button for single query execution. To achieve the behavior you seem to expect, you can use the Some databases can handle providing multiple queries as a single and can return you multiple results (that's what you observe). Some databases do not handle it, for example, SQLite. |
Beta Was this translation helpful? Give feedback.


When you select some text and execute it in DBeaver, it sends the selected text as a single query to the database. The title of this query is set correctly. It's not the designed way to execute multiple queries by selecting several of them and pressing button for single query execution.
To achieve the behavior you seem to expect, you can use the
Execute SQL Scriptbutton to run your queries.Some databases can handle providing multiple queries as a single and can return you multiple results (that's what you observe). Some databases do not handle it, for example, SQLite.