-
### Description
https://github.com/user-attachments/assets/6091be8a-999a-4702-8500-b5ae070bf966
### DBeaver Version
Enterprise Edition 24.2.4-202410172322
### Operating System
Windows 10
…
-
### Description
- use the query for dvdrental:
```
select f.title
from film as f
union all
select replace(f.title, ' ', '_')
from film as f
```
https://github.com/user-attachments/assets/6…
-
### Description
https://github.com/user-attachments/assets/a02c5c57-7d4e-4eae-bb7c-5e90e13ed062
### DBeaver Version
Enterprise Edition 24.2.4-202410262322
### Operating System
Windows 10
#…
-
### Description
![img](https://github.com/user-attachments/assets/db44590f-64df-4bbf-802a-554c2c37122b)
Use this code:
```
CREATE TABLE sample (
id int4 GENERATED ALWAYS AS IDENTITY( IN…
-
### Description
Adding "or replace" breaks syntax highlighting with colors.
- use this query:
```
create or replace view table_size as
SELECT
c.relname,
PG_RELATION_SIZE(C.oid) as s…
-
### Version
main branch
### Describe what's wrong
When creating a catalog with type: `relational` and `provider: Apache Iceberg`, the Gravitino UI fails to include the `jdbc-driver`, `jdbc-user`, a…
-
Please read https://stackoverflow.com/help/minimal-reproducible-example
**Describe the issue**
Production code has been running error free since 2016, with the only change being regular driver up…
-
**Describe the problem**
I encountered an issue where Go (and CockroachDB) works fine with any kind of certificates, but when trying to connect a 3rd party application (JetBrains), I ran into crypt…
-
### Description
When generating MERGE statements for PostgreSQL, DBeaver includes the target table alias in the UPDATE clause. While this syntax is valid for Microsoft SQL Server (MSSQL), PostgreSQL …
-
### Description
use the query on dvdrental database:
```
select r
from rental as r
```
https://github.com/user-attachments/assets/c0f0d1f7-88f7-46a6-8750-c12cb3e6585a
### DBeaver Version
…