[jOOQ/jOOQ#9384] DataType.getDataType(Configuration) turns this on dialect specific data types
This commit is contained in:
parent
31bcc97ea5
commit
7d82e18c83
@ -607,7 +607,7 @@ public class DefaultDataType<T> implements DataType<T> {
|
||||
|
||||
// If this is another dialect's specific data type, recurse
|
||||
else {
|
||||
getSQLDataType().getDataType(configuration);
|
||||
return getSQLDataType().getDataType(configuration);
|
||||
}
|
||||
|
||||
return this;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user