Refactor.

This commit is contained in:
Nuno Cruces
2024-12-19 14:52:25 +00:00
parent 66601dd3cb
commit e08c7b3adf
5 changed files with 129 additions and 134 deletions

View File

@@ -274,6 +274,7 @@ func (n *connector) Connect(ctx context.Context) (res driver.Conn, err error) {
// if err != nil {
// log.Fatal(err)
// }
// defer conn.Close()
//
// err = conn.Raw(func(driverConn any) error {
// conn := driverConn.(driver.Conn)