-
The pagination bug identified on the reactor pipeline with JOOQ, adding the need to use `.collectList() + flatMapIterables()` for workaround it isn't clean and needs to be addressed before being able …
-
Jooq is a nice alternative to JPA.
It would be great if jhlite supports it.
If integration of jooq-generator (as build plugin) is possible with liquibase/flyway, that would be awesome (using testcont…
-
**Description**
Use jooq libary to build SQL in bloom operations and elsewhere where SQL queries are used.
-
I'm trying to build jar on macOS using openjdk-17.0.12 with:
./gradlew bootJar -x test -Pvaadin.productionMode=true
but I'm getting the following exception:
...
Exception in thread "main" ja…
-
Now plugin supports only direct settings specified under `````` block.
Proposal is add configuration files support as it implemented in `jooq-codegen-maven`
-
### Expected behavior
The DatePart @Support annotation says PostgreSQL supports `MILLISECOND` and `MICROSECOND`
So it should work with DSL.dateAdd (and thus DSL.timestampAdd etc)
https://github…
-
```[tasklist]
### Phase 1 - Automated Connector Tests (ETA: 11/22)
- [ ] Metabase (Serge)
- [ ] DBeaver Sanity Tests (Sergey)
- [x] clickhouse-r2dbc (Mark)
- [ ] ~~Advanced example (Paul)~~
- [ …
-
With Spring Boot you are used to setting most settings via `customizer` or `properties`.
I would like the same for jOOQ, e.g. with the batch size
https://github.com/jOOQ/jOOQ/blob/main/jOOQ/src/…
-
### 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…
-
Have you managed to make it works?