jOOQ icon indicating copy to clipboard operation
jOOQ copied to clipboard

jOOQ is the best way to write SQL in Java

Results 866 jOOQ issues
Sort by recently updated
recently updated
newest added

### 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...

T: Enhancement

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...

dependencies

### 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...

T: Defect

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...

T: Enhancement
C: Functionality
C: DB: PostgreSQL
P: Low
E: All Editions

TiDB could be supported by jOOQ: https://docs.pingcap.com/tidb/stable/overview

T: Enhancement
P: Medium
E: All Editions
C: DB: TiDB

### 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...

T: Defect
C: Functionality
C: DB: Oracle
P: Medium
E: Professional Edition
E: Enterprise Edition

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...

T: Defect
C: Functionality
P: High
E: All Editions

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...

T: Defect
C: Code Generation
P: Medium
E: All Editions

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...

T: Enhancement
C: Functionality
P: Medium
C: Integration: Kotlin
E: All Editions