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

#2656 Enable "Use SQL to limit fetch size" for MySQL and MariaDB by default....

#2656 Enable "Use SQL to limit fetch size" for MySQL and MariaDB by default. To avoid issues with huge resultsets.
上级 d0762832
......@@ -150,6 +150,7 @@
<file type="license" path="drivers/mysql/LICENSE.txt" bundle="drivers.mysql"/>
<file type="jar" path="drivers/mysql/mysql-connector-java.jar" bundle="drivers.mysql"/>
<property name="connectTimeout" value="20000"/>
<property name="@dbeaver-default-resultset.maxrows.sql" value="true"/>
</driver>
<driver
id="mariaDB"
......@@ -161,6 +162,7 @@
webURL="https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/"
description="MySQL standard driver">
<file type="jar" path="maven:/org.mariadb.jdbc:mariadb-java-client:RELEASE[1.5.5]" bundle="!drivers.mariadb"/>
<property name="@dbeaver-default-resultset.maxrows.sql" value="true"/>
</driver>
</drivers>
<views>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册