Closed leventov closed 3 years ago
Is your feature request related to a problem? Please describe.
sqlmock does some value conversions for the user, for example:
sqlmock
*float64
float64
AddRow()
[]byte
string
pgxmock is more strict, not supporting any "obvious" conversions.
Hello,
thanks for your request. Is this something that can be fixed by #29?
PRs are always welcome if you know for sure what we lack here.
Regards.
Closed due inactivity
Is your feature request related to a problem? Please describe.
sqlmock
does some value conversions for the user, for example:*float64
fromfloat64
value supplied inAddRow()
[]byte
fromstring
value supplied inAddRow()
pgxmock is more strict, not supporting any "obvious" conversions.