driftprogramming / pgxpoolmock

pgx postgresql pool
MIT License
38 stars 16 forks source link

CommandTag.RowsAffected() not working #7

Open PierekEast opened 1 year ago

PierekEast commented 1 year ago

Hello, I find it very useful to be able to spawn some rows using this lib, but I see that the CommandTag.RowsAffected() functionality is not implemented. Is there an easy way to somehow mock it?

juev commented 1 year ago

Hello! Any thoughts on how to implement this functionality?