Skip to content

docs: Translated into Chinese #3032

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

Merged
merged 2 commits into from
Dec 7, 2023
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
2 changes: 1 addition & 1 deletion src/site/zh/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ ps.setInt(1,id);]]></source>
</table>

<p>
As an irregular case, some databases allow INSERT, UPDATE or DELETE statement to return result set (e.g. <code>RETURNING</code> clause of PostgreSQL and MariaDB or <code>OUTPUT</code> clause of MS SQL Server). This type of statement must be written as <code><![CDATA[<select>]]></code> to map the returned data.
在一些特殊情况下,一些数据库允许 INSERTUPDATE DELETE 语句返回结果集(例如:PostgreSQL 和 MariaDB 数据库的 <code>RETURNING</code> 子句,或者是 MS SQL Server 的 <code>OUTPUT</code> 子句)。这种类型的语句必须使用 <code><![CDATA[<select>]]></code>,用于映射返回的数据。
</p>

<source><![CDATA[<select id="insertAndGetAuthor" resultType="domain.blog.Author"
Expand Down