[jOOQ/jOOQ#17916] Link to manual section from warning log

This commit is contained in:
Lukas Eder 2025-01-22 17:22:03 +01:00
parent 63953b2ea6
commit 0a6ec105c6

View File

@ -906,6 +906,9 @@ public class DefaultDataType<T> extends AbstractDataTypeX<T> {
If you think jOOQ should be able to infer your user type in your particular query, or if you
struggle to address this issue, please report a bug/support request here: https://jooq.org/bug
More information here:
https://www.jooq.org/doc/latest/manual/sql-execution/fetching/data-type-lookups/
""".replace("{result}", "" + result), new DiscouragedStaticTypeRegistryUsage());
// [#16090] [#16425]