In the list of columns displayed for a table a set of columns is appended describing the indexes on the table.
This commit is contained in:
parent
aef9b914b1
commit
172e2bcd1d
9 changed files with 95 additions and 43 deletions
|
|
@ -128,7 +128,7 @@ bool ASyncDBConnection::send(const std::string &command, Pgsql::Params params, o
|
|||
return true;
|
||||
}
|
||||
|
||||
void ASyncDBConnection::async_query_handler(boost::system::error_code ec, std::size_t s, on_result_callback on_result)
|
||||
void ASyncDBConnection::async_query_handler(boost::system::error_code ec, std::size_t /*s*/, on_result_callback on_result)
|
||||
{
|
||||
if (ec == boost::system::errc::success) {
|
||||
bool finished = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue