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

Using an unconnected any_connection triggers an assertion #321

Closed anarthal closed 1 month ago

anarthal commented 1 month ago

It should just cause an error. Changes in #230 should address this.