Closed serhiy-v closed 2 years ago
Hi,
thanks for noticing. Yeap, this issue should be addressed. Seems like I just forgot to update the interface declaration.
Hi @pashagolub , I have the same issue. I've prepared PR, please let me know if I need to do additional changes https://github.com/pashagolub/pgxmock/pull/48
Hi, my code is using
BeginTx(ctx context.Context, txOptions pgx.TxOptions) (pgx.Tx, error)
function, and i can't use mock with it, because this func is not implemented in pgxIface. While exploring code of pgxmock I find out that function BeginTx is already exist:Is it ok that this func is not implemented in pgxIface? Or maybe there is some other way of working with this func?