Skip to content

Commit 96e996a

Browse files
authored
Merge pull request #6937 from kenjis/fix-docs-db-config-strictOn
docs: DB Config `strictOn` is MySQLi only
2 parents 910c518 + c433e68 commit 96e996a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Explanation of Values:
141141
* ``ssl_verify`` - true/false; Whether to verify the server certificate or not (``MySQLi`` only)
142142
**compress** Whether or not to use client compression (``MySQLi`` only).
143143
**strictOn** true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL
144-
while developing an application.
144+
while developing an application (``MySQLi`` only).
145145
**port** The database port number.
146146
**foreignKeys** true/false (boolean) - Whether or not to enable Foreign Key constraint (``SQLite3`` only).
147147

0 commit comments

Comments
 (0)