Mogelijkheid om query to kopieren als raw c++ string.
This commit is contained in:
parent
a9534d543e
commit
33cf39b799
10 changed files with 70 additions and 18 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue