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

any_connection stream customization #195

Closed anarthal closed 1 month ago

anarthal commented 8 months ago

The new any_connection doesn't allow custom Stream types - it always uses detail::variant_stream. I'm not sure whether this is really required, since this stream is designed to cover almost all real use cases.

If your use case doesn't fit the default stream, please comment in this issue.

anarthal commented 1 month ago

I strongly believe allowing this is a mistake. If you strongly need this, please comment.