Skip to content

Commit 05dffc8

Browse files
Apply translations in en
translation completed for the source file '/docs/diagnostics/MultilineStringInQuery.md' on the 'en' language.
1 parent 92ec8dd commit 05dffc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/diagnostics/MultilineStringInQuery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multi-line literal in query (MultilineStringInQuery)
22

33
<!-- Блоки выше заполняются автоматически, не трогать -->
4-
## Description
4+
## Описание диагностики
55
<!-- Описание диагностики заполняется вручную. Необходимо понятным языком описать смысл и схему работу -->
66

77
Multi-line literals are rarely used in query texts, mostly these are error results due to an incorrect number of double quotes.
@@ -15,7 +15,7 @@ In the example below, the selection will have two fields instead of three.
1515
Query = New Query;
1616
Query.Text = "SELECT
1717
| OrderGoods.Cargo AS Cargo,
18-
| ISNULL(OrderGoods.Cargo.Code, "") AS CargoCode,
18+
| ISNULL(OrderGoods.Cargo.Code, "") AS CargoCode, // quote error here, should be """"
1919
| ISNULL(OrderGoods.Cargo.Name, "") AS CargoName
2020
|FROM
2121
| Document.Order.Goods AS OrderGoods

0 commit comments

Comments
 (0)