-
## Bug Report
Before report a bug, make sure you have:
### Which version of ShardingSphere did you use?
5.4.1
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
Sha…
-
### What happened?
`adbc_ingest` fails for any dataframe that contains an unsigned int dtype and some (but not all) temporal dtypes.
```python
import pyarrow as pa
from adbc_driver_postgresql …
-
**Describe the bug**
using filter 'month & year' in dashboard missing last 1 day of month.
![Image](https://github.com/user-attachments/assets/44889480-7872-4ded-ba32-5fb663044b0f)
E.g.: pick ' Oc…
-
### Description
https://github.com/user-attachments/assets/af28d1b1-2d94-4dcf-b2e4-ffc8a1ebe907
### DBeaver Version
Community Edition 24.1.4.202407250946
### Operating System
Windows 10
##…
ask9 updated
3 months ago
-
### User expectation
As a kine user
* In order to get the kine
* observed sql statements metrics (such as response latency, number of rows received in responses, size of response received in …
-
### Description
select 'Infinity'::date, '-Infinity'::date
Shows: 292278994-08-17, 292269055-12-03
Should show: infinity, -infinity
It is basically the exact same problem that is described in …
-
### Description
This is another case when some correct code without error is colored with "SQL semantic error foreground".
This issue is similar to this: #34741
### DBeaver Version
Communi…
-
### Search first
- [x] I searched and no similar issues were found
### Description
liquibase diff-changelog generates unique index that is not matching reference .
reference:
```
CREATE …
-
### Description
It works correctly for Alt + X, but not for Ctrl + Enter.
https://github.com/user-attachments/assets/df0cbe49-485b-40e3-a820-aa75133f4ae9
### DBeaver Version
Commun…
ask9 updated
3 months ago
-
### Description
I have a table that has a GENERATED ALWAYS column (`name_sort_calc` below):
```
CREATE TABLE public.cfg_part_types_test (
id int4 GENERATED BY DEFAULT AS IDENTITY( INCREMENT BY …