Skip to content

Commit 9b4bd57

Browse files
authored
DOCSP-32494 Add Query Converter Error Include (#125)
* DOCSP-32494 Add Query Converter Error Include * * * * * * * * * * * Update fact-query-converter-failure-errors.rst
1 parent 989c43b commit 9b4bd57

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

source/code-generation/query-converter/convert-queries.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ Steps
6060

6161
a. Click the :guilabel:`Convert` button. Wait for your SQL code to
6262
converted. The converted MongoDB syntax code displays
63-
in the :guilabel:`Converted MongoDB Query` text box.
63+
in the :guilabel:`Converted MongoDB Query` pane.
64+
65+
.. include:: /includes/fact-query-converter-failure-errors.rst
6466

6567
.. tip::
6668

source/code-generation/query-converter/convert-stored-procedures.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Steps
104104
The converted MongoDB code displays
105105
on the :guilabel:`Converted MongoDB Query` pane.
106106

107+
.. include:: /includes/fact-query-converter-failure-errors.rst
108+
107109
#. Click the :icon-fa5:`copy` icon on the
108110
:guilabel:`Converted MongoDB Query` pane to copy the MongoDB
109111
code to your clipboard.

source/code-generation/query-converter/convert-triggers.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Steps
9292
The converted MongoDB code displays
9393
on the :guilabel:`Converted MongoDB Query` pane.
9494

95+
.. include:: /includes/fact-query-converter-failure-errors.rst
96+
9597
#. Click the :icon-fa5:`copy` icon on the
9698
:guilabel:`Converted MongoDB Query` pane to copy the MongoDB
9799
code to your clipboard.

source/code-generation/query-converter/convert-views.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Steps
8080

8181
The converted MongoDB code
8282
is displayed in the :guilabel:`Converted MongoDB Query` pane.
83+
84+
.. include:: /includes/fact-query-converter-failure-errors.rst
8385

8486
#. Click the :icon-fa5:`copy` icon to copy the MongoDB code
8587
to your clipboard.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
If the query converter has errors, you can view the details
2+
in the :guilabel:`Converted MongoDB Query` pane.

0 commit comments

Comments
 (0)