-
jOOQ's default behaviour may have occasionally produced issues when deciding when to emulate Oracle's `RETURNING` clause in SQL, e.g.:
- https://github.com/jOOQ/jOOQ/issues/17506
A new `Settings…
-
-
It would be useful to add the following methods:
```
Catalog org.jooq.Meta#getDefaultCatalog()
Schema org.jooq.Meta#getDefaultSchema()
Schema org.jooq.Catalog#getDefaultSchema()
```
So I can write:
…
-
### Your question:
I have built a project with Quarkus framework and JOOQ library for database connection that runs with GraalVM native-image. When I compile natively, I get some jooq-related error…
-
### Expected behavior
If I write an old date with the value 0001-01-01 into a database, I expect the identical value to be returned in a corresponding query. This does not seem to be the case at th…
-
Related https://github.com/quarkusio/quarkus/issues/7440
-
A recently added test related to handling `null` values in ad-hoc converters for nested records fails when running our integration tests with `QOM` replacement (e.g. pattern transformation) active:
…
-
- Jooq 란.
- QueryDSL
-
大佬有空可以搞下集成JOOQ
-
Attempting to POST to text-timeseries I get an error about Timewindow containing no times on interval.
I have tried using the test timestamps/payload here as well:
https://github.com/USACE/cwms-da…