forked from mirror/go-sqlcipher
temporary fix BeginTx
This commit is contained in:
parent
64ccc601e6
commit
2d44decb49
|
@ -46,7 +46,7 @@ func (c *SQLiteConn) PrepareContext(ctx context.Context, query string) (driver.S
|
|||
}
|
||||
|
||||
// BeginTx implement ConnBeginTx.
|
||||
func (c *SQLiteConn) BeginTx(ctx context.Context) (driver.Tx, error) {
|
||||
func (c *SQLiteConn) BeginTx(ctx context.Context, opts driver.TxOptions) (driver.Tx, error) {
|
||||
return c.begin(ctx)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue