ql: consider implementing database/sql/driver.ConnBeginTx interface
hi there,
`modernc.org/ql` is implementing the `database/sql/driver.ExecerContext` and `QueryerContext` interfaces.
thanks!
it would be great if it were also implementing the `driver.ConnBeginTx` interface.
(`staticcheck` is giving `go-hep.org/x/hep/csvutil/csvdriver` a hard time about the deprecated `driver.Conn.Begin` method:
https://github.com/go-hep/hep/issues/720)
thanks.
issue