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

Extended QueryResults tuple instances to size 15 #11

Closed Daniel-Diaz closed 10 years ago

Daniel-Diaz commented 10 years ago

I have added QueryResults instances for tuple types of size up to 15 (before they were defined up to 10). I may add more in the future if I need them.

Daniel-Diaz commented 10 years ago

Related with #9.

bos commented 10 years ago

Thanks.