jOOQ
jOOQ copied to clipboard
jOOQ is the best way to write SQL in Java
### Use case: As for as I can tell it is not easy to generate your own custom `package-info.java` even if you extend the Java Generators. It is also not...
Spotted locally; there is a double negation in this sentence: > This code generation run has not produced any file modifications. > This means, the schema has not changed, and...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...
### Expected behavior When using `.as` method together with row value expressions, column alias should be added to the query. ### Actual behavior In case of using `row().as()`, the alias...
This is a special method that allows for bulk data import/export of csv file streams. It is [implemented on the jdbc](https://github.com/hhru/postgres-jdbc/blob/master/postgresql-jdbc-9.2-1002.src/org/postgresql/copy/CopyManager.java), but you have to pass an input stream, as...
TiDB could be supported by jOOQ: https://docs.pingcap.com/tidb/stable/overview
### Expected behavior Not sure. 😉 The best solution is an automatic workaround provided by jooq. But it looks like a bug in the oracle database. In case an automatic...
Deletes issued within a reactive transaction, using the Kotlin extension `DSLContext.transactionCoroutine` fail silently; no exception is thrown, the expected record count is returned, but records are not deleted. It's entirely...
The jooq code generator created a BIT field with a default value it got from the original MySQL table (`b'0'`). That isn't valid in Postgres, and likely other databases, so...
This is a side-track/continuation of the discussion in issue #10212. We're using the functional mapping style introduced in jOOQ 3.16. If columns could be referred to in a way that...