-
`Records.mapping(...)` and `Row[N].mapping(...)` methods currently map the `null` record to a `null` value, in case the record is a nested record from a scalar subquery, see:
- https://github.com/j…
-
### The documentation URL
https://www.jooq.org/doc/latest/manual/tools/checker-framework/
### Feedback
The following is a sample config I managed to work out for using `jooq-checker` in Gradle
The…
-
When calling:
``` java
MyTable t = MY_TABLE.as("t");
t.getPrimaryKey();
```
Then, the original (unaliased) table's primary key definition is produced, e.g. `MY_TABLE.ID`, when it should refer…
-
### Expected behavior
Querying a record which contains an enum array in R2DBC works.
### Actual behavior
Querying a record which contains an enum array using R2DBC fails with
```
...
Caused b…
-
## Environment
**Liquibase Version**: 3.8.9
**Liquibase Integration & Version**: CLI
**Liquibase Extension(s) & Version**: none
**Database Vendor & Version**: PostgreSQL 12 (Docker) [docker run -…
r2-lf updated
4 months ago
-
This is either a vision or a fever dream. I'm not sure which.
In a nutshell jOOQ is an integration tool that's designed to provide a consistent type-safe interface to multiple databases. It does th…
-
### Expected behavior
Geometry.valueOf(String) should translate to the ST_GEOGFROMTEXT (note GEOG not GEOM) function call when generating Snowflake SQL. (and probably all PostGIS impls, haven't test…
-
Hi there,
I've seen there's a [Kotlin / QueryDSL example](https://github.com/JetBrains/kotlin-examples/tree/master/gradle/kotlin-querydsl) in the repo. Would you be interested in a Kotlin / jOOQ ex…
-
В проекте будет использоваться jooq. Всем необходимо понять, как с ним работать, поэтому необходимо найти информацию по работе с jooq в виде, доступном для всех членов команды, а именно основные прави…
-
**Is your feature request related to a problem? Please describe.**
I am trying to use JaVers with plain JOOQ (no Spring or other transaction/connection management framework that would assign a conn…