paul-rouse / mysql-simple

A mid-level client library for the MySQL database, intended to be fast and easy to use.
Other
91 stars 35 forks source link

Add a `(Param a) => Param (In (Set a))` instance. #45

Closed seagreen closed 6 years ago

seagreen commented 6 years ago

Also add a few simple tests.

seagreen commented 6 years ago

Definitely look this over carefully, I'm far from familiar with the codebase!

seagreen commented 6 years ago

Also as you can see I tried to fill out the tests some. I don't think what I added is very useful, but hopefully I can continue to improve them over time. I'll open another issue to discuss that though after we finish with this PR.

seagreen commented 6 years ago

Pushed up a second commit to fix compatibility issues with lts-2.

paul-rouse commented 6 years ago

Yes, that's looking good! Thanks