From 6931822bbcc3e1fd75bb01bb5064f360957f477f Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 18 Mar 2024 19:07:15 +0900 Subject: [PATCH] docs: move MySQLi description up --- user_guide_src/source/database/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index 48ad3853742a..a0ef5c8cd1d8 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -165,8 +165,8 @@ Explanation of Values customizable by the end user. **schema** (``Postgre`` and ``SQLSRV`` only) The database schema, default value varies by driver. **encrypt** (``MySQLi`` and ``SQLSRV`` only) Whether or not to use an encrypted connection. - ``SQLSRV`` driver accepts true/false. See :ref:`MySQLi encrypt ` for ``MySQLi`` settings. + ``SQLSRV`` driver accepts true/false. **compress** (``MySQLi`` only) Whether or not to use client compression. **strictOn** (``MySQLi`` only) true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL while developing an application.