Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Chinese language documentation for affectData configuration #3373

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/site/zh_CN/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright 2009-2023 the original author or authors.
Copyright 2009-2025 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -235,7 +235,7 @@ ps.setInt(1,id);]]></source>
</tr>
<tr>
<td><code>affectData</code></td>
<td>Set this to true when writing a INSERT, UPDATE or DELETE statement that returns data so that the transaction is controlled properly. Also see <a href="./java-api.html#transaction-control-methods">Transaction Control Method</a>. Default: <code>false</code> (since 3.5.12)
<td>编写返回数据的 INSERTUPDATE DELETE 语句时,请将此设置为 true,以便正确控制事务。另请参阅 <a href="./java-api.html#transaction-control-methods">事务控制方法</a>。默认值: <code>false</code>3.5.12)
</td>
</tr>
</tbody>
Expand Down
Loading