added session context and implemented the executor interface for session
This commit is contained in:
@@ -16,7 +16,7 @@ class connection_impl;
|
||||
/**
|
||||
* @brief The connection class represents a connection to a database.
|
||||
*/
|
||||
class connection final : public executor, public prepared_executor {
|
||||
class connection final : public executor {
|
||||
public:
|
||||
using logger_ptr = std::shared_ptr<abstract_sql_logger>;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user