Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Jun 20, 2023
1 parent c60df6d commit 28ba41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/my_postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ impl MyPostgres {
update_conflict_type: UpdateConflictType<'s>,
insert_model: &'s TModel,
where_model: &'s TWhereModel,
#[cfg(feature = "with-logs-and-telemetry")] telemetry_context: Option<&MyTelemetryContext>,
) -> Result<Option<TModel>, MyPostgresError> {
let process_name = "concurrent_insert_or_update";
let (sql, params) = crate::sql_concurrent_ops::build_concurrent_insert_or_update(
Expand Down

0 comments on commit 28ba41a

Please sign in to comment.