Skip to content

Commit

Permalink
docs: move MySQLi description up
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 18, 2024
1 parent 1009b8f commit 6931822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.
Expand Down

0 comments on commit 6931822

Please sign in to comment.