Skip to content

Commit

Permalink
save command
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Dec 21, 2024
1 parent a185062 commit 2af772e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mutation/save-command/investigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ This code will generate the following two SQL statements:

:::caution
By default, MySQL batch operations are not used.
For specific details, please refer to [MySQL Issues](../mysql)
For specific details, please refer to [MySQL Issues](./mysql)
:::

1. ```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ sqlClient.insertEntities(books)
<TabItem value="mysql" label="Mysql">

:::caution
默认情况下,MySQL的批量操作不会被采用,而采用多条SQL。具体细节请参考[MySQL的问题](../mysql)
默认情况下,MySQL的批量操作不会被采用,而采用多条SQL。具体细节请参考[MySQL的问题](./mysql)
:::

1. ```sql
Expand Down

0 comments on commit 2af772e

Please sign in to comment.