This commit is contained in:
Nuno Cruces
2023-09-20 15:07:07 +01:00
parent d9fcf60b7d
commit f5614bc2ed
3 changed files with 3 additions and 3 deletions

View File

@@ -94,10 +94,10 @@ func newConnector(name string, init func(ctx context.Context, conn *sqlite3.Conn
}
type connector struct {
init func(ctx context.Context, conn *sqlite3.Conn) error
name string
txlock string
pragmas bool
init func(ctx context.Context, conn *sqlite3.Conn) error
}
func (n *connector) Driver() driver.Driver {