-
Our [DDL](https://github.com/killbill/killbill/blob/master/invoice/src/main/resources/org/killbill/billing/invoice/ddl.sql#L16) specifies a non-null value for the `updated_date` column in the `invoic…
-
In jOOQ 3.17, client side computed columns (both `STORED` and `VIRTUAL`) have been introduced with https://github.com/jOOQ/jOOQ/issues/9879.
Throughout the discussion there, the option of doing thi…
-
The Oracle `LISTAGG` function requires a `WITHIN GROUP (ORDER BY ...)` clause, but there isn't really a good reason why we would have to enforce this. We could generate a random order, or order by the…
-
`DDLDatabase` currently only offers a single `scripts` property, which supports wild cards, but not multiple distinct paths. There's probably a common approach to doing this in either:
- Linux (e.g…
-
Hi there folks, long time no see! :)
Time has passed, and in the meantime, jOOQ 3.15 has shipped with the awesome `MULTISET` and `MULTISET_AGG` operators:
- https://www.jooq.org/doc/latest/manua…
-
Split from https://github.com/jOOQ/jOOQ/issues/6763. We could add support for `ROW()` constructions in `on conflict do update ...`.
Just a ticket for follow-up. Hopefully that is acceptable.
-
Non-replacing embeddables produce generated code in referencing record classes like this:
```java
/**
* Setter for the embeddable MONETARY_AMOUNT.
*/
public void setMonetaryAm…
-
got the following warning when running jooq task on gradle 6.4
```
Internal API ImmutableFileCollection has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use ProjectLayout.f…
-
Our current implementation of `AbstractRoutine` fails when trying to fetch an `OUT` parameter of the following type:
```sql
TYPE pls_default IS RECORD (
a NUMBER(10) := 1,
b VARCHAR2(10) := …
-
### Expected Behavior
I have pretty basic Micronaut app(4.3.2, java 17 and kotlin) and I wanted to try jdbc, r2dbc, flyway, test-resources and project reactor just as a proof of concept. When I try t…