boostorg / mysql

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

Blob types in stored procedures get the wrong column_type under MariaDB #154

Closed anarthal closed 1 year ago

anarthal commented 1 year ago

MariaDB sometimes sends protocol_field_type::medium_blob and friends instead of plain protocol_field_type::blob.