提交 7502d242 编写于 作者: S serge-rider

Attributes late binding fix (for document-based tables like Mongo).


Former-commit-id: 8b855ea3
上级 f3991e7e
......@@ -284,10 +284,6 @@ public abstract class DBDAttributeBinding implements DBSObject, DBSAttributeBase
}
public void lateBinding(@NotNull DBCSession session, List<Object[]> rows) throws DBException {
}
public void loadTransformers(@NotNull DBCSession session, List<Object[]> rows) throws DBException {
DBSAttributeBase attribute = getAttribute();
final DBDAttributeTransformer[] transformers = DBVUtils.findAttributeTransformers(this, null);
if (transformers != null) {
......
......@@ -231,11 +231,13 @@ public class ResultSetUtils
}
}
/*
monitor.subTask("Load transformers");
// Load transformers
for (DBDAttributeBinding binding : bindings) {
binding.loadTransformers(session, rows);
}
*/
monitor.subTask("Complete metadata load");
// Reload attributes in row identifiers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册