[jOOQ/jOOQ#9792] Meta doesn't produce correct data type in SQL Server for identity columns
This commit is contained in:
parent
808d3c7ae1
commit
b84193422c
@ -858,6 +858,11 @@ final class MetaImpl extends AbstractMeta {
|
||||
? column.get(22, boolean.class) // IS_AUTOINCREMENT
|
||||
: false;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// TODO: Exception handling should be moved inside SQLDataType
|
||||
DataType type = null;
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user