boostorg / mysql

MySQL C++ client based on Boost.Asio
https://www.boost.org/doc/libs/master/libs/mysql
Boost Software License 1.0
258 stars 33 forks source link

Invalid date and datetimes #103

Closed anarthal closed 1 year ago

anarthal commented 1 year ago

MySQL allows invalid date and datetimes. We currently represent these as NULL and don't allow inserting them into MySQL using statements. Allow reading and writing these values.