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

Fix parsing of 0000 MySQL datetimes #36

Closed parsonsmatt closed 7 years ago

parsonsmatt commented 7 years ago

This PR addresses #35.

I'm up for a smarter way to approach the problem. I've tested this PR on my work projects and it works.

paul-rouse commented 7 years ago

Thanks!