We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b97ad commit 757de43Copy full SHA for 757de43
1 file changed
user_guide_src/source/database/configuration.rst
@@ -174,7 +174,7 @@ Explanation of Values:
174
**compress** Whether or not to use client compression (``MySQLi`` only).
175
**strictOn** true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL
176
while developing an application (``MySQLi`` only).
177
-**port** The database port number - Empty for default port (or dynamic port with ``SQLSRV``)
+**port** The database port number - Empty string ``''`` for default port (or dynamic port with ``SQLSRV``).
178
**foreignKeys** true/false (boolean) - Whether or not to enable Foreign Key constraint (``SQLite3`` only).
179
180
.. important:: SQLite3 Foreign Key constraint is disabled by default.
0 commit comments