-
### Expected behavior
Let's say we have a table "PROJECT" that has a tenant id, and we create this policy:
```
configuration.set(new DefaultPolicyProvider()
.append(PROJECT, PROJ…
-
Migrate to **[jOOQ](http://www.jooq.org/doc/3.4/manual/)** from Hibernate
-
### Your question
That extension work well, but when it try to make composite primary key it's broken.
Error tell me col1 must be not null, but in postgres it's work.
Plugin usage h2 and has an…
-
I'm using trino 424 from here: https://hub.docker.com/r/trinodb/trino.
The following is a query containing 2 levels of correlated subquery:
```sql
with
a (x) as (values 1),
b (y) as (valu…
-
We need to support GaussDB storage in Zipkin due to my company’s development requirements.
## Feature
Support GaussDB storage in zipkin like mysql
## Rationale
It can expand the influence of G…
-
This issue is the continuation of the analysis started and documented at https://stackoverflow.com/q/76665966/131929. Also, this is very closely related to #255 and #477 which both became stale.
I …
-
Jooq added official R2dbc support since 3.15 , see: https://blog.jooq.org/reactive-sql-with-jooq-3-15-and-r2dbc/
Add JooqAutoConfiguration for R2dbc support, including compatibility with the existi…
-
https://github.com/jOOQ/jOOQ/issues/12985
https://foojay.social/@lukaseder@mastodon.social/111539258110176096
-
Hello,
i have developed myself a small testproject for using jooq with quarkus and make use of the jooq-codegenerator and also jooq-meta in this project:
- https://github.com/funkrusher/acme-frame…
-
### Your question
We are running into an issue when performing a bulk insert containing a CLOB. When we update two records and one has a non-null CLOB value and the other has a null CLOB value, we ar…