-
MySQL knows statements like:
```sql
DELETE t1, t2
FROM t1 CROSS JOIN t2 CROSS JOIN t3
WHERE t1.id = t2.id AND t2.id = t3.id;
```
jOOQ should support this syntax.
It is already supported …
-
Timescale (https://www.timescale.com) is a PostgreSQL based dialect that jOOQ could support in the future.
This is currently not a top priority as we've had few requests for Timescale support in th…
-
`com.revolut.jooq-docker` depends on the old `org.flywaydb:flyway-core:6.4.3` version, which is causing the following warnings during the build time:
```
> Task :generateJooqClasses
Flyway upgrad…
-
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…
-
**Describe the solution you'd like**
I'd like to be able to run:
```
jbang org.jooq:jooq:3.15.4 --class org.jooq.ParserCLI [args...]
```
There are several classes containing a `main()` meth…
-
Hey,
can see that you are working on a way to make this configurable in #10. Is there any change to get an updated version for jooq and flyway in the meantime?
Not asking for a particular chang…
-
Hey,
Thanks for the plugin. It's very useful.
Can you please add a support for multiple datasource configuration? I use two different database in my project so want to generate jooq classes for bo…
-
The jOOQ runtime has all the meta information to describe the schema. This meta information could be leveraged to generate test data on a possibly empty database. Some interesting features:
- Users…
-
There is a project combined vertx and jooq, https://github.com/jklingsporn/vertx-jooq, which support the Vertx reactive client.
-
Eric Harmeling (ericharmeling) commented:
The [jOOQ sample](https://www.cockroachlabs.com/docs/stable/build-a-java-app-with-cockroachdb-jooq) doesn't follow CockroachDB best practices. It also doesn…