Skip to content

Commit 6931822

Browse files
committed
docs: move MySQLi description up
1 parent 1009b8f commit 6931822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ Explanation of Values
165165
customizable by the end user.
166166
**schema** (``Postgre`` and ``SQLSRV`` only) The database schema, default value varies by driver.
167167
**encrypt** (``MySQLi`` and ``SQLSRV`` only) Whether or not to use an encrypted connection.
168-
``SQLSRV`` driver accepts true/false.
169168
See :ref:`MySQLi encrypt <mysqli-encrypt>` for ``MySQLi`` settings.
169+
``SQLSRV`` driver accepts true/false.
170170
**compress** (``MySQLi`` only) Whether or not to use client compression.
171171
**strictOn** (``MySQLi`` only) true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring
172172
strict SQL while developing an application.

0 commit comments

Comments
 (0)