Skip to content

Commit e75c688

Browse files
committed
skip sql server
1 parent 6aa0ee7 commit e75c688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experiment/src/org/labkey/experiment/api/property/DomainPropertyImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ else if (newType == PropertyType.MULTI_CHOICE || oldType == PropertyType.MULTI_C
895895
}
896896

897897
TableInfo table = domainKind.getTableInfo(user, getContainer(), _domain, ContainerFilter.getUnsafeEverythingFilter());
898-
if (table != null && _pdOld.getPropertyType() != null)
898+
if (table != null && _pdOld.getPropertyType() != null && table.getSchema().getSqlDialect().isPostgreSQL())
899899
QueryChangeListener.QueryPropertyChange.handleColumnTypeChange(_pdOld, _pd, SchemaKey.fromString(table.getUserSchema().getSchemaName()), table.getName(), user, getContainer());
900900
}
901901
else if (propResized)

0 commit comments

Comments
 (0)