diff --git a/jOOQ/src/main/java/org/jooq/impl/Tools.java b/jOOQ/src/main/java/org/jooq/impl/Tools.java index a61fc617a3..44c11a76cb 100644 --- a/jOOQ/src/main/java/org/jooq/impl/Tools.java +++ b/jOOQ/src/main/java/org/jooq/impl/Tools.java @@ -1142,6 +1142,8 @@ final class Tools { + + // ------------------------------------------------------------------------ // XXX: Record constructors and related methods // ------------------------------------------------------------------------ @@ -5539,6 +5541,11 @@ final class Tools { + + + + + @@ -5558,6 +5565,11 @@ final class Tools { + toSQLDDLTypeDeclaration0(ctx, type); + } + + + private static final void toSQLDDLTypeDeclaration0(Context ctx, DataType type) { DataType elementType = type instanceof ArrayDataType t ? t.elementType : type;