From 4709d92ad268e3d5b7f15ff31763061e9a9908e9 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 21 Jun 2024 17:36:47 +0800 Subject: [PATCH] docs --- src/query/insert.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/insert.rs b/src/query/insert.rs index 5b41b1873..b13cd8a43 100644 --- a/src/query/insert.rs +++ b/src/query/insert.rs @@ -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};