Describe the feature

Currently, some APIs lose context, which may cause context-based functions to fail in this part of the API, such as trace.

https://github.com/go-gorm/gorm/blob/master/finisher_api.go#L530

Motivation

Make sure WithContext is working properly in the finisher API and add relevant test cases.

If anyone is interested in the above tasks, please leave a message in the comments.

Related Issues

Comment From: premkirank

@a631807682 I am interested in this. Can I take this up? Would require some help to get started

Comment From: a631807682

@a631807682 I am interested in this. Can I take this up? Would require some help to get started

Assign to you, thank you.

Comment From: jinzhu

use WithContext for now

Comment From: jinzhu

use WithContext for now