Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdliu3 committed Feb 20, 2024
1 parent 4415ac0 commit 5589cb3
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions plugins/org.jkiss.dbeaver.ext.mysql/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,33 @@
<parameter name="supports-collations" value="false"/>
<parameter name="supportsClients" value="false"/>
</driver>
<driver
id="apache_doris"
label="Apache Doris"
icon="icons/doris_icon.png"
iconBig="icons/doris_icon_big.png"
logoImage="icons/doris_logo.png"
class="com.mysql.cj.jdbc.Driver"
sampleURL="jdbc:mysql://{host}[:{port}]/[{database}]"
defaultPort="9030"
description="Driver for MySQL 8 and Apache Doris"
webURL="https://doris.apache.org/docs/dev/get-starting/quick-start/"
categories="sql">
<file type="jar" path="maven:/com.mysql:mysql-connector-j:RELEASE[8.3.0]" bundle="!drivers.mysql"/>
<file type="license" path="https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt" bundle="!drivers.mysql"/>
<file type="license" path="drivers/mysql/LICENSE.txt" bundle="drivers.mysql"/>
<file type="jar" path="drivers/mysql/mysql8" bundle="drivers.mysql"/>

<property name="connectTimeout" value="20000"/>
<parameter name="" value="false"/>
<parameter name="supports-references" value="false"/>
<parameter name="supports-triggers" value="false"/>
<parameter name="supports-events" value="false"/>
<parameter name="supports-users" value="false"/>
<parameter name="supports-charsets" value="false"/>
<parameter name="supports-collations" value="false"/>
<parameter name="supportsClients" value="false"/>
</driver>
<provider-properties drivers="*">
<propertyGroup label="Advanced">
<property id="@dbeaver-serverTimezone@" label="Server Time Zone" type="string"/>
Expand Down

0 comments on commit 5589cb3

Please sign in to comment.