-
Some JDBC drivers may return null value for non-null column :< Query parameter `null_as_default` may help in some cases but not all as it changed value. On the other hand, adding null-check `rs.getObj…
-
when i connect to my AS400 server, there is an error , I can not solve it ,please help me .
see the log bellow:
`2023.03.11 18:50:05.698990 [ 13433 ] {646bc397-3168-45f7-a12e-6df38e4ff5b7} Read…
-
Trying to connect with postgres using jdbc driver
At Postgres:
```
CREATE TYPE status AS ENUM ('active', 'disabled');
CREATE TABLE campaign (
id integer,
status status
)
INSERT INTO …
-
Sorry if this has been discussed before but I didn't find a similar topic on github :p
As of now, if a user has the privilege to use `jdbc` table function, she/he can access all declared external d…
-
I am trying try connect cockroachDB to ClickHouse via PostgreSQL jdbc driver.
Cockroach claims to be PostgreSQL compatible, and indeed in go application we work with it using pgx driver. That means,…
-
HI
CASE : jdbc connect oracle
i want to get BigData from oracle by jdbc
when i spend Single query ,client dbeaver could return correctly data with a little slowly.
querySql:select * from …
-
Is it possible to restrict datasources defined in the datasources folder in the bridge to specific users in the clickhouse db.
-
The test introduced for #12956 fails on a few other dialects, including:
- [x] MySQL (doesn't fail locally, but fails on CI)
List to be amended.
It fails with:
```
org.jooq.exception.Dat…
-
### What would you like help with?
I'm thinking of implementing an adbc driver for AWS Athena. And our codebase is in java. It looks like there is no driver in java implemented yet. So is it more pre…
-
Has anyone looked into read side optimizations using LISTEN NOTIFY rather than polling (or using a slow long poll as a backup and use the listen notify to trigger the poll)? We use query by tags with…