提交 3c4b75a2 编写于 作者: S Serge Rider

#8994 Bulk loader API + PG stub

上级 14d380d2
......@@ -46,7 +46,7 @@ public class PostgreCopyLoader implements DBSDataBulkLoader, DBSDataBulkLoader.B
Object driverInstance = session.getDataSource().getContainer().getDriver().getDriverInstance(session.getProgressMonitor());
Object copyManager = Class.forName("CopyManager", true, driverInstance.getClass().getClassLoader()).getConstructor().newInstance();
} catch (Exception e) {
throw new DBCException("Can't instantiate CopyManager", e);
}
return this;
// new CopyManager((BaseConnection) conn)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册