small query compiler progress

This commit is contained in:
2024-02-18 19:58:56 +01:00
parent a3f467a5a8
commit b11993d60b
3 changed files with 14 additions and 1 deletions
@@ -73,6 +73,8 @@ public:
statement prepare();
std::string str() const;
private:
std::unique_ptr<query_result_impl> fetch();
};