提交 076f4347 编写于 作者: S serge-rider

#3530 Redshift driver configuration fix


Former-commit-id: 58aa8deb
上级 2eb8b6b6
......@@ -894,13 +894,24 @@
<!-- AWS -->
<driver
id="aws_redshift"
label="Redshift"
label="Redshift (JDBC 4.1)"
class="com.amazon.redshift.jdbc41.Driver"
sampleURL="jdbc:redshift://{host}:{port}/{database}"
defaultPort="5439"
description="Amazon Redshift JDBC driver"
webURL="http://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html">
<file type="jar" path="https://s3.amazonaws.com/redshift-downloads/drivers/jdbc/1.2.12.1017/RedshiftJDBC42-1.2.12.1017.jar"/>
<file type="jar" path="https://s3.amazonaws.com/redshift-downloads/drivers/jdbc/1.2.12.1017/1.2.15.1025/RedshiftJDBC41-1.2.15.1025.jar"/>
</driver>
<driver
id="aws_redshift_42"
label="Redshift"
class="com.amazon.redshift.jdbc42.Driver"
sampleURL="jdbc:redshift://{host}:{port}/{database}"
defaultPort="5439"
description="Amazon Redshift JDBC driver"
webURL="http://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html">
<replace provider="generic" driver="aws_redshift"/>
<file type="jar" path="https://s3.amazonaws.com/redshift-downloads/drivers/jdbc/1.2.15.1025/RedshiftJDBC42-1.2.15.1025.jar"/>
</driver>
<!-- Virtuoso -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册