clean up db lib
This commit is contained in:
parent
8ef69140d0
commit
4d6a723d0b
2 changed files with 0 additions and 3 deletions
|
|
@ -126,8 +126,6 @@ class Connection {
|
||||||
bool connected;
|
bool connected;
|
||||||
};
|
};
|
||||||
|
|
||||||
bool upload_task(shared_ptr<Task> task);
|
|
||||||
|
|
||||||
const vector<pair<string, string>> uplink_statements = {
|
const vector<pair<string, string>> uplink_statements = {
|
||||||
{"commit_task", "UPDATE tasks SET t_status = DONE, error = $2, sim_log = $3, sim_trace = $4 WHERE id = $1"}
|
{"commit_task", "UPDATE tasks SET t_status = DONE, error = $2, sim_log = $3, sim_trace = $4 WHERE id = $1"}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "task.hpp"
|
|
||||||
#include "db_client.hpp"
|
#include "db_client.hpp"
|
||||||
|
|
||||||
namespace db {
|
namespace db {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue