dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
39.47k stars 3.42k forks source link

If the query executed with error, information from the previously executed query is displayed #35791

Open ask9 opened 10 hours ago

ask9 commented 10 hours ago

Description

It can be confusing for a user and lead to wrong decisions. User could think that the first query was executed with error, not the second (especially when both queries are very similar and the right panel with the exact query was somehow hidden).

Use this code:

select * from pg_class;

select 2/0;

https://github.com/user-attachments/assets/3b881d69-d950-40e1-8e60-180592943b39

DBeaver Version

Enterprise Edition 24.2.2-202409192322

Operating System

Windows 10

Database and driver

PostgreSQL 16 PostgreSQL JDBC Driver 42.7.4

Steps to reproduce

No response

Additional context

No response

E1izabeth commented 9 hours ago

Thank you for your report.