boostorg / mysql

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

Locale testing #216

Open anarthal opened 7 months ago

anarthal commented 7 months ago

69 (with the advent of Boost.Charconv) solves a problem of locale-dependency. We should have tests to verify that we don't fail parsing regardless of the locale used.

Note that Docker images need to be updated to support the locale under test.