Skip to content

Commit c433e68

Browse files
committed
docs: strictOn is MySQLi only
1 parent 910c518 commit c433e68

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)