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

*** Exception: foo #39

Closed chrisdone closed 7 years ago

chrisdone commented 7 years ago

https://github.com/paul-rouse/mysql-simple/blob/master/Database/MySQL/Simple.hs#L164

Ran into this. Think someone forgot to finish writing the function.

paul-rouse commented 7 years ago

Yes, about 6 years ago by the looks of it! Just to check, was the situation really an error - just not reported very well?

chrisdone commented 7 years ago

It was a proper mistake I seem to have made, presumably my query didn't match the expected regex format. But I just got that exception in my REPL and was a bit confused. :)

paul-rouse commented 7 years ago

Closed via https://github.com/paul-rouse/mysql-simple/commit/925aaf35dbde5efd5c574c4a3958b420e3f8a54c. Thanks for the report!

chrisdone commented 7 years ago

Cheers! 🍻