added session context and implemented the executor interface for session
This commit is contained in:
@@ -123,6 +123,8 @@ public:
|
||||
|
||||
[[nodiscard]] std::string sql() const;
|
||||
|
||||
[[nodiscard]] utils::result<std::unique_ptr<query_result_impl>, utils::error> fetch_internal() const;
|
||||
|
||||
private:
|
||||
template<class Type>
|
||||
friend class detail::identifier_binder;
|
||||
|
||||
Reference in New Issue
Block a user