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

docs: Translated into Chinese #3032

merged 2 commits into from
Dec 7, 2023

Conversation

Agility6
Copy link
Contributor

@Agility6 Agility6 commented Dec 5, 2023

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.

在一些特殊情况下,一些数据库允许INSERT、UPDATE或DELETE语句返回结果集(例如:PostgreSQL和MariaDB数据库的<code>RETURNING</code>子句,或者是MS SQL Server的<code>OUTPUT</code>子句)。这种类型的语句必须使用<code><![CDATA[<select>]]></code>,用于映射返回的数据。

translated into chinese
@harawata harawata added the 🌏 doc-zh Up for contributors' review label Dec 5, 2023
@coveralls
Copy link

Coverage Status

coverage: 86.597% (-0.009%) from 86.606%
when pulling aad1c9c on Agility6:master
into 7d38ce2 on mybatis:master.

@harawata harawata merged commit 6bfd238 into mybatis:master Dec 7, 2023
@harawata
Copy link
Member

harawata commented Dec 7, 2023

Thank you, @Agility6 for the translation and @awxiaoxian2020 for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌏 doc-zh Up for contributors' review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants