We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692c4df commit cd7edb4Copy full SHA for cd7edb4
sea-orm-sync/src/executor/insert.rs
@@ -311,7 +311,7 @@ where
311
312
/// Alias to [`InsertMany::exec_with_returning`].
313
#[deprecated(
314
- since = "1.2.0",
+ since = "2.0.0",
315
note = "Please use [`InsertMany::exec_with_returning`]"
316
)]
317
pub fn exec_with_returning_many<C>(
src/executor/insert.rs
@@ -319,7 +319,7 @@ where
319
320
321
322
323
324
325
pub async fn exec_with_returning_many<C>(
0 commit comments