pashagolub / pgxmock

pgx mock driver for golang to test database interactions
Other
393 stars 49 forks source link

Incompatibility with sqlmock #30

Closed leventov closed 3 years ago

leventov commented 3 years ago

Is your feature request related to a problem? Please describe.

sqlmock does some value conversions for the user, for example:

pgxmock is more strict, not supporting any "obvious" conversions.

pashagolub commented 3 years ago

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.

pashagolub commented 3 years ago

Closed due inactivity