提交 944bdbfd 编写于 作者: S serge-rider

#2620 Firebird 3.x driver configuration

上级 6c6ddfba
......@@ -635,8 +635,8 @@
sampleURL="jdbc:firebirdsql://{host}:{port}/{file}"
defaultPort="3050"
webURL=""
description="Firebird JayBird driver">
<file type="jar" path="maven:/org.firebirdsql.jdbc:jaybird-jdk17:RELEASE" bundle="!drivers.firebird"/>
description="Firebird 2.x JayBird driver">
<file type="jar" path="maven:/org.firebirdsql.jdbc:jaybird-jdk17:RELEASE[2.2.13]" bundle="!drivers.firebird"/>
<file type="license" path="drivers/firebird/LICENSE.txt" bundle="drivers.firebird"/>
<file type="jar" path="drivers/firebird/jaybird-full.jar" bundle="drivers.firebird"/>
......@@ -649,6 +649,24 @@
<parameter name="ddl-drop-column-short" value="true"/>
<parameter name="script-delimiter-redefiner" value="SET TERM"/>
</driver>
<driver
id="firebird_jaybird3"
label="Firebird 3.x"
icon="icons/firebird_icon.png"
class="org.firebirdsql.jdbc.FBDriver"
sampleURL="jdbc:firebirdsql://{host}:{port}/{file}"
defaultPort="3050"
webURL=""
description="Firebird 3.x JayBird driver">
<file type="jar" path="maven:/org.firebirdsql.jdbc:jaybird-jdk17:RELEASE[3.0.2]" bundle="!drivers.firebird"/>
<file type="license" path="drivers/firebird3/LICENSE.txt" bundle="drivers.firebird"/>
<file type="jar" path="drivers/firebird3/jaybird-full.jar" bundle="drivers.firebird"/>
<parameter name="supports-scroll" value="true"/>
<parameter name="ddl-drop-column-short" value="true"/>
<parameter name="script-delimiter-redefiner" value="SET TERM"/>
</driver>
<driver
id="sqlite_jdbc"
label="SQLite"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册