We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1009b8f commit 6931822Copy full SHA for 6931822
1 file changed
user_guide_src/source/database/configuration.rst
@@ -165,8 +165,8 @@ Explanation of Values
165
customizable by the end user.
166
**schema** (``Postgre`` and ``SQLSRV`` only) The database schema, default value varies by driver.
167
**encrypt** (``MySQLi`` and ``SQLSRV`` only) Whether or not to use an encrypted connection.
168
- ``SQLSRV`` driver accepts true/false.
169
See :ref:`MySQLi encrypt <mysqli-encrypt>` for ``MySQLi`` settings.
+ ``SQLSRV`` driver accepts true/false.
170
**compress** (``MySQLi`` only) Whether or not to use client compression.
171
**strictOn** (``MySQLi`` only) true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring
172
strict SQL while developing an application.
0 commit comments