Skip to content

Commit a417c1d

Browse files
authored
Backport v6.16 fixes (#1100)
* Backport v6.16 fixes * remove extra ref
1 parent 2194d7e commit a417c1d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

source/connect/connection-options.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ For more information on setting connection options directly in a connection
2828
string, see :manual:`Connection Strings </reference/connection-string/>` in the
2929
{+mdb-server+} manual.
3030

31+
.. Check if we should add back utf-8 validation page. If so, add this line
32+
back to validation option:
33+
You can also set UTF-8 validation in your :ref:`Node.js code <nodejs-utf-8-validation>`.
34+
3135
.. list-table::
3236
:header-rows: 1
3337
:widths: 30 20 10 40
@@ -119,8 +123,7 @@ string, see :manual:`Connection Strings </reference/connection-string/>` in the
119123
can result in loss of data. Disabling UTF-8 validation is a
120124
temporary workaround to query or export data only.
121125

122-
You can also set UTF-8 validation in your :ref:`Node.js code
123-
<nodejs-utf-8-validation>`. To learn more about UTF-8 characters,
126+
To learn more about UTF-8 characters,
124127
see `UTF-8 <https://en.wikipedia.org/wiki/UTF-8>`__ on Wikipedia.
125128

126129
* - **heartbeatFrequencyMS**

source/monitoring-and-logging/change-streams.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ read events from the change stream:
117117

118118
.. include:: /includes/changestream-paradigm-warning.rst
119119

120-
.. _node-usage-watch:
121-
122120
Examples
123121
--------
124122

0 commit comments

Comments
 (0)