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 5766978 commit 3c730abCopy full SHA for 3c730ab
internal/xsql/conn.go
@@ -48,7 +48,7 @@ func (c *Conn) CheckNamedValue(value *driver.NamedValue) (finalErr error) {
48
}
49
50
func (c *Conn) BeginTx(ctx context.Context, opts driver.TxOptions) (_ driver.Tx, finalErr error) {
51
- onDone := trace.DatabaseSQLOnConnBegin(c.connector.trace, &ctx,
+ onDone := trace.DatabaseSQLOnConnBeginTx(c.connector.trace, &ctx,
52
stack.FunctionID("", stack.Package("database/sql")),
53
)
54
defer func() {
0 commit comments