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

Question marks in string literals cause substitution errors #54

Closed parsonsmatt closed 2 years ago

parsonsmatt commented 2 years ago

Currently just a failing test but I hope to have a fix up soon

Cf https://github.com/yesodweb/persistent/pull/1375

paul-rouse commented 2 years ago

Thanks for spotting and fixing this!

There's a minor conflict now, so would you mind rebasing - it would be slightly cleaner. I belatedly got round to Github workflow CI, and needed to make a small change in test/main.hs

If you want to use attoparsec, either now or at a future date, that's fine - let me know if you want me to hold on at the moment.

paul-rouse commented 2 years ago

Great - thanks!