Skip to content

Commit 2c5a986

Browse files
committed
This feature also affects SQLs in annotations; added a note and version
1 parent 18d1464 commit 2c5a986

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/site/es/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
552552
shrinkWhitespacesInSql
553553
</td>
554554
<td>
555-
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
555+
Removes extra whitespace characters from the SQL. Note that this also affects literal strings in SQL. (Since 3.5.5)
556556
</td>
557557
<td>
558558
true | false

src/site/ja/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
577577
shrinkWhitespacesInSql
578578
</td>
579579
<td>
580-
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
580+
SQL 内の余分な空白文字を削除します。リテラル文字列も対象となる点に注意してください。(導入されたバージョン: 3.5.5)
581581
</td>
582582
<td>
583583
true | false

src/site/ko/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
560560
shrinkWhitespacesInSql
561561
</td>
562562
<td>
563-
mapper xml 파일에서 쿼리를 읽을때 whitespace 문자를 최대한 줄여 네트워크로 전송하는 패킷을 줄여준다.
563+
mapper xml 파일에서 쿼리를 읽을때 whitespace 문자를 최대한 줄여 네트워크로 전송하는 패킷을 줄여준다. Removes extra whitespace characters from the SQL. Note that this also affects literal strings in SQL. (Since 3.5.5)
564564
</td>
565565
<td>
566566
true | false

src/site/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ SqlSessionFactory factory =
639639
shrinkWhitespacesInSql
640640
</td>
641641
<td>
642-
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
642+
Removes extra whitespace characters from the SQL. Note that this also affects literal strings in SQL. (Since 3.5.5)
643643
</td>
644644
<td>
645645
true | false

src/site/zh/xdoc/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
570570
shrinkWhitespacesInSql
571571
</td>
572572
<td>
573-
When reading a query from the mapper xml file, the whitespace characters are reduced as much as possible to reduce the packets transmitted over the network.
573+
Removes extra whitespace characters from the SQL. Note that this also affects literal strings in SQL. (Since 3.5.5)
574574
</td>
575575
<td>
576576
true | false

0 commit comments

Comments
 (0)