未验证 提交 6ba510ac 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #10093 from daimor/intersystems

Simple InterSystems IRIS support
......@@ -417,17 +417,31 @@
<driver
id="cache"
label="Cache"
icon="icons/cache_icon.png"
iconBig="icons/cache_icon_big.png"
icon="icons/intersystems_icon.png"
iconBig="icons/intersystems_icon_big.png"
class="com.intersys.jdbc.CacheDriver"
sampleURL="jdbc:Cache://{host}:{port}/{database}"
defaultPort="1972"
webURL="http://www.intersystems.com/cache/"
description="Intersystems Cache"
description="InterSystems Cache"
categories="sql,object">
<file type="jar" path="repo:/drivers/cache/CacheDB.jar"/>
<file type="license" path="repo:/drivers/cache/LICENSE.txt"/>
</driver>
<driver
id="iris"
label="InterSystems IRIS"
icon="icons/intersystems_icon.png"
iconBig="icons/intersystems_icon_big.png"
class="com.intersystems.jdbc.IRISDriver"
sampleURL="jdbc:IRIS://{host}:{port}/{database}"
defaultPort="1972"
webURL="http://www.intersystems.com/iris/"
description="InterSystems IRIS"
categories="sql,object">
<replace provider="generic" driver="cache"/>
<file type="jar" path="https://github.com/intersystems-community/iris-driver-distribution/raw/main/intersystems-jdbc-3.1.0.jar"/>
</driver>
<driver
id="ingres"
label="Ingres"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册