Improved error reporting.
This commit is contained in:
parent
b372fb6c6b
commit
56bd304756
4 changed files with 84 additions and 76 deletions
|
|
@ -148,7 +148,8 @@ void ASyncDBConnection::async_query_handler(boost::system::error_code ec, std::s
|
|||
}
|
||||
else {
|
||||
// error during consume
|
||||
|
||||
auto error_msg = m_connection.getErrorMessage();
|
||||
|
||||
}
|
||||
//return finished;
|
||||
if (!finished) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue