提交 f61fc4d3 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #10093 from daimor/intersystems

Simple InterSystems IRIS support

Former-commit-id: 6ba510ac
...@@ -417,17 +417,31 @@ ...@@ -417,17 +417,31 @@
<driver <driver
id="cache" id="cache"
label="Cache" label="Cache"
icon="icons/cache_icon.png" icon="icons/intersystems_icon.png"
iconBig="icons/cache_icon_big.png" iconBig="icons/intersystems_icon_big.png"
class="com.intersys.jdbc.CacheDriver" class="com.intersys.jdbc.CacheDriver"
sampleURL="jdbc:Cache://{host}:{port}/{database}" sampleURL="jdbc:Cache://{host}:{port}/{database}"
defaultPort="1972" defaultPort="1972"
webURL="http://www.intersystems.com/cache/" webURL="http://www.intersystems.com/cache/"
description="Intersystems Cache" description="InterSystems Cache"
categories="sql,object"> categories="sql,object">
<file type="jar" path="repo:/drivers/cache/CacheDB.jar"/> <file type="jar" path="repo:/drivers/cache/CacheDB.jar"/>
<file type="license" path="repo:/drivers/cache/LICENSE.txt"/> <file type="license" path="repo:/drivers/cache/LICENSE.txt"/>
</driver> </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 <driver
id="ingres" id="ingres"
label="Ingres" label="Ingres"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册