Notices and errors are as before switch might need still some work.
This commit is contained in:
parent
a36bf5f7f4
commit
2502aea9e5
4 changed files with 49 additions and 33 deletions
|
|
@ -60,12 +60,6 @@ private:
|
|||
std::unique_ptr<QueryResultModel> resultModel;
|
||||
std::unique_ptr<QueryExplainModel> explainModel;
|
||||
|
||||
// struct {
|
||||
// std::unique_ptr<QSocketNotifier> notifier;
|
||||
// PostgresPollingStatusType poll_state;
|
||||
// } connectingState;
|
||||
|
||||
// void processNotice(const PGresult *result);
|
||||
void query_ready(std::shared_ptr<Pgsql::Result> res);
|
||||
void explain_ready(std::shared_ptr<ExplainRoot> explain);
|
||||
private slots:
|
||||
|
|
@ -74,10 +68,9 @@ private slots:
|
|||
|
||||
void performQuery();
|
||||
void performExplain();
|
||||
// void socket_activate_connect(int socket);
|
||||
|
||||
void cancel_query();
|
||||
// void receiveNotice(Pgsql::ErrorDetails notice);
|
||||
void receiveNotice(Pgsql::ErrorDetails notice);
|
||||
|
||||
void processCallableQueue();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue