Skip to content

Commit 77eae5a

Browse files
committed
fix #27
1 parent 056f235 commit 77eae5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite3_go18.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ func (c *SQLiteConn) PrepareContext(ctx context.Context, query string) (driver.S
4545
return c.prepare(ctx, query)
4646
}
4747

48-
// BeginContext implement ConnBeginContext.
49-
func (c *SQLiteConn) BeginContext(ctx context.Context) (driver.Tx, error) {
48+
// BeginTx implement ConnBeginTx.
49+
func (c *SQLiteConn) BeginTx(ctx context.Context) (driver.Tx, error) {
5050
return c.begin(ctx)
5151
}
5252

0 commit comments

Comments
 (0)