提交 70ff7b02 编写于 作者: S Serge Rider

#1102 FK create fix (quote source column names)


Former-commit-id: 885b82b4
上级 298f15e0
......@@ -102,7 +102,7 @@ public abstract class SQLForeignKeyManager<OBJECT_TYPE extends JDBCTableConstrai
if (!firstColumn) decl.append(","); //$NON-NLS-1$
firstColumn = false;
if (attribute != null) {
decl.append(attribute.getName());
decl.append(DBUtils.getQuotedIdentifier(attribute));
}
}
} catch (DBException e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册