Mogelijkheid om query to kopieren als raw c++ string.

This commit is contained in:
Eelke Klein 2017-10-05 16:02:06 +02:00
parent a9534d543e
commit 33cf39b799
10 changed files with 70 additions and 18 deletions

View file

@ -78,6 +78,7 @@ void ASyncDBConnection::async_connect_handler(boost::system::error_code ec, std:
}
}
void ASyncDBConnection::doStateCallback(State state)
{
m_state = state;
@ -87,9 +88,7 @@ void ASyncDBConnection::doStateCallback(State state)
[this](const PGresult *result) { processNotice(result); });
}
emit onStateChanged(state);
}
}
void ASyncDBConnection::closeConnection()