Ilia Cimpoes
Results
1
issues of
Ilia Cimpoes
Is there a reason why `Ping` is called when starting a new transaction? `NewDatabaseTx` clones db with `checkConn` = true https://github.com/upper/db/blob/ca469a8217b7d6a4689fba26f395e22d910da653/mysql/database.go#L219-L220 So `Ping` is called before `begin transaction`: https://github.com/upper/db/blob/ca469a8217b7d6a4689fba26f395e22d910da653/internal/sqladapter/database.go#L330-L334 The...
bug