Misc minor changes.
This commit is contained in:
parent
36e5526f5f
commit
a06c752029
3 changed files with 47 additions and 12 deletions
|
|
@ -149,7 +149,7 @@ void PgDatabaseCatalog::loadInfo(Pgsql::Connection &conn)
|
|||
|
||||
void load(Pgsql::Connection &conn, IPgContainter &pg_cont)
|
||||
{
|
||||
QThread::msleep(400);
|
||||
//QThread::msleep(400);
|
||||
std::string q = pg_cont.getLoadQuery();
|
||||
Pgsql::Result result = conn.query(q.c_str());
|
||||
if (result && result.resultStatus() == PGRES_TUPLES_OK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue