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 type for variable length argument lists #31

Closed quickdudley closed 7 years ago

quickdudley commented 8 years ago

As described in https://github.com/bos/mysql-simple/issues/30 The solution was another newtype similar to In, the difference being that its Param instance does not surround the parameters with parentheses.

paul-rouse commented 7 years ago

Thanks! Sorry about the delay - I've just taken over as maintainer. I will release in 0.4 in a few days.