Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jun 21, 2024
1 parent 5e04b3b commit 4709d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/insert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ where
TryInsert::from_insert(self)
}

/// Set ON CONFLICT do nothing, but with MySQL specific polyfill.
/// Set ON CONFLICT on primary key do nothing, but with MySQL specific polyfill.
///
/// ```
/// use sea_orm::{entity::*, query::*, sea_query::OnConflict, tests_cfg::cake, DbBackend};
Expand Down

0 comments on commit 4709d92

Please sign in to comment.