-
We're currently generating copy constructors only on `ArrayRecord` types, not `AssociativeArrayRecord` types. This leads to a compilation error, as call sites may assume the copy constructor is presen…
-
I try to generate DAO from example
I create simple project from example https://github.com/jklingsporn/vertx-jooq/tree/master/vertx-jooq-classic-reactive? but get error
Execution default of goal org…
-
Scala 3 has introduced a soft keyword called `inline`:
https://docs.scala-lang.org/scala3/guides/macros/inline.html
This means that while qualified method calls like `DSL.inline(1)` are still poss…
-
With https://github.com/jOOQ/jOOQ/issues/6199, all generated POJOs and `Record` types will now support `from()` and `into()` methods. This may not be desireable for many reasons, such as:
- Unwante…
-
A new Maven module `jOOQ-migrations` will build on top of the new `org.jooq.Migration` API (#9506), and offer the execution of migrations from various environments, including Maven, command line, APIs…
-
Hi!
I'm trying to migrate jooq version of my project from 3.12 to 3.15.
After fixing some migration issues I've found one of my tests is broken.
Those test runs a query like this:
`select * fr…
-
The `ProxyMapper` currently applies early on:
```java
// [#1470] Return a proxy if the supplied type is an interface
// [#10071] [#11148] Primitive types are abstract! They're map…
-
Here's a suggestion for a `CONTRIBUTING.md` file:
----
# Contributing
## Prerequisites
* install docker
* install JDK (currently 19)
## Before you run ./gradlew build
Since this project…
-
Hi @lukaseder I see https://github.com/jOOQ/jOOQ/issues/16090 is closed for some time and I just got around to upgrade jOOQ on my project from 3.18 to 3.19.8 (with a Spring Boot 3.3 update) and my log…
-
- [리니어](https://linear.app/fewletter/issue/DEV-65/%EC%95%84%ED%8B%B0%ED%81%B4-%EB%AA%A9%EB%A1%9D-%EC%A1%B0%ED%9A%8C-%EB%AA%A8%EB%8D%B8-%EC%A0%81%EC%9A%A9-%EB%A6%AC%ED%8E%99%ED%86%A0%EB%A7%81)
- PR #2…