We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910c518 commit c433e68Copy full SHA for c433e68
1 file changed
user_guide_src/source/database/configuration.rst
@@ -141,7 +141,7 @@ Explanation of Values:
141
* ``ssl_verify`` - true/false; Whether to verify the server certificate or not (``MySQLi`` only)
142
**compress** Whether or not to use client compression (``MySQLi`` only).
143
**strictOn** true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL
144
- while developing an application.
+ while developing an application (``MySQLi`` only).
145
**port** The database port number.
146
**foreignKeys** true/false (boolean) - Whether or not to enable Foreign Key constraint (``SQLite3`` only).
147
0 commit comments