Kirk Morales
Kirk Morales
Curious to know if/how anyone is getting coverage reporting. Using istanbul/nyc and showing coverage of 0 lines since it's loaded into the worker context as a string.
**Is your feature request related to a problem? Please describe.** Missing functionality in mock: `SendBatch` currently just returns a nil object [see here](https://github.com/pashagolub/pgxmock/blob/558cc24511bc3a9a7e36fc5ce371bf31c49a29e6/pgxmock.go#L403). This does not allow for mocking or...
How can you return only specified columns with `Model.find`? Not clear from the docs...
How can we use the module to increment a counter field on a `Model.update`?