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

Sync functions returning values trigger assertion when failing #190

Closed anarthal closed 8 months ago

anarthal commented 9 months ago

(Only affecting unreleased code - 1.84 is NOT affected)

Sync functions returning values (prepare_statement and read_some_rows) trigger an assertion when they fail. Find out why unit tests did not find the issue.