Skip to content

Commit 757de43

Browse files
puschie286kenjis
andauthored
Update user_guide_src/source/database/configuration.rst
Co-authored-by: kenjis <[email protected]>
1 parent a7b97ad commit 757de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Explanation of Values:
174174
**compress** Whether or not to use client compression (``MySQLi`` only).
175175
**strictOn** true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL
176176
while developing an application (``MySQLi`` only).
177-
**port** The database port number - Empty for default port (or dynamic port with ``SQLSRV``)
177+
**port** The database port number - Empty string ``''`` for default port (or dynamic port with ``SQLSRV``).
178178
**foreignKeys** true/false (boolean) - Whether or not to enable Foreign Key constraint (``SQLite3`` only).
179179

180180
.. important:: SQLite3 Foreign Key constraint is disabled by default.

0 commit comments

Comments
 (0)