[jOOQ/jOOQ#10566] Wrong DDL generated in Oracle when translating integer types

This commit is contained in:
Lukas Eder 2020-09-01 16:29:04 +02:00
parent 3613a37884
commit 844dd8ad24

View File

@ -5060,6 +5060,10 @@ final class Tools {
else {
ctx.sql(typeName);
}