[jOOQ/jOOQ#10809] Dialect specific data type is reported from Meta, instead of SQLDataType
This commit is contained in:
parent
ffc0311f67
commit
9c40012337
@ -870,6 +870,7 @@ final class MetaImpl extends AbstractMeta {
|
||||
DataType type = null;
|
||||
try {
|
||||
type = DefaultDataType.getDataType(family(), typeName, precision, scale);
|
||||
type = type.getSQLDataType();
|
||||
|
||||
// JDBC doesn't distinguish between precision and length
|
||||
if (type.hasPrecision() && type.hasScale())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user