This commit is contained in:
Billy Chan 2024-06-21 17:36:47 +08:00
parent 5e04b3b551
commit 4709d92ad2
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279

View File

@ -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};