[jOOQ/jOOQ#14313] Informix DDL statements generate invalid SQL for
timestamp columns
This commit is contained in:
parent
fa1e53f902
commit
af05a5cac1
@ -5796,6 +5796,12 @@ final class Tools {
|
||||
|
||||
String typeName = type.getTypeName(ctx.configuration());
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// [#8070] Make sure VARCHAR(n) ARRAY types are generated as such in HSQLDB
|
||||
if (type.hasLength() || elementType.hasLength()) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user