pk generator progress and sequence test progress
This commit is contained in:
@@ -45,6 +45,8 @@ public:
|
||||
private:
|
||||
[[nodiscard]] static std::string generate_statement_name(const sql::query_context &query) ;
|
||||
|
||||
utils::result<sql::execute_result, utils::error> execute(const std::string &stmt) const;
|
||||
|
||||
private:
|
||||
PGconn *conn_{nullptr};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user