-
Hello,
We have tried to deploy a FROST Server using FROST-Server.MQTTP-x.y.z.war pre-built file, but after following the steps described in https://fraunhoferiosb.github.io/FROST-Server/deployment/…
-
### Description
There may be a lot of matching items in a list and it is useful to maximize the window quickly.
Now the window has no maximize button at **right upper corner**.
I suggest to add i…
ask9 updated
2 months ago
-
### Description
Keyword case not working inside of Postgres Function. It used to work about three versions back. It works great if I am not in a Postgres function. Thank you so much for such an aw…
-
### Description
In Metadata panel, copy-feature doesn't work for some columns (Description)
Use right mouse click on a cell to copy its value.
### DBeaver Version
Community Edition 24.1.3.…
-
### Description
1. This kind of UI element is usually used to toggle between modes if click was done on the left part of the element (next sorting mode in a cycle should be taken).
If user wants som…
-
### Describe the bug
On the main page, when clicking on models (/browse/models) I get an unexpected error message.
![image](https://github.com/user-attachments/assets/3873615e-ee11-4337-859f-a4f…
-
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.
1. Which driver are you using and version of it (Ex: PostgreSQL …
-
### Description
Executing more than 1 query at once using Ctrl + Enter fails if there is no symbol ; at the end of the first query (Blank line is statement delimiter = Smart).
### DBeaver Versio…
ask9 updated
3 months ago
-
### Description
Words "char", "serial", "bigserial" have incorrect color:
```
create table tab (
hello char(100),
world int
)
create table tab (
id serial,
id2 int
);
cr…
ask9 updated
3 months ago
-
我使用下面的docker脚本部署之后,看日志是正常连接数据库的,同时数据库的表也是正常创建的:
```docker
version: "3"
networks: # 自定义网络(默认桥接), 不使用links通信
pic:
driver: bridge
services:
postgresql:
image: postgres:16.3-alpine…