-
Mostly I only want to run the current sql instead of all sql in the editor.
-
### Description
When a new or existing script is edited, but never saved, upon closing the script, the prompt to save changes no longer is presented. However, if you reopen the script, the changes yo…
-
Problem: in the SQL editor, I run the SQL script for my DBMS (not MySQL):
----
create or replace procedure get_popular_persons3(pers_gender IN varchar(1),
up boolean, result_str out varchar(…
-
### Description
1. Connect to Altibase
2. Open SQL Editor
3. Try to select schema
Actual: selector closes, schema is not set
https://github.com/dbeaver/dbeaver/assets/139753579/18a179db-0b3…
-
### Description
In sql editor
```sql
select *
from
pg_class
inner join lateral (
select * from pg_attribute where attrelid = pg_class.oid
) t on true
```
show error
…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
IoTDB v1.3.2 in docker on MacOS
### Describe the bug and…
-
## BI View Editor
The id column generated by BI View Editor using `CAST(row_number() OVER () as integer) AS id` is broken and should be replaced. It generates non stable IDs so when you group or f…
-
### Description
https://github.com/user-attachments/assets/ca40758a-38ed-4e75-9048-7f0219649388
### DBeaver Version
Community Edition 24.1.5.202408012322
### Operating System
Window…
-
Goal: We're undergoing a rebuild of our data warehouse/sql editor scene to improve UX and become a full fledged and joy-sparking editor.
**MVP - this will be sufficient as a replacement for the exi…
-
### What did you do?
1. Create or open any database (file or memory)
2. Execute `ROLLBACK;VACUUM;` in the sql editor
3. Change the active tab
### What did you expect to see?
The application shoul…